
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');


/*root para indicar que voy a trabajar con la raiz del documento*/
/*se definien las variables css */
:root {
    --gold1:#F4BD76; /*se define la variable gold1*/
    --gold2:#F6CD8F; /*se define la variable gold2*/
    --gray:#ffffff80; /*al colocarle 2 numeros mas, ahora son 8 , los 2 ultimos numeros le da transparencia.*/
    --gray2: #f7d9d990; /*al colocarle 2 numeros mas, ahora son 8 , los 2 ultimos numeros le da transparencia. */
    /*--black1:#1A1B1F;*/ /*al colocarle 2 numeros mas, ahora son 8 , los 2 ultimos numeros le da transparencia. */
    /*--black2:#30553B;*/ /*al colocarle 2 numeros mas, ahora son 8 , los 2 ultimos numeros le da transparencia.*/
    --black1:#1A1B1F; /*al colocarle 2 numeros mas, ahora son 8 , los 2 ultimos numeros le da transparencia. */
    --black2:#194635; /*  verde:  30553B  --- 214e2f al colocarle 2 numeros mas, ahora son 8 , los 2 ultimos numeros le da transparencia.*/
    --black3:#5aa570; /*al colocarle 2 numeros mas, ahora son 8 , los 2 ultimos numeros le da transparencia.*/
    --shadow: 0 8px 8px;   /**los shadow se repiden va a ser cero en el ofset X, 8 pixels en el ofset Y , 8pixes en el blu, y en el spring lo vamos a omitir el valor, serian 4 valores */
    --color_shadow: #00000033; /*esto es para la sombra, sera negro y una transparencia con digitos mas*/


    --padding-container: 100px 0;
    --color-title: #30553B;

}

