html {
    scroll-behavior: auto !important;
    overflow-x: hidden !important;
}

body {
    color: #0973B9;
    font-size: 18px;
}

body.page-default {  
    background: #fff url('../img/bg3.jpg') top center no-repeat;
    background-size: 100%;
    color: #0973B9;
    width: 100%;
    font-family: 'Poppins';
    overflow-x: hidden !important;
}

footer {
    background: #0973B9;
    color: #fff;
}

footer a {
    display: block;
    color: #fff;
    font-weight: bold;
    transform: scale(1);
    transition: all .2s;
}

footer a:hover {
    transform: scale(1.1);
    transition: all .2s;
}

#socials a {
    transform: scale(1);
    transition: all .2s;
}

#socials a:hover {
    transform: scale(1.1);
    transition: all .2s;
}

#copyright {
    text-align: center;
    padding: 1em;
}

a {
    color: #0973B9;
    text-decoration: none;
}

h1 {
    font-weight: 900;
}

.text-primary {
    color: #0f172a !important;
}

.text-secondary,
.text-secondary a {
    color: #f5c70f !important;
}

.btn-primary {
    color: #fff !important;
}

.btn-primary:active {
    color: #fff !important;
}

.btn-primary.active {
    background: #f5c70f;
    color: #534405 !important;
}

.btn-primary.active:hover {
    background: #f5c70f;
    color: #534405 !important;
}

.btn-primary.active:active {
    background: #f5c70f !important;
    color: #534405 !important;
}

.btn-dark {
    background: #090f1c !important;
    color: #fff !important;
}

.progressbar {
    background: #090f1c;
    width: 100%;
    height: 60px;
    padding: 5px;
    border-radius: 7px;
}

.progressbar .value {
    border-radius: 7px;
    background: #0973B9;
    height: 50px;
}

.bg-dark {
    background: #090f1c !important;
}

.bg-blue {
    background: #0973B9;
    color: #fff;
}

.bg-blue p {
    color: #fff;
}

.rounded {
    border-radius: 15px !important;
}

.table {
    background: none; 
    background-color: none; 
    color: #0973B9;
}

.table th, .table td {
    background: none; 
    background-color: none; 
    color: #0973B9;
    border-bottom: solid 1px #0973B940;
}

.btn {
    background: #0973B9;
    color: #090f1c;
    border: 0;
    border-radius: 15px;
}

.btn:hover {
    background: #1b88d1;
    color: #090f1c;
    border: 0;
}

.btn:active {
    background: #1b88d1 !important;
    color: #090f1c !important;
    border: 0;
}
/** ------------------------------------------------ */

.separator {
    width: 100%;
    background: url(../img/separator.png) no-repeat top center;
    background-size: 100%;
    margin-top: 3em;
    height: 50px;
    /*box-shadow: 0px 0px 0px #0973B920, 0px 2px 4px #0973B920, 0px 4px 8px #0973B920, 0px 8px 16px #0973B980;*/
}

ul.no {
    list-style-type: none;
    padding-left: 1em;
}

a.link {
    text-decoration: underline;
}

.back-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
}

.product::before {
    content: "";
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -30%);
    width: 150%;
    height: 150%;
    background: radial-gradient(
        circle,
        #0973B95a 0%,
        #0973B92b 10%,
        transparent 50%
    );
    border-radius: 50%;
    filter: blur(40px);
    z-index: -1;
    pointer-events: none;
}

.chart::after {
    content: "";
    position: absolute;
    left: 30%;
    transform: translate(-50%, -30%);
    width: 150%;
    height: 150%;
    background: radial-gradient(
        circle,
        #0973B95a 0%,
        #0973B92b 10%,
        transparent 50%
    );
    border-radius: 50%;
    filter: blur(40px);
    z-index: -1;
    pointer-events: none;
}

.border-light-top {
    width: 100%;
    background: #111b30 url(../img/separator.png) no-repeat top center;
    background-size: 100%;
}

.slogan {
    background: #ffffffEE;
    padding: 2em;
}

.slogan-box {
    display: block;
    background: #0973B922;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin: 2rem auto;
    padding: 1em;
    border-radius: 12px;
    color: #0973B9;
    animation: pulse 3s infinite ease-in-out;
    max-width: 75vw;
}

.slogan-box:hover {
    background: #0973B9;
    color: #fff !important;
}

.zoom {
    transition: all .2s;
    transform: scale(1);
}

.zoom:hover {
    transition: all .2s;
    transform: scale(1.05);
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1) rotate(2deg);
    }
    50% {
        transform: scale(1.1) rotate(-2deg);
    }
}

