@font-face {
    src: url(/fuente/gilroy-bold-webfont.woff2);
    src: url(/fuente/gilroy-bold-webfont.woff);
    font-family: 'gilroy-bold';
    font-weight: bold;
    font-style: bold;
}

@font-face {
    src: url(/fuente/gilroy-medium-webfont.woff2);
    src: url(/fuente/gilroy-medium-webfont.woff);
    font-family: 'gilroy-medium';
    font-weight: medium;
    font-style: medium;
}

@font-face {
    src: url(/fuente/gilroy-light-webfont.woff2);
    src: url(/fuente/gilroy-light-webfont.woff);
    font-family: 'gilroy-light';
    font-weight: light;
    font-style: light;
}

body {
    overflow-x: hidden;
    background-image: url(/img/bg-body.png);
}





@media (min-width:767px) and (max-width:991.98px) {
    .cabeza-cel-2 {
        position: relative;
        top: 0%;
        padding-top: 0%;
        padding-left: 0%;
        padding-bottom: 0%;
        padding-right: 0%;

    }

    .foto-milton-cel-proce {
        height: 400px;
        background-image: url(/img/antesydespuesok.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left center;
        top: 0%;
        background-color: rgb(251, 251, 251);
    }

    .prom-whats-cel {
        width: 100%;
        height: auto;
        background-color: rgb(19, 19, 19);
        border-top: #ffffff 4px solid;
        border-bottom: #ffffff 4px solid;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0%;
        padding-right: 0%;
        z-index: 2;
        background-image: url(/img/white-carbon.png);
        background-position: center center;
        box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
    }

    .h1-titulos-wat-cel {
        font-family: gilroy;
        font-size: 20px;
    font-family: 'gilroy-bold';
    font-weight: bold;
    font-style: bold;
        text-align: center;
        padding: 0%;
        color: #ffffff;

    }

    .parrafo-whats {
        font-family: gilroy;
        font-size: 14px;
    font-family: 'gilroy-light';
    font-weight: light;
    font-style: light;
        text-align: center;
        color: #ffffff;

    }

    .fa-whatsapp {
        font-size: 25px;
        text-align: right;
        padding-left: 165px;
        color: #ffffff;
    }

    .btn-whatss {
        background-color: rgb(62, 165, 74);
        border: #ffffff 2px solid;
        border-radius: 15px;
        padding: 12px;
    }

    .btn-whatss:hover {
        background-color: rgba(37, 211, 102, 1);
        border: #ffffff 2px solid;
        border-radius: 15px;
        padding: 12px;
        cursor: pointer;
    }

    .link-whatss {
        text-align: center;
    font-family: 'gilroy-bold';
    font-weight: bold;
    font-style: bold;
        font-size: x-large;
        font-size: 18px;
        color: #ffffff;
        text-decoration: none;
    }


    .img-clini-cel {
        background-image: url(/img/clinica-medellin.jpg);
        height: 200px;
        max-width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .img-clini-cel-2 {
        background-image: url(/img/AcQuirofanos.jpg);
        height: 200px;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .img-clini-cel-3 {
        background-image: url(/img/elrosario.jpg );
        height: 200px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .img-clini-cel-4 {
        background-image: url(/img/IQ-Interquifanos.jpg);
        height: 200px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .clinicas-cel {
        width: 90%;
        margin-left: 0%;
        margin-top: 15%;
    }
    .tit-clini-cel {
        background-color: rgb(53, 53, 53);
        color: #ffffff;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    font-family: 'gilroy-bold';
    font-weight: bold;
    font-style: bold;
    }

    .txt-clini-cel {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: justify;
     font-family: 'gilroy-light';
    font-weight: light;
    font-style: light;
        font-size: 14px;
        margin-bottom: 10%;
    }

    .tit-h1-cel {
     font-family: 'gilroy-bold';
    font-weight: bold;
    font-style: bold;
        text-align: center;
        color: #ffffff;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .acor-cel {
        width: 100%;
        height: auto;
        padding-left: 80px;
        padding-right: 80px;
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 20px;
        background-image: url(/img/white-carbon.png);
        background-color: rgb(5, 5, 5);
        border-top: #ffffff 4px solid;
        border-bottom: #ffffff 4px solid;
        border-left: #ffffff 4px solid;
        border-right: #ffffff 4px solid;
        box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
    }

    .accordion {

        --bs-accordion-btn-bg: rgb(53, 53, 53);
        --bs-accordion-active-bg: rgb(116, 116, 116);
        --bs-accordion-active-color: rgb(255, 255, 255);
        --bs-accordion-btn-focus-box-shadow: rgb(144, 197, 57);
        --bs-accordion-bg: rgb(255, 255, 255);
        --bs-accordion-color: rgb(20, 20, 20);
        --bs-accordion-btn-focus-border-color: unset;
    font-family: 'gilroy-light';
    font-weight: light;
    font-style: light;

    }

    .accordion-button {
        color: #ffffff;
     font-family: 'gilroy-bold';
    font-weight: bold;
    font-style: bold;
    }

    .accordion-header {
     font-family: 'gilroy-bold';
    font-weight: bold;
    font-style: bold;
    }

    .accordion-button::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
        color: #ffffff;
     font-family: 'gilroy-bold';
    font-weight: bold;
    font-style: bold;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z' transform='rotate(180, 8, 8)'/%3e%3c/svg%3e");
        box-shadow: none;
     font-family: 'gilroy-bold';
    font-weight: bold;
    font-style: bold;
    }





    .cabeza-cel {
        position: relative;
        top: 0%;
        padding-top: 5%;
        padding-left: 0%;
        padding-bottom: 0%;
        padding-right: 0%;

    }

    .foto-milton-cel {
        height: 300px;
        background-image: url(/img/milton_rincon-min.webp);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .txt-nombre-cel {
        height: 40px;
        background-color: rgb(53, 53, 53);
        color: #ffffff;
    font-family: 'gilroy-bold';
    font-weight: bold;
    font-style: bold;
    font-size: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0%;
    }

    .txt-especialista-cel {
        width: 100%;
        color: rgb(53, 53, 53);
    font-family: 'gilroy-bold';
    font-weight: bold;
    font-style: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        text-align: center;
        font-size: 20px;
        line-height: 22px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .txt-milton-cel {
        color: rgb(53, 53, 53);
        font-family: 'gilroy-light';
        font-weight: light;
        font-style: light;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 50px;
        padding-right: 50px;
        text-align: justify;
        margin-bottom: 20px;
    }

    .btn-milton-cel {
        width: 93%;
        margin-left: 3.5%;
        background-color: rgb(53, 53, 53);
        color: #ffffff;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    font-family: 'gilroy-medium';
    font-weight: medium;
    font-style: medium;
        font-size: 20px;
        margin-bottom: 20px;
        cursor: pointer;
    }

    .btn-milton-cel:hover {
        width: 93%;
        margin-left: 3.5%;
        background-color: rgb(116, 115, 115);
        color: #ffffff;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    font-family: 'gilroy-medium';
    font-weight: medium;
    font-style: medium;
        font-size: 20px;
        margin-bottom: 20px;
        cursor: pointer;
    }

    a.btn-exp {
        text-decoration: none;
        color: #ffffff;
    }

    .btn-exp:hover {
        text-decoration: none;
        color: #ffffff;
    }

    .conteiner-fluid {
        background-color: rgb(53, 53, 53);
        height: 80px;
        font-size: 35px;
        color: aliceblue;
        width: 100%;
        margin: auto;
        padding-top: 20px;
        padding-left: 25px;
        padding-bottom: 10px;
        padding-right: 25px;
        text-align: center;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        position: sticky;
        z-index: 999;
    }


    .btn-menu-mobil {
        text-align: center;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .logo-mobil {
        top: 0;
        width: 45%;
        margin-top: -15px;
        margin-right: 38%;
    }

    .cont-burger {
        position: relative;
    }

    #btn-cel-1 {
        position: absolute;
        top: 0;
        z-index: 2;
        cursor: pointer;
        font-size: 25px;
        padding-top: 5px;
    }

    #btn-cel-2 {
        position: absolute;
        top: 0;
        cursor: pointer;
        z-index: 1;
        font-size: 25px;
        padding-top: 5px;
    }

    #contenido-men-cel {
        width: auto;
        z-index: 888;
        position: fixed;
        top: 10%;
    }

    #contenido-men-cel-2 {
        width: auto;
    }

    #contenido-men-cel-3 {
        width: auto;
    }

    .conteiner-fluid-cont-men-cel {
        width: 100%;
        background-color: rgb(53, 53, 53);
        height: 100vh;
        margin-top: 10px;
        position: absolute;
        z-index: 999;
        padding-top: 20%;
        padding-bottom: 10%;
        padding-left: 10%;
        padding-right: 10%;
        top: 150px;
        left: 0;
    }

    .cont-men-cel-2 {
        width: 100%;
        background-color: rgb(53, 53, 53);
        height: 100vh;
        margin-top: 85px;
        position: fixed;
        padding-top: 0%;
        padding-bottom: 5%;
        padding-left: 8%;
        padding-right: 5%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .cont-men-corporal {
        width: 100%;
        background-color: rgb(53, 53, 53);
        height: 100vh;
        margin-top: 85px;
        position: fixed;
        padding-top: 0%;
        padding-bottom: 5%;
        padding-left: 8%;
        padding-right: 5%;
        top: 0;
        left: 0;
        z-index: 1;
    }


    #btn-tigger-mov1 {
        cursor: pointer;
        position: relative;
        text-align: right;
        font-size: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-right: 30px;

    }

    #btn-tigger-mov2 {
        cursor: pointer;
        position: relative;
        text-align: right;
        font-size: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-right: 30px;
    }

    .borde {
        border: 1px solid #ffffff;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .borde2 {
        border: 1px solid #ffffff;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .iconos-menu-movil {
        width: 100%;
        display: block;
        margin: auto;
    }

    .bg-menu {
        background-size: cover;
        height: 50vh;
        position: relative;
        color: #ffffff;
        width: 100%;


    }

    .padding-col {
        width: 100%;
        margin: 0px;
        padding: 0%;
    }

    .color-over {
        position: relative;
        width: 125%;
        height: 100%;
        background-color: rgb(0, 0, 0, .2);


    }

    .color-over2 {
        position: relative;
        width: 125%;
        height: 100%;
        background-color: rgb(0, 0, 0, .2);


    }

    .iconos-menu-redes {
        display: block;
        margin: auto;
        padding: 15px 5px 15px 5px;
        text-align: left;
        align-items: left;
        justify-content: left;
        font-size: 1.5em;

        top: 0;
    }

    .txt-fondo {
        background-color: rgba(53, 53, 53, );
        width: 100%;
        height: 50px;
        padding-top: 6px;
        padding-bottom: 6px;
        text-align: center;
        align-items: center;
        justify-content: center;

    }

    .txt-fondo2 {
        background-color: rgba(53, 53, 53, );
        width: 100%;
        height: 40px;
        padding-top: 15px;
        padding-bottom: 10px;


    }

    .txt-menu-movil {
        color: aliceblue;
        text-align: center;
        align-items: center;
        font-family: 'gilroy';
        font-weight: normal;
        font-style: normal;
        font-size: xx-small;
    }

    .txt-menu-movil2 {
        color: rgb(255, 255, 255);
        font-family: 'gilroy';
        font-weight: normal;
        font-style: normal;
        font-size: small;
        text-align: center;
        line-height: 15px;



    }

    #btn-sub-facial {
        cursor: pointer;
    }

    #btn-sub-facial-2 {
        cursor: pointer;
    }


}

