@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
html *{
    font-family: 'Poppins', sans-serif;
}
h1{
    font-size: 32px !important;
    font-weight: 600 !important;
}
a {
    text-decoration: none !important;
}
:root{
    --bs-link-hover-color: #0B6CA3 !important;
}
.line{
    border: 2px solid #C1D5DE;
    border-radius: 15px;
    width: 90%;
    margin: auto;
    opacity: 1;
}
.grecaptcha-badge {
    bottom: 100px !important;
}


@media (max-width: 768px) {
    html, body {
    width: auto !important;
    overflow-x: hidden !important;
    }
}

/* Navbar */
#nav-smartphone{
    display: none !important;
}
#hero-phone{
    display: none;
}
.navbar{
    --bs-navbar-padding-x: 20px !important;
    --bs-navbar-color: #fff !important;
    --bs-navbar-active-color: #fff !important;
    --bs-navbar-hover-color: #e6e6e6 !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    border-bottom:1px solid #FFFFFF1A;
    width: 100%;
    position: absolute;
}
.navbar-nav{
    display: flex;
    align-items: center;
}
.navbar-nav li{
    margin: 0 15px;
}
.nav-link{
    margin-top: 2px;
}
.navbar-nav li:last-child {
    margin: 0 15px;
    margin-right: 0 !important;
}
.hamburger-menu{
    color: #fff;
    font-size: 32px !important;
}
.btn-navbar{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #53A5D3;
    color: #fff;
    text-decoration: none;
    width: 176px;
    height: 32px;
    border-radius: 16px;
    cursor: pointer;
    transition: 0.5s;
}
.btn-navbar:hover{
    background: #1a8fd3;
}
.bg-transparent{
    --bs-bg-opacity: 0 !important;
}
.dropdown-item:focus, .dropdown-item:hover{
    color: #fff !important;
    background-color: #53A5D3 !important;
}
.dropdown-menu{
    --bs-dropdown-min-width: 320px !important;
    /* --bs-dropdown-spacer: 0.425rem !important; */
}
.dropdown-item{
    font-size: 15px;
    font-weight: 600 !important;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left !important;
    text-transform: initial !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.dropdown-item.disabled, .dropdown-item:disabled{
    padding-top: 10px !important;
}

/* Hero Section */
#hero{
    background: linear-gradient(180deg, #064886 0%, #064886 0.01%, #2F73B4 41.87%, #5194D5 76.9%, #77B2EA 100%);
    position: relative;
    color: #fff;
}
.hero-margin{
    margin-top: 70px
}
.hero-title{
    display: flex;
    justify-content: flex-end;
}
.hero-text h1{
    width: 470px;
}
.hero-text p{
    font-size: 16px;
    width: 419px;
}
.hero-img{
    display: flex;
    justify-content: flex-start;
}
.hero-position{
    display: flex;
    justify-content: end;
    align-items: center;
}

/* Info Section */
#info{
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
#phone-download{
    display: none;
}
.info-position{
    display: flex;
    justify-content: end;
    align-items: center;
}
.btn-download{
    width: 251px;
    height: 46px;
    border-radius: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #53A5D3;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    transition: 0.5s;
}
.btn-download:hover{
    background: #1a8fd3;
}
.info-text h1, .info-text p{
    width: 457px;
    color: #343434;
}
.info-img{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Funcionalidade Section */
#funcionalidades{
    padding-top: 40px;
    padding-bottom: 80px;
}
#funcionalidades h1, #funcionalidades p{
    color: #343434;
}
.func-title{
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
.info-badge{
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #E4EAED;
    border-radius: 50%;
    color: #53A5D3;
    font-size: 22px !important;
}
.func-text{
    margin:0 !important;
}
.func-text h4{
    color: #343434;
    font-size: 22px;
    margin: 0;
}

/* Conteudos Section */
#conteudos{
    padding: 50px 0;
}
.wrapper {
    width: 1118px;
    margin: 0 auto;
}
.content-btn button{
    width: 196px;
    height: 196px;
    background: #E4EAED;
    font-size: 122px;
    color: #0B6CA3;
    border-radius: 15px !important;
}
.margin-tabs li{
    margin-right: 30px;
}
.margin-tabs li:last-child{
    margin-right: 0;
}
.nav-tabs{
    --bs-nav-tabs-link-active-color: #fff !important;
    --bs-nav-tabs-link-active-bg: #71C763 !important;
}
.nav-panels-content{
    padding: 40px 60px;
    background: #71C763;
    border-radius: 16px;
    color: #fff;
    min-height: 287px;
}