.form-check-input.big-checkbox {
    width: 36px;
    height: 36px;
    margin-top: 0.3rem;
    margin-right: 0.5rem;
    cursor: pointer;
    border: 0;
    background: #b91010;
}

.form-check-label {
    font-size: 1rem;
    vertical-align: middle;
    cursor: pointer;
}

.form-check-input:checked {
    background: #0973B9;
}

.form-check-input.big-checkbox:focus {
    box-shadow: 0 0 0 0.2rem rgba(135, 137, 139, 0.25);
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
   background: #111b30; 
}

.badge-new{
    position: relative;
    background: #0973B9;
    color: #111b30;
    padding: 1em;
    border-radius: 15px;
    font-weight: bold;
    top: -60px;
    display: block;
    max-width: 768px;
    margin: 0 auto 0 auto;
}

img.trusted {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 100px;
    height: 100px;
    transition: all .2s;
    transform: scale(1) rotate(-15deg);
}

@media(max-width:768px) {
    img.trusted {
        top: 120px;
        left: 0px;
    }
    .container .p-5 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .zoom:hover {
        transition: all .2s;
        transform: scale(1) !important;
    }
}

img.trusted.activehover:hover {
    position: fixed;
    left: 15px;
    top: 15px;
    width: 256px;
    height: 256px;
    transition: all .2s;
    transform: scale(1) rotate(0deg);
    cursor: pointer;
}

.review-widget {
    position: fixed;
    top: 35%;
    right: 0;
    transform: translateY(-50%);
    z-index: 998;
}

.review-tab {
    background-color: #0973B9;
    color: #fff;
    padding: 8px;
    cursor: pointer;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    border-radius: 0 7px 7px 0;
}

.review-box {
    width: 380px;
    max-height: 400px;
    background-color: #fff;
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    padding: 15px;
    position: absolute;
    right: -400px;
    top: 0;
    transition: right 0.3s ease-in-out;
    border-radius: 6px 0 0 6px;
}

.review-widget:hover .review-box {
    right: 0px;
}

.star-rating {
    color: #ffc107;
}

.review-item + .review-item {
    margin-top: 1rem;
    border-top: 1px solid #eee;
    padding-top: 1rem;
}

video {
    cursor: pointer;
}

.smartphone {
    transform: rotate(2deg);
    transition: all .2s;
}

.smartphone:hover {
    transform: rotate(0deg);
    transition: all .2s;
}

#references img {
    max-height: 400px;
}

.topbar-contact-button {
	position: fixed;
	right: 20px;
	top: 40px;
	border-radius: 50%;
	background: #25D366;
	padding: 1em;
    z-index: 1000;
}

.mobile-only {
    display: none;
}

@media (max-width: 768px ) {
    .topbar-contact-button {
        top: auto;
	    bottom: 10px;
        right: 42%;
        padding: .75em;
    }
    .mobile-only {
        display: block !important;
    }
}

.topbar-contact-window-position {
	width: 40vw;
	height: 0;
	border-radius: 15px;
	z-index: 10000 !important;
}

@media(min-width: 768px) {

	.topbar-contact-window {
		position: fixed;
		right: 25px;
		top: 95px;
		padding: 2em;
		width: 500px;
		background: #fff;
		color: #333;
		border-radius: 15px;
		box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
		z-index: 100000 !important;
	}

}

@media(max-width: 767px) {

	.topbar-contact-window {
		position: fixed;
		right: 0px;
		top: 95px;
		padding: 1em;
		width: 90%;
		background: #fff;
		color: #333;
		border-radius: 15px;
		box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
		z-index: 100000 !important;
	}

}

.topbar-contact-window a,
.topbar-contact-window a:hover {
	font-weight: bold;
}

.topbar-contact-window input[type="checkbox"] + label:before {
	border: solid #333 3px !important;
}

.topbar-contact-window input[type=checkbox] {
    width: 32px;
    height: 32px;
    margin: 0 auto 0 auto;
    text-align: center;
}

.btn-whatsapp {
    background: #25d366 !important;
    color: #ffffff !important;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 700px;
}

.video-wrapper video {
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
}

.custom-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    z-index: 10;
}

.custom-play-btn:hover {
    background: rgba(255, 255, 255, 1);
}

.custom-play-btn.hidden {
    display: none;
}

.hidden {
    display: none;
}

.block {
    display: block !important; 
}

.lead {
    font-weight: bold;
}

.btn-red {
	background: #aa0000;
	color: #fff;
}

.bg-blue .btn-light {
    background: #fff;
}