@font-face {
    font-family: 'abelregular';
    src: url('../fuentes/abel-regular-webfont.woff2') format('woff2'),
         url('../fuentes/abel-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pt_sansregular';
    src: url('../fuentes/pt_sans-web-regular-webfont-webfont.woff2') format('woff2'),
         url('../fuentes/pt_sans-web-regular-webfont-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@charset"utf-8";
* {
  box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0
}


body {
    font-family: sans-serif;
    display: block;
    background-color:#FFF2BF;
    text-align: center;
    
}

}

.logo {
    display: block;
    text-align: center;
    width: auto;
    margin: 1em;
    margin-top: 1.5em;
    }


.datos {
    width: 
    list-style: none;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.socio{
    display: flex;
    justify-content: center;
    font-size: 26px;
    font-family: 'pt_sansregular', sans-serif;
    font-weight: bold;
    margin-bottom: 0.7em;
    padding: 0.2em;
    text-align: center;
    border: 1px solid rgb(214, 214, 214);
    color: #363636;
    border-radius: 8px 8px 8px 8px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 15px;
    opacity: 100;
}
.documento{
    display: flex;
    justify-content: center;
    font-size: 26px;
    font-family: 'pt_sansregular', sans-serif;
    font-weight: bold;
    margin-bottom: 0.7em;
    padding: 0.2em;
    text-align: center;
    border: 1px solid rgb(214, 214, 214);
    color: #363636;
    border-radius: 8px 8px 8px 8px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    opacity: 100;

}
.terminos{
    display: blo
    flex-direction: column;
    justify-content: center;
    border-top: 0.2em;
    margin-left: auto;
    padding-top: 0.2em;
    user-select : none;
    cursor: pointer;
    display: inline-block;
    vertical-align:bottom;
}
.checkmark a:hover {
    font-weight: bold;
}
.checkmark {
    font-size: 14px;
    font-family: 'pt_sansregular',sans-serif;
    text-decoration: none;
    
}
.checkmark a {
    text-decoration: none;
    color: #ed6464;
}
.tildar{
    opacity: 100;}

#sesion {
    padding: 2em;
    text-align: center;
}
#sesion a {
    text-decoration: none;
    display: inline-block;
    background-color: #37D0C5;
    margin: auto;
    padding: 0.6em;
    font-size: 20px ;
    color: white;
    font-family: 'pt_sansregular', sans-serif;
    width: auto;
    font-weight: bold;
    border-radius: 8px 8px 8px 8px;
}
#sesion a:hover{
    background-color: #ed6464; 
}

article p{
    font-family: 'pt_sansregular', sans-serif;
    font-size: 1rem;
    padding: 10px;
    margin-bottom:10px;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    background-color: rgb(255, 251, 235);
    border-radius: 10px;
    color: #363636;
    font-weight: 400;
    
}

h1{
    font-family:'abelregular', sans-serif;
    font-size: 2rem;
    color: #363636;
    margin: 0;
    text-align: center;
    border: 2px solid rgb(255, 251, 235);
    border-radius: 5px;
    margin: 10px;
    margin-left: 80px;
    margin-right: 80px;
    font-size: 30px;
}

h2{ 
    font-family:'abelregular', sans-serif;
    font-size: 2rem;
    color: #363636;
    margin-bottom: 10px;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    padding: 0;
    border-bottom: 2px solid rgb(255, 251, 235); 
}

h4{
    font-family:'pt_sansregular',sans-serif;
    font-size: 20px;
    border-bottom: 1.5px solid rgb(214, 214, 214);
    margin-bottom: 5px;
}

p{
    margin-left: 20px;
    margin-right: 20px;
    font-size: 1rem;
    font-family: 'pt_sansregular', sans-serif;
    font-weight: 500;
}

nav ul li {
    list-style-type: none;
    line-height: 4rem;
    position: relative;
}

nav ul li ul {
    position: absolute;
    transition: 0.5s all;
    border-style: none;
}

