body{
    background-image: url("../img/banner_body.webp");
    background-position: center;
    background-repeat: repeat-x;
    background-size: contain;
}
.wrapper-options{
    position: relative;
    width: 100%;    
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 15px;
    margin-bottom: 110px;
}
.wrapper-options:before{
    animation: pulse_star 2s infinite alternate;
    pointer-events: none;
    z-index: -1;
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    background-image: url("../img/especialidades/star_top.webp");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: -120px;
    right: 0;
}
.wrapper-options .option{
    position: relative;
    padding: 17px 21px;
    display: inline-flex;
    align-items: center;
    width: 587px;
    min-height: 140px;
    gap: 20px;
    transition: all .5s ease-in-out;
    border-radius: 20px;
}
.wrapper-options .option:nth-child(even):before {
    transform: scaleX(1.5) translateY(10px) translateX(0px) !important;
    transform-origin: right;
}
.wrapper-options .option:before {
    transform: scaleX(1.5) translateY(10px) translateX(115px) !important;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background-color: #c5c5c5;
    border-radius: 5px;
}
.wrapper-options .option.active,
.wrapper-options .option:hover{
    background-color: rgba(149, 182, 100, 0.37);
}
.wrapper-options .option.active .image:after,
.wrapper-options .option:hover .image:after{
    transform: scale(1);
}
.wrapper-options .option .image{
    position: relative;
    width: 128px;
    height: 112px;
    display: inline-flex;
    background-color: #2b2b2b;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.4);
}
.wrapper-options .option .image:after{
    transform: scale(0);
    transform-origin: center;
    content: "";
    right: -9px;
    top: -15px;
    position: absolute;
    width: 40px;
    height: 39px;
    background-image: url("../img/especialidades/star.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .2s ease-in-out;
    filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.5));
}
.wrapper-options .option .image img{
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wrapper-options .option .text{
    width: 394px;
}
.wrapper-options .option .text h3{
    font-size: 21.61px;
}
.wrapper-options .option .text p{
    line-height: 1.3;
}
.content-especialidade{
    position: relative;
    padding-left: 21px;
    display: flex;
    justify-content: space-between;
    width: 1073px;
    gap: 135px;
    padding-bottom: 137px;
}
.content-especialidade:after{
    content: "";
    position: absolute;
    width: 301px;
    height: 227px;
    background-image: url("../img/especialidades/stars_bottom.webp");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    bottom: -50px;
    left: 0;
    pointer-events: none;
    z-index: -1;
    animation: pulse_star 2s infinite alternate;

}
.content-especialidade .text{
    width: 603px;
    padding-top: 20px;
}
.content-especialidade .text h4{
    font-size: 21.61px;
    margin-bottom: 19px;
}
.content-especialidade .text h3{
    font-size: 25px;
    font-weight: 600;
}
.content-especialidade .text p{
    font-size: 16.67px;
    margin-bottom: 15px;
}
.content-especialidade .text p strong{
    font-weight: 800;
}
.content-especialidade .image{
    width: 335px;
    height: 503px;
    display: inline-flex;
    background-color: #2b2b2b;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.4);
}
section.link-footer{
    color: #fff;
    background-color: var(--azul);
}
section.link-footer .wrapper h3{
    color: #fff;
}
section.link-footer .wrapper p{
    color: var(--azul);
    background-color: var(--verde);
}

section.lead{
    min-height: 501px;
}
section.lead:before{
    content: "";
    position: absolute;
    width: 546px;
    height: 516px;
    background-image: url("../img/especialidades/star_lead.webp");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    bottom: -150px;
    right: 200px;
    pointer-events: none;
    z-index: -1;
    animation: pulse_star 2s infinite alternate;
}
section.lead .box-form{
    background-color: var(--azul);
    color: var(--verde);
    width: 801px;
    min-height: 332px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
}
section.lead .box-form h3{
    text-align: center;
    margin-bottom: 20px !important;
}
section.lead .box-form form{
    width: 576px;
}
section.lead .box-form .group-link label{
    color: #fff;
}
section.lead .box-form input{
    background-color: var(--verde) !important;
    color: var(--azul) !important;
}
section.lead .box-form input::placeholder{
    color: var(--azul) !important;
}
section.lead .box-form button{
    color: var(--azul) !important;
    background-color: var(--verde) !important;
}

@media(max-width: 1100px){
    section.especialidades{
        padding-bottom: 50px;
    }
    section.especialidades .content{
        display: flex;
        flex-direction: column;
    }
    .content-especialidade{
        order: 1;
        margin-bottom: 50px;
    }
    .content-especialidade:after{
        display: none;
    }
    .wrapper-options{
        order: 2;
    }
    .wrapper-options .option{
        width: 100%;
        align-items: start;
        /* flex-direction: column; */
    }
    .wrapper-options .option:before{
        display: none;
    }
    .wrapper-options .option .image{
        width: 30%;
        height: 80px;
    }
    .wrapper-options .option .text{
        width: 70%;
    }
    .content-especialidade{
        width: 100%;
        padding: 0;
        flex-direction: column-reverse;
        row-gap: 30px;
    }
    .content-especialidade .text{
        width: 100%;
    }
}