@media only screen and (max-width: 992px) and (min-width: 768px){
 
    .menu-fixed{
        position: fixed;
        z-index: 2px;
        top:0;
        background: #0f70b8;
        box-shadow: 0 5px 7px 3px rgba(0, 0, 0, 0.13);
        margin-top: 74.6rem;
    }

.header{
    height: 74.6rem;
    opacity: 0.91;
    z-index: 2;
    /* background-image: url(../imagenes/background-img.svg),linear-gradient(141deg, #20daa2, #00a1ad);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-attachment: fixed; */
    background: linear-gradient(141deg, #20daa2, #00a1ad);position: relative;
    }

.back-img{
    background-image: url(../imagenes/background-img.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-position: 0% 63%;
    background-attachment: fixed;
    background-size: 100%;
    width: 100%;
    height: 100%;
    z-index:-1;
}

.contenedor-nav{
    width: 100%!important;
    height: 7.8rem;
    display: flex;
    align-items: center;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: 2;
}
/** framework **/
.padding-45-105{
    padding: 0 4rem 0 8.5rem;
}

.container-sm{
    width: 100%!important;
    padding: 0 10rem 0 1rem;
}

/** buscador **/
.contenedor-buscador{
    padding: 0rem 10.5rem 0rem 10.5rem;
    margin-top: 18rem;
}

.contenedor-buscador h1{
    color: #ffffff;
}

.buscador{
    width: 100%;
    height: 6.8rem;
    border-radius: 0.3rem;
    box-shadow: 0 0.2rem 0.7rem 0.5rem rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    display: flex;
}

.buscador input{
    height: 100%;
    border: none;
    padding: 0rem 2.6rem 0rem 2.6rem;
    border: none!important;
}

.img-buscador{
    padding: 0rem 3rem 0rem 3rem;
}

.buscador h1{
    font-family: Work Sans;
    font-size: 4.3rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.contenedor-botones{
    display: flex;
    margin-top:2.1rem;
}

.boton{
    width: 141px;
    height: 43px;
    border-radius: 2px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    margin-right: 1rem;
    cursor: pointer;
}

.boton p{
    /* font-family: HelveticaNeue; */
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #16aab5;
}

.boton:last-child{
    margin-right: 0rem;
}


/** article header **/
.article-home{
    padding: 10rem 0 0 0;
}

.Cont-asistencia-historial{
    position: relative;
    height: 21.6rem;
    border-radius: 4px;
    box-shadow: 0 2px 6px 3px rgba(0, 0, 0, 0.05);
    border: solid 1px #ffffff;
    background-color: #ffffff;
}

.Cont-article{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 2rem;
    padding-right: 2rem!important;
    padding-left: 0!important;
}

.Cont-article::after{
    display: none!important;
}

.Cont-article::before{
    display: none!important;
}

.titulo-article1{
    margin-top:4rem;
    /* font-family: HelveticaNeue; */
    font-size: 2.5rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.04rem;
    color: #16aab5;
}

.titulo-article2{
    margin-top:4rem;
    /* font-family: HelveticaNeue; */
    font-size: 2.5rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.04rem;
    color: #0276a1;
}

.texto-article{
    /* font-family: HelveticaNeue; */
    font-size: 1.5rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: -0.03rem;
    color: #6a6a6a;
}

.img-articles{
    width: 4rem;
    height: 4rem;
    margin-left: 3.2rem;
    margin-top: 4rem;
}

.flecha-mas{
    width: 4rem;
    height: 4rem;
    right: 2.3rem;
    bottom: 2rem;
}

/** Recuadro - empieza a usar buscamed **/
.Sec-1{
    padding: 0 12% 0 12%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Sec-1 h1{
    font-family: Rubik;
    font-size: 3.5rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    line-height: normal;
    letter-spacing: normal;
    color: #0f70b8;
}

.Sec-1 p{
    /* font-family: HelveticaNeue; */
    font-size: 1.7rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: -0.3px;
    text-align: center;
    color: #6a6a6a;
}

.contenedor-button{
    display: grid;
    flex-direction: column;
    grid-template-columns: 50% 50%;
    grid-column-gap: 1.1rem;
    margin-top: 3rem;
}

.contenedor-button button{
    width: 328px;
    height: 70px;
    border:none;
    border-radius: 3px;
    cursor: pointer;
    margin:auto;
}

.contenedor-button button p{
    color: #fff;
}

/** comienzo para la info **/
.start_info{
    margin-top: 17rem;
}

/** primera seccion **/  
.secciones-tittles{
    font-family: Rubik;
    font-size: 3rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2dd4ac;
}

.recuadro{
    object-fit: contain;
    border-radius: 0.4rem;
    box-shadow: 0 0.2rem 1.4rem 0.3rem rgba(0, 0, 0, 0.11);
    background-color: #fff;
    padding: 3.2rem;
    height: 42rem;  
}

.recuadro:hover{
    object-fit: contain;
    border-radius: 0.4rem;
    box-shadow: 0 0.2rem 1.4rem 0.3rem rgba(0, 0, 0, 0.11);
    background-color: #2dd4ac;
    padding: 3.2rem;
    color: #fff!important;
}

.recuadro:hover  .recuadro-parrafo{
    color: #fff!important;
}

.recuadro:hover  .recuadro-title{
    color: #fff!important;
}
.recuadro-title{
    font-family: Rubik;
    font-size: 2rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.recuadro-parrafo{
    /* font-family: HelveticaNeue; */
    font-size: 1.3rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: -0.2px;
    color: #6a6a6a;
}


.recuadro-boton{
    border-radius: 4px;
    border: solid 1.5px #cecece;
    background-color: #ffffff;
    height: 6.8rem;
}

.recuadro-boton:hover{
    border: solid 1.5px #2dd4ac;
}

.recuadro-boton:hover .boton2 p{
    color: #2dd4ac;
}

.boton2{
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-color: transparent;
}

.boton2 p{
    font-family: Rubik;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6a6a6a;
}

.boton2 img{
    margin-right:0.9rem;
}

.disp-boton{
    display: flex;
    justify-content: center;
}

/** segunda seccion **/
.recuadro2{
    object-fit: contain;
    border-radius: 0.4rem;
    box-shadow: 0 0.2rem 1.4rem 0.3rem rgba(0, 0, 0, 0.11);
    background-color: #fff;
    padding: 3.2rem;
    height: 42rem;  
}


.secciones-tittles2{
    font-family: Rubik;
    font-size: 3rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0f70b8;
}

.recuadro2:hover{
    object-fit: contain;
    border-radius: 0.4rem;
    box-shadow: 0 0.2rem 1.4rem 0.3rem rgba(0, 0, 0, 0.11);
    background-color: #0f70b8;
    padding: 3.2rem;
    color: #fff!important;
}

.recuadro2:hover  .recuadro-parrafo{
    color: #fff!important;
}

.recuadro2:hover  .recuadro-title{
    color: #fff!important;
}

.recuadro-boton2{
    border-radius: 4px;
    border: solid 1.5px #cecece;
    background-color: #ffffff;
    height: 6.8rem;
}

.recuadro-boton2:hover{
    border: solid 1.5px #0f70b8;
    color: #0f70b8;
}

.boton3{
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-color: none;
}

.recuadro-boton2:hover .boton3 p{
    color: #0f70b8;
}

.boton3{
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-color: transparent;
}

.boton3 p{
    font-family: Rubik;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6a6a6a;
}

.boton3 img{
    margin-right:0.9rem;
}

.disp-boton{
    display: flex;
    justify-content: center;
}
.Sec-1-xs{
    display: none;
}

.samuel33{
    display:none;
}

.contenedor-whatsapp{
    display: flex;

}

.img-whatsapp{
    width: auto;
    height: 2.5rem;
}
.contenedor-redes-sociales{
    margin-top: 0.5rem;
}

.img-redes-sociales{
    width: 2.5rem;
    height: auto;
    margin: 0 0.5rem;
}

.img-redes-sociales:first-child{
    margin-left: 0;
}

.img-redes-sociales:last-child{
    margin-right: 0;
}



}


.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category{
    padding: 0 !important;
 }