*{
     /*con esto se pega todo*/
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body{
    /*font-family: 'Roboto', sans-serif;*/

    font-family: 'Poppins', sans-serif;

}

.container {
    /*background: red;*/
    width: 90%; /*tendra un ancho maximo de 90%*/
    max-width: 1200 px; /*su ancho maximo sera de 1200 pixels*/ /*sera siempre al 90% pero que no rebase los 1200 pixels.*/
    margin:0 auto; /*Que el margen sea sera hacia arriba y hacia abajo , al lado izq y derecho sea automatico*/
                   /*de esa manera con el 90% lo centramos a los lados*/
    overflow: hidden;   /*si algo llega a salir del contenedor, no quiero que se vea.*/
    padding: 0 0;  /*Un padding de 100 px hacia arriba y hacia abajo y cero hacia los lados. entre cada contenedor*/
    height: auto;
}

.container--modifier{
    width: 60%;
}

/*por el momento esta desactivado con otro nombre al del index.html*/
.hero55{
    width: 100%;
    min-height: 58vh;  /*  ?? */
    /*height: 400px;*/
    background: linear-gradient(180deg, #3ebb5e 0%, #1A1B1F 100%);   /*se pone un stop del 0% y al 100% */
}

.nav__hero {
    color: #fff;
    height: 70px;
    border-bottom: 1px solid rgba(255,255,255,0.1); /*completamente blanco, pero con una transparencia de 0.1*/


}

.nav__container{
    display:flex;  /*Alinea todo en una sola fila*/
    align-items:center; /*Los centra verticalmente */
    justify-content: space-between;  /*ponemos a los extremos , a los costados, la imagen y el menu.*/
    height: inherit;
    padding: 10px 10px 10px 10px;
    background: #fff;
    width: 100%;
}


.logo__name{
    font-size: 24px;
   
}

.logosanmiguel{
    margin-left: 30px;
}

.link{
    display: inline-block;    
    /*color: inherit;    /*   color heredado  */
    color: #1A1B1F;
    text-decoration: none;
    font-weight: 500;
    padding: 10px;  /*arriba, abajo y los lados*/
    margin-right: 30px;    
    margin-bottom: 10px;    

}

/*
.link > a:hover{
    text-decoration: underline;
}*/

.link--active{
    color: var(--gold1);
    font-weight: 700;
}

.point{
    color: var(--gold1);

}

/*
.hero__main{
    height: calc(100vh - 70px);  /*es el alto que vemos en la pantalla menos 70 pixeles que mide el nav del menu*/
   /* display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;

}*/

.mockup{
    object-fit: cover;  /*para que nunca se deteriore la imagen, para que no se pixelee y pierda mucha resolucion */
    width: 48%;
    max-height: 90vh;
    
    /*height: calc(55vh - 70px);  /*es el alto que vemos en la pantalla menos 70 pixeles que mide el nav del menu*/
    /* este calc hace la imagen disminuya*/
}

.hero__textos{
    width: 48%;
}

.title {
    font-size: 56px;
    font-weight: 300;
    color:#fff;

}

.letrahorario{
    font-size: 16px;
}


.title--active{
    color: var(--gold1);
    font-weight: 700;
}

.copy {
    font-size: 24px;
    color: var(--gray);
    text-shadow: var(--shadow) var(--color_shadow);  /* es una sombra al texto */
    margin: 15px 0;
}

.copy__active{
    font-weight: 700;

}

/*
.central {
    color:#214e2f;
    font-size: 12px;
} */

.central {
    display: flex; 
   
}

.logo_llamada { 
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    width: 40px;
    height: 40px;
    
}

.central--citas {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    color:#214e2f;
    font-size: 6px;
    background: #fff;
}

.centralcitas {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    align-items: center;
}

.citas {
    font-size: 18px;
    font-weight: 700;
}

.menu8 {
    display: flex;
    /*justify-content: space-between;*/  /*coloca los 2 objetos a los extremos*/
    justify-content: space-evenly;   /*coloca el objeto al centro*/
    flex-direction: row;
    align-items: center;
    background: rgb(248, 249, 250) !important;
    /*display: none;ratio-16x9*/
    
}

/*
.menu7 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}*/

.telefono {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    font-size: 18px;
    color:#214e2f;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 700;

}



.telefonos {
    color:#214e2f;
    font-size: 16px;
}
.reserva_tu_cita{
    color:#214e2f;
    font-size: 12px;
}


.cta{
    padding: 20px 30px;  /* 20 px arriba y abajo , 30 px a los costados derecho e izquierdo*/
    display: inline-block; /* Para no tener problemas al momento del margin y padding */
    background: linear-gradient(180deg, #F7CE90 0%, #F4BD76 100%);
    text-decoration: none;
    color: var(--black2);
    font-weight: 700;
    box-shadow: var(--shadow) var(--color_shadow); /*box shadow es para la sombra*/
    border-radius: 6px;

}

.cta2{
    padding: 10px 20px;  /* 20 px arriba y abajo , 30 px a los costados derecho e izquierdo*/
    display: inline-block; /* Para no tener problemas al momento del margin y padding */
    background: linear-gradient(180deg, #F7CE90 0%, #F4BD76 100%);
    text-decoration: none;
    color: var(--black2);
    font-weight: 700;
    box-shadow: var(--shadow) var(--color_shadow);
    border-radius: 6px;

}

/*
.main__salud{
    color: var(--gold1);
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
    color: #20691e;
}*/

.link_salud { color: #1b792f;
              text-decoration: none;
              font-size: 22px;
             } /* CSS link color (red) */
.link_salud:hover { color: #F6CD8F; } /* CSS link hover (green) */


/*  SERVICES  */

.services{
    background: #fff;
}

.subtitle {

    
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 22px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    text-align: center;
    color: #30553B;

}

.staff_medico{

   
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 16px;
   /* display: flex;*/
    justify-content: space-evenly;
   /* flex-wrap: wrap;*/
    text-align: left;
    color: #30553B;

}


.trabaja1 {

    /*width: 50%;*/
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 18px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    text-align: center;
    color: #30553B;
    font-weight: 700;

}


.trabajatitu {

    background-color: #194635;
    color: #FFF;
}

.subtitle_index {

    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 28px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    text-align: center;
    color: #FFF;

}

.subtitle_GRIS {

    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 28px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    text-align: center;
    color: #FFF;

}


.subtitle_medico {

    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 22px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    text-align: center;
    color: #30553B;

}


.subtitle--modifier {
    text-align: center;
    margin-bottom: 16px;    
}

.vineta{
    color: green;
    width: 100px;
}

.copy__section {
    color: var(--black2);
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 60px;

    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;

}

.copy__section--modifier {
    text-align: left;
    margin-bottom: 32px;

}

.container-cards {
    display: flex; /* Para que los elementos se pongan en la misma linea */
    justify-content: space-between;   /*Para que se ordenen y se pongan a las esquinas*/
    align-items: center;
    flex-wrap: wrap; /* en el caso no tengan mas espacio disponible, se van hacia abajo */

} 

.card77 {
    border: 0px;
}

.card{
    width: 30%;
    padding: 10px 10px 2px 10px;
    overflow: hidden;
    /*background: linear-gradient(180deg, var(--black3) 0%, var(--black1) 100%);*/
    /*background: linear-gradient(180deg, var(--black2) 0%, var(--black3) 100%);*/
    border-radius: 30px;
    position: relative;
    /*text-align: right;*/
    margin-bottom: 30px;
    box-shadow: 0 0 6px var(--color_shadow);

    display: flex;
    justify-content: space-between;
    align-items: center;

}

.card__img {
    text-align: center;
    width: 95%;
    height: 200px;
    object-fit: cover;
    border-radius: 30px 30px 30px 30px;

}



.cards__text {
   /* text-align: left;
    width: 90%;
    margin:0 auto;*/
    
    text-align: center;
    width: 90%;
    margin: 0 auto;
    /*padding-right: 25px;*/
    

    
}

.card__list{
    color: var(--gold2);
    font-weight: 700;
    margin: 25px 0 12px;
    font-size: 18px; 

}

.card__title {
    font-size:30px;   
    color: #105c23;
    /*color: #fff;*/
    margin-bottom:8px;

}

.card__title2 {
    font-size:22px;   
    color: #105c23; /*fff*/
    margin-bottom:16px;
    margin-top:4px;

}

.card__title3 {
    font-size:18px;   
    color: #105c23; /*fff*/
    margin-bottom:16px;
    margin-top:4px;

}



.card__copy {
    color: var(--gray2);
    margin-bottom: 16px;

}

.card__button{
    display: block;
    background: linear-gradient(180deg, #F7CE90 0%, #F4BD76 100%);
    border-radius: 10px;
    text-decoration: none;
    width: 100%;
    color: var(--black1);
    font-weight: 700;
    text-align: center;
    padding: 12px 0;
}

.card__date {
    color: var(--gold2);
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;

}

.vine {
    /*list-style-type: "";*/

   

}

ol.li.a {
    outline: none;
    text-decoration: none;
    padding: 2px 1px 0;
  }
  
  ol.li.a:link {
    color: #265301;
  }
  
  ol.li.a:visited {
    color: #437a16;
  }
  
  li.a:focus {
    border-bottom: 1px solid;
    background: #bae498;
  }
  
  li.a:hover {
    border-bottom: 1px solid;
    background: #cdfeaa;
  }
  
  li.a:active {
    background: #265301;
    color: #cdfeaa;
  }


.container-bg{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;  /* WRAP : se usa en caso no alcance en esa fila , salte a la otra fila o en otra columna dependiendo la direccion de flex box*/
}

.plan1{
    
    border-radius: 10px;
    /*position: relative;*/
    /*text-align: right;*/
    /*margin-bottom: 30px;*/
    box-shadow: 0 0 6px var(--color_shadow);

    /*display: flex;
    justify-content: space-between;
    align-items: center;*/

}

.plan7{
    
    width: 120px;
    height: 80px;
    /*text-align: center;*/
    align-items: center; 
   /* border-radius: 10px;*/
    /*position: relative;*/
    /*text-align: right;*/
    /*margin-bottom: 30px;*/
    /*box-shadow: 0 0 6px var(--color_shadow);*/

    /*display: flex;
    justify-content: space-between;
    align-items: center;*/

}



.plan10{
    width: 220px;
    height: 250px;
   
    /*text-align: center;*/
   /* align-items: center; */
   /* border-radius: 10px;*/
    /*position: relative;*/
    /*text-align: right;*/
    /*margin-bottom: 30px;*/
    /*box-shadow: 0 0 6px var(--color_shadow);*/

    /*display: flex;
    justify-content: space-between;
    align-items: center;*/

}

.plan8{
    
    width: 190px;
    height:80px;
   /* border-radius: 10px;*/
    /*position: relative;*/
    /*text-align: right;*/
    /*margin-bottom: 30px;*/
    /*box-shadow: 0 0 6px var(--color_shadow);*/

    /*display: flex;
    justify-content: space-between;
    align-items: center;*/

}


/*
.container-bg .card {
    margin: 0;
}*/

.background{
    width: 68%;
    height: 290px;
    border-radius: 10px;
    position: relative;   /*para posicionar el texto en la imagen */
    margin-bottom: 60px;  /* para que queden nivelados.*/
}

.background__img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;

}

.background__text {
    position: absolute; /* para que se posicione directamente en su padre. */
    width: 100%;
    bottom: 30px;
    left: 15px;
    color: #fff; 
}


.background__title{
    font-size:  24px;
    margin-bottom: 4px ;
}


.testimony {
    background: #fff;

    }

.testimony-container{
    display:flex;
    justify-content: space-between; /* para que se vaya a las esquinas*/
    align-items: center;
    flex-wrap: wrap;
}    

.testimony__card{
    width: 30%;
    height: 500px;
    background: linear-gradient(180deg, var(--black2) 0%, var(--black1) 100%);
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
}

.testimony__img{
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
    object-position: center top;

}

.testimony__copy{
    position: absolute;
    bottom: 20px;
    left: 5%;
    width: 90%;
    background: linear-gradient(180deg, var(--black2) 0%, var(--black1) 100%);
    color: #fff;
    margin: 0 auto; /*para asegurar el centrado*/
    border-radius: 10px;
    box-shadow: var(--shadow) var(--color_shadow); /* para la sombra*/
    padding: 15px 8px; /*15 arriba y abajo, y 8 a los costados, para darle mas dimension*/
    display: flex;   /* para colocar un elemento al lado del otro*/
    align-items: center;  /* para centrar el logo*/



}

.testimony__copy--modifier{
    background: none;   /* no tengo background*/
    box-shadow: none;    /* no tenga sombra*/

} 

.testimony__logo{
    font-size: 40px;  /*para que sea mas grande el logo*/
    margin-right: 15px; /* para separarlo de los elementos de los textos*/
    display: inline-block;   /* para que se vea las propiedades*/
}

.testimony__name{
    font-size: 24px;
    line-height: 28px;


}

.testimony__position {
    color: var(--gray);
}

.testimony__text{
    padding: 40px 0; /*40 arriba y abajo y ceero a los lados*/
    width: 90%;
    margin: 0 auto;
    color: #fff;
}

.google__logo{
    margin-bottom: 20px;
}

.testimony__history{
    font-size: 21px;
    font-weight: 300;
}

.testimony__info{
    width: 70%;
}

.logo--picture{
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    object-position: center top;    
}

/* About */

.about {
    text-align: center;
}

.subtitle {
    /*color: var(--color-title);*/
    color: #30553B;
    font-size: 2rem;
    margin-bottom: 25px;
    font-weight: 700;

}

.botonEspe{
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0 auto;

}

.about__paragraph {
    line-height: 1.7;
}

.about__main {
    padding-top: 20px;
    padding-bottom: 70px;
    display: grid;
    width: 80%;
    margin: 0 auto;
    gap: 1em;
    overflow: hidden;
    grid-template-columns: repeat(auto-fit, minmax(260px, auto));
}


.about__icons {
    /*width: 25%;*/
    display: grid;
    gap: 1em;
    justify-items: center;
    width: 280px;
    overflow: hidden;    
    margin: 0 auto;
}

.about__icons2 {
    /*width: 25%;*/
    display: grid;
    /*gap: 1em;*/
    justify-items: center;
    width: 300px;
    /*overflow: hidden;    */
    margin: 0 auto;
}

.pago{
    width: 120px;
   /* height: 40px;*/
}

.pago2{
    width: 150px;
    /*height: 40px;*/
}

.about__icon {
    width: 300px;
    border-radius: 15px 15px 15px 15px ;

}

/* About */


/*  CHECK  */

.check{

    display: flex;  /*  para que ponga los 3 elementos en la misma linea */
    justify-content: space-evenly;  /* los elementos se repartirán el espacio sobrante de su contenedor de igual manera a todos sus costados*/
    flex-wrap: wrap;  /* WRAP : se usa en caso no alcance en esa fila , salte a la otra fila o en otra columna dependiendo la direccion de flex box*/
    margin: 80px auto;

}

.check__item {
    width: 30%;
    padding-right: 10px;
    display: flex;
    border-right: 3px solid var(--black2);

}

.bx-check{
    background: linear-gradient(180deg, var(--black2) 0%, var(--black1) 100%);
    display: inline-block;  /* Los elementos inline-block fluyen con el texto y demás elementos como si fueran elementos en-línea y además respetan el ancho, el alto y los márgenes verticales*/
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 20px;
    color: #fff;
    border-radius: 50%;
    font-size: 40px;

}

.check__number{
    font-weight: 700;

}

.check__copy{
    font-weight: 300;
    text-align: center;
    
}

.newsletter{
    width: 60%;
    margin: 0 auto;
    margin-top: 40px;
    height: auto;
    font-family: inherit;
    position: relative;
    border-radius: 6px;

}

.newsletter--modifier{
    margin: 0;
    width: 80%;

}

.newsletter__input{
    width: 100%;
    height: 100%;
    padding: 22px 10px;
    outline: none;
    font-family: inherit;
    border-radius: 6px;
    border: 1px solid var(--black1);

}

.newsletter__submit{
    position: absolute;
    right: 8px;
    top:10px;
    height: 80%;
    background: linear-gradient(180deg, var(--black2) 0%, var(--black1) 100%);
    color: #fff;
    padding: 0 15px;
    border: none;
    border-radius: 6px;
    font-family: inherit;
    font-weight: 700;
    cursor: pointer;

}

/* FOOTER */

.footer{
    background: #fafafa;

}

.footer__caption{
    display: flex;
    flex-wrap: wrap-reverse;
    /*wrap : indica al CSS que puede haber cambio de línea. Los elementos flex aparecen colocados en varias líneas. 
    wrap-reverse : igual que wrap pero las líneas de elementos flex aparecen ordenadas en sentido contrario*/
    justify-content: space-evenly;
    
}

.title__footer{
    font-size: 24px;
    margin-bottom: 32px;
}

.download{
    width: 50%;

}

.download__app{
    display: flex;
}

.download__item{
    display:flex;
    padding: 18px 12px;
    border-radius: 6px;
    border: 1px solid var(--black2);
    width: 42%;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 16px;

}

.download__logo{
    font-size: 40px;
    margin-right: 20px;
}

.download__title{
    font-size: 18px;
}

.footer__copy{
    width: 100%;
    color:var(--black2);
    display: flex;
    flex-wrap: wrap;

}

.copyright{
    width: 100%;
}

.politica__privacidad{
    color: inherit;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}

.politica__privacidad:hover{
    text-decoration: underline;
}

.politica__privacidad--margin{
    margin-right: 10px;
}



/* get-email  */

.get-email{
    width: 50%;

}

.socialmedia{
    margin-top: 24px;
    display: flex;
    color: var(--black2);

}

.socialmedia__icon{
    font-size: 18px;
    margin-right: 30px;
    display: inline-block;
    
}

.socialmedia__legend{
    color: var(--black2);
    margin-right: 16px;
    
}

.socialmedia2{
    margin-top: 24px;
    display: flex;
    color: var(--black2);
    text-decoration: none;  /*uuuu*/

}

.socialmedia3{
    /*margin-top: 24px;
    display: flex;
    color: var(--black2);*/
   /* text-decoration: none;  /*uuuu*/
    /*text-decoration-style: solid;*/
    /*text-decoration-style: none;
    text-decoration-line: none;
    text-decoration-color: #105c23;*/

}

.bx{
    color: #30553B;

}


.socialmedia2__icon{
    font-size: 30px;
    margin-right: 30px;
    display: inline-block;
    
}

.socialmedia2__legend{
    color: var(--black2);
    margin-right: 16px;
    font-size: 16px;
    
}

.contact{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    color: #fff;    
}

.item__contact{
    width: 20%;
    padding: 60px 0;
    text-align: center;
    background-color: #194635;
    /*background: linear-gradient(180deg, var(--black3) 0%, var(--black1) 100%);*/

}

.item__contact--gold{
    background: linear-gradient(180deg, #F7CE90 0%, #F4BD76 100%);
    color: var(--black1)

}

.contact__icon{
    font-size:34px;
    color: var(--gold1);
    line-height: 20px;
    margin-right: 4px;

}

.contact__icon--modifier{
    color: var(--black1);
}

.contact__title {
    font-size: 16px;
    line-height: 20px;
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
    text-align: center;

}

.contact__title8 {
    font-size: 18px;
    line-height: 20px;
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
    text-align: center;
    text-decoration-style: none;
    text-decoration-line: none;
    text-decoration-color: #fff;
    color: #fff;
   
    
}

.contact__title_verde {
    font-size: 22px;
    line-height: 20px;
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
    text-align: center;
    text-decoration-style: none;
    text-decoration-line: none;
    text-decoration-color: #fff;
    color: #194635;;
    
    
}


.contact__title8:hover {
 color: #F6CD8F;  /* CSS link hover (green) */

}

.contact__title_verde:hover {
    color: #F6CD8F;  /* CSS link hover (green) */
   
   }




.menuletra {
    font-weight: 700;
    font-size: 18px;
   /* text-decoration: underline;*/

}

.nav2 > a:hover {
    text-decoration: underline;
}

/* somos desplegable*/

.containerq {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: var(--padding-containerq);
}



/* Questions */

.questions{
    text-align: center;
}

.questions__container{
    display: grid;
    gap: 2em;
    padding-top: 20px;
    padding-bottom: 50px;
}

.questions__padding{
    padding: 0px 0px 0px 0px;
    transition: padding .3s;
    border: 1px solid #5454D4;
    border-radius: 6px;
}

.questions__padding--add{
    padding-bottom: 0px;
}

.questions__answer{
    padding: 0px 40px 0px 40px;
    overflow: hidden;
}

.questions__title{
    text-align: left;
    display: flex;
    font-size: 20px;
    padding: 10px 0px 0px 0px;
    cursor: pointer;
    color: var(--color-title);
    justify-content: space-between;
}

.questions__arrow{
    border-radius: 50%;
    background-color: var(--color-title);
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    margin-left: 10px;
    transition:  transform .3s;
}

.questions__arrow--rotate{
    transform: rotate(180deg);
}

.questions__show{
    text-align: left;
    height: 0;
    transition: height .3s;
}

.questions__img{
    display: block;
}

.questions__copy{
    width: 60%;
    margin: 0 auto;
    margin-bottom: 30px;
}


/* Questions */



.subtitled {
    color: var(--color-title);
    font-size: 2rem;
    margin-bottom: 25px;
}


/* somos desplegable*/

/*oculta el movil*/

.hero__main_movil {
    display: none;
}


.video_centro{

    display: grid;
    justify-items: center;
    /*width: 80%;*/
    /*flex-direction: row;
    justify-content: space-evenly;*/
    /*flex-direction: column;*/
    /*align-items:center;*/
    /*justify-content: space-evenly;*/
    /*flex-direction: column;*/
    /*align-items:center;*/
    /*text-align: center;*/
   /* width: 200%;*/
   /*justify-content: space-between;*/
}

.video {
    /*display: flex;*/
  /*  display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items:center;*/

  /*  display:flex;  /*Alinea todo en una sola fila*/

   /* align-items:center; /*Los centra verticalmente */
    /*justify-content: space-evenly;  /*ponemos a los extremos , a los costados, la imagen y el menu.*/
    width: 200%;
    height: 450px;
    padding: 50px 50px 50px 50px;
}

.about__title{
    font-weight: 700;
    font-size: 18px;

}

.about__paragrah {
    font-weight: 800;
    font-size: 14px;

}

.menu9{
    /*display: none;*/
    display: inline;
    font-size: 20px;
}

.plan_precio_img {

    border-radius: 20px;

}


/*hija*/

.header__hija {
    width: 100%;
    height: 600px;
    background: #134E5E;  
    /* fallback for old browsers */
    /*background: linear-gradient(to right, hsla(135, 30%, 57%, 0.61), hsla(193, 66%, 22%, 0.61)), url(../img/hija2.jpg);  */
    background: url(../img/hija2.jpg);  

    /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to right, hsla(135, 30%, 57%, 0.61), hsla(193, 66%, 22%, 0.61)), url(../img/hija2.jpg); */
    background: url(../img/hija2.jpg); 
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    bottom: 0;

    /**/
    /*object-fit: cover;  /**presenta la imagen dentro del objeto */
    /*object-position: center top;
   
    
     object-fit: cover;  /**presenta la imagen dentro del objeto */
     /*object-position: center top;
     /**/

}

.header__servicios {
    width: 100%;
    height: 600px;
    background: #e8eec4;  
    /* fallback for old browsers */
    /*background: linear-gradient(to right, hsla(68, 29%, 71%, 0.61), hsla(59, 68%, 31%, 0.61)), url(../img/servicios9.jpg);  */
    background:  url(../img/servicios9.jpg);  

    /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to right, hsla(68, 29%, 71%, 0.61), hsla(59, 68%, 31%, 0.61)), url(../img/servicios9.jpg); */
    background: url(../img/servicios9.jpg); 
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    bottom: 0;

    /**/
    /*object-fit: cover;  /**presenta la imagen dentro del objeto */
    /*object-position: center top;
   
    
     object-fit: cover;  /**presenta la imagen dentro del objeto */
     /*object-position: center top;
     /**/

}

.header__planesprecios {
    width: 100%;
    height: 600px;
    background: #e8eec4;  
    /* fallback for old browsers */
    /*background: linear-gradient(to right, hsla(68, 29%, 71%, 0.61), hsla(59, 68%, 31%, 0.61)), url(../img/planes_precio/salud_precio.jpg);  */
    background: url(../img/planes_precio/salud_precio.jpg);  
    /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to right, hsla(68, 29%, 71%, 0.61), hsla(59, 68%, 31%, 0.61)), url(../img/planes_precio/salud_precio.jpg); */
    background:  url(../img/planes_precio/salud_precio.jpg); 
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    bottom: 0;

    /**/
    /*object-fit: cover;  /**presenta la imagen dentro del objeto */
    /*object-position: center top;
   
    
     object-fit: cover;  /**presenta la imagen dentro del objeto */
     /*object-position: center top;
     /**/

}


.header__planes {
    width: 100%;
    height: 600px;
    background: #595e13;  
    /* fallback for old browsers */
    /*background: linear-gradient(to right, hsla(75, 4%, 79%, 0.61), hsla(50, 6%, 20%, 0.61)), url(../img/planes2.jpg);*/  
    background:  url(../img/planes2.jpg);  
    /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to right, hsla(75, 4%, 79%, 0.61), hsla(50, 6%, 20%, 0.61)), url(../img/planes2.jpg); */
    background: url(../img/planes2.jpg); 
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: contain;
    background-attachment: fixed;
    position: relative;
    bottom: 0;

    /**/
    /*object-fit: cover;  /**presenta la imagen dentro del objeto */
    /*object-position: center top;
   
    
     object-fit: cover;  /**presenta la imagen dentro del objeto */
     /*object-position: center top;
     /**/

}

.header__nosotros {
    width: 100%;
    height: 600px;
    background: #caccb0;  
    /* fallback for old browsers */
    /*background: linear-gradient(to right, hsla(60, 5%, 96%, 0.61), hsla(45, 5%, 32%, 0.61)), url(../img/nosotros9.jpg);  */
    background: url(../img/nosotros9.jpg);  

    /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to right, hsla(60, 5%, 96%, 0.61), hsla(45, 5%, 32%, 0.61)), url(../img/nosotros9.jpg); */
    background: url(../img/nosotros9.jpg); 


    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: contain;
    background-attachment: fixed;
    position: relative;
    bottom: 0;

    /**/
    /*object-fit: cover;  /**presenta la imagen dentro del objeto */
    /*object-position: center top;
   
    
     object-fit: cover;  /**presenta la imagen dentro del objeto */
     /*object-position: center top;
     /**/

}


.header__salud {
    width: 100%;
    height: 600px;
    background: #595e13;  
    /* fallback for old browsers */
    /*background: linear-gradient(to right, hsla(90, 6%, 93%, 0.61), hsla(60, 3%, 26%, 0.61)), url(../img/salud9.jpg);  */
    background:  url(../img/salud9.jpg);  

    /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to right, hsla(90, 6%, 93%, 0.61), hsla(60, 3%, 26%, 0.61)), url(../img/salud9.jpg); */
    background: url(../img/salud9.jpg); 

    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: contain;
    background-attachment: fixed;
    position: relative;
    bottom: 0;

    /**/
    /*object-fit: cover;  /**presenta la imagen dentro del objeto */
    /*object-position: center top;
   
    
     object-fit: cover;  /**presenta la imagen dentro del objeto */
     /*object-position: center top;
     /**/

}

