@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins' !important;
}

.photos-surgery {
    padding: 0 !important;
}

.mt-3-header {
    margin-top: 2em;
}

.p-20 {
    padding: 200px 0;
}

.p-40 {
    padding: 40px;
}

.color-grey {
    color: #70808C;
    font-size: 14px;
}

.font-bold {
    font-family: 'Poppins' !important;
    font-weight: 700 !important;
}

.img-top {
    margin-right: 15px;
}

.margin-negative {
    margin-top: -80px;
}

.desk-right {
    margin-right: 5px;
}

.he-100 {
    height: 100%;
}

.contact {
    display: flex;
    width: 100%;
    background-color: #224C59;
    color: #92A9A3;
}

.information {
    background-position: left;
    font-size: 14px;
    margin-right: 30px;
}

.menu a {
    margin: 0 10px;
    color: #224C59;
    text-decoration: none;
}

.header {
    background-image: url("../img/bg_banner.png");
    width: 100%;
    background-size: auto;
    background-repeat: no-repeat;
}

.tittle-header {
    color: #223645;
    text-align: right;
    font-size: 72px;
    font-weight: 700;
    line-height: 65.4px;
}

.text-header {
    color: #70808C;
    text-align: right;
    font-size: 20px;
    line-height: 29.25px;
}

.form-header {
    border: 1px solid #224C59;
    background-color: #92A9A380;
    color: #fff;
    padding: 17px;
    width: 100%;
    font-size: 17px;
}

.form-header::placeholder {
    color: #fff;
    transition: 0.5s;
}

.btn-header {
    display: flex;
    width: 250px;
    height: 60px;
    padding: 10px 0px 10px 20px;
    justify-content: flex-end;
    align-items: center;
    gap: 22px;
    flex-shrink: 0;
    background-color: #C9AC6B;;
    color: #224C59;
    border: none;
}

.squad-white {
    display: flex;
    width: 45px;
    height: 45px;
    padding: 15px;
    justify-content: center;
    align-items: center;
    background-color: white;
    margin-left: -12px;
}


.squads-header {
    width: 100%;
    height: 100%;
}
.squads-header>div{
    background-color: #DAD4BD;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 35px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.squads-area {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 20px;
}

.text-squads {
    font-size: 14px;
}

.surgery {
    overflow: hidden;
    padding: 180px 0;
}

.text-surgery h1 {
    font-size: 35px !important;
}

.text-surgery p {
    color: #70808C !important;
    font-size: 16px !important;
}

.list-surgery {
    columns: 2;
    font-size: 14px;
}

.bg-surgery {
    position: absolute;
    color: rgba(218, 212, 189, 0.20);
    font-size: 265px;
    font-weight: 700;
    line-height: 196.5px;
    right: -5%;
    top: 0;
    z-index: -1;
    margin: 50px 0;
}

.img_teste {
    height: 75px;
}

.reports {
    background-color: #F1F7FB;
    z-index: 1;
}

.bg-reports {
    color: #E9EFF4;
    text-align: center;
    font-size: 150px;
    width: 100%;
    left: 0; 
    top: -15%;
    z-index: -3;
    margin: 50px 0; 
    position: absolute;
}

.common-reports {
    color: #223645;
    text-transform: uppercase;
    font-size: 40px;
    margin-top: 100px !important;
}

.common-reports-desk {
    color: #92A9A3;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    width: 40% !important; 
    text-align: center !important;
    margin-top: -15px !important;
}

.img_reports {
    background-color: #fff;
    margin: 20px;
    display: inline-block;
}

.imagem-space{
    margin-right: 3px;
    padding: 0 12px;
    height: 70px;
}

#options-image:hover {
    outline: 2px solid #C9AC6B;
}

.img_reports-top {
    align-items: center;
}

.img_reports p {
    font-size: 14px;
    margin-top: 10px;
    color: #70808C;
}

.information-reports {
    font-size: 20px;
    color: #223645;
}

.colored-border {
    border-top: 13px solid transparent;
}

.colored-border:hover {
    border-top-color:#C9AC6B;
    transition: .5s;
}

.colored-border2 {
    border-top: 13px solid transparent;
}

.colored-border2:hover {
    border-top-color:#C9AC6B;
    transition: .5s;
}


.colored-border:hover h1{
    color: #C9AC6B;
    transition: .5s;
}

.colored-border:hover svg path {
    fill: #C9AC6B;
}

.colored-border-lips {
    border-top: 13px solid transparent;
}


.colored-border-lips:hover h1{
    color: #C9AC6B;
    transition: .5s;
}

.colored-border-lips:hover svg path{
    stroke: #C9AC6B;
    transition: .5s;
}

.line-hover:hover svg path{
    stroke: #C9AC6B;
    transition: .5s;
}

.doctor-height {
    height: 91%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 15px;
}

.formulario:hover {
    border: 1px solid #C9AC6B;
    background: rgba(146, 169, 163, 0.3);
    transform: translate;
    transition: 0.4s;
    color: black;
}

