@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body,
p,
a,
h1,
h2,
h3,
h4 {
    font-family: "Poppins", serif;
}

/*header-menu*/
.navbar::before {
    width: 100%;
    left: 0px;
    top: 0px;
    border-radius: 0;
}

/*<-------->*/

/*botao-geral*/
.theme-btn {
    border-radius: 30px;
    background-image: linear-gradient(0deg, #165dff, #6f9bff);
    font-weight: 600;
    filter: drop-shadow(0px 4px 0px #6f9bff);
    transition: .3s linear;
    padding: 10px 50px;
}

.theme-btn i {
    position: relative;
    background-color: #ffffff6b;
    padding: 7px 9px;
    border-radius: 5px;
    left: 13px;
    border-radius: 20px;
}

.hero-slider .fa-arrow-right:before {
    font-weight: 300;
    font-size: 17px;
}

.theme-btn:hover {
    filter: unset;
}

.theme-btn::before {
    background: unset;
}

/*itens slide*/
.feature-area {
    display: none;
}

/*slide*/
.hero-single {
    background-position: center !important;
}

.hero-single::before {
    background: unset;
}

.hero-single .hero-content .hero-title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    filter: drop-shadow(0px 3px 6px #0000002b);
    font-family: "Poppins", serif;
    margin: 0;
}

.hero-single .hero-content p {
    color: #fff;
    font-size: 22px !important;
    margin: 0 !important;
}

p.sub-titulo {
    margin: 0 !important;
    font-size: 23px !important;
    font-family: "Poppins", serif;
}

/*<--------->*/
/*empresa*/
.about-experience {
    background: #002ba2;
    left: -25px;
    top: -28px;
    padding: 6px 20px;
    padding-right: 37px;
    padding-left: 37px;
    text-align: center;
    border: 10px solid #ffffff;
    border-radius: 50px 0px 80px 0px;
    padding-bottom: 25px;
    box-shadow: 0 0 20px -10px #333;
}

.about-experience h5 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px;
    line-height: 1.5;
}

.about-experience span {
    font-size: 90px;
    font-family: "Poppins", serif;
    margin-bottom: 0 !important;
}

/*servicos*/
.portfolio-img img {
    border-radius: 20px;
}

.portfolio-content {
    padding: 25px 15px 25px 38px;
    border-radius: 20px 20px 20px 20px;
    left: 0px;
    height: 100%;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: flex-end;
}

.portfolio-content h4 {
    font-family: "Poppins", serif;
    font-weight: 400;
}

.portfolio-img::before {
    border-radius: 20px;
    background: #1c1c1c;
}

h3.service-title {
    font-family: "Poppins", serif;
}

.portfolio-content-info a {
    font-size: 18px;
    color: #fff;
}

.portfolio-content {
    background: unset;
}

/*<------->*/
.site-title {
    font-family: "Poppins", serif;
}

/*md-01*/
#section-html-modulo_2 .col-md-6 {
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 50px;
}

#section-html-modulo_2 .col-md-6 h1 {
    font-weight: 100;
    font-family: "Poppins", serif;
    color: #017b76;
}

#section-html-modulo_2 .col-md-6 p {
    font-size: 25px;
    color: #333;
}

p.text-destaque {
    font-weight: 700;
    font-size: 22px !important;
}

.vantagens {
    position: relative;
    display: flex;
    margin: 0px 10px;
    padding: 30px;
    align-items: center;
    justify-content: center;
    height: 200px;
    border-radius: 20px 20px 20px 0px;
    box-shadow: 0 4px 20px #33333399;
}

.vantagens img {
    width: 70px;
    padding-left: 20px;
    filter: brightness(0.7);
}

.titulos h4 {
    font-weight: 100;
    font-size: 20px;
    margin-bottom: 10px;
    color: #32b7b1;
    font-family: "Poppins", serif;
}

#section-html-modulo_2 .col-md-3 {
    height: 100%;
}