@media (min-width:992px) and (max-width:1199.98px) {


    .cabeza-cel-2 {
        position: relative;
        top: 0%;
        padding-top: 0%;
        padding-left: 0%;
        padding-bottom: 0%;
        padding-right: 0%;

    }

    .foto-milton-cel-proce {
        height: 400px;
        background-image: url(/img/antesydespuesok.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: leftcenter;
        top: 0%;
        background-color: rgb(251, 251, 251);
    }

    .prom-whats-cel {
        width: 100%;
        height: auto;
        background-color: rgb(19, 19, 19);
        border-top: #ffffff 4px solid;
        border-bottom: #ffffff 4px solid;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0%;
        padding-right: 0%;
        z-index: 2;
        background-image: url(/img/white-carbon.png);
        background-position: center center;
        box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
    }

    .h1-titulos-wat-cel {
        font-family: gilroy;
        font-size: 20px;
    font-family: 'gilroy-bold';
    font-weight: bold;
    font-style: bold;
        text-align: center;
        padding: 0%;
        color: #ffffff;

    }

    .parrafo-whats {
        font-family: gilroy;
        font-size: 14px;
    font-family: 'gilroy-light';
    font-weight: light;
    font-style: light;
        text-align: center;
        color: #ffffff;

    }

    .fa-whatsapp {
        font-size: 25px;
        text-align: right;
        padding-left: 165px;
        color: #ffffff;
    }

    .btn-whatss {
        background-color: rgb(62, 165, 74);
        border: #ffffff 2px solid;
        border-radius: 15px;
        padding: 12px;
    }

    .btn-whatss:hover {
        background-color: rgba(37, 211, 102, 1);
        border: #ffffff 2px solid;
        border-radius: 15px;
        padding: 12px;
        cursor: pointer;
    }

    .link-whatss {
        text-align: center;
    font-family: 'gilroy-bold';
    font-weight: bold;
    font-style: bold;
        font-size: x-large;
        font-size: 18px;
        color: #ffffff;
        text-decoration: none;
    }


    .img-clini-cel {
        background-image: url(/img/clinica-medellin.jpg);
        height: 200px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .img-clini-cel-2 {
        background-image: url(/img/AcQuirofanos.jpg);
        height: 200px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .img-clini-cel-3 {
        background-image: url(/img/elrosario.jpg );
        height: 200px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .img-clini-cel-4 {
        background-image: url(/img/IQ-Interquifanos.jpg);
        height: 200px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .clinicas-cel {
        width: 90%;
        margin-left: 5%;
        margin-top: 5%;
    }
    .tit-clini-cel {
        background-color: rgb(53, 53, 53);
        color: #ffffff;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    font-family: 'gilroy-bold';
    font-weight: bold;
    font-style: bold;
    }

    .txt-clini-cel {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: justify;
     font-family: 'gilroy-light';
    font-weight: light;
    font-style: light;
        font-size: 14px;
        margin-bottom: 10%;
    }

    .tit-h1-cel {
     font-family: 'gilroy-bold';
    font-weight: bold;
    font-style: bold;
        text-align: center;
        color: #ffffff;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .acor-cel {
        width: 100%;
        height: auto;
        padding-left: 15%;
        padding-right: 15%;
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 20px;
        background-image: url(/img/white-carbon.png);
        background-color: rgb(5, 5, 5);
        border-top: #ffffff 4px solid;
        border-bottom: #ffffff 4px solid;
        border-left: #ffffff 4px solid;
        border-right: #ffffff 4px solid;
        box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
    }

    .accordion {

        --bs-accordion-btn-bg: rgb(53, 53, 53);
        --bs-accordion-active-bg: rgb(116, 116, 116);
        --bs-accordion-active-color: rgb(255, 255, 255);
        --bs-accordion-btn-focus-box-shadow: rgb(144, 197, 57);
        --bs-accordion-bg: rgb(255, 255, 255);
        --bs-accordion-color: rgb(20, 20, 20);
        --bs-accordion-btn-focus-border-color: unset;
        font-family: 'gilroy';
        font-weight: normal;
        font-style: normal;
    }

    .accordion {

        --bs-accordion-btn-bg: rgb(53, 53, 53);
        --bs-accordion-active-bg: rgb(116, 116, 116);
        --bs-accordion-active-color: rgb(255, 255, 255);
        --bs-accordion-btn-focus-box-shadow: rgb(144, 197, 57);
        --bs-accordion-bg: rgb(255, 255, 255);
        --bs-accordion-color: rgb(20, 20, 20);
        --bs-accordion-btn-focus-border-color: unset;
    font-family: 'gilroy-light';
    font-weight: light;
    font-style: light;

    }

    .accordion-button {
        color: #ffffff;
     font-family: 'gilroy-bold';
    font-weight: bold;
    font-style: bold;
    }

    .accordion-header {
     font-family: 'gilroy-bold';
    font-weight: bold;
    font-style: bold;
    }

    .accordion-button::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
        color: #ffffff;
     font-family: 'gilroy-bold';
    font-weight: bold;
    font-style: bold;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z' transform='rotate(180, 8, 8)'/%3e%3c/svg%3e");
        box-shadow: none;
     font-family: 'gilroy-bold';
    font-weight: bold;
    font-style: bold;
    }



    .cabeza-cel {
        position: relative;
        top: 0%;
        padding-top: 5%;
        padding-left: 0%;
        padding-bottom: 0%;
        padding-right: 0%;

    }

    .foto-milton-cel {
        height: 300px;
        background-image: url(/img/milton_rincon-min.webp);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .txt-nombre-cel {
        height: 45px;
        background-color: rgb(53, 53, 53);
        color: #ffffff;
    font-family: 'gilroy-bold';
    font-weight: bold;
    font-style: bold;
    font-size: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0%;
    }


    .txt-especialista-cel {
        width: 100%;
        color: rgb(53, 53, 53);
    font-family: 'gilroy-bold';
    font-weight: bold;
    font-style: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        text-align: center;
        font-size: 20px;
        line-height: 22px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .txt-milton-cel {
        color: rgb(53, 53, 53);
        font-family: 'gilroy-light';
        font-weight: light;
        font-style: light;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 60px;
        padding-right: 60px;
        text-align: justify;
        margin-bottom: 20px;
    }

    .btn-milton-cel {
        width: 95%;
        margin-left: 2.5%;
        background-color: rgb(53, 53, 53);
        color: #ffffff;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    font-family: 'gilroy-medium';
    font-weight: medium;
    font-style: medium;
        font-size: 20px;
        margin-bottom: 20px;
        cursor: pointer;
    }

    .btn-milton-cel:hover {
        width: 95%;
        margin-left: 2.5%;
        background-color: rgb(116, 115, 115);
        color: #ffffff;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    font-family: 'gilroy-medium';
    font-weight: medium;
    font-style: medium;
        font-size: 20px;
        margin-bottom: 20px;
        cursor: pointer;
    }

    a.btn-exp {
        text-decoration: none;
        color: #ffffff;
    }

    .btn-exp:hover {
        text-decoration: none;
        color: #ffffff;
    }

    .conteiner-fluid {
        background-color: rgb(53, 53, 53);
        height: 80px;
        font-size: 35px;
        color: aliceblue;
        width: 100%;
        margin: auto;
        padding-top: 20px;
        padding-left: 25px;
        padding-bottom: 10px;
        padding-right: 25px;
        text-align: center;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        position: sticky;
        z-index: 999;
    }


    .btn-menu-mobil {
        text-align: center;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .logo-mobil {
        top: 0;
        width: 35%;
        margin-top: -15px;
        margin-right: 48.3%;
    }

    .cont-burger {
        position: relative;
    }

    #btn-cel-1 {
        position: absolute;
        top: 0;
        z-index: 2;
        cursor: pointer;
        font-size: 25px;
        padding-top: 5px;
    }

    #btn-cel-2 {
        position: absolute;
        top: 0;
        cursor: pointer;
        z-index: 1;
        font-size: 25px;
        padding-top: 5px;
    }

    #contenido-men-cel {
        width: auto;
        z-index: 888;
        position: fixed;
        top: 10%;
    }

    #contenido-men-cel-2 {
        width: auto;
    }

    #contenido-men-cel-3 {
        width: auto;
    }

    .conteiner-fluid-cont-men-cel {
        width: 100%;
        background-color: rgb(53, 53, 53);
        height: 100vh;
        margin-top: 10px;
        position: absolute;
        z-index: 999;
        padding-top: 20%;
        padding-bottom: 10%;
        padding-left: 10%;
        padding-right: 10%;
        top: 150px;
        left: 0;
    }

    .cont-men-cel-2 {
        width: 100%;
        background-color: rgb(53, 53, 53);
        height: 100vh;
        margin-top: 85px;
        position: fixed;
        padding-top: 0%;
        padding-bottom: 5%;
        padding-left: 8%;
        padding-right: 5%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .cont-men-corporal {
        width: 100%;
        background-color: rgb(53, 53, 53);
        height: 100vh;
        margin-top: 85px;
        position: fixed;
        padding-top: 0%;
        padding-bottom: 5%;
        padding-left: 8%;
        padding-right: 5%;
        top: 0;
        left: 0;
        z-index: 1;
    }


    #btn-tigger-mov1 {
        cursor: pointer;
        position: relative;
        text-align: right;
        font-size: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-right: 30px;

    }

    #btn-tigger-mov2 {
        cursor: pointer;
        position: relative;
        text-align: right;
        font-size: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-right: 30px;
    }

    .borde {
        border: 1px solid #ffffff;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .borde2 {
        border: 1px solid #ffffff;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .iconos-menu-movil {
        width: 100%;
        display: block;
        margin: auto;
    }

    .bg-menu {
        background-size: cover;
        height: 50vh;
        position: relative;
        color: #ffffff;
        width: 100%;


    }

    .padding-col {
        width: 100%;
        margin: 0px;
        padding: 0%;
    }

    .color-over {
        position: relative;
        width: 125%;
        height: 100%;
        background-color: rgb(0, 0, 0, .2);


    }

    .color-over2 {
        position: relative;
        width: 125%;
        height: 100%;
        background-color: rgb(0, 0, 0, .2);


    }

    .iconos-menu-redes {
        display: block;
        margin: auto;
        padding: 15px 5px 15px 5px;
        text-align: left;
        align-items: left;
        justify-content: left;
        font-size: 1.5em;

        top: 0;
    }

    .txt-fondo {
        background-color: rgba(53, 53, 53, );
        width: 100%;
        height: 50px;
        padding-top: 6px;
        padding-bottom: 6px;
        text-align: center;
        align-items: center;
        justify-content: center;

    }

    .txt-fondo2 {
        background-color: rgba(53, 53, 53, );
        width: 100%;
        height: 40px;
        padding-top: 15px;
        padding-bottom: 10px;


    }

    .txt-menu-movil {
        color: aliceblue;
        text-align: center;
        align-items: center;
        font-family: 'gilroy';
        font-weight: normal;
        font-style: normal;
        font-size: xx-small;
    }

    .txt-menu-movil2 {
        color: rgb(255, 255, 255);
        font-family: 'gilroy';
        font-weight: normal;
        font-style: normal;
        font-size: small;
        text-align: center;
        line-height: 15px;



    }

    #btn-sub-facial {
        cursor: pointer;
    }

    #btn-sub-facial-2 {
        cursor: pointer;
    }





}