nav ul li a {
    text-decoration: none;
    color: white;
    padding:0 2rem;
    display: block;
    transition: 1s all;
    background-color: #37D0C5;
    border-style: none;
    border-radius: 5px ;
    border-bottom: 5px solid #0F7986;
    font-size: 26px ;
    font-family: 'pt_sansregular',sans-serif;
    font-weight: bold;
}

#carnet{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: rgb(255, 251, 235);
    border-radius: 5px ;
    border-bottom: 5px solid #0F7986;
    font-family: 'pt_sansregular',sans-serif;
    font-size: 1rem;
}

#nombreperfil{
    font-size: 1rem;
    color:#212121;
    margin: 0;
    padding-bottom: 10px;
    font-size: 20px;
    text-align: left;
}
#datos{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
    margin-bottom: 15px;
    line-height: normal;
    border-left: 1px solid ;
    
}

.mailperfil{
    margin: 0;
    font-size: 14px;
    border-style: none;
    text-align: left;
    padding: 0;
}

#fotocarnet{
    margin-top: 15px;
    height: 100px;
    padding: 0;
}


nav ul li a:hover {
    background-color: #ed6464;
}

nav ul#principal li:hover>ul {
    max-height: 500px;
    overflow: visible;
}

nav ul#hamburguesa{
    text-align: left;
}
nav ul#hamburguesa>li {
    background-color: #A0EECC;
    line-height: 0;
    border-radius: 0px 0px 10px 10px;
}

nav ul#hamburguesa li:hover>ul {
    max-height: 500px;
    overflow: visible;
    border-style: none;
}

ul#principal {
    display: flex;
    flex-direction: column;
}

ul#principal li {
    background-color:none;
}

ul#principal li ul, ul#principal {
    max-height: 0;
    overflow: hidden;
    
}
ul#secundario {
    top: 100%;
    z-index: 1;
    
}
ul#secundario li{
    font-size: 27px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    background-color: #ed6464;
    font-weight: bold;
    color: white;
    font-family: 'abelregular', sans-serif;
    border-radius: 10px;
    
}
ul#cabecera {
    list-style: none;
    display:block;
    text-align: right;
    padding top: 0.5em;
    padding-left: 0.5em;
    margin-top: 0.5em;    
    border-bottom: 1px solid rgb(214, 214, 214);
    
}
ul#cabecera li {
    padding top: 0,5em;
    padding-right: 0.5em;
    text-align: right;
    
}

ul#cabecerauno {
    list-style: none;
    display:flex;
    justify-content: flex-end;
    padding top: 0.5em;
    padding-left: 0.5em;
    border-radius: 0px 0px 10px 10px;
    background-color: #37D0C5;
    
}
ul#cabecerauno li {
    margin-top: 8px;
    padding-right: 0.5em;
    text-align: right;
    
}

.menuprincipal{
    display: flex;
    flex-direction: wrap;
    justify-content:center;
    text-decoration: none;
    list-style:none;
    padding: 0;
    margin: 16px;
}

.menuprincipal a{
    text-decoration: none;
    display: block;
    margin-left: 8px;
    margin-right: 8px;
    padding: 15px;
    font-size: 18px ;
    color: #273952;
    font-family: 'pt_sansregular', sans-serif;
    border-radius: 20px 20px 20px 20px;
    width:100%;
    text-align: center;
    background-color: rgb(255, 251, 235);
}
.menuprincipal h3{
    font-size: 20px;
    font-family: 'abelregular',sans-serif;
    font-weight: bold;
    text-align: center;
    width:100%;
}

.menuprincipal a:hover{
    color: white;
    background-color: #ed6464;
    transition: 0.7s all;
}

