  @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600');
    @import url('https://fonts.googleapis.com/css?family=Saira:400,600');

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

img {
    max-width: 100%;
    height: auto;
        
}

ul { list-style: none; }
body{
    background-color: #e5e5e5;
    margin: 0;
    padding: 0;
   font-family: 'Open Sans', sans-serif;
    
}

header,footer {
    background-color: #BFBFBF;
}

.pagina2{
    
    margin-top: 40px;
}
.bienvenido{
font-weight: 400;
font-family: 'Saira', sans-serif;
text-align: center;

    }

.intro{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
     margin-top: -10px;
   
}
#logo-circular{
    width: 50%;
 margin:10px auto;
   display:block;
}
.boton-comenzar
{
    background-color: #0b3a61;
    text-align: center;
    width: 200px;
    margin:10px auto;
    margin-top: 40px;
   border-radius: 20px;
    height: 40px;
   vertical-align: middle;
   display: table;
    

    }
.boton-comenzar >* {
    display: table-cell;
    vertical-align: middle;
     font-family: 'Saira', sans-serif;
    color: white;
   text-decoration: none;
   font-weight: 400;
   font-size: 120%;
}
----------------------------------
header,footer {
    background-color: #BFBFBF;
}


header {
    padding: 0;
    display: flex;
    width: 100%;
    z-index:1100;
    justify-content: space-between;
    align-items:center;
    position:fixed;
    top: 0;
    
}

#logo {
    display: block;
    width: 15em;
}

header > ul {
    display: flex;
}

header > ul > li {
    width: 2em;
    height: 2em;
    margin-left: .25em;
    display: flex;
}

header > ul > li > a {
    width: 100%;
    height: 100%;
    color: white;
    text-decoration: none;
    display: flex;
    justify-content:center;
    align-items: center;
    font-size: 3em;
    margin-left: 15px;

}
header nav:target {
    left: 0;
}


header nav {
    background-color: rgba(0,0,0,0.85);
    color: white;
    position: fixed;
    left: -60vw;
    top: 0;
    height: 100vh;
    min-width: 50vw;
    transition: all .6s ease;
    z-index: 999;
    transition: all .6s ease;
    font-family: 'Saira', sans-serif;
}


.usuario {
    margin: auto;
    text-align:center;
    font-size: 1.5em;
    padding: 3em 1em 1em 1em;
}
.usuario img {   
    width: 25vmin;
    height: 25vmin;
    max-width: 15em;
    max-height: 15em;
}

.usuario hr{
    height: 3px;
    color: white;
    width: 90%;
    margin-top: -15px;
    background-color: white;
    
}
header nav ul{
    margin-top: -15px;
}
header nav li a {
    color: rgba(255,255,255);
    display: block;
    text-decoration: none;
    font-size: 1.3em;
    padding: .6em 1.2em;
    font-family: 'Open Sans', sans-serif;

}
header nav a i{
    font-size: 1.5em;
}

#x {
    color: white;
    display: block;
    text-decoration: none;
    font-size: 1.7em;
    position: absolute;
    margin-top: -3px;
    right: 0;
    top: 0;
}
.boton-registro
{
    background-color: #0b3a61;
    text-align: center;
    width: 160px;
    margin:10px auto;
    margin-top: 30px;
   border-radius: 10px;
    height: 40px;
   vertical-align: middle;
   display: table;
    

    }
.boton-registro *{
    display: table-cell;
    vertical-align: middle;
     font-family: 'Saira', sans-serif;
    color: white;
   text-decoration: none;
   font-weight: 400;
   font-size: 130%;
}
#linea{
    height: 3px;
    color: white;
    width: 70%;
    background-color: white;
     margin-top: 30px;
    
}
#logomenu {
    margin-top: 30px;
    display: block;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1
        FontAwesome;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: inherit;
    line-height: 1;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}

.fas fa-user-circle{
  font-size: 300em;
}


.flexsearch{
    width: auto;
    padding: .5em;
}
.tipos-termometro {
    padding-bottom: 2em;
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
     }
.tipos-termometros figure{
    width: 100%;
    margin:0;
    padding: 1em;
    position: relative;
}

.botones-termometros{
    display: flex;
    flex-direction: row;
}

.cuerpo{
   margin-top: 4em;
    padding: 1em;
}

.cuerpob{
    margin-top: 6em;
    padding: 1em;
}

h3{font-family:'Saira', sans-serif;
margin: .125em;}

.flexsearch{
    
    padding: 0;
    width: 100%;
    margin-bottom: 2em;
   
}

.flexsearch--input{
    padding: .5em;   
    width: 100%;
    
}

.tipos-termometros{
    max-width: 100%;
    
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.tipos-termometros figure{
    padding:0;
    width:100%;
    margin:: 0;
    position: relative;

}

figure img{
    display: block;
    width: 100%;
    padding: .125em;
    
}
h4{font-family: 'Saira', sans-serif;
    text-transform: uppercase;
    width: 100%;
    padding: 1em
}

footer {
    left: 0;
    bottom: 0;
    width: 100%;
font-size: .7em;
padding: 2em;
    text-align: center;
   
}
--------------------------------------


.h2 li{
font-weight: 400;
font-family:'Open Sans', sans-serif;
text-align:left;
margin-top: -10px;
}

video {
    width: 100%;
    border: 2px solid black;
    filter: grayscale(50%);
    
}

-------------------------------------
.calendario {
    width: 60%;
    border: 2px solid black;
    filter: grayscale(50%);
    
}
.boton-registrate
{
    background-color: #0b3a61;
    text-align: center;
    width: 200px;
    margin:10px auto;
    margin-top: 40px;
   border-radius: 20px;
    height: 40px;
   vertical-align: middle;
   display: table;
    

    }
.boton-registrate >* {
    display: table-cell;
    vertical-align: middle;
     font-family: 'Saira', sans-serif;
    color: white;
   text-decoration: none;
   font-weight: 400;
   font-size: 120%;
}
--------------------- 15
img{
    width:50px;
    height:50px;
   } 

h2{
    font-family: "saira", sans-serif;
}
.info{
    margin-left: 6em;
    padding: 1em;
     margin:10px auto;
    
}

.pagreg{
    margin-top: 40px;
    padding: 5em;
    
}
#logoregistro{
    margin-top: 8em;
    width: 30%;
 margin:10px auto;
   display:block;
    
}
.datos{
    margin: auto;
    padding: 1em;
    
}
