@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,700,900');

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

body {
  font-family: 'Titillium Web', sans-serif;
  background-color: #2D2928;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

header {
          display: flex;
          justify-content: space-between;
     flex-direction: row;
    align-items: flex-start;
    background-color: #FFAA00;
    background-size: cover;
        padding: 1em;
        box-sizing: border-box;
         flex-shrink: 50%; 
}

header .logoheader img {
    height: 2.2em; 
    z-index:1000;
}

header .menuder img{
    width: 2em; 
    z-index:1000;
    height: :7em;
    justify-content: space-between;   
}

#menudesplegable.collapsable {
    display: block;
    background-color: #2D2928;
    opacity: 0.85;
    transition: all .3s ease;
    position: fixed;
    right: -100vw;
    top: 0;
    bottom: 0;
    min-width: 50%;
    z-index: 9995;
}

#menudesplegable:target {
    position: fixed;
    right: 0;
    transition: all .5s; 
}

#lineas {
    cursor: pointer;
    z-index: 9999;
    padding: .2em;
}

#menudesplegable ul {
    padding: 1rem;
    align-content: center;
    justify-content: center;
    margin-top: 4.3em;
}

#menudesplegable li a {
    background-color: #FFAA00; 
    color: white;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15em;
    width: auto;
    height: 2em;
    margin-bottom: .3em;
}

#cruz {
    width: 2em;
    height: 2em;
}

main { 
display: flex;
flex-direction: column;
margin: .8em;
font-family: "titillium web"
}

h1 {color: #FFAA00;}

h2 {
    color: white;
    font-size: 1em; }




.mensaje {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 1em;
    margin-top: 1em;
    padding: 1em;
    background-color: rgb(87, 84, 83);
    border-radius: .2em;
}

.mensaje h3 {
    color: white;
    padding-left: .5em;
}


.mensaje img {
    width: 9em;
    height: auto;
    padding-left: 0.5em;
}

.textmen ul {
    list-style: none;
    margin-bottom: .5em;
}

.mendoc {
    display: flex;
    line-height: -0.5em;
    font-size: 0.8em;
}

.renglones {
    display: flex;
    flex-direction: column;
    padding-left: 1em;
    padding-right: 1em;
    background-color: rgb(87, 84, 83);
    border-radius: .2em;
}

.renglones form {
    display: flex;
    flex-direction: column;
    padding-top: 1em;
    height: 10em;
}

.renglones form textarea {
    display: flex;
    flex-direction: column;
    height: 10em;
}




.mensajelis {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: .5em;
    margin-top: 1.5em;
    padding: .5em;
    background-color: rgb(87, 84, 83);
    border-radius: .2em;
}

.mensajelis h3 {
    color: white;
    padding-left: .5em;
}


.mensajelis img {
    width: 9em;
    height: auto;
    padding-left: 0.5em;
}

.envtext a {
    text-decoration: none;
}

.envtext button {
    display: flex;
    background-color: #FFAA00;
    border: none;
    border-radius: .2em;
    padding: .5em;
    text-decoration: none;
}

.envtext {
    display: flex;
    justify-content: center;
}

.mensajelis h5 {    
    font-size: 1em;
    font-weight: 500;
    color:white;
    margin-top: 1em;
    }




h3 {
    margin: auto;
}

.renglones h3 {
    margin-top: 1em;
    margin-bottom: .5em;
    background-color: #FFAA00;
    padding: .5em;
}

.doctor {
    display: flex;
    flex-direction: column;
    
    justify-content: flex-end;
}

h6 {
    display: flex;
    justify-content: flex-end;
    padding-top: .5em;
    font-size: 20px;
    font-weight: 500;
    color:white;
    margin-top: 0 em;
    margin-top: 1em;
}

.mendoc {
    display: flex;
    line-height: 1em;
}

ul {
    list-style: none;
}

.presiones {
    padding-top: .5em;
    padding-bottom: .5em;
}

.presiones li {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    background-color: white;
    background-size: cover;
    padding: 1em;
    box-sizing: border-box;
    margin-bottom: .5em;
}

.presiones li ul li {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    padding: 0;
}

.presiones h1 {
      font-family: 'Titillium Web', sans-serif;
    font-size: 40pt;
    color: #FFAA00;
}

.presiones img {
    width: 6em;
    height: 6em;
}


.actpres {
    margin: auto;
    max-width: 80%;
    font-size: 20pt;
    color: #2D2928;
    text-decoration: underline white;
}


.buscardoctor {
    display: flex;
    justify-content: center;
    align-content: center;
    box-sizing: border-box;
}

.busdocbot {
     background-color: #FFAA00;
    text-decoration: none;
    color: black;
    font-weight: 700;
    padding: .3em;
    border-radius: 2em;
    border: none;
    margin-top: 2em;
}


.actualizar {
    display: flex;
    justify-content: center;
    align-content: center;
    box-sizing: border-box;
}

.presiones a {
    display: flex;
    color: #2D2928;
    text-decoration: none;
     align-content: center;
}

.actualizar button {
    position: fixed;
    bottom: 0;
    right: 1em;
    background-color: #FFAA00;
    border: none;
   border-radius: 1em;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: .5em;
    margin-top: .5em;
}
.actualizar1 button {
    position: fixed;
   top: 7em;
    right: 1em;
    background-color: #FFAA00;
    border: none;
   border-radius: 1em;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: .5em;
    margin-top: .5em;
}



.conju1 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin-bottom: .8em;
    padding: .5em;
    background-color: rgb(87, 84, 83);
    border-radius: .2em;
}