.formulario:hover::placeholder {
    color: #224C59;
}

.button:hover {
    background: #92A9A3;
    transform: translate;
    transition: 0.4s;
    color: #fff;
}


.header-img-one:hover svg path, .header-img-one:hover svg circle {
    fill: #C9AC6B;
}

.about-doctor {
    padding: 200px 0;
    background-color: #F1F7FB;
}

.img-about-doctor img {
    width: 80%;
    margin-top: 6em;
    z-index: 2;
}

.count-number {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    background: #92A9A3;
    z-index: 2;
    margin-bottom: 70px;
}

.count-hover:hover {
    background-color: #C9AC6B;
    transition: 0.2s;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    z-index: 2;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}

.count-number p {
    color: #fff;
    z-index: 2;
}
.div-linha{
    width: 2px;
    height: 80%;
    background: #92A9A3;
    position: absolute;
    left: 22%;
    top: 0;
    z-index: 1;
}

.count-text {
    background-color: #fff;
    margin-bottom: 12px;
    padding: 20px;
}

.text-tittle {
    color: #223645;
    font-size: 20px;
}

.text-desk {
    color: #70808C;
    font-size: 16px;
}

.tittle-about {
    color: #223645;
    margin: 0 0 30px 30px;
    font-size: 45px;
    width: 50%;
}

.desk-about {
    color: #92A9A3;
    margin: 0 0 -5px 30px;
    letter-spacing: 3px;
    font-size: 14px;
}

.div-white {
    background-color: #fff;
    width: 80%;
    height: 110%;
    z-index: 1;
    top: 25px;
    left: -25%;
    position: absolute;
}

.form {
    background-image: url(../img/form_bg.jpg);
    width: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    padding: 100px 0;
}

#form-footer {
    padding: 50px;
}

.div-form-footer {
    background-color: #fff;
}

.div-form-footer p {
    color: #223645;
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
}

.tittle-footer {
    color: #FFF;
    text-align: right;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    text-transform: uppercase;
    margin-right: 20px;
}

.first-desk {
    color: #FFF;
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 1.68px;
    text-transform: uppercase;
    margin-right: 20px;
}

.list-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    color: #fff;
}

.btn-footer {
    height: 60px;
    padding: 10px;
    align-items: center;
    background-color: #C9AC6B;;
    color: #224C59;
    border: none;
}

.squad-white-footer {
    display: flex;
    width: 45px;
    height: 45px;
    padding: 15px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    position: absolute;
    right: -10px;
}


.text-break-new {
    white-space: pre-wrap;
}

.text-form-last {
    margin-right: 20px;
    text-align: end;
}

.footer {
    background-color: #224C59;
    height: 100px;
    width: 100%;
}

@media (min-width: 1366px) and (max-width: 1499px) {
    .header {
        background-image: url("../img/bg_banner.png");
        background-position: center center;
        margin-top: -65px;
    }
}

@media (min-width: 1280px) and (max-width: 1300px) {
    .header {
        background-image: url("../img/bg_banner.png");
        background-position: center center;
        margin-top: -120px;
    }
    .img-about-doctor {
        margin-top: 200px;
    }
    .tittle-about {
        font-size: 42px;
    }
}

@media (min-width: 800px) and (max-width: 1279px) {
    .header {
        background-image: url("../img/bg_banner.png");
        background-position: center center;
        margin-top: -120px;
    }
    .about-doctor {
        padding: 100px 0;
    }
    .img-about-doctor {
        margin-top: 100px;
    }
    .tittle-about {
        font-size: 30px;
        width: 100%;
    }
}

