@media (min-width: 992px) {
    .nav-right .sidebar-btn .nav-right-link, .nav-right .search-btn .nav-right-link {
        color: #ffffff;
    }
}

@media (min-width: 992px) {
    .nav-right-link:hover {
        color: #00e2f3 !important;
    }
}

.img-valores img {
    width: 60px;
    margin: auto;
    display: flex;
}

.tilte-valores {
    text-align: center;
}

.tilte-valores h3 {
    font-size: 23px;
    margin-bottom: 10px;
    margin-top: 6px;
}

.desc-valores {
    text-align: center;
}

@media (min-width: 992px) {
    .nav-right .sidebar-btn .nav-right-link, .nav-right .search-btn .nav-right-link {
        color: #ffffff;
    }
}

@media (min-width: 992px) {
    .nav-right-link:hover {
        color: #00e2f3 !important;
    }
}

.img-valores img {
    width: 60px;
    margin: auto;
    display: flex;
    filter: drop-shadow(0px 1000px 0 #0177c3);
    transform: translateY(-1000px);
}

.tilte-valores {
    text-align: center;
}

.tilte-valores h3 {
    font-size: 23px;
    margin-bottom: 10px;
    margin-top: 26px;
    color: #fff;
}

.desc-valores {
    text-align: center;
}

.card-valores {
    background: #001654;
    height: 100%;
    border-radius: 15px;
    padding: 20px 0px;
    overflow: hidden;
}

.card-valores:before {
    position: absolute;
    content: "";
    top: 14px;
    bottom: 0;
    left: 62px;
    right: 0;
    width: 73px;
    height: 73px;
    border: 2px solid #ffffff;
    border-radius: 50px;
    opacity: 0;
    transition: .4s ease-in-out;
}

.card-valores {
    position: relative;
}

.card-valores:after {
    position: absolute;
    content: "";
    top: 46px;
    left: 0;
    right: 0;
    background: #ffffff;
    width: 10px;
    height: 10px;
    margin: auto;
    border-radius: 10px;
    animation: spinner 3s linear infinite;
    opacity: 0;
    transition: .4s ease-in-out;
}

.card-valores:hover:before {
    opacity: 1;
}

.card-valores:hover:after {
    opacity: 1;
}

.desc-valores p {
    color: #c7c7c7;
}

.card-sessao-1 {
    display: flex;
    justify-content: center;
}

.card-diferencial {
    position: relative;
    width: 350px;
    height: 230px;
    padding: 0 20px;
    margin: 20px -30px;
    background: linear-gradient(45deg, #002ca3, #001654);
    border-radius: 25px;
    transition: .3s ease-in-out;
}

.card-sessao-2 {
    display: flex;
    justify-content: center;
}

.card-front h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    width: 70%;
    color: #fff;
}

div#card-diferencial-1:hover {
    transform: rotate( 4deg);
    margin-right: 30px;
}

div#card-diferencial-2:hover {
    transform: rotate( 4deg);
    margin-right: 30px;
}

div#card-diferencial-3:hover {
    transform: rotate( 4deg);
    margin-right: 30px;
}

div#card-diferencial-4:hover {
    transform: rotate( 4deg);
    margin-right: 30px;
}

div#card-diferencial-5:hover {
    transform: rotate( 4deg);
    margin-right: 30px;
}

div#card-diferencial-6:hover {
    transform: rotate( 4deg);
    margin-right: 30px;
}

.card-diferencial:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 40px;
    height: 6px;
    background: #00e5f5c7;
    width: 71px;
    transition: .3s ease-in-out;
}

.card-diferencial:hover:before {
    background: linear-gradient(45deg, #00eeff, #a2f9ff, #00eeff);
    box-shadow: 0 5px 28px 0px #00eeff;
}

.icon-card-front img {
    width: 50px;
    filter: drop-shadow(0px 1000px 0 #fff);
    transform: translateY(-1000px);
}

.card-front {
    display: flex;
    justify-content: space-between;
    margin-top: 28px;
    align-items: center;
}

.icon-card-front {
    overflow: hidden;
    background: linear-gradient(45deg, #00569f, #0fc2ff);
    padding: 5px;
    border-radius: 9px;
}

.card-back p {
    margin-top: 8px;
    color: #c2c5c9;
}

#section-html-modulo_3 {
    position: relative;
    padding: 70px;
    background: url(/arquivos/bg-cta.webp);
    z-index: 1;
}

#section-html-modulo_3:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #00082c, #00082c 35%, #00082c00);
    z-index: -1;
}

.title-cta h1 {
    color: #fff;
}

.desc-cta p {
    color: #fff;
}

span.fa-whatsapp.fab:before {
    font-size: 20px;
    margin-left: 8px;
}

a#btn-cta {
    background: linear-gradient(0deg, #00590b, #05e521);
    filter: drop-shadow(0px 4px 0px #05e521);
}

a#btn-cta:hover {
    filter: unset;
}

@keyframes spinner {
  0%{
    transform: rotate(0deg) translate(-36px) rotate(0deg);
  }
  100%{
    transform: rotate(360deg) translate(-36px) rotate(-360deg);
  }
}

@media (max-width: 991px) {
    .hero-single .hero-content .hero-title {
        font-size: 30px;
        margin-bottom: 19px !important;
    }
    
    .navbar-brand img {
        width: 180px;
    }
    
    .navbar-toggler-mobile-icon {
        color: #ffffff;
    }
    
    .mobile-menu-right .nav-right-link:hover {
        color: #ffffff;
    }
}

@media screen and (max-width:720px){
  .hero-single::before {
    background: linear-gradient(180deg, #00105a 0%, #00105a 30%, #00000040);
}

.card-valores:before {
    left: 132px;
}

.card-diferencial {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px;
    margin: 10px 0px;
    background: linear-gradient(45deg, #002ca3, #001654);
    border-radius: 25px;
    transition: .3s ease-in-out;
}

.card-sessao-1 {
    display: block;
}

.card-sessao-2 {
    display: block;
}

#section-html-modulo_3 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.title-cta h1 {
    font-size: 28px !important;
    margin-bottom: 19px;
}

}