.nav-panels-content h2{
    font-weight: 600;
    margin-bottom: 30px;
}
.nav-panels-content p{
    font-size: 22px;
}
.teoria-voo{
    background: #71C763 !important;
}
.nav-aerea{
    background: #FFBB0C !important;
}
.meteorologia{
    background: #71C763 !important;
}
.regulamentos{
    background: #FFBB0C !important;
}
.motores-sistemas{
    background: #65D7EE !important;
}
.app-downloads{
    margin-top: 50px;
}
.app-downloads a{
    text-decoration: none;
}

/* Contato */
#contato{
    padding: 0 20px;
    position: relative;
    height: 568px;
}
#contato:before{
    content: '';
    background: url(../img/contact.png) no-repeat;
    position: absolute;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#contato-sucesso h6{
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}
#contato-sucesso p{
    font-size: 10px;
    font-weight: 500;
    text-align: center;
}
#contato-sucesso img{
    margin-top: -20px;
}
.contato-sucesso-text{
    margin-top: -20px;
}
.card-contact{
    margin-top: 50px;
    padding: 15px 20px;
    width: 592px;
    height: 472px !important;
    border-radius: 25px !important;
}
textarea {
    resize: none !important;
}
#contato h4{
    color: #343434;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}
.card-body input{
    height: 46px;
}
.card-body textarea{
    height: 116px;
}
.card-body input, .card-body textarea{
    font-size: 12px;
    margin-bottom: 8px;
    border-radius: 8px;
    border-color: #949494;
}
.card-body input::placeholder, .card-body textarea::placeholder{
    color: #949494;
}
.btn-contact{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 251px;
    /* width: 100%; */
    height: 46px;
    border-radius: 37px;
    background: #53A5D3;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s;
    border:none;
}
.btn-contact:hover{
    background: #1a8fd3;
}
.social-medias{
    text-align: center;
}
.social-medias a{
    text-decoration: none !important;
    color: #4F93B9;
    font-size: 32px;
}
.enviar-captcha{
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    height: 56px;
}

/* Aprenda */
#aprenda{
    padding: 60px;
}
#aprenda h1{
    margin:0 ;
}