.vantagens:before {
    position: absolute;
    content: "";
    border-radius: 20px 20px 20px 0px;
    background: radial-gradient(105.21% 80.83% at 50% 139.64%, #3c4155aa 0, rgba(255, 255, 255, 0) 100%), radial-gradient(71.2% 56.16% at 39.65% 8.34%, #3c415560 0, rgba(255, 255, 255, 0) 100%), radial-gradient(44.99% 44.08% at 32.68% 3.28%, #3c415560 0, rgba(217, 217, 217, 0) 100%), #000;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.vantagens:after {
    position: absolute;
    content: "";
    border-radius: 20px 20px 20px 0px;
    background: radial-gradient(105.21% 80.83% at 50% 139.64%, #ffffff10 0, rgba(255, 255, 255, 0) 100%), radial-gradient(71.2% 56.16% at 39.65% 8.34%, #ffffff30 0, rgba(255, 255, 255, 0) 100%), radial-gradient(44.99% 44.08% at 32.68% 3.28%, #ffffff20 0, rgba(217, 217, 217, 0) 100%), #343434;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0;
    transition: .5s;
}

.vantagens:hover:after {
    opacity: 1;
}

.titulos p {
    color: #ffffff;
}

/**/
/*md-03*/
.cta-content h1 {
    position: relative;
    color: #ffffff;
    text-transform: none;
    margin-bottom: 10px;
    font-size: 31px !important;
    font-weight: 600;
    font-family: "Poppins", serif;
}

.cta-content {
    margin: auto;
}

.cta-content p {
    color: #333333;
    margin-bottom: 30px;
    font-size: 22px;
}

.cta-area::before {
    background: unset;
}

span.text-destaque {
    font-weight: 700;
}

.cta-content h1:before {
    position: absolute;
    content: "";
    border-bottom: 30px solid #017b76;
    height: 33px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 0px 0px 13px 13px;
}

/*<---------->*/
/*  md-02 */
.box-icone {
    position: relative;
    padding-left: 110px;
    margin: 0 0 49px;
}

.box-icone .ib-box {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 5px;
    width: 82px;
    height: 82px;
    text-align: center;
    color: #fff;
    line-height: 80px;
    font-size: 36px;
    border: 2px solid #2c2f40;
    border-radius: 50%;
    transition: all .3s ease;
}

.pin1 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 5px;
    top: 0;
    width: 15px;
    height: 15px;
    background: #0f1327;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    transform: scale(0);
    transition: all .3s ease;
}

.pin1:after {
    width: 5px;
    height: 5px;
    content: '';
    border-radius: 50%;
    background: #1ad0c8;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

.pin2 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 5px;
    bottom: 0;
    width: 15px;
    height: 15px;
    background: #0f1327;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    transform: scale(0);
    transition: all .3s ease;
}

.pin2:after {
    width: 5px;
    height: 5px;
    content: '';
    border-radius: 50%;
    background: #1ad0c8;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

.box-icone .ib-box:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    background: linear-gradient(90deg, rgb(28 220 237) 0%, rgb(5 85 83) 100%);
    border-radius: 50%;
    z-index: -1;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transform: scale(.5);
    transition: all .3s ease;
}

.box-icone:hover .ib-box {
    border-color: transparent;
}

.box-icone:hover .ib-box:after {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.box-icone:hover .pin2,
.box-icone:hover .pin1 {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

.box-icone img {
    position: absolute;
    width: 56px;
    left: 12px;
    top: 9px;
    right: 0;
    filter: invert(1);
}

.box-icone p {
    color: #b5b3b3;
}

/**/
#section-html-modulo_1 .row {
    align-items: center !important;
    margin: auto;
}

#section-html-modulo_1 .col-md-5 {
    text-align: center;
}

.titulo-seg h1 {
    font-size: 90px;
    font-family: "Poppins", serif;
    font-weight: 800;
    color: #fff;
}

.titulo-seg span {
    color: #00a29b;
}

.box-icone h3 {
    font-family: "Poppins", serif;
    font-size: 21px;
    color: #00c1b9;
}

#section-html-modulo_1 {
    background: radial-gradient(105.21% 80.83% at 50% 139.64%, #3c4155aa 0, rgba(255, 255, 255, 0) 100%), radial-gradient(71.2% 56.16% at 39.65% 8.34%, #3c415560 0, rgba(255, 255, 255, 0) 100%), radial-gradient(44.99% 44.08% at 32.68% 3.28%, #3c415560 0, rgba(217, 217, 217, 0) 100%), #000;
    padding: 40px 0px;
}

.testimonial-author-img {
    display: none;
}

.about-img img {
    border-radius: 60px;
    border: 3px solid #fff;
}

.site-breadcrumb::before {
    opacity: .7;
}

.quote-img img {
    border-radius: 80px 0 80px 80px;
}

.footer-logo img {
    filter: invert(11) brightness(5);
}

.blog-item-meta ul {
    display: none;
}

.testimonial-quote-icon i {
    font-size: 55px;
    color: var(--bg_geral);
    display: none;
}

.widget .recent-post-bio span {
    display: none;
}

.site-breadcrumb .breadcrumb-title {
    text-transform: none;
}

/*btn-whats*/
.btn-whatsapp-footer {
    position: fixed;
    bottom: 70px;
    right: 26px;
    width: 55px;
    height: 55px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 100;
    margin-bottom: 10px;
}

.btn-whatsapp-footer:before {
    content: '';
    width: 150%;
    position: absolute;
    height: 150%;
    border-radius: 50%;
    animation: pulse-ring 1.5s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
    background: #25d366;
    z-index: -1;
}

.fa-whatsapp:before {
    font-size: 33px;
}

/*<------------>*/
.navbar .nav-item .dropdown-menu .dropdown-item {
    text-transform: none;
}

a.portfolio-arrow {
    display: none;
}

.portfolio-item:hover .portfolio-img::before {
    display: none;
}

.portfolio-content-info a:hover {
    color: #fff;
}

a.popup-img.portfolio-link {
    display: none;
}

.portfolio-content::before {
    left: 0px;
    top: 0;
    width: 100%;
    border-radius: 0;
    background: linear-gradient(0deg, #002da4, transparent);
    transition: .3s ease-in-out;
    z-index: -1;
    opacity: .9;
}

.portfolio-content:hover:before {
    opacity: 1;
}

.about-area .theme-btn {
    margin-top: 20px;
}

/*page-empresa*/
.topico-destaque img {
    width: 56px;
    padding: 9px;
    filter: grayscale(1) contrast(0) brightness(11);
}

.topico-destaque {
    display: flex;
    align-items: center;
}

.img-topico {
    background: #002ba2;
    margin-right: 20px;
    border-radius: 8px;
}

.destaques-empresa p {
    padding-top: 20px;
    padding-bottom: 20px;
}

.objetivos ul {
    margin-top: 11px;
}

/*<---->*/

/*sec-servicos*/
.portfolio-content-info:before {
    position: absolute;
    content: "";
    width: 5%;
    height: 3px;
    bottom: 17px;
    background: #ffffff;
    transition: .3s ease-in-out;
    opacity: 0;
}

.portfolio-content:hover .portfolio-content-info:before {
    opacity: 1;
    width: 30%;
}

/*<-------->*/

/*sec-depoimentos*/
.bg {
    background: #0051cf12;
}

.quote-content {
    background: #0051cf12;
}

/*<--->*/

.slide-mobile {
    display: none;
}

.nav-right:has(.btn-menu) {
    gap: 10px;
}

.btn-menu {
    padding: .5rem 1rem !important;
}

a.btn-menu.btn-menu-cliente,
a.btn-menu.btn-menu-mei {
    border: 1px solid;
    border-radius: 2rem;
}

a.btn-menu.btn-menu-mei.nav-link {
    margin: 20px 0;
}

@keyframes pulse-ring {
    0% {
        transform: scale(.33)
    }

    100%,
    80% {
        opacity: 0
    }
}

@media(max-width: 720px) {
    .navbar-collapse {
        max-height: 40vh;
    }

    .nav-right:has(.btn-menu) {
        display: grid;
        gap: 10px;
        margin: 0 !important;
    }

    .nav-right:has(.btn-menu) .sidebar-btn {
        display: none;
    }

    .navbar .nav-right:has(.btn-menu) .nav-right-btn {
        display: block;
    }

    .hero-single {
        background-position: center !important;
        background: url('/arquivos/slide-mobile.webp') !important;
    }

    .vantagens {
        margin: 20px 10px;
    }

    .titulo-seg h1 {
        font-size: 60px;
    }

    .header-top-contact a {
        font-size: 15px;
    }

    .header-top-contact a i {
        margin-right: 10px;
    }

    .about-experience {
        left: -6px;
        top: -28px;
        padding: 0px 0px;
        padding-right: 27px;
        padding-left: 31px;
        padding-bottom: 15px;
    }

    .about-experience span {
        font-size: 67px;
    }

    .header-top-social {
        display: none;
    }

    .footer-contact li {
        display: block;
    }
}

@media (max-width: 991px) {
    .footer-area::before {
        height: 100%;
    }
}

@media (min-width: 992px) {

    .navbar .nav-item .dropdown-menu .dropdown-item.active,
    .navbar .nav-item .dropdown-menu .dropdown-item:active {
        color: #fff;
    }

    .navbar .nav-item .dropdown-menu {
        width: 300px;
        left: -70px;
    }

    .navbar .nav-item .nav-link {
        font-family: "Poppins", serif;
    }

    .navbar .nav-item .nav-link.active,
    .navbar .nav-item:hover .nav-link {
        color: #2e6fff;
    }
}

@media (max-width: 1199px) {
    .footer-widget-box {
        margin-bottom: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}