.conju1 img {
    height: 7em;
}




.personal {
    justify-content: center;
    align-items: center;
    align-content: center;
}

.personal ul li {
    display: flex;
    justify-content: center;
    align-content: space-between;
    align-items: center;
}

.conj2 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
}

.actualizar1inicio {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top: .8em;
}

.actualizar1inicio button {
    background-color: #FFAA00;
    padding: .5em;
    border-radius: .2em;
    border: none;
}

.actualizar1inicio img {
    width: 8em;
}

.vermasini {
    background-color: #FFAA00;
    padding: .5em;
    border-radius: .2em;
    border: none;
}

.notic {
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: .5em;
    background-color: rgb(87, 84, 83);
    border-radius: .2em;
    margin-bottom: .8em;
}

.notic h5 {
    margin-top: .2em;
}

.informa img {
    display: flex;
    flex-direction: row;
    height: 3em;
    width: auto;
    border-radius: 2em;
}

.informa {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: space-between;
    align-items: center;
    width: 100%;
}


#informa {
    display: flex;
    height: auto;
    flex-direction: row;
    justify-content: center;
    padding: .5em;
    background-color: rgb(87, 84, 83);
    border-radius: .2em;
}

.videoinicio {
    position: relative;
    margin: 0 auto;
    height: 0;
    padding-bottom: 61%;
}

.videoinicio iframe {
    width: 98%;
}

<!--buscardoc-->

.buscadoccer select {
    display: flex;
    max-width: 100%;
    border-radius: 1.5em;
}

.buscap {
    color: white;
}

<!--footer-->

footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
}


<--cssjorge-->
              <--csstab-->


#titulo {
    font-size: 50px;
    font-weight: 1000;
    top: 12%;
    left: 4%;
    color: #FFAA00;
    font-family: 'Roboto', sans-serif;
    margin-block-end: -7pt;
    
}


h4{    color:white;
     font-weight: 400;
    font-size: 12pt;
    }

h5{    font-size: 20px;
    font-weight: 500;
    color:white;
    margin-top: 0 em;
    margin-top: 1em;
    }

p { 
    font-size: 10pt;
    padding: 1px;
    margin-top: 1em;
    color:white;
}

div #bio-1 #bio-titulo{
	
    margin-top:0.1em;
    font-size: 16pt;
    font-family: "titillium web";
    color:white;
    margin-top: 0.9em;
}

#bio-1 {
    (max-width: 150px)
    width:1%;
    margin-right: 1rem;
}

#bio-1 {
    (max-width: 150px)
    width:1%;
    margin-right: 1rem;
    }