.header__staff {
    width: 100%;
    height: 600px;
    background: #134E5E;  
    /* fallback for old browsers */
    /*background: linear-gradient(to right, hsla(135, 30%, 57%, 0.61), hsla(193, 66%, 22%, 0.61)), url(../img/staff2.jpg);  */
    background: url(../img/staff2.jpg);  
    /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to right, hsla(135, 30%, 57%, 0.61), hsla(193, 66%, 22%, 0.61)), url(../img/staff2.jpg); */
    background: url(../img/staff2.jpg); 

    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    bottom: 0;

    /**/
    /*object-fit: cover;  /**presenta la imagen dentro del objeto */
    /*object-position: center top;
   
    
     object-fit: cover;  /**presenta la imagen dentro del objeto */
     /*object-position: center top;
     /**/

}






/*.header__hija {
    position: relative;
    
    width: 100%;

   /* object-fit: none;  /**presenta la imagen dentro del objeto */
   /*object-position: center top;*/
     
/*}*/


.header__hij2{
    display: none;
   /* object-fit: cover;  /**presenta la imagen dentro del objeto */
    /*object-position: center top;*/

}

/*hija*/


.imagen-port-titulo {

    background-color: #30553B;  /*30553B  105c23*/
    /*background-color: #FFFFFF;*/
    color: #FFF;
    /*color: #30553B;*/
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 700;


}