@media (min-width: 376px) and (max-width: 600px) {
    .information-mobile {
        font-size: 14px;
        margin-right: 15px;
        font-size: 12px;
    }
    .menu img {
        width: 60%;
    }
    .menu a {
        font-size: 12px;
        display: inline;
        justify-content: left;
    }
    .img-top {
        margin-right: 5px;
    }
    .header {
        background-image: url("../img/banner-mobile.png");
        background-position: top center;
    }
    .tittle-header {
        text-align: center;
        font-size: 36px;
        padding-top: 10px;
    }
    .text-header {
        margin-top: 1px !important;
        font-size: 13px !important;
    }
    .p-mobile {
        padding: 0px;
    }
    .form-mobile {
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        margin-top: 241px !important;
    }
    .squads-area div{
        padding: 0;
        margin-top: 10px;
    }
    .squads-area p{
        font-size: 12px;
    }
    .squads-area span{
        font-size: 12px;
    }
    .squads-area svg{
        width: 60%;
    }
    .text-new-mobile {
        margin-top: 12px;
    }
    .input-mobile {
        padding: 10px;
        width: 60% !important;
        font-size: 15px;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }
    .text-header {
        text-align: center;
        font-size: 16px;
    }
    .about-doctor {
        padding: 100px 0;
    }
    .img-about-doctor {
        margin-top: 100px;
    }
    .tittle-about {
        font-size: 30px;
        width: 100%;
    }
    .bg-surgery-mobile {
        display: none;
    }
    .mt-3-header {
        margin-top: 0 !important;
    }
    .surgery {
        padding: 80px 0 50px 0;
    }
    .surgery img {
        padding-bottom: 20px;
    }
    .surgery p {
        padding: 10px;
    }
    .list-surgery {
        font-size: 17px;
        columns: 1;
    }
    .bg-reports {
        font-size: 90px;
        margin-top: 203px;
    }
    .common-reports {
        margin-top: 54px !important;
    }
    .common-reports-desk{
        width: 100% !important; 
    }
    .h-100-mobile {
        height: auto !important;
    }
    .about-doctor {
        padding: 0px;
    }
    .tittle-about {
        margin: 78px 20px 30px 20px;
        width: 100%;
    }
    .doctor-height {
        height: 87%;
    }
    .div-linha{
        height: 85%;
        left: 41%;
    }
    .tittle-footer {
        text-align: center;
        font-size: 40px;
        line-height: 48px;
        margin-top: -67px;
    }
    .first-desk {
        text-align: center;
        font-size: 13px;
        justify-content: center;
        text-align: center;
        margin-right: 0px;
    }
    .form {
        background-image: url(../img/bg_form_mobile.png);
        background-position: top center;
        padding-bottom: 0;
    }
    .text-break-new {
        white-space: normal;
    }
    .text-form-last {
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .form-footer-mob {
        padding: 9px;
    }
}













@media (max-width: 375px) {
    .contact {
        width: 106%;
    }
    .information-mobile {
        font-size: 14px;
        margin-right: 15px;
        font-size: 12px;
    }
    .menu img {
        width: 60%;
    }
    .menu a {
        font-size: 12px;
        display: inline;
        justify-content: left;
        margin: 0 5px;
    }
    .img-top {
        margin-right: 5px;
    }
    .header {
        background-image: url("../img/banner-mobile.png");
        background-position: top center;
    }
    .tittle-header {
        text-align: center;
        font-size: 36px;
        padding-top: 10px;
    }
    .text-header {
        margin-top: 1px !important;
        font-size: 15px !important;
        line-height: 20px;
    }
    .text-surgery h1 {
        font-size: 30px !important;
    }
    .p-mobile {
        padding: 0px;
    }
    .form-mobile {
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        margin-top: 216px;
    }
    .squads-area div{
        padding: 0;
        margin-top: 10px;
    }
    .squads-area p{
        font-size: 12px;
    }
    .squads-area span{
        font-size: 12px;
    }
    .squads-area svg{
        width: 60%;
    }
    .text-new-mobile {
        margin-top: 12px;
    }
    .input-mobile {
        padding: 10px;
        width: 60% !important;
        font-size: 15px;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }
    .text-header {
        text-align: center;
        font-size: 20px;
        
    }
    .text-tittle {
        font-size: 15px;
    }
    .text-desk {
        font-size: 14px;
    }
    .about-doctor {
        padding: 100px 0;
    }
    .img-about-doctor {
        margin-top: 100px;
    }
    .tittle-about {
        font-size: 30px;
        width: 100%;
    }
    .bg-surgery-mobile {
        display: none;
    }
    .mt-3-header {
        margin-top: 0 !important;
    }

    .surgery {
        padding: 80px 0 50px 0;
    }
    .surgery img {
        padding-bottom: 20px;
    }
    .surgery p {
        padding: 10px;
    }
    .list-surgery {
        font-size: 17px;
        columns: 1;
    }
    .bg-reports {
        font-size: 75px;
        margin-top: 220px;
    }
    .common-reports {
        margin-top: 42px !important;
        font-size: 30px;
    }
    .common-reports-desk{
        width: 100% !important; 
    }
    .h-100-mobile {
        height: auto !important;
    }
    .about-doctor {
        padding: 0px;
    }
    .tittle-about {
        margin: 78px 20px 30px 20px;
        width: 100%;
        font-size: 24px;
    }
    .doctor-height {
        height: 87%;
    }
    .div-linha{
        height: 85%;
        left: 41%;
    }
    .tittle-footer {
        text-align: center;
        font-size: 35px;
        line-height: 48px;
        margin-top: -67px;
    }
    .first-desk {
        text-align: center;
        font-size: 13px;
        justify-content: center;
        text-align: center;
        margin-right: 0px;
    }
    .form {
        background-image: url(../img/bg_form_mobile.png);
        background-position: top center;
        padding-bottom: 0;
    }
    .text-break-new {
        white-space: normal;
    }
    .text-form-last {
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-right: 0;
        font-size: 15px;
    }
    .form-footer-mob {
        padding: 9px;
    }
    ul {
        font-size: 15px;
    }
    .btn-header {
        padding: 10px 0;
        font-size: 15px;
    }
    .footer {
        height: 70px;
    }
    .form-mobile {
        margin-top: 241px;
    }
}