iframe {
    border: 8px solid rgb(255, 251, 235);
    border-radius: .8em;
    margin-top: 1em;
    box-shadow: 0 0.9em 0.9em rgba(0,0,0,.4);
    }

.tipoten{   
    background-color: #FFAA00;
    text-decoration: none;
    font-weight: 700;
    padding: .3em;
    border-radius: .2em;
    display: flex;
    justify-content: center;
    margin-top: 8pt;
}

.tsb {
    font-size: 50px;
    font-weight: 700;
    top: 12%;
    color: #FFAA00;
    font-family: "titillium web";
    }

.bio-titulo{
    font-size: 15pt;
    font-weight: 300;
    top: 12%;
    left: 4%;
    color: #FFAA00;
    font-family: "titillium web";
    }

.bio-titulos{
    font-size: 15pt;
    font-weight: 300;
    top: 12%;
    left: 4%;
    color: #FFAA00;
    font-family: "titillium web";
    }
<--csscalendario-->

.container{
    max-width: 800px;
    margin: auto;
    font-family: 'Titillium Web', sans-serif;
}

.month{
    text-align: center;
    background:#FFAA00;
    font-size: 2em;
    letter-spacing: 1px;
    color:#fdf4e3;
    padding:10px;
    border-radius: 5px;
    
}

table,th,td{
    width: 100%;
    table-layout: fixed;
    text-align: center;
    font-size: 17px;
    border-collapse: collapse;
    border:1px solid #2D2928;
}

tr,th,td{
    padding: 10px;

}

th{
    background: #FFAA00;
    color:#2D2928;
}

td{
    background:#fdf4e3;
}

td:hover{
    background-color: #FFAA00;
}


.fecha{
    
    color:white;
    font-size: 20pt;
    padding:0px;
    background-color: #FFAA00;
    text-decoration: none;
    

}


.fecha9{
    display: block;
    font-size: 20pt;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
   
    font-weight: bold;
    color:#fdf4e3;
    
}

.turnodoc{
     display: block;
    font-size: 12pt;
    margin-inline-start: 0px;
    font-weight: bold;
    color:white;
    font-weight: 50;
    
}

.fecha18{
    display: block;
    font-size: 12pt;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    color:#fdf4e3;
    
    
}



.examen{
     display: block;
    font-size: 10pt;
    margin-block-end: .5em;
    margin-inline-start: 0px;
    font-weight: bold;
    color:white;
    font-weight: 40;
    
}


#agregarevento{
    text-align:right;
    font-size: 11pt;
    font-weight: bold;
    color:white;
    font-weight: 40;
    
    
}


.eventorg{
    display: block;
    font-size: 18pt;
    margin-block-start: .4em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    color: #FFAA00; 
    
}


.botagenda {
    display: flex;
    justify-content: center;
    
    
}




#agenda{
        background-color: #FFAA00;
    text-decoration: none;
    color: black;
    font-weight: 700;
    padding: .3em;
    border-radius: .2em;
    display: flex;
    justify-content: center;
}


#bot{
    text-decoration: none;
    color: black;
    font-weight: 700;
    padding: .1em;
    border-radius: .2em;
    display: flex;
    justify-content: center;
    margin-inline-end:130px;
    margin-inline-start:130px;
}


.fecharutina{
    display: block;
    font-size: 20pt;
    font-weight: bold;
    color: white;
    
}

.fecharutinas{
    display: block;
    font-size: 30pt;
    font-weight: bold;
    color: white
    
}





.mensajes {
    background-color: #FFAA00;
    margin-top: 0em;
    border-radius: .5em;
    
}

.msj {
    font-size: 14pt;
    background-color: #FFAA00;
    margin-top: 0em;
    border-radius: .5em;
    
}
    





    
    

<--fintipodetensiometros-->

<--tipodetensiometros-->

#tipodeten {
    font-family: "titillium web"; 
    color:#FFAA00;
    font-size: 20px;
    padding: 1pt;
    font-weight: 400;
    text-align: center
}

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

.tabtsbtam{
    display: block;
    font-size: 20pt;
    text-align: center;
    margin-block-start: .1em;
    margin-block-end: .5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    color: #FFAA00;
}