.contenedor_medico-staff{
    width: 20%;
    background: #dbdfdc;
    /*padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 40px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 20px;  */
    margin-bottom: 100px;
    margin-top: 40px;
    /*display: flex;*/
    /*justify-content: space-evenly;*/
    /*flex-wrap: wrap;*/
    /*flex-direction: column;*/
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6);

}

.contenedor_medico {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    
}

.contenedor_medico-staff-img {
    margin-top: 20px;
    text-align: center;
    object-fit: cover;  /**presenta la imagen dentro del objeto */
    object-position: center top;
    /*width: 2%;*/


    /*SE USA PARA QUE UNA IMAGEN SE QUEDE DENTRO*/
    overflow: hidden;
    position: relative;
    /*cursor: pointer;*/
    /*SE USA PARA QUE UNA IMAGEN SE QUEDE DENTRO*/

 
    /*
    margin: auto;
    padding: 50px;
    width: 120px;
    /*display: flex;
    justify-content: center;*/
   /*align-items: center;*/
   


}


.contenedor_medico-staff-txt1 {
    text-align: center;
    color: #105c23;
    font-weight: 700;
    font-size: 16px;


}

.contenedor_medico-staff-txt2 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;


}

.contenedor_medico-staff-txt3 {
    text-align: center;
    font-size: 12px;


}