/* Footer */
footer{
    padding: 20px 50px;
    box-shadow: 0px -7px 10px 0px #BCBCBC40;
}
#footer-phone{
    display: none;
}
.footer-logo{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.copyright{
    font-size: 8px;
    font-weight: 600;
    line-height: 9px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 0;
}
.links-footer{
    flex-direction: row !important;
}
.links-footer a{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #0B6CA3;
}

/* Modal */
.modal{
    --bs-modal-width: 640px !important;
    --bs-modal-border-radius: 19px !important;
}
.modal-logo{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modal-logo h4{
    font-weight: 600;
    text-align: center;
}
.modal-downloads{
    margin-top: 30px !important;
    display: flex;
    flex-direction: column;
}
.close-modal{
    font-size: 32px !important;
    color: #0B6CA3;
}

.checkout-tabs li{
    margin-right: 10px;
}
.checkout-tabs li:last-child{
    margin-right: 0;
}
.certificado-section{
    display: flex;
    position: absolute;
    /* justify-content: center; */
}
.certificado-section h1{
    color: #fff;
    font-weight: 600 !important;
    font-size: 50px !important;
}
.certificado-section h2{
    color: #fff;
    font-weight: 600 !important;
    font-size: 70px !important;
    text-transform: uppercase;
    line-height: 65px;
}
.certificado-section span{
    color: #E4EAED;
    font-weight: 500 !important;
    font-size: 30px !important;
    text-transform: uppercase;
}
.certificado-section p{
    color: #E4EAED;
    font-weight: 500 !important;
    font-size: 16px !important;
    margin-left: 20px;
    margin-bottom: 0;
}
.certificado-section h3{
    color: #65D7EE;
    font-weight: 800 !important;
    font-size: 36px !important;
    text-transform: uppercase;
    margin-left: 20px;
}
.certificado-position{
    position: fixed;
    padding: 70px 0px 70px 90px;
}
.certificado-line::before{
    content: '';
    position: absolute;
    display: flex;
    width: 3px;
    border-radius: 5px;
    min-height: 110px;
    background: #C1D5DE;
    margin-top: 10px;
}
.assinatura p{
    text-align: center;
    margin-top: 5px;
}
.assinatura::before{
    content: '';
    display: flex;
    height: 2px;
    border-radius: 5px;
    min-width: 210px;
    background: #C1D5DE;
    margin-top: 10px;
    margin-left: 20px;
}
.certificado-icons{
    display: flex;
    width: 487.95px;
    justify-content: center;
    margin-top: 25px;
}
.certificado-icons i{
    color: #C1D5DE;
    font-size: 26px;
}
.certificado-icons i:nth-child(odd){
    margin-right: 25px;
    margin-left: 25px;
}
.certificado-logo{
    width: 300px;
    position: absolute;
    bottom: 8vh;
    right: 3vw;
}

.float-whatsapp{
	position:fixed;
    display: flex;
    justify-content: center;
	width:80px;
	height:80px;
	bottom:60px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:40px;
    box-shadow: 2px 2px 3px rgb(190, 190, 190,0.1);
	z-index:100;
    transition: 0.3s;
}
.my-float-whatsapp{
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.float-whatsapp:hover{
    color:#fff;
    background: #0D6E31;
}


@media(min-width: 769px) and (max-width: 1024px){
    .certificado-position{
        padding: 50px 0px 50px 70px;
    }
}

/* Responsive Desktop */
@media(max-width:1150px){
    #conteudos{
        padding: 50px;
    }
    .wrapper{
        width: 900px;
    }
    .content-btn button{
        width: 156px;
        height: 156px;
        font-size: 100px;
    }
    .hero-text{
        margin-bottom: 20px;
    }
    .hero-text img{
        width: 200px;
        height: auto;
    }
    .float-whatsapp{
        width:60px;
	    height:60px;
        font-size: 30px
    }
    .footer-logo {
        width: 70%;
        margin: auto;
    }
    .nav-termos{
        text-align: center;
        line-height: 1px;
    }
}

/* Tablet && Ipad */
@media(max-width:912px){

    h1{
        font-size: 16px !important;
    }
    .line{
        border: 1px solid #C1D5DE;
        width: 92%;
    }

    /* Nav */
    .navbar{
        --bs-navbar-padding-y: 0px !important;
        padding-right: 5px !important;
    }
    .navbar-nav{
        flex-direction: row !important;
    }
    .hamburger-menu{
        font-size: 16px !important;
    }
    .navbar-brand img{
        width: 85px;
        height: auto;
    }
    .nav-link{
        font-size: 12px !important;
    }
    .btn-navbar{
        width: 146px;
        height: 25px;
        font-size: 12px;
    }

    /* Hero */
    .hero-margin{
        margin-top: 15px;
    }
    .hero-text h1 {
        width: 324px;
    }
    .hero-text p {
        font-size: 12px;
        width: 297px;
    }
    .hero-img img{
        width: 100%;
    }
    .hero-title{
        margin-bottom: 20px;
    }
    .hero-title img{
        width: 147px;
        height: auto;
    }
    .hero-text div:nth-child(even){
        margin-top: 0.55rem !important;
    }

    /* Info */
    #info{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .info-text h1{
        width: 311px;
    }
    .info-text p{
        width: 271px;
        font-size: 12px;
    }
    .info-img img{
        width: 280px;
        height: auto;
    }
    .btn-download{
        width: 176px;
        height: 32px;
        font-size: 12px;
    }

    /* Funcionalidades */
    #funcionalidades{
        padding-top: 20px;
        padding-bottom: 30px;
    }
    #funcionalidades h1{
        margin-bottom: 0;
    }
    #funcionalidades p{
        font-size: 12px;
        line-height: 13.98px;
    }
    .func-text h4{
        font-size: 14px;
    }
    .func-text p{
        font-size: 8px !important;
        line-height: 9.32px !important;
        margin-top: 5px;
    }
    .func-text img{
        width: 100px;
        height: auto;
    }
    .info-badge{
        width: 24px;
        height: 24px;
        font-size: 16px !important;
    }

    /* Conteudos */
    #conteudos{
        padding: 50px;
        padding-top: 30px;
    }
    #conteudos h1{
        margin-bottom: 25px !important;
    }
    .wrapper{
        width: 514px;
    }
    .content-btn button{
        width: 90px;
        height: 90px;
        font-size: 56px !important;
    }
    .margin-tabs li{
        margin-right: 15px;
    }
    .nav-panels-content{
        margin: auto;
        padding: 20px 40px;
        min-height: 144px;
        height: 165px;
    }
    .nav-panels-content h2 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .nav-panels-content p{
        font-size: 12px;
        line-height: 18px;
    }
    .app-downloads {
        margin-top: 30px;
    }
    .app-downloads img{
        width: 146px;
    }

    /* Contato */
    #contato{
        position: relative;
        height: 380px;
    }
    #contato:before{
        content: '';
        background: url(../img/contact-ipad.png) no-repeat;
        position: absolute;
        background-size: cover;
        background-position: center;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    #contato-sucesso img {
        width: 190px;
        margin-top: -20px;
    }
    .card-contact {
        margin-top: 20px;
        padding: 0px 0px;
        width: 322px;
        height: 316px !important;
        border-radius: 16px !important;
    }
    #contato h4{
        font-size: 16px;
    }
    .card-body input {
        height: 23px;
    }
    .card-body textarea {
        height: 105px;
    }
    .card-body input, .card-body textarea {
        font-size: 10px;
        border-radius: 5px;
    }
    .btn-contact{
        width: 136px;
        height: 23px;
        font-size: 12px;
    }
    #contato h4 {
        font-size: 12px;
    }
    .social-medias a {
        font-size: 16px;
    }
    .enviar-captcha{
        margin-top: 10px;
        margin-bottom: 15px;
        height: auto;
    }
    .enviar-captcha a:nth-child(odd){
        margin-bottom: 10px;
    }

    /* Aprenda */
    #aprenda{
        padding: 25px 60px;
    }

    /* Footer */
    .links-footer a{
        font-size: 10px;
    }
    footer{
        padding: 20px 30px;
    }
    .footer-logo img{
        width: 83px;
        height: auto;
    }
    .copyright{
        margin-top: 2px;
    }

    /* Modal */
    .modal-downloads{
        margin-top: 10px !important;
        display: block;
        flex-direction: row;
    }
    .modal-logo{
        margin-top: -20px;
    }
    .modal-logo h4{
        margin-top: 20px !important;
        font-size: 12px;
    }
    .modal-logo img{
        width: 226px;
    }
    .modal-dialog{
        width: 372px !important;
    }
    .modal-downloads a:last-child{
        margin-left: 10px;
    }


    .checkout-form h1{
        font-size: 26px !important;
        text-align: center;
    }
    .checkout-form p{
        text-align: center;
    }
    .checkout-form>.row>.mt-mobile{
        margin-top: 1em;
    }

    .certificado-position{
        padding: 50px 0px 50px 30px;
    }
    .certificado-logo{
        width: 230px;
    }
    .float-whatsapp{
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .navbar-nav li{
        margin: 0 10px;
    }
    .navbar-nav li:last-child {
        margin: 0 10px;
    }
}