.descripcion {
    display: block;
    font-size: 8pt;
    color: #2D2928;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

#informate {
    color: white;
    font-family: sans-serif;
    font-size: 8px;
    margin-top:0px;
    text-decoration: none;
    background-color: #2D2928;
    border-radius: 5px;
    padding: 0.2em;
    text-align: center;
}

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

#info {
    color: white;
    font-family: sans-serif;
    font-size: 8px;
    margin: 0px;
    margin-left: 0px;
    text-decoration: none;
    background-color: #2D2928;
    border-radius: 5px;
    padding: 0.2em;
    text-align: center;
}

#inf {
    color: white;
    font-family: sans-serif;
    font-size: 8px;
    margin: 0px;
    margin-left: 0px;
    margin-top:43px;
    text-decoration: none;
    background-color: #2D2928;
    border-radius: 5px;
    padding: 0.2em;
    text-align: center;
}

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


#informar {
    color: white;
    font-family: sans-serif;
    font-size: 8px;
    margin: 0px;
    margin-left: 0px;
    margin-top: 0px;
    text-decoration: none;
    background-color: #2D2928;
    border-radius: 5px;
    padding: 0.2em;
    text-align: center;
    margin-top: 3.3em;
}

.tsbss{
    font-size: 20px;
    font-weight: 500;
    top: 12%;
    color: #FFAA00;
    font-family: "titillium web";
    text-align: center;
}


-----actualizarpresion----

.contenido {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.contenido {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}


#pact{ font-size: .7em}

.actualizarpresionmain a { background-color: #FFAA00;
    text-decoration: none;
    color: black;
    font-weight: 700;
    padding: .3em;
    border-radius: .2em;    
}

.afinalizar { background-color: #FFAA00;
    text-decoration: none;
    color: black;
    font-weight: 700;
    padding: .3em;
    border-radius: .2em;
}

.huella2 { width: 8em;
    margin: auto; }


.gif { display: flex;
    justify-content: center;
    max-height: 15em;
}

.buentrabajo {margin: 2em;
width: 10em;}


-----perfil---------



.datospersonales { 
margin: 20em;
    
}
.datoscuenta{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 8em;    
}

#naranja {color: #FFAA00}

#hh { font-size: .8em;
    color: whitesmoke;
    font-weight: 200;}

.miperfil { width: 8.5em;
    
}

#modificar {color: white;
font-size: .6em;
font-weight: 100;
text-decoration: underline;
padding: 1em;
}

.mainperfil { 
display: flex;
flex-direction: column;
margin: .8em;
}

.primeros {display: flex;
    flex-direction: row;
justify-content: center}

#no {
padding: 0em;
background-color: #2D2928}


----------registro-----------



.huella img { width: 10em;
    margin: auto; 
  }

.form1 {
    display: flex;
    flex-direction: column;
    font-size: .8em ;
   color: white;
}


.usuario2 { display: flex;
    justify-content: center;
    align-content: flex-end;
    margin: auto; 
      
    }    


.paso2 { 
    display: flex;   
    justify-content: center;
   width: 100%;
    padding: 1em;

}


-------------index---------------


.pression {display: flex;
    justify-content: center;
    width: 10em;
    margin:10px auto;
   }


.ppp {font-size: .8em;
display: flex;
justify-content: center;}

.aaa { 
font-size: .7em;
color: black;
padding: .em;
font-weight: 700;
margin: 2em;
border-radius: .3em;
    display: flex;
    justify-content: center;
}














@media all and (min-width: 50em) {
    
    .paso2 {
        max-width: 12em;
    }    
    .mainregistro { 
        align-content: center;
    align-items: center;
}

    
    



.button {
        display: flex;
    background-color: #FFAA00;
    border: none;
    border-radius: 1em;
    padding: .5em;
    text-decoration: none;
    }
    
<--noticias-->
    
    .noti1 {
        display: flex;
        max-width: 100%;
        height: auto;
        margin-bottom: .5em;
        background-color: rgb(255, 170, 0, 50%); 
    }
    