.contenedor_medico-staff-txt4 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;


}

.fotoclinica{
    text-align: center;
   /* width: 450px;
    height: 350px;*/
     
    border-radius: 40px;
    
  

}

.digesa{
    text-align: center;
   /* width: 450px;
    height: 350px;*/
     
    border-radius: 40px;  
  
}

.mdigesa{
    display: none;        
}

.videoclinica{
    text-align: center;
   /* border-radius: 10px;*/
   width: 600px;
   height: 450px;

}


@media screen and (max-width:1030px) {

    

    .videoclinica{
        text-align: center;
        width: 400px;
        height: 280px;
        
        /* border-radius: 10px;*/
    
    }

    .digesa{
        text-align: center;
       /* width: 450px;
        height: 350px;*/
         
        border-radius: 40px;  
      
    }

    .mdigesa{
        display: none;        
    }

    .hero__main {
        display: none;
    }

    .hero__main_movil {
        display: inline;
    }

    .mockup{
        width: 600px;
        height: auto;
    }

    .title{
        font-size: 50px;
    }

    .copy{
        font-size: 22px;
    }

    .cta{
        padding: 15px 22px;
    }

    .container-cards{
        justify-content: space-evenly;  /* esto es para que se dividan las card el espacio equitativamente*/
    }

    .services .card{
        width: 45%;
        
    }

    .background{
        width: 52%;
    }

    .card{
        width: 42%;
    }

    .testimony-container{
        justify-content: space-evenly;
    }

    .testimony__card{
        width: 45%;
    }

    .check__item{
        width: 45%;
        margin-bottom: 35px;
    }

    .newsletter{
        width: 80%;
    }

    .download{
        width: 100%;
    }

    .download__app{
        justify-content: space-between;
    }

    .download__item{
        width: 45%;
    }

    .get-email{
        width: 100%;
        margin-bottom: 40px;
    }

    .socialmedia_icon{
        font-size: 18px;        
    }

    .socialmedia__legend{
        font-size: 18px;
    }

    .central--citas {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        color:#214e2f;
        font-size: 6px;
        background: #fff;
    }

   

    .telefono {
        display: flex;
        justify-content: space-evenly;
        flex-direction: column;
        font-size: 14px;
        color:#214e2f;
        padding-left: 20px;
        padding-right: 20px;
        font-weight: 700;
     
    }

    .socialmedia2__icon{
        font-size: 30px;
        margin-right: 10px;
        display: inline-block;
        
    }

    .check__item {

        display: flex;
        justify-content: space-evenly;
        flex-direction: column;
        width: 60%;
        align-items: center;

        /*width: 30%;*/
        /*padding-right: 80px;*/
        /*display: flex;*/
        border-right: 3px solid var(--black2);
    
    }

    .check__number{
        font-weight: 700;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    
    }


    /*
    .slidepeque2 {
        width: 300px;
        height: 500px;
        background-image: url("img/s2m.jpg");
    }

    .slidepeque3 {
        width: 300px;
        height: 500px;
        background-image: url("img/s3m.jpg");
    }*/



    /* somos desplegable*/
    .subtitled{
        font-size: 1.8rem;
    }

    /* somos desplegable*/


    /*.hero__main {
            display: none;
    }*/

    .video {
    
        /*  display: flex;
          justify-content: space-between;
          flex-direction: row;
          align-items:center;*/
      
        /*  display:flex;  /*Alinea todo en una sola fila*/
      
         /* align-items:center; /*Los centra verticalmente */
          /*justify-content: space-evenly;  /*ponemos a los extremos , a los costados, la imagen y el menu.*/
          width: 100%;
          /*height: 300px;
          padding: 10px 50px 10px 50px;*/
          padding: 30px 30px 30px 30px;
      }

      .about__icon {
        width: 100%;
        height: 100%;
        object-fit: cover;  /**presenta la imagen dentro del objeto */
        object-position: center top;
       
    }

   /* .cta2 {
        display: none;
    }
    */

    .subtitle {
        /*color: var(--color-title);*/
        font-size: 25px;
        /*margin-bottom: 25px;*/
    }


    .menu8 {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        background: rgb(248, 249, 250) !important;
        /*display: none;ratio-16x9*/
        
    }


    .menu9{
        display: inline;
        font-size: 20px;
    
    }

    .menu10 {
        display: none;
    }
/*
    .subtitle {
        font-size: 22px;
    }*/

    /*.card__button{
        /*display: block;*/
       /* flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-evenly;

        /*display: flex;
        justify-content: space-between;
        flex-direction: column;*/
       /* background: linear-gradient(180deg, #F7CE90 0%, #F4BD76 100%);
        border-radius: 10px;
        text-decoration: none;
        width: 50%;
        color: var(--black1);
        /*font-weight: 700;*/
        /*text-align: center;*/
       /* padding: 12px 0;*/
    /*}*/

   /* .hero{
        width: 100%;
        min-height: 40vh;  /*  ?? */
        /*height: 400px;*/
       /* background: linear-gradient(180deg, #3ebb5e 0%, #1A1B1F 100%);   /*se pone un stop del 0% y al 100% */
    /*}*/
 
    /*hija*/

.header__hij2 {
    display: inline;
    width: 100%;
    height: 600px;
    background: #134E5E;      
    background: linear-gradient(to right, hsla(135, 30%, 57%, 0.61), hsla(193, 66%, 22%, 0.62)), url(../img/c8m.jpg);  
    background: linear-gradient(to right, hsla(135, 30%, 57%, 0.61), hsla(193, 66%, 22%, 0.62)), url(../img/c8m.jpg); 
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    bottom: 0;
    width: 100%;

}

.carousel__imagen { 
    object-fit: cover;  /**presenta la imagen dentro del objeto */
    object-position: center top;

}

.header__hija {
    width: 100%;
    height: 600px;
    background: #134E5E;  
    /* fallback for old browsers */
    background: linear-gradient(to right, hsla(135, 30%, 57%, 0.61), hsla(193, 66%, 22%, 0.61)), url(../img/hija2.jpg);  
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, hsla(135, 30%, 57%, 0.61), hsla(193, 66%, 22%, 0.61)), url(../img/hija2.jpg); 
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-attachment: fill;
    position: relative;

    /**/
    /*object-fit: cover;  /**presenta la imagen dentro del objeto */
    /*object-position: center top;
   
    
     object-fit: cover;  /**presenta la imagen dentro del objeto */
     /*object-position: center top;
     /**/

}


