/*
|----------------------------------------------
| Css personalizado parti de 01/10/2025
|----------------------------------------------

*/
.social .whatsapp {
    display: inline-block;
    float: right;
    padding: 0;
    background-color: transparent;
    margin-right: 0;
    margin-top: 0;
    border-radius: 6px;
}

.social .whatsapp a {
    display: inline-block;
    float: right;
    padding: 15px;
    background-color: #7b7979;
    margin-right: 15px;
    margin-top: 15px;
    border-radius: 6px;
}

@media only screen and (min-width: 768px) {
    .social-mobile {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .social-desktop {
        display: none;
    }
}

/* Capa Interna */
.capa-interna {
    overflow: hidden;
    margin-bottom: 0;
}

.swiper-bannerInterna {
    overflow: hidden;
}

.capa-interna .img-responsive {
    height: 210px;
    object-fit: cover;
}

.bannerInternaCarrossel {
    margin-top: 50px;
}

/* @media only screen and (min-width: 1025px) {
.swiper-bannerInterna {
    height: 300px;
}
} */

.bannerInternaCarrossel .swiper-bannerInterna img {
    /* height: 100%; */
    object-fit: contain;
}

.bannerInternaCarrossel .swiper-slide a, .bannerInternaCarrossel .swiper-slide a img {
    height: 100%;
    object-fit: contain;
}

/* @media only screen and (max-width: 320px) {} */

/* Formulario de contato */

.form .form-control,
.wpcf7-form .form-control {
    border: 2px solid #000;
    border-radius: 3px;
}

.legenda {
    color: #000;
    font-weight: 700;
    font-size: 16px;
}

.btn-submit-contato {
    border-radius: 3px;
}

.campo-validacao-undefined,
.wpcf7-not-valid {
    border: 2px solid red !important;
}