* { margin: 0;
    padding: 0;
    box-sizing: border-box}

body {
    font-family: 'Roboto', sans-serif;
    background-color: white
}

header {
    background-color: #0fa059;
    color: white;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
}

header nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: 0px 3px 8px 7px #0e8e4e;
    background-color: #0db665;
    }

header nav a {
    background-color: #0db665;
    color: white;
    text-transform: uppercase;
    font-weight:100;
    text-decoration: none;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    flex-grow: right;
    font-weight: bold;
    }

.navegador {
    position: absolute;
    right: 20px;
}

header nav a:hover {background: #16d374}

.contenedor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 8px;
    align-items: center;
}

.logo {
    margin-left: 18px;}

.boton {
    height: 100;
    flex: 0 0 100px;
    text-decoration: none;
    color: white;
}

.boton:active {background-color: #0D5432}

.boton1 {
    background-color: #0f7f4c;
    font-weight: normal;
    border-radius: 8px;
    padding: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-right: 7px;
    }

.boton1 a {
    text-decoration: none;
    color: white;
    }

.boton2 {
    background-color: #0f7f4c;
    font-weight: normal;
    border-radius: 8px;
    padding: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 7px;
    }

.boton2 a {
    text-decoration: none;
    color: white;
    }

h5 {
    padding-top: 15px;
    font-weight: lighter;
    }

h1 {
    padding-top: 7px;
}


/*------------- fin Header ------------*/


.footer {
    background-color: #16d374;
    padding: 17px;
    }

footer p {
    color: white;
    font-size: 12px;
    }

/*-------------- fin footer ----------- */


.descripcion_oferta {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
}


.contenedor_titulo {
    display: flex;
    align-items:center;
}


.titulo_oferta {
    color: #16d374;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 70%
}

.suma_padis {
    padding-left: 20px;
    padding-right: 30px;
    }

.titulo_padis {
    display: flex;
    flex-direction: column;
    font-size: 15px;
    color: white;
    background-color: #16d374;
    text-align: center;
    padding: 8px;
    padding-left: 17px;
    padding-right: 17px;
    border-radius: 17px;
    font-weight: normal;
}

h2 span {
font-weight: bold;
font-size: 30px;}

.lista_oferta {
    list-style: none;
}

main h4 {
    padding-top: 30px;
    padding-bottom: 3px;
    width: 40%;
}

.lista_oferta {
    padding-bottom: 30px;
}

.aplicar_bot {
    text-decoration: none;
    color: white;
    font-weight: normal;
    text-align: center;
    background-color: #16d374;
    border-radius: 8px;
    padding: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100px;
    }

.contenedor_etiquetas {
    display: flex;
    padding-top: 5px;
    list-style: none;
    padding-bottom: 5px;
    }

.etiqueta {
    list-style: none;
    background-color: #0d1f81;
    color: white;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    align-content: center;
    margin-right: 5px;
}

.etiqueta_manana {
    align-items: baseline;
}

a .material-icons {
    color: white;
    font-size: 15px;
}

.material-icons {
    color: #16d374;
    font-weight: bold;
    font-size: 30px;
}


/*------------- fin descripcion oferta ------------*/


.fondo_formulario {
    background-color: #0db665;
    margin:auto;
    margin-top: 60px;
    margin-bottom: 60px;
    width: 85%;
    height: 500px;
    border-radius: 20px;
    }


.icono-cerrar {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 25px;
}


.icono-cerrar .material-icons {
    color: white;
    position: relative;
    float: right;
    font-size: 27px;
}

.descripcion_oferta i a {
    text-decoration: none;
    color: #00cc66;
}


.fondo_formulario h2 {
    color: white;
    text-align: center;
    align-content: center;
    margin: auto;
    padding-top: 35px;
    font-weight: normal;
}


.familia_castro {
    align-content: center;
    align-items: center;
    padding-top: 15px;
    margin: auto;
    display: flex;
    justify-content: center;
}

.datos-nombre {
    background-color: #0ea559;
    color: white;
    padding: 5px;
    padding-left: 13px;
    padding-right: 13px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    align-content: center;
    margin-right:12px;
    justify-content: center;
}


.contenedor_info {
    padding-top: 15px;
    padding-left: 85px;
    padding-right: 85px;
    padding-bottom: 10px;
}

.filas_formulario {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    list-style: none;
    color: white;
    padding-top: 33px;
    padding-bottom: 3px;
    border-bottom:1px solid white;
    font-weight: 500;
}


.InfoUsuario {
    float: right;

}

.contenedorBotForm {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;

}


.bot_confirmar {
    background-color: #0F7F4C;
    text-decoration: none;
    color: white;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 10px;
    transition: background .25s
}

.bot_confirmar:hover {background-color: #189358}

.mod_datos {
    color: white;
    text-decoration: none;
    font-weight: lighter;
    display: block;
    padding-top: 7px;
}


/*---------fin pantalla aplicar---------*/


.contenedor_formulario {
    padding-top: 15px;
    padding-left: 85px;
    padding-right: 85px;
    color: white;
}

.contenedor_formulario ul li {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom:1px solid white;
}

.contenedor_formulario h4 {
    font-weight: 400;
    font-size: 16px;
}

.dat_formulario {
    background: none;
    color: white;
    width: 50%;
    margin: auto;
    margin-bottom: 3px;
    margin-right: 0px;
    border: none;
    font-size: 15px;
}

select option {
    background-color: #0F7F4C;
}

.bot_cancelar {
    color: white;
    font-size: 13px;

}

.bot_hecho {
    padding: 6px 30px;
    border-radius: 10px;
    background-color: #0F7F4C;
    color: white;
    font-size: 16px;
    border: none;
    transition: background .25s
}

.bot_hecho:hover {background-color: #189358}



/*--------------- fin formulario ------------ */


.textoSuperior {
    color: white;
    padding-top: 6px;
    padding-bottom: 3px;
    padding-left: 85px;
    padding-right: 45px;
    overflow: hidden;
    animation: reveal 2s backwards;

}

.textoActualizado {
    padding-bottom: 3px;
    border-bottom: 1px solid white;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}

@keyframes reveal {
    60% {
        height: 15px;
        }
    30% {
        height: 7px;
        }
     0% {
        height: 0px;
        }
}


/*------------- fin info_actualizada ------------ */


.main-perfil {
    background-color: #f5f5f6;
    padding: 1.5em;
}

.menu_perfil {
    display: flex;
    list-style: none;
    justify-content: center;
    margin-bottom: 0.1em;
}

.opcionesPerfil a {
    text-decoration: none;
    color: #abaeba;
    font-weight: 600;
    padding: 0.5em 0.8em 0.2em 0.8em;
    font-size: 20px;
}


.nombreFam {
    font-size: 17px;
    color: #00CC66;
    font-weight: 600;
    text-align:center;
    text-transform: uppercase;
    padding-top: 1.1em;
}

.contenedorPerfil {
    background-color: white;
    padding: 1em;
    margin: 1em 0em 1em 0em;
    border-radius: 25px;
    box-shadow: 4px 4px 8px #dddddd;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.cont-nombre-cruz {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #b9c0db;
    padding-bottom: 0.2em;
}

.nombre-usuariop {
    color: #0d1f81;
    font-size: 1.4em;
    font-weight: bold;
    padding-right: 0.5em;
}

.numsocio {
    color: #b9c0db;
    font-size: 1em;
}

.contenedorInfoPerfil {
    display: flex;
    justify-content: space-between;
    padding-top: 0.9em;
}

.datos-usuario-perfil {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-weight: bold;
    font-size: 1.05em;
}

.datos-usuariop {
    font-weight: lighter;
}

.ver_historial a {
    color: #0db665;
    text-decoration: none;
    font-size: 1em;
}

.contenedoricon .material-icons {
    color: #D0D6EF;
    font-size: 25px;
}

.historial-en-perfil {
    display: none;
}

/*---------- Media en perfil ----------*/

@media (min-width: 500px) and (max-width: 850px) {
    
    .main-perfil{
        max-width: 100em;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
  .cuentas_perfil {
        margin: auto;
        display: flex;
        justify-content:space-between;
  }
    
    .contenedorPerfil {
        margin: 0.7em;
    }
    
    .contenedorInfoPerfil {
        flex-direction: column;
        justify-content: space-around;
    }
    
    .datos-usuario-perfil {
        justify-content: space-around;
        padding-bottom: 0.7em;
    }
    
     .datos-usuario-perfil li {
        padding-bottom: 0.7em;
    }
    
    .datos-usuario-perfil .ver_historial {
        padding-top: 0.7em;
    }
    
      }
    
@media (min-width: 850px) and (max-width: 1200px)  {
    
    .cuentas_perfil {  
        max-width: 100em;
        display: flex;
        justify-content:space-around;
        margin: auto;
  }   
    
    .contenedorPerfil {
        margin: 0.7em;
    }  
    
    .main-perfil{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        
    }
    
    .historial-en-perfil {
        display:inline-block;
    } 
    
    .ver_historial {
        display: none;
    }

}    

/*---------------- fin perfil --------------- */


.icono-cruz .material-icons{
  color: green !important;
}


.contenedor-InfoHist {
    border-radius: 15px;
    background-color: white;
    box-shadow: 4px 4px 8px #dddddd;
    padding: 0.7em;
    margin-top: 1.7em;
}

.cont-hist {
    border-bottom:1px rgba(13, 182, 101, 0.8) solid;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1em;
    margin:auto;
    margin-bottom: 2em;
}


.usuarioPerfil {
    display: flex;
    list-style: none;
    align-items: baseline;
    justify-content: space-around;
}

.hist-verde {
    list-style: none;
    padding: 1em 0.8em 1em 0.8em;
    background-color: rgba(13, 182, 101, 0.2);
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 10px;
    color: #00cc66;
    font-weight: 600;
}

.hist-rojo {
    list-style: none;
    padding: 1em 0.8em 1em 0.8em;
    background-color: rgba(221, 31, 49, 0.2);
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 10px;
    color: #dd1f31;
    font-weight: 600;
}

.hist-puntos {
    font-weight: bold;
    font-size: 22px;
}

#seleccionado-perfil {
    border-bottom: 5px #0DB665 solid;
    
}

.icono-cruz a i{
  margin: auto;
  font-size: 1.6em;
}

@media (min-width: 600px) {
  .contenedor-InfoHist {
    max-width: 25em;
    margin: auto;
  }
  }


/*------------- Fin historial ------------*/


.cod-azul {
    list-style: none;
    padding: 1em 0.8em 1em 0.8em;
    background-color: rgba(129, 226, 206, 0.4);
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 10px;
    color: #00cc66;
    font-weight: 600;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: baseline;
}


.codigo-cod {
    color: #0d1f81;
    font-size: 19px;
}


.vencimiento-cod-rojo {
    color: #dd1f31;
    font-weight: bold;   
}

.nombre-usuarioc {
    color: #00cc66;
    font-size: 22px;
}

.img-codigo-qr {
    padding: 1em;
}

.contenedor-qr-vermas {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cod-vermas a {
    text-decoration: none;
}


/*----------- Fin codigos ----------- */



.octubre {
    padding: 0.5em 0.7em 0em 0.7em;
    color: #00cc66;
    font-size: 22px;
    font-weight: bold;
    border-top: 1px #97969b solid;
}

.contenedor-octubre-rec {
    display: flex;
    justify-content: space-around;
}

.meses-rec {
    list-style: none;
    color: #0d1f81;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    padding: 2.4em 0.2em 0.5em 0.2em;
    text-transform: uppercase;
    text-align: center;
}

.meses-rec-sab {
    list-style: none;
    color: #0d1f81;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    padding: 2.01em 0.2em 0.5em 0.2em;
    text-transform: uppercase;
    text-align: center;
}

.meses-rec span {
    font-size: 23px;
}

.meses-rec-sab span {
    font-size: 23px;
}


.contenedor-meses-rec {
    display: flex;
    flex-direction: column;
}

.contenedor-rec {
    display:flex;
    flex-direction: column;
}

.recordatorio-rec {
    padding: 1.2em 0.4em 0.4em 0.4em;
    color: #989aa0;
    list-style: none;
    font-weight: bold;
}

.recordatorio-rec-azul {
    background-color: #0d1f81;
    padding: 0.6em 0.8em 0.6em 0.8em;
    list-style: none;
    border-radius: 7px;
    color: white;
}

.recordatorio-rec-azul a {
    text-decoration: none;
    color: white;
}

/*------------ Fin recordatorio ----------*/

.main-elclub {
    margin: 1.5em;
}

.contenedor-titulo-elclub {
    padding: 1em 0em 1em 0em;
}

.titulo-elclub {
    font-size: 25px;
    color: #0db665;
    font-weight: bold;
}

.subtitulo-elclub {
    color: #848387
}

.contenedor-video-elclub {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
    height: 0;
}

.contenedor-video-elclub iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;   
}


.contenedor-hist-elclub {
    padding: 1em 0em 1em 0em; 
}

.hist-elclub {
    font-size: 16px;
    text-transform: uppercase;
    color: #0db665;
    padding-bottom: 0.5em;
}

.texto-elclub{
    color: #232323;
    font-size: 15px;   
}

.parrafos {
    padding: 1em 0em 0em 0em;  
}

.contenedor-infoinst-elclub {
    list-style: none;
    background-color: rgba(13, 182, 101, 0.2);
    border-radius: 15px;
    padding: 1em; 
}

.titulo-infoinst-elclub {
    color: #0db665;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold
}

.contenedor-infoinst-elclub li {
    padding-top: 1em;
}

.contenedor-infoinst-elclub li h3 {
    color: #0db665;
    font-weight: bold;
    font-size: 16px;
}

.comdirectiva-elclub {
    color: black;
    font-weight: bold;
    padding: 0.2em;
    font-size: 15px;
}

.comdirectiva-elclub span {
    font-weight: lighter;
}

@media (min-width: 500px) {
    
  .main-elclub {
    max-width: 55em;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
    
    .contenedor-hist-elclub {
        margin: 1em;
    }
    
    .contenedor-infoinst-elclub {
        margin: 1.5em 0em 1.5em 1.5em;
    }
    
}

/*-------- fin el club --------- */


.contenedor-info-inscexitosa {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.contenedor-info-inscexitosa h2 {
    font-size: 20px;
    padding: 1.5em 4em 1.5em 4em;
    font-weight: bold;
}

.aplico-insexitosa {
    list-style: none;
    color: white;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    background-color: #189358; 
    padding: 1em;
}

.aplico-insexitosa li {
    padding: 0.2em;
}


.fondo_inscexitosa {
    background-color: #0db665;
    margin:auto;
    margin-top: 60px;
    margin-bottom: 60px;
    width: 85%;
    height: 400px;
    border-radius: 20px;
    }

.fondo_inscexitosa h2 {
    color: white;
    text-align: center;
    align-content: center;
    margin: auto;
    padding-top: 35px;
    font-weight: normal;
}


/*--------- Fin inscripcion exitosa --------- */