.header__servicios {
    width: 100%;
    height: 600px;
    background: #c9cbcc;  
    /* fallback for old browsers */
    background: linear-gradient(to right, hsla(69, 42%, 87%, 0.61), hsla(59, 68%, 31%, 0.61)), url(../img/servicios_movil.jpg);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, hsla(69, 42%, 87%, 0.61), hsla(59, 68%, 31%, 0.61)), url(../img/servicios_movil.jpg);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-attachment: fill;
    position: relative;

    /**/
    /*object-fit: cover;  /**presenta la imagen dentro del objeto */
    /*object-position: center top;
   
    
     object-fit: cover;  /**presenta la imagen dentro del objeto */
     /*object-position: center top;
     /**/

}


.header__planes {
    width: 100%;
    height: 600px;
    background: #595e13;  
    /* fallback for old browsers */
    background: linear-gradient(to right, hsla(75, 4%, 79%, 0.61), hsla(50, 6%, 20%, 0.61)), url(../img/planes2_movil2.jpg);  
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, hsla(75, 4%, 79%, 0.61), hsla(50, 6%, 20%, 0.61)), url(../img/planes2_movil2.jpg); 
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-attachment: fill;
    position: relative;
    bottom: 0;

    /**/
    /*object-fit: cover;  /**presenta la imagen dentro del objeto */
    /*object-position: center top;
   
    
     object-fit: cover;  /**presenta la imagen dentro del objeto */
     /*object-position: center top;
     /**/

}


