


@media (min-width: 1024px) and (max-width: 1280px){
nav .options ul li a {
    font-family: "Rubik", serif;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.5s;
    font-size: 11px;
}

nav .botao-profissional {
    font-family: "Rubik", serif;
    text-transform: uppercase;
    padding: 10px 10px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 12px;
    color: var(--branco);
    text-decoration: none;
}
.carrossel .carrossel-item .imagem-slider {
    position: absolute;
    z-index: 0;
    height: auto;
    transform: scale(1);
    right: 50%;
    top: -12%;
}

.carrossel .carrossel-item h3 {
    margin-top: 10%;
    color: var(--verde);
    font-family: 'Rubik', serif;
    font-size: 20px;
    margin-left: 20%;
}
.carrossel .carrossel-item h1 {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 60px;
    margin-left: 20%;
}
.dois {
    z-index: 30;
    position: relative;
    z-index: 3;
    width: 100vw;
    margin-left: 0%;
    height: auto;
    min-height: 500px;
    padding-bottom: 60px;
    background-color: #fff;
    filter: hue-rotate(0);
}
.dois .titulo h1 {
    align-items: center;
    text-align: center;
    font-family: "Poppins", serif;
    font-weight: 500;
    font-size: 45px;
    font-style: normal;
    letter-spacing: -2px;
}

.dois .especialidades .especialidade-item {
    display: flex;
    width: 400px;
    min-width: 400px;
    max-width: 400px;
    background-color: #f9f9f9;
    font-family: 'Rubik', serif;
    text-decoration: none;
    color: #045573;
    font-weight: 500;
    font-size: 16px;
    align-items: center;
    justify-content: space-between;
    border-radius: 55px;
    min-width: 27%;
    padding: 20px;
    margin: 20px;
    border: 2px solid #70a887;
    transition: all 0.5s;
}
.dois .especialidades {
    display: flex;
    flex-wrap: wrap;
    margin:auto;
    max-width: 80vw;
    align-items: center;
    justify-content: space-evenly;
}
.tres .right .portal {
    border-radius: 40px;
    padding: 25px 10px;
    max-width: 50%;
    max-height: 100%;
}
.tres .right {
    width: 40%;
    margin-left: 20%;
    padding: 30px 0;
    max-height: 80%;
}
.quatro .left form .buttons .curriculo {
    background-color: #9BCCAF;
    font-family: 'Rubik', serif;
    padding: 7px;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    width: 80%;
    transition: all 0.5s;
    margin-right: 10px;
}
.cinco .itensSlider .item .card {
    background-color: #fff;
    margin-top: -20px;
    transition: all .5s;
    min-height: 100px !important;
    max-height: 100px !important;
}
.cinco .itensSlider .item .card h4 {
    font-family: 'Open Sans', serif;
    color: var(--azul);
    font-weight: 800;
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
    text-decoration: none;
    transition: all .5s;
}
.seis .right .itens-depoimento .item .card {
    background-color: var(--branco);
    padding-left: 25px;
    padding-bottom: 25px;
    padding-right: 25px;
    padding-top: 25px;
    min-height: 280px;
    margin-top: -5px;
}
footer .footer-top {
    padding: 100px 100px 30px 100px;
    display: flex;
    justify-content: space-between;
}
footer .footer-bottom {
    padding: 30px 100px 30px 100px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #fff;
}
footer .footer-bottom .left p {
    font-family: 'Rubik', serif;
    color: var(--branco);
    font-size: 14px;
    margin-top: -5px;
    text-decoration: none;
    font-weight: 300;
}
/** fim **/
}