/* Smartphone */
@media(max-width:426px){

    .grecaptcha-badge {
        bottom: 125px !important;
    }

    /* Navbar */
    #nav-desktop{
        display: none;
    }
    #nav-smartphone{
        display: flex !important;
    }
    .navbar {
        --bs-navbar-padding-y: 5px !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .navbar-brand{
        padding: 0 !important;
        margin-right: 0 !important;
    }
    .dropdown-item{
        font-size: 12px;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .dropdown-menu{
        --bs-dropdown-min-width: 214px !important;
        --bs-dropdown-padding-y: 0rem !important;
    }

    /* Hero */
    .hero-position{
        justify-content: start;
    }
    .hero-text h1{
        width: 257px;
    }
    .hero-text small {
        font-size: 12px;
    }
    .hero-text p {
        font-size: 12px;
        width: 191px;
        text-align: justify;
    }
    .hero-title img {
        width: 96px;
        height: auto;
    }
    .hero-img{
        display: flex;
        justify-content: flex-end;
    }
    #hero-phone{
        display: block;
        position: absolute;
        bottom: 0;
    }
    #hero-desk{
        display: none !important;
    }
    .hero-img img{
        width: auto !important;
    }
    .hero-title{
        margin-bottom: 0;
    }
    .hero-text{
        padding-left: 10px;
    }

    /* Info */
    .info-position{
        justify-content: center;
    }
    .info-text{
        text-align: center;
    }
    .info-text h1{
        width: 311px;
        text-align: center;
        margin: auto;
    }
    .info-text p{
        text-align: center;
        width: 271px;
        margin: auto;
        margin-top: 8px;
        font-size: 8px;
    }
    .info-text a{
        display: none !important;
    }
    .info-img img{
        width: 230px;
    }
    #phone-download{
        display: flex;
    }
    #info a{
        margin: auto;
        margin-top: 40px;
        width:176px;
    }
    #func-desk{
        display: none;
    }
    #funcionalidades p{
        margin-bottom: 0;
        font-size: 8px;
        line-height: 9.32px;
    }
    .func-title{
        display: flex;
        justify-content: center;
        margin-bottom: 0rem;
    }
    .func-text div:nth-child(even){
        margin-top: 10px;
    }

    /* Conteudos */
    #conteudos {
        padding: 0px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .wrapper{
        width: 320px;
    }
    .content-btn button{
        width: 57px;
        height: 57px;
        font-size: 35px !important;
        padding: 0;
        border-radius: 8px !important;
    }
    .margin-tabs li{
        margin-right: 0px;
    }
    .checkout-tabs li{
        margin-right: 10px;
    }
    .nav-panels-content h2{
        margin-bottom: 5px;
    }
    .nav-panels-content p{
        font-size: 8px;
        line-height: 12px;
        margin-bottom: 0;
    }
    .nav-panels-content{
        height: auto !important;
        padding: 20px 20px;
    }
    .app-downloads img{
        width: 95px;
        height: auto;
    }
    .app-downloads{
        margin-top: 20px;
    }

    /* Contato */
    #contato{
        height: 280px;
    }
    #contato h4{
        font-size: 16px;
    }
    #contato:before {
        content: '';
        background: url(../img/contact-phone.png) no-repeat;
        position: absolute;
        background-size: cover;
        background-position: center;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .card-contact {
        margin-top: 18px;
        padding: 0px 0px;
        /* width: 189px; */
        width: 210px;
        height: 245px !important;
        border-radius: 8px !important;
    }
    .phone-medias{
        display: none;
    }
    .enviar-captcha{
        margin-bottom: 0;
    }
    .card-body textarea {
        height: 85px;
    }

    /* Aprenda */
    #aprenda{
        padding: 10px 30px;
    }
    #aprenda h1{
        font-size: 12px !important;
        margin-right: 0 !important;
    }
    #aprenda-download{
        display: none ;
    }

    /* Footer */
    footer {
        padding: 20px 15px;
    }
    #footer-desk{
        display: none !important;
    }
    #footer-phone{
        display: flex;
    }

    .modal-dialog{
        width: auto !important;
    }

    .certificado-section h1{
        font-size: 30px !important;
    }
    .certificado-section h2{
        font-size: 40px !important;
        line-height: 45px;
    }
    .certificado-section span{
        font-size: 20px !important;
    }
    .certificado-section h3{
        font-size: 28px !important;
    }
    .certificado-section p{
        font-size: 14px !important;
    }
    .assinatura::before{
        min-width: 130px;
    }
    .certificado-icons{
        width: 320px;
        margin-top: 15px;
    }
    .certificado-logo{
        width: 130px;
        bottom: 3vh;
        right: 1vw;
    }
    .float-whatsapp{
        bottom: 20px;
    }
}
@media (max-width: 390px){
    .checkout-tabs li {
        margin-right: 0px;
    }
    .certificado-icons i{
        font-size: 20px;
    }
    .certificado-icons i:nth-child(odd) {
        margin-right: 20px;
        margin-left: 20px;
    }
    .certificado-logo{
        width: 80px;
    }
}