.header__nosotros {
    width: 100%;
    height: 600px;
    background: #595e13;  
    /* fallback for old browsers */
    background: linear-gradient(to right, hsla(75, 4%, 79%, 0.61), hsla(50, 6%, 20%, 0.61)), url(../img/nosotros_movil2.jpg);  
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, hsla(75, 4%, 79%, 0.61), hsla(50, 6%, 20%, 0.61)), url(../img/nosotros_movil2.jpg); 
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-attachment: fill;
    position: relative;
    bottom: 0;

    /**/
    /*object-fit: cover;  /**presenta la imagen dentro del objeto */
    /*object-position: center top;
   
    
     object-fit: cover;  /**presenta la imagen dentro del objeto */
     /*object-position: center top;
     /**/

}


.header__salud {
    width: 100%;
    height: 600px;
    background: #595e13;  
    /* fallback for old browsers */
    /*background: linear-gradient(to right, hsla(75, 4%, 79%, 0.61), hsla(50, 6%, 20%, 0.61)), url(../img/salud_movil.jpg);  */
    background:  url(../img/salud9.jpg); 
    /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to right, hsla(75, 4%, 79%, 0.61), hsla(50, 6%, 20%, 0.61)), url(../img/salud_movil.jpg); */
    background:  url(../img/salud9.jpg); 

    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-attachment: fill;
    position: relative;
    bottom: 0;

    /**/
    /*object-fit: cover;  /**presenta la imagen dentro del objeto */
    /*object-position: center top;
   
    
     object-fit: cover;  /**presenta la imagen dentro del objeto */
     /*object-position: center top;
     /**/

}

.header__staff {
    width: 100%;
    height: 600px;
    background: #595e13;  
    /* fallback for old browsers */
    background: linear-gradient(to right, hsla(75, 4%, 79%, 0.61), hsla(50, 6%, 20%, 0.61)), url(../img/staff2_movil.jpg);  
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, hsla(75, 4%, 79%, 0.61), hsla(50, 6%, 20%, 0.61)), url(../img/staff2_movil.jpg); 
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-attachment: fill;
    position: relative;
    bottom: 0;

    /**/
    /*object-fit: cover;  /**presenta la imagen dentro del objeto */
    /*object-position: center top;
   
    
     object-fit: cover;  /**presenta la imagen dentro del objeto */
     /*object-position: center top;
     /**/

}


/*.header__hija{
   display: none;
}*/

/*hija*/


.contenedor_medico {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: column;
}


