body {
    font-family: 'Mulish', sans-serif;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1140px;
}

header {
    position: absolute;
    z-index: 2;
    width: 100%;
    padding: 20px 0;
}

.btnes {
    gap: 10px;
    position:relative;
    z-index: 2;
}

.btn.btnICCC {
    padding: 10px;
    border-radius: 5px;
    background-color: #fb9d16;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    gap: 10px;
    align-items: center;
}

.btn.btnICCC.btnWsp {
    background-color: #25d366;
}

.logo {
    width: 200px;
}

section {
    position: relative;
    padding: 70px 0;
    width: 100%;
}

.ppal {
    background: linear-gradient(45deg, #ffffffe0 45%, transparent 60%), url(../img/bg-otorrinolaringologo.jpg) no-repeat center;
    background-size: cover;
    height: 90vh;
}

.ppal .container,
.ppal .container .row {
    height: 100%;
}

.row_ppal {
    align-items: end;
}

h1 {
    font-weight: 900;
    font-family: 'Mulish', sans-serif;
    font-size: 40px;
    line-height: 1.1;
    color: #26b0aa;
    /* color: #fb9d16; */
}

h1 span {
    color: #26b0aa;
}

h2 {
    color: #6d7a8c;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.ppal p {
    color: #6d7a8c;
    font-size: 16px;
}

.cta {
    font-weight: 800;
}

.btn.btnICCC i {
    font-size: 20px;
    line-height: 1;
}

.img_flex {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    align-items: center;
}

.img_flex img {
    max-width: 200px;
}

.sintomas .container {
    max-width: 1140px;
}

.sintomas p {
    color: #6d7a8c;
    font-size: 17px;
    margin-bottom: 35px;
}

.sintomas .row .col-sm:last-of-type {
    padding: 30px;
}

.sintomas img {
    border-radius: 20px;
}

.flex_sintomas {
    align-items: center;
}

.list-check {
    list-style: none;
    padding: 0;
    color: #6d7a8c;
    font-size: 16px;
}

.list-check li {
    margin-bottom: 20px;
    display: flex;
    gap: 15px;
    align-items: center;
}

.list-check li i {
    font-size: 20px;
    color: #26b0aa;
}

.enfermedades {
    background: #6d7a8c1a;
}

.enfermedades .container {
    max-width:1280px;
}

.box_enfermedades {
    color: #fff;
    background-color: #26b0aa;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}

.box_enfermedades h3 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
}

.box_enfermedades p {
    font-size: 15px;
}


.flex_especialista {
    flex-direction: row-reverse;
}

.img_especialista {
    display:flex;
    align-items:center;
    justify-content: center;
}
.img_especialista img {

    border-radius:20px;
    width: 80%;
}

.agenda {
    background: url(../img/bg-agenda-hora-iccc.jpg) no-repeat left center;
    background-size: cover;
    padding-bottom: 200px;
}

.agenda .cta {
    text-align: right;
    padding-left: 30px;
}

.agenda .btnes {
    justify-content: flex-end;
}

.mapa_secc {
    background-color: #26b0aa;
    padding-bottom: 30px;
    border-bottom: 10px solid #6d7a8c;
}

.mapa {
    margin-top: -200px;
}

.mapa_secc .container,
.agenda .container {
    max-width: 1000px;
}

.mapa {
    position: Relative;
    overflow: hidden;
    border-radius: 20px;
}

.mapa_secc p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.1;
}

.logo_foot {
    max-width: 250px;
}

.copyright {
    display: flex;
    gap: 15px;
    align-items: center;
}

.copyright i {
    color: #fb9d16;
    font-size: 18px;
}

.btn_wsp_flotante {
    max-height: 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .logo {
        margin: 0 auto;
    }

    .ppal {
        padding: 0 20px;
        background-position: 70% center;
    }

    .row_ppal {
        flex-direction: column-reverse;
    }

    .row_ppal .box_ppal {
        padding: 20px;
        background-color: #ffffffe3;
        border-radius: 10px;
        margin-bottom: -100px;
    }

    h1 {
        font-size: 30px;
        line-height: 1.1;
    }

    .box_ppal h2 {
        font-size: 23px;
        margin-bottom: 20px;
    }

    .ppal p {
        font-size: 14px;
    }

    .sintomas {
        padding-top: 150px;
    }

    .agenda {
        background: linear-gradient(to top, #ffffffcc, #ffffffcc), url(../img/bg-agenda-hora-iccc.jpg) no-repeat left center;
        background-size: cover;
        padding-top: 200px;
    }

    .agenda .cta {
        text-align: center;
        padding: 0;
    }

    .content_logo_foot {
        justify-content: center;
        margin-bottom: 20px;
    }

    .btn_wsp_flotante {
        position: fixed;
        max-height: 0;
        bottom: 20px;
        right: 20px;
        z-index: 1000;
        opacity: 0;
    }

    .btn_wsp_flotante.scrolling {
        max-height: 100px;
        opacity: 1;
        transition: max-height 0.3s ease-in-out;
    }

    .btn_wsp_flotante .btn.btnICCC.btnWsp {
        font-size: 14px;
        font-weight: 700;
    }

    .btn_wsp_flotante .btn.btnICCC.btnWsp i {
        font-size: 20px;
    }
}