@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');

html {
    font-family: 'Poppins', sans-serif;
}

body {
    font-family: 'Poppins', sans-serif;
}



/* .custom-baner-1 {
    position: relative;
    background-image: url('../img/15410.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 700px;
    color: #ffffff;
    padding-top: 90px;
    padding-bottom: 90px;
    z-index: 1;
} */


.custom-baner-1 {
    min-height: 700px;
    color: #ffffff;
    padding-top: 90px;
    z-index: 1;
    background: linear-gradient(to bottom left, #2957a3, #152c52);
}


/* .custom-baner-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    z-index: -1;
} */


.service-box {
    box-shadow: 3px 7px 27px #00000012, -3px -7px 27px #00000012;
    border-radius: 25px;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    min-height: 350px;
    color: #a1a1a1;
    background-color: #ffffff;
}

.custom-baner-3{
    background-color:#fb7818;
    color: #ffffff;
    padding-top: 15px;
}

.custom-baner-4 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../img/ilha.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 80vh;
    color: #ffffff;
    padding-top: 120px;
    padding-bottom: 50px;
}

.custom-baner-5{
    padding-top: 75px;
}

.custom-baner-6 {
    background-image: url('../img/retangulo.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.custom-baner-7 {
    background-color: #ffffff;
    min-height: 80vh;
    color: #28549f;
    padding-top: 120px;
}

.custom-logo-1{
    max-width: 23rem;
    margin-top: 100px;
}

@media (max-width: 430px) {
    .custom-logo-1 {
        margin-top: 0px;
    }
}

@media (max-width: 768px) {
    .custom-logo-1 {
        max-width: 15rem;
    }
}

.custom-logo-2{
    max-width: 29rem;
}

@media (max-width: 768px) {
    .custom-logo-2 {
        max-width: 15rem;
    }
}

.custom-texto-1{
    font-size: 80px;
    margin-bottom: 1px;
}

.custom-texto-2{
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
    margin-top: -20px;
}

@media (max-width: 768px) {
    .custom-texto-2 {
        font-size: 4rem;
    }
}

@media (max-width: 400px) {
    .custom-texto-2 {
        font-size: 3rem;
    }
}

.custom-texto-3{
    color: black;
    font-size: 23px;
    font-weight: 600;
}

.custom-label{
    color: black;
    font-size: 15px;
    font-weight: 600;
    margin-top: 18px;
}

.custom-form{
    background-color: #ffffff;
    padding: 30px;
    border-radius: 15px;
    color: #a1a1a1;
}

.custom-img-mao{
    max-width: 19rem;
    margin-bottom: -50px;
    margin-left: -5rem;
}

.custom-img-footer{
    max-width: 20rem;
}

.custom-form input {
    padding: 10px 15px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
}

.custom-form textarea {
    padding: 10px 15px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
}

.custom-form input::placeholder {
    font-size: 14px;
    color: #888888;
}

.custom-form input:focus {
    border-color: #fb7818;
    outline: none;
    box-shadow: 0 0 5px rgba(255, 127, 0, 0.5);
}

.custom-btn2{
    background-color: #fb7818;
    color: #ffffff;
    height: 60px;
    border: #fb7818;
}

.custom-texto-4{
    color: #fb7818;
    font-weight: 700;
    font-size: 90px;
    text-align: center;
}

.custom-texto-5{
    color: #28549f;
    font-weight: 700;
    font-size: 60px;
    text-align: center;
    margin-top: -50px;
}

.custom-texto-6{
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    padding-bottom: 5px;
    position: relative;
}

.custom-texto-6::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #707070;
    width: 40%;
    transform: translateX(70%);
}

.custom-texto-7{
    font-size: 15px;
    margin-top: -5px;
    position: relative;
}

.custom-linha{
    padding-bottom: 10px;
}

.custom-linha::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #707070;
    width: 40%;
    transform: translateX(100%);
}

.icon-color{
    color: #fb7818;
}

.custom-texto-8 {
    color: #fb7818;
    font-size: 16px;
}

.custom-texto-8 .preco {
    font-size: 40px;
    font-weight: 700;
}

.custom-btn-1{
    color: #ffffff;
    background-color: #fb7818;
    border-radius: 20px;
    font-weight: 300;
    font-size: 18px;
}

.custom-texto-9{
    font-size: 4rem;
    font-weight: 300;
}

@media (max-width: 400px) {
    .custom-texto-9 {
        font-size: 3rem;
    }
}

.custom-texto-10{
    font-size: 4rem;
    font-weight: 600;
    margin-top: -50px;
}

@media (max-width: 400px) {
    .custom-texto-10 {
        font-size: 3rem;
    }
}

.custom-btn-2{
    color: #fb7818;
    background-color: #ffffff;
    border-radius: 25px;
    font-weight: 500;
    font-size: 25px;
    width: 15rem;
}

.custom-btn1{
    color: #ffffff;
    background-color: #fb7818;
    border-radius: 25px;
    font-weight: 400;
    font-size: 25px;
    width: 30rem;
    padding: 5px 5px 5px 5px;
}