.contenedor_medico-staff{
    width: 100%;
    background: #dbdfdc;
    /*padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 40px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 20px;  */
    margin-bottom: 20px;
    margin-top: 40px;
    /*margin-left: 40px;
    margin-right: 40px;*/
    /*display: flex;*/
    /*justify-content: space-evenly;*/
    /*flex-wrap: wrap;*/
    /*flex-direction: column;*/
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6);

}



}


.salto {
    
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    text-align: center;
}



@media screen and (max-width: 700px) {
    main .container,
    footer .container{
        padding: 20px 0;
    }

    .digesa{
        display: none;       
    }

    .videoclinica4{
        text-align: center;
        width: 360px;
        height: 250px;
        
        /* border-radius: 10px;*/
    
    }

    .mdigesa{
        display: inline;
        text-align: center;                
        border-radius: 40px;        
    }


    .nav__container{
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .nav__hero{
        height: auto;
    }

    .logo{
        padding: 15px 0;
        text-align: center;
    }

    .links{
        padding-bottom: 10px;
        text-align: center;
    }

    .link {
        padding: 7px 10px;
    }

    .hero__main_movil{
        flex-direction: column-reverse;
        justify-content: flex-end;
        height: auto;
        padding: 30px 0;
    }

    .hero__textos{
        width: 100%;
        text-align: center;
    }

    .mockup{
        width: 60%;
        margin-bottom: 20px;
    }

    .header__salud {
        width: 100%;
        height: 600px;
        background: #595e13;  
        /* fallback for old browsers */
        /*background: linear-gradient(to right, hsla(75, 4%, 79%, 0.61), hsla(50, 6%, 20%, 0.61)), url(../img/salud_movil.jpg);  */
        background:  url(../img/salud9m.jpg); 
        /* Chrome 10-25, Safari 5.1-6 */
        /*background: linear-gradient(to right, hsla(75, 4%, 79%, 0.61), hsla(50, 6%, 20%, 0.61)), url(../img/salud_movil.jpg); */
        background:  url(../img/salud9m.jpg); 
    
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        background-size: cover;
        background-attachment: fill;
        position: relative;
        bottom: 0;
    
        /**/
        /*object-fit: cover;  /**presenta la imagen dentro del objeto */
        /*object-position: center top;
       
        
         object-fit: cover;  /**presenta la imagen dentro del objeto */
         /*object-position: center top;
         /**/
    
    }

    .title{
        font-size: 35px;
    }

    .copy{
        font-size: 20px;
    }

   /* .subtitle{
        font-size: 35px;
        text-align: center;
    }*/

    .copy__section{
        font-size: 20px;
        text-align: center;
    }

    .services .card{
        width: 80%;
    }

    .container-bg{
        justify-content: space-evenly;
    }

    .card{
        margin-bottom:40px;
        width: 65%;
    }

    .card__title{
        font-size: 35px;
    }

    /*.card__button{
        width: 100%;
    }*/

    .background{
        width: 65%;
        margin-bottom: 40px;
    }

    .background__copy{
        display: none;
    }

    .testimony__card{
        width: 65%;
    }

    .testimony__name{
        font-size: 20px;
    }

    .container--modifier{
        width:80%;
    }

    .item__contact{
        width:100%;
        padding: 30px 0;
        background-color: #194635;
    }

    .fotoclinica{
        text-align: center;
        border-radius: 40px;
        /*width: 300px;*/
       
        
    
    }

 



}

@media screen and (max-width: 500px) { 

    .letrahorario{
        font-size: 11px;
    }

    .digesa{
        display: none;       
    }

    .mdigesa{
        display: inline; 
        text-align: center;                
        /*border-radius: 40px;      */  
    }

    .videoclinica{
        text-align: center;
        width: 360px;
        height: 250px;
        
        /* border-radius: 10px;*/
    
    }

 

    .hero__main_movil{
        flex-direction: column-reverse;
        justify-content: flex-end;
        height: auto;
        padding: 30px 0;
    }

    .mockup{
        width: 80%;
        margin-bottom: 15px;
    }

    .services .card{
        width: 95%;

    }

    .card{
        width: 95%;
    }

    .background{
        width: 95%;

    }

    .testimony__card{
        width: 95%;
    }

    .testimony__history{
        font-size: 20px;
    }

    .container--modifier {
        width: 90%;
    }

    .newsletter{
        width: 100%;
        display: none;
    }

    .newsletter--modifier{
        display: block;
    }

    .check__item{
        width: 100%;
        border: none;
        padding: none;
        justify-content: center;
    }

    .download__item {
        width: 49%;
    }

    .download__title{
        font-size: 16px;
    }

    .download__logo{
        font-size: 30px;
    }

   /* .carousel-inner.slidepeque1 {
        /*width: 300px;
        height: 500px;*/
       /* background-image: url("img/s1m.jpg");
    }*/

  /*  .slidercelu {
        height: 300px;
       

    }

    .slidercelu2 {
        height: 300px;
      */

      .slidercelu2 {
        height: 400px;
      }

      .about__icon {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
       
    }

    .fotoclinica{
        text-align: center;
        border-radius: 40px;
       /* width: 300px;*/
       
        
    
    }

    .planes1000 {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        
    }

    .header__salud {
        width: 100%;
        height: 600px;
        background: #595e13;  
        /* fallback for old browsers */
        /*background: linear-gradient(to right, hsla(75, 4%, 79%, 0.61), hsla(50, 6%, 20%, 0.61)), url(../img/salud_movil.jpg);  */
        background:  url(../img/salud9m.jpg); 
        /* Chrome 10-25, Safari 5.1-6 */
        /*background: linear-gradient(to right, hsla(75, 4%, 79%, 0.61), hsla(50, 6%, 20%, 0.61)), url(../img/salud_movil.jpg); */
        background:  url(../img/salud9m.jpg); 
    
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        background-size: cover;
        background-attachment: fill;
        position: relative;
        bottom: 0;
    
        /**/
        /*object-fit: cover;  /**presenta la imagen dentro del objeto */
        /*object-position: center top;
       
        
         object-fit: cover;  /**presenta la imagen dentro del objeto */
         /*object-position: center top;
         /**/
    
    }
    
    

}


