@media (max-width: 320px){
    .hero-text p {
        width: 160px;
    }
    .hero-text a{
        max-width:160px;
    }
    #conteudos {
        padding: 0px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .wrapper{
        width: 280px;
    }
    .content-btn button{
        width: 50px;
        height: 50px;
        font-size: 35px !important;
        padding: 0;
        border-radius: 8px !important;
    }


    .certificado-position {
        padding: 50px 0px 50px 20px;
    }
    .certificado-section h3 {
        font-size: 18px !important;
    }
    .certificado-section p {
        font-size: 12px !important;
    }
    .assinatura::before {
        min-width: 120px;
    }
    .certificado-icons{
        width: 300px;
    }

    .social-medias{
        margin-bottom: 80px;
    }
}

.checkout-column{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

.text-left{
    text-align: left;
}

.color-gray{
    color: #f9f9f9;
}

.bg-gray{
    background-color: #ccc !important;
}

.checkout-button-pills{
    font-size: 12px !important;
    background-color: #ccc !important;
}

.checkout-button-pills.active{
    background: #53A5D3 !important;
}

@media (max-width: 320px){
    .checkout-button-pills{
        min-width: 90vw !important;
    }
}

@media (min-width: 375px){
    .checkout-button-pills{
        min-width: 90vw !important;
    }
}

@media (min-width: 768px){
    .checkout-button-pills{
        min-width: 30vw !important;
    }
}

@media (min-width: 1024px){
    .checkout-button-pills{
        min-width: 150px !important;
    }
}

#depoimentos{
    margin-bottom: 50px;
}
.testimonials {
    position: relative;
    margin-top: 30px;
}
.testimonials .owl-stage-outer {
    padding: 30px 0;
}
.testimonials .owl-nav {
    display: none;
}
.testimonials .owl-dots {
    text-align: center;
}
.testimonials .owl-dots span {
    background: #E4EAED !important ;
    border: 2px solid #0b6ca3;

}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #0b6ca3 !important;
}
.testimonials .owl-dots .active {
    box-shadow: none;
}
.testimonials .owl-dots .active span {
    background: #0b6ca3;
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
}
.testimonials .card-dep {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0 20px;
    padding: 10px 50px;
    border-radius: 20px;
    border: 0;
}
.testimonials .card-dep .card-img-top {
    max-width: 100px;
    border-radius: 50%;
    margin: 15px auto 0;
    box-shadow: 0 8px 20px -4px #95abbb;
    width: 100px;
    height: 100px;
}
.testimonials .card-dep h5 {
    color: #0b6ca3;
    font-size: 21px;
    line-height: 1.3;
    margin-top: 10px;
}
.testimonials .card-dep h5 span {
    font-size: 18px;
    color: #666;
}
.testimonials .card-dep p {
    font-size: 14px;
    color: #555;
    padding-bottom: 15px;
}
.testimonials .active {
    opacity: 0.5;
    transition: all 0.3s;
}
.testimonials .center {
    opacity: 1;
}
.testimonials .center h5 {
    font-size: 20px;
}
.testimonials .center h5 span {
    font-size: 18px;
}
.testimonials .center .card-img-top {
    max-width: 100%;
    height: 120px;
    width: 120px;
}
@media (max-width: 767px) {
    .testimonials {
        margin-top: 20px;
   }
}