@media (max-width: 1024px) {
    .custom-btn1 {
        font-size: 20px;
        width: 25rem;
    }
}

@media (max-width: 768px) {
    .custom-btn1 {
        font-size: 15px;
        width: 20rem;
    }
}

@media (max-width: 400px) {
    .custom-btn1 {
        font-size: 15px;
        width: 18rem;
    }
}

.custom-texto-11{
    font-size: 3.8rem;
    font-weight: 400;
}

@media (max-width: 768px) {
    .custom-texto-11 {
        font-size: 3rem;
    }
}

@media (max-width: 400px) {
    .custom-texto-11 {
        font-size: 2.5rem;
    }
}

.custom-texto-12{
    font-size: 3.8rem;
    font-weight: 700;
    margin-top: -45px;
}

@media (max-width: 400px) {
    .custom-texto-12 {
        font-size: 2.5rem;
    }
}

.custom-img-local{
    max-width: 25rem;
    background-color: #1d3d73;
    border-radius: 120px;
}

@media (max-width: 1024px) {
    .custom-img-local {
        max-width: 23rem;
        margin-left: -100px;
    }
}

@media (max-width: 768px) {
    .custom-img-local {
        max-width: 20rem;
        margin-left: -100px;
    }
}

@media (max-width: 750px) {
    .custom-img-local {
        margin-left: 0px;
    }
}

@media (max-width: 400px) {
    .custom-img-local {
        max-width: 17rem;
    }
}

.custom-texto-13{
    font-size: 2rem;
    font-weight: 500;
    margin-top: -25px;
}

.custom-texto-14{
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: -15px;
}

.custom-texto-15{
    font-size: 2.5rem;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
}

.custom-baner-texto{
    background-color: #fb7818;
    margin-top: 75px;
    border-radius: 35px;
}

@media (max-width: 768px) {
    .custom-baner-texto {
        width: 20rem;
    }
}

.custom-baner-laranja{
    background-color: #fb7818;
    border-radius: 80px 0px 0px 80px;
    min-width: 20rem;
    min-height: 37rem;
    margin-bottom: -42rem;
}

@media (max-width: 768px) {
    .custom-baner-laranja {
        min-width: 16rem;
    }
}

@media (max-width: 760px) {
    .custom-baner-laranja {
        display: none;
    }
}

.custom-baner-laranja2{
    background-color: #fb7818;
    border-radius: 80px 0px 0px 80px;
    min-width: 20rem;
    min-height: 37rem;
    margin-bottom: -42rem;
}

@media (max-width: 760px) {
    .custom-baner-laranja2 {
        min-height: 24rem;
    }
}

@media (min-width: 760px) {
    .custom-baner-laranja2 {
        display: none;
    }
}

@media (max-width: 370px) {
    .custom-baner-laranja2 {
        min-width: 17rem;
    }
}

.custom-img-atendente{
    width: 33rem;
}

@media (max-width: 768px) {
    .custom-img-atendente {
        max-width: 20rem;
    }
}

.custom-texto-16{
    font-size: 4rem;
    font-weight: 400;
    color: #28549f;
    margin-top: 140px;

}

@media (max-width: 768px) {
    .custom-texto-16 {
        font-size: 2rem;
    }
}

.custom-texto-17{
    font-size: 4rem;
    font-weight: 700;
    color: #28549f;
    margin-top: -40px;
}

@media (max-width: 768px) {
    .custom-texto-17 {
        font-size: 2rem;
    }
}

.custom-texto-18{
    font-size: 2rem;
    font-weight: 500;
    color: #28549f;
}

@media (max-width: 768px) {
    .custom-texto-18 {
        font-size: 1rem;
        margin-top: 10px;
    }
}

.custom-texto-19{
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
}

.custom-baner-texto-2{
    background-color: #fb7818;
    margin-top: -35px;
    border-radius: 35px;
}

/* .custom-texto-11, .custom-texto-12, .custom-texto-13, .custom-texto-14 {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.99);
} */

.custom-img-mulher{
    max-width: 500px;
    margin-left: 150px;
    margin-top: 50px;
}

@media (max-width: 760px) {
    .custom-img-mulher {
        margin-left: 0px;
    }
}

@media (max-width: 1024px) {
    .custom-img-mulher {
        max-width: 300px;
        margin-top: 300px;
    }
}

/* @media (max-width: 768px) {
    .custom-img-mulher {
        display: none;
    }
} */

@media (max-width: 1024px) {
    .custom-card {
        padding-left: 120px;
        padding-right: 120px;
    }
}

.custom-link{
    text-decoration: none !important;
}

.whatsapp-flutuante {
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 998;
}
.whatsapp-flutuante .fa-stack-2x {
    color: #26a718;
}
.whatsapp-flutuante .fa-whatsapp {
    color: #fff;
}

.esconder {
    display: block;
}

@media (max-width: 1024px) {
    .esconder {
        display: none !important;
    }
}


.aparecer {
    display: none;
}

@media (max-width: 1024px) {
    .aparecer {
        display: block !important;
    }
}
