/* CSS do header  */
header.header-lp {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.164);
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: white;
}

header.header-lp .navbar-nav li a {
    padding: 10px 20px;
    border-radius: 10px;
    transition: .5s ease;
}

header.header-lp .navbar-nav li a:hover {
    background-color: var(--color-primary);
    color: white;
}

/* Fim CSS do header  */

/* Footer */
footer {
    border-top: 2px solid var(--color-primary);
	background-color: var(--color-primary)
}

footer .logo__footer {
    width: 100%;
    height: 70px;
    object-fit: contain;
}

/* Fim Footer */

/* Bannner LP */
.banner {
    min-height: 90vh;
    background: var(--background);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.banner .box-form {
    background-color: #ffffff75;
    padding: 2em;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 62%);
}

.banner .box-form input {
    border-color: rgba(0, 0, 0, 0.438);
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
	border: none;
}

.banner .box-form input[type="submit"] {
    color: white;
    background-color: var(--color-secondary);
    border-radius: 10px;
    border-color: var(--color-secondary);
    box-shadow: none;
    transition: .5s ease;
}

.banner .box-form input[type="submit"]:hover {
    background-color: var(--color-primary);
}

/* Fim Banner */

/* Quem Somos */

.quem-somos img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}

/* Fim Quem Somos */


.cta {
    background: linear-gradient(90deg,rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url('https://visibilidadeia.wsidm.com.br/wp-content/uploads/2026/03/banner-wsi-ia.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sec-beneficios-visibilidade {
    padding: 60px 0;
    background: #f7f7f7;
    overflow: hidden;
}

.sec-beneficios-visibilidade .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.sec-beneficios-visibilidade .titulo-bloco {
    text-align: center;
    font-size: 44px;
    line-height: 1.1;
    font-weight: 500;
    color: #0b3f6f;
    margin-bottom: 40px;
}

.sec-beneficios-visibilidade .titulo-bloco span {
    color: #00b140;
    font-weight: 700;
}

.swiper-beneficios {
    position: relative;
    padding: 10px 50px;
}

.swiper-beneficios .swiper-slide {
    height: auto;
}

.card-beneficio {
    background: #f3f3f3;
    border: 1px solid #8aa3bb;
    border-radius: 10px;
    padding: 22px 18px;
    min-height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
	height: 100%;
}

.card-beneficio h3 {
    font-size: 25px;
    line-height: 1.05;
    font-weight: 700;
    color: #00b140;
    margin: 0 0 14px;
}

.card-beneficio p {
    font-size: 13px;
    line-height: 1.4;
    color: #1a3d63;
    margin: 0;
}

.swiper-beneficios .swiper-button-prev,
.swiper-beneficios .swiper-button-next {
    width: 32px;
    height: 32px;
    border: 1px solid #7bd58f;
    border-radius: 6px;
	transform: translateY(75px);
    background: transparent;
}

.swiper-beneficios .swiper-button-prev::after,
.swiper-beneficios .swiper-button-next::after {
    font-size: 12px;
    color: #00b140;
    font-weight: 700;
}

@media (max-width: 767px) {
    .sec-beneficios-visibilidade {
        padding: 40px 0;
    }

    .sec-beneficios-visibilidade .titulo-bloco {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .swiper-beneficios {
        padding: 10px 35px;
    }

    .card-beneficio {
        min-height: auto;
    }

    .card-beneficio h3 {
        font-size: 20px;
    }
}

.whatsapp-right{
	position: fixed;
    bottom: 20px;
    right: 20px;
    background: green;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    font-size: 2em;
    box-shadow: 0 0 13px -5px #000000;
	transition.5s;
}
.whatsapp-right:hover{
	color:white;
	transform: scale(1.1);
}


#modal_whatsapp .modal-content {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
    background: #f0f2f5;
}

#modal_whatsapp .modal-header {
    background: linear-gradient(135deg, #25d366, #128c7e);
    border-bottom: 0;
    padding: 18px 22px;
    position: relative;
}

#modal_whatsapp .modal-header::before {
    content: "";
    width: 48px;
    height: 48px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

#modal_whatsapp .modal-header::after {
    content: "\f232";
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    color: #fff;
    font-size: 22px;
    position: absolute;
    left: 33px;
    top: 50%;
    transform: translateY(-50%);
}

#modal_whatsapp .btn-close {
    background: none;
    opacity: 1;
    box-shadow: none;
    color: #fff;
    margin-left: auto;
    font-size: 18px;
    position: relative;
    z-index: 2;
}

#modal_whatsapp .btn-close i {
    color: #fff;
}

#modal_whatsapp .modal-body {
    padding: 28px 24px 30px;
    background:
        radial-gradient(circle at top left, rgba(37, 211, 102, 0.06), transparent 35%),
        #f0f2f5;
}

#modal_whatsapp .box {
    background: #fff;
    border-radius: 14px;
    padding: 18px 18px 16px;
    margin-bottom: 18px;
    position: relative;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

#modal_whatsapp .box::before {
    content: "";
    position: absolute;
    top: 14px;
    left: -8px;
    width: 18px;
    height: 18px;
    background: #fff;
    transform: rotate(45deg);
    border-radius: 2px;
}

#modal_whatsapp .box p {
    margin: 0;
    color: #1f2c34;
    font-size: 15px;
    line-height: 1.55;
}

#modal_whatsapp .box_2 {
    background: #ffffff;
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

#modal_whatsapp .form-control {
    height: 52px;
    border-radius: 12px;
    border: 1px solid #d9e1e7;
    background: #fdfdfd;
    color: #1f2c34;
    font-size: 15px;
    padding: 0 16px;
    box-shadow: none;
    transition: 0.2s ease;
}

#modal_whatsapp .form-control::placeholder {
    color: #7a8a96;
}

#modal_whatsapp .form-control:focus {
    border-color: #25d366;
    box-shadow: 0 0 0 4px rgba(37, 211, 102, 0.12);
    background: #fff;
}

#modal_whatsapp .mb-3 {
    margin-bottom: 14px !important;
}

#modal_whatsapp p:has(#botao_whatsapp) {
    margin: 18px 0 0;
}

#modal_whatsapp #botao_whatsapp {
    width: 100%;
    border: 0;
    border-radius: 12px;
    height: 54px;
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    transition: 0.2s ease;
    box-shadow: 0 10px 24px rgba(18, 140, 126, 0.22);
}

#modal_whatsapp #botao_whatsapp:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(18, 140, 126, 0.28);
}

#modal_whatsapp #botao_whatsapp:active {
    transform: translateY(0);
}

@media (max-width: 767px) {
    #modal_whatsapp .modal-dialog {
        margin: 16px;
    }

    #modal_whatsapp .modal-body {
        padding: 20px 16px 22px;
    }

    #modal_whatsapp .box_2 {
        padding: 16px;
    }

    #modal_whatsapp .box p {
        font-size: 14px;
    }

    #modal_whatsapp .form-control {
        height: 48px;
        font-size: 14px;
    }

    #modal_whatsapp #botao_whatsapp {
        height: 50px;
        font-size: 15px;
    }
}