.owl-carousel {
    .owl-nav button {
      &.owl-next,
      &.owl-prev {
        outline: 0;
      }
    }

    button.owl-dot {
      outline: 0;
    }
}
.accordion-item{
    margin-bottom: 20px;
    border: 1px solid #E4EAED !important;
    border-radius: 0.375rem !important;
    background-color: #E4EAED !important;
}
.accordion-button{
    --bs-accordion-btn-bg: #E4EAED ;
    --bs-accordion-active-bg: #0b6ca3;
    --bs-accordion-active-color: #fff;
    --bs-accordion-btn-color: #0b6ca3;
    border-radius: 0.375rem !important;

}
.accordion-button:not(.collapsed){
    box-shadow: none !important;
}
.accordion{
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230b6ca3'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

@keyframes tada {
    0% { transform: scale(1); }
    10%, 20% { transform: scale(0.9) rotate(-3deg); }
    30%, 50%, 70%, 90% { transform: scale(1.1) rotate(3deg); }
    40%, 60%, 80% { transform: scale(1.1) rotate(-3deg); }
    100% { transform: scale(1) rotate(0); }
}

.tada-effect {
    display: inline-block;
    animation: tada 1s infinite;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.3; }
    100% { opacity: 1; }
}

.blink-effect {
    animation: blink 1s infinite;
}