ul#cabecera {
    list-style: none;
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    padding: 5px;
    margin: 0;
    border-style: none;
    background-color: #37D0C5;
}
ul#cabecera li {
    margin-top: 3px;
    padding-right: 10px;
    background-color: #37D0C5;
    line-height:0;
}

}
.volver{
    display: block;
}
.volver a{ 
    margin-top: 10px;
    text-decoration:none;
    display: inline-block;
    font-family: 'abelregular', sans-serif;
    background-color: rgb(255, 251, 235);
    padding: 0.5em;
    padding-bottom: 3px;
    border-radius: 6px 6px 6px 6px;
    margin: 10px;
    font-size: 20px;
    color: #363636;
}
.volver a:hover{
    background-color:white;
    
}
.enviar{
    border-style: none;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 20px;
    font-family: 'pt_sansregular',sans-serif;
    font-weight: 800;
    padding: 10px;
    
    transition: 0.7s all;
    border-radius: 8px 8px 8px 8px;
    background-color: #37D0C5;
    color: white;
    opacity: 100;
}
.enviar:hover {
    color: white;
    background-color: #ed6464;
}

.medicion{
    margin-bottom:30px;
    background-color: rgb(255, 251, 235);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 10px;
    font-size: 18px ;
    color: #273952;
    font-family: 'pt_sansregular', sans-serif;
    border-radius: 20px 20px 20px 20px;
    text-align: center;
    background-color: rgb(255, 251, 235);
    font-weight: bold;
}

input{   
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
}

input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label{
    display: flex;
    margin-left: 1em;
    line-height: 1.5em;
    margin-bottom: 5px;
}

input[type=checkbox]:not(old) + label > span,
input[type=radio   ]:not(old) + label > span{
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    margin-right: 15px;
    border-radius: 0.25em;
    background: rgb(214, 214, 214);
    vertical-align: bottom;
}

input[type=checkbox]:not(old):checked + label > span,
input[type=radio   ]:not(old):checked + label > span{
    background-color :#ed6464;
}

.titulo{
    margin: 10px;
    margin-left: 80px;
    margin-right: 80px;
    font-size: 26px;
    color: #363636;
    border-bottom: 2px solid rgb(255, 251, 235);
    font-family:'abelregular', sans-serif;
    background-color: rgb(255, 245, 206)
}

.numeros{
    display: inline-block;
    border-style: none;
    border-radius: 3px 3px 3px 3px;
    border: 1.5px solid rgb(214, 214, 214);
    font-size: 18px;
    font-family: 'abelregular',sans-serif;
    width: 20%;
    text-align: center;
    color: black;
    opacity: 100;
}
.almanaque{
    margin-top: 20px;
    display: inline-block;
    font-size: 20px;
    opacity: 100;
    text-align: center;
    border-style: none;
    border: 2px solid rgb(214, 214, 214);
    border-radius: 6px 6px 6px 6px;
}

#contenedor{
    font-size: 19px;
    font-family: 'pt_sansregular',sans-serif;
}

.clasesdet{
    display:flex;
    flex-direction: row;
    justify-content: center;
    padding:;
    text-decoration: none;
    list-style:none;
    margin:10px;

}
.clasesdet img{
    padding: 0;
    margin: 0;
}
.tensio{
    padding: 15px;
    margin: 5px;
    background-color: white;;
    border-radius: 20px 20px 20px 20px;
}

.tensio p{
    background-color: white;
    padding:0;
    margin:0;
    
}
.resdos{
    text-decoration: none;
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin: 10px;
    font-size: 18px ;
    color: #273952;
    font-family: 'pt_sansregular', sans-serif;
    border-radius: 20px 20px 20px 20px;
    width:auto;
    text-align: center;
    background-color: rgb(255, 251, 235);
}

.video {
    display: flex;
    text-align: center;
    margin:10px;
    margin-top: 5px;
    width:250px;
    height: 180px;
    padding: 0;
}

.res{
    text-decoration: none;
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    padding: 20px;
    font-size: 18px ;
    color: #273952;
    font-family: 'pt_sansregular', sans-serif;
    border-radius: 20px 20px 20px 20px;
    width:100%;
    text-align: center;
    background-color: rgb(255, 251, 235);
}


.res h2{
    font-size: 18px;
    color: #37D0C5;
}

.res h3{
    color: #ed6464;
    font-size: 22px;
    padding-bottom: 5px;
}

.res h4{
    font-size: 26px;
    margin-bottom: 10px;
}
.res p{
    padding-bottom: 10px;
    margin: 0;
    font-family: 'pt_sansregular', sans-serif;
    border-bottom: 2px solid rgb(214, 214, 214);
}

#botonera{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    
}


.menup{
    display: block;
}
.menup a{ 
    margin-top: 11px;
    text-decoration:none;
    display: block;
    font-family: 'abelregular', sans-serif;
    background-color: rgb(255, 251, 235);
    padding: 0.5em;
    padding: 10px;
    border-radius: 6px 6px 6px 6px;
    font-size: 28px;
    color: #363636;
}

.dias{
    display: block;
    border-style: none;
    border-radius: 3px 3px 3px 3px;
    border: 1.5px solid rgb(214, 214, 214);
    font-size: 20px;
    font-family: 'abelregular',sans-serif;
    text-align: center;
    color: black;
    opacity: 100;
    width: 100%;
}

#espec{
    display: inline-block;
    border-style: none;
    border-radius: 3px 3px 3px 3px;
    border: 1.5px solid rgb(214, 214, 214);
    font-size: 2rem;
    font-family: 'abelregular',sans-serif;
    text-align: center;
    color: black;
    opacity: 100;
    width: 100%;
}


#carnetnoti{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    background-color: rgb(255, 251, 235);
    border-radius: 5px ;
    border-bottom: 5px solid #0F7986;
    font-family: 'pt_sansregular',sans-serif;
    font-size: 1rem;
    text-align: left;
    margin-bottom: 10px;
}
#carnetnoti h1{
    font-size: 1rem;
    text-align: left;
    margin:0;
    padding-top: 10px;
    color: #ed6464;


}
#carnetnoti p{
    font-size: 1rem;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 10px;
    margin: 0;
    padding-right: 10px;


}

#fotocarnetn{
    margin-top: 30px;
    height: 60px;
    width: 70px;
    margin: 15px;
    border-right: 2px solid rgb(214, 214, 214);
    padding-right: 10px;
}


#carnetnivel{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    background-color: rgb(255, 251, 235);
    border-radius: 5px ;
    border-bottom: 5px solid #0F7986;
    font-family: 'pt_sansregular',sans-serif;
    font-size: 1rem;
    text-align: left;
    margin-bottom: 10px;
}
#carnetnivel h2{
    text-align: left;
    margin:0;
    padding-top: 10px;
    color: #ed6464;


}
#carnetnivel p{
    font-size: 1rem;
    text-align: left;
    margin:0;
    padding-top: 10px;
}

.control {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    background-color: rgb(255, 251, 235);
    margin-left: 8px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-right: 8px;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 0;
}
.columnagenero {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin:5px;
}
.columnagenero ul li{
    list-style: none;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom:: 5px;
    font-family: 'abelregular',sans-serif;
    font-size: 20px;
    border-bottom: 2px solid rgb(214, 214, 214);
    font-weight: bold;
    color: #ed6464;
}
.columnagenero h4{
     font-family: 'abelregular',sans-serif;
    font-size: 26px;
    color: #363636
}



.restres{
    text-decoration: none;
    display: inline-block;
    margin:8px;
    padding: 8px;
    font-size: 18px ;
    color: #273952;
    font-family: 'pt_sansregular', sans-serif;
    border-radius: 20px 20px 20px 20px;
    width:100%;
    text-align: center;
    background-color: rgb(255, 251, 235);
}


.restres h3{
    color: #ed6464;
    font-size: 22px;
    padding-bottom: 5px;
}

.restres h4{
    font-size: 24px;
    margin-bottom: 10px;
}
.restres p{
    padding-bottom: 10px;
    margin: 0;
    font-family: 'pt_sansregular', sans-serif;
    border-bottom: 2px solid rgb(214, 214, 214);
}
