* {
    box-sizing: border-box;
}
body { 
    background-color: #00BFA5;
    padding-left:3em;
    padding-right: 3em;
   font-family: "Roboto", sans-serif;  
}

#logo {
    max-height: 90%;
max-width: 90%;
    margin-top: 7em;
} 
#logoSOBRENOSOTROS{
   max-height: 70%;
max-width: 70%;
    margin-left: 12%;  
    padding-top:20%;
}
#cerrarsesion{
    max-height: 70%;
max-width: 70%;
    margin:15%;
    padding-bottom: 15%;
}
#cuenta {
     max-height: 70%;
max-width: 70%;
    padding-left: 2em;
    
}
h1 {
    font-weight:500;
    font-size: 22px;
    color:#951B81;
    margin-bottom: 0.2em;
}
h3 {
    color: #F00000;
    font-weight:600;
    font-size: 5vw;
    padding:1em;
    text-align:left;
    padding-top: 0%;
    line-height: 0%;
}

h4{
    color: black;
    font-weight: 500;
    font-size: 4vw;
    padding: 1em;
    text-align: left;
    padding-top: 0%;
    line-height: 0%;
    
}

h5{ color: black;
    font-weight: 300;
    font-size: 4vw;
    margin: 0em;
    margin-top: 0em;
    margin-right: 1.5em;
    
}

h6{
    color: black;
    font-weight: 300;
    font-size: 3.7vw;
}

.contenido1{
    display: flex; 
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    align-items: baseline;
    
}

.contenido2{
    display: flex; 
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    align-items: baseline;
    
}

.contenido3{
    display: flex; 
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    align-items: baseline;
}

#detalles{  
            margin: 4.3em;
            font-weight: 500;
            font-size: 4vw;
            margin-top:0%;
            color: #F00000;
    
    
}
#webamplitone{  
                color: #F00000;
                text-decoration: underline;
                font-weight: 500;
                font-size: 4vw;
                padding: 1em;
                text-align: left;
                padding-top: 0%;  
}
#usuario{padding-top: 2em;}

#subtitulonosotros{
    font-weight:bold;
    color:white;
    background-color:#2A4659;
    font-size: 5vw;
   padding:2%; 
    margin-top: 0;
    padding-left: 2.5em;
     padding-top: 21%;
}
#subtitulo{
    font-weight:bold;
    color:white;
    background-color:#509904;
    font-size: 5vw;
   padding:2%; 
    margin-top: 0;
    padding-left: 2.5em;
     padding-top: 21%;
}
#subtituloconfig{
    font-weight:bold;
    color:white;
    background-color:#2A4659;
    font-size: 5vw;
   padding:2%; 
    margin-top: 0;
    padding-left: 2.5em;
     padding-top: 21%;
}
#subtitulocentros{
    font-weight:bold;
    color:white;
    font-size: 5vw;
   padding:2%; 
    margin-top: 0;
    padding-left: 2.5em;
    background-color:#F00000; padding-top: 21%;
}
#subtitulorutina{
    font-weight:bold;
    color: black;
    font-size: 5vw;
   padding:2%; 
    margin-top: 0;
    padding-left: 2.5em;
    background-color:#B2FF59; padding-top: 21%;
}
#subtitulotest{
    font-weight:bold;
    color: white;
    font-size: 5vw;
   padding:2%; 
    margin-top: 0;
    padding-left: 2.5em;
    background-color:#00BFA5;
    padding-top: 21%;
}
#subtitulodoctores{
    font-weight:bold;
    color: white;
    font-size: 5vw;
   padding:2%; 
    margin-top: 0;
    padding-left: 2.5em;
    background-color:#4286C6; padding-top: 21%;
}
#subtitulocalendario{
    font-weight:bold;
    color: white;
    font-size: 5vw;
   padding:2%; 
    margin-top: 0;
    padding-left: 2.5em;
    background-color:#951B81; padding-top: 21%;
}

main {
    margin-top: 3em;
    padding-bottom: 10%;
} 
#cuenta{
   : 3em;
}
#siguiente {
    display: flex;
    justify-content: flex-end;
    align-self: flex-end;
    margin-top: 8em;
    padding-right: 2em;
}

input {
    display: flex;
    flex-direction: row; 
    width:90%;
}
.completar {
    border-left:0;
    border-right:0;
    border-top:0;
    border-color:antiquewhite;
    border-bottom-width: medium;
    background-color: #00BFA5;
    font-size: 20px;
    padding-top: .5em; 
    color:antiquewhite;
}
.enviar{
    border-left:0;
    border-right:0;
    border-top:0;
    border-color:antiquewhite;
    border-bottom-width: medium;
    border-bottom-color: grey;
    font-size: 18px;
    padding:1em;
    color:grey;
}
#olvidado {
    text-decoration: none;
    color:#951B81;
    font-size: 15px;
}
div {
    padding-top: 1em;
    color: #951B81;
}
.ingresar {
     display: flex;
     flex-wrap: wrap;
    flex-direction: column;
}
.cuenta:hover {
    background-color: #B2FF59; 
}
.cuenta {
    background-color: antiquewhite;
    padding:1em;
    border-radius: 2em;
    border:0;
    list-style: none; 
    flex-grow: 1;
    margin:.5em;
    font-size: 15px;
    font-weight:bold;
    text-decoration: none;
    text-align: center;
    justify-content: center;
} 
.botontest:hover {
    background-color: #B2FF59; 
}
.botontest {
    background-color: #00BFA5;
    padding:1em;
    border-radius: 3em;
    border:0;
    list-style: none; 
    flex-grow: 1;
    margin:.5em;
    font-size: 12px;
    font-weight:bold;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    color:white;
} 
a {
    text-decoration: none;
    list-style: none;
    color: black;
}
#ingresarcon{
  text-align: center;
}
#facebook {
    display:flex;
   flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: baseline;
}
.facebook {
    background-color: #4286C6;
    padding:1em;
    color: antiquewhite;
    border-radius: 2em;
    border:0;
    list-style: none; 
    flex-grow: 1;
    margin:.5em;
    justify-content: center;
    font-size: 14px; 
    font-weight: normal; 
}
#barra {
    background-color: white;
    padding:0em;
    margin:0em;
}
#barrahome { 
    background-color: #B2FF59;
    padding: .25em;
    /* height: 3em; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    }

#barrasobrenosotros { 
    background-color: #2A4659;
    padding: .25em;
    /* height: 3em; */
    display: flex;
    align-items: center;
    justify-content: space-between;
     position:fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    }
#barranoticias { 
    background-color: #509904;
    padding: .25em;
    /* height: 3em; */
    display: flex;
    align-items: center;
    justify-content: space-between;
     position:fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    }
#barracalendario { 
    background-color: #951B81;
    padding: .25em;
    /* height: 3em; */
    display: flex;
    align-items: center;
    justify-content: space-between;
     position:fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    }
#barracentros { 
    background-color: #F00000;
    padding: .25em;
    /* height: 3em; */
    display: flex;
    align-items: center;
    justify-content: space-between;
     position:fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    }
#barratest { 
    background-color: #00BFA5;
    padding: .25em;
    /* height: 3em; */
    display: flex;
    align-items: center;
    justify-content: space-between;
     position:fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    }
#barradoctores { 
    background-color: #4286C6;
    padding: .25em;
    /* height: 3em; */
    display: flex;
    align-items: center;
    justify-content: space-between;
     position:fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    }
nav {
    display: flex;
    align-items: baseline;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    
}
.principal {
    background-color:#00BFA5; 
}
#marca {
    display: flex;
    justify-content: flex-start;
    margin-left:0; 
    align-items:center;
}
#audi {
    color:black;
    font-weight: bold;
    align-items: baseline;
    font-size: 6vw;
    align-self: center;
padding-left: 5%;
}
#audiblanco {
    color:white;
    font-weight: bold;
    align-items: baseline;
    font-size: 6vw;
    align-self: center;
padding-left: 5%;
}
#phone {
    color:black;
    font-weight: lighter;
    align-items: baseline;
    font-size: 6vw;
    margin-left: .2em;
    flex-grow: 1;  
}
#phoneblanco {
    color:white;
    font-weight: lighter;
    align-items: baseline;
    font-size: 6vw;
    margin-left: .2em;
    flex-grow: 1;  
}
#chat {
    width: 50%;
    margin:0em;
}
header nav {
    background-color: #B2FF59; 
    color: black;
    transition: all .5s ease;
    /* para salir del "flujo de información" del fondo 
        y colocase en una capa superior fija */
    left: -100%;
    position: fixed;
    top: 0;
    bottom: 0;
    min-width: 50%;
    z-index: 9995;
}
li{
    list-style: none;
    
}

#x {
    position: absolute;
    left: 15%;
    top: 15%;
   
}
header ul {
    padding-left: 5%;

    
}
#botonsobre{
  color:white;  
}
#parrafo{
    font-size:4vw;
    padding:10%;
}
.botonhome{
    width: 5vw;
    height: 110%;
    background-color: #B2FF59;
    color: black;
    text-decoration: none;
    list-style: none;
    font-weight: bold;

    /* caja flexible */
    display: flex;
    
    /* centrado en la horizontal */
    justify-content: center;

    /* centrado en la vertical */
    align-items: center;
    
}
header nav:target {
    left: 0;
}
#menu: target {
    left: 0;
        
    
}
.items {
    color: black;
    display: block;
    padding: .5em 1em;
    padding-left: 1em;
    text-align: left; 
   
}
.itemsconfiguracion {
    color: black;
    display: block;
    padding: 2%;
    margin-left: 5%;
    text-align: left;
    text-decoration: none;
   
}
.menu {
    text-decoration: none;
    list-style: none;
    font-size:3.4vh;
   margin-bottom: 5%;
    margin-top: 5%;
  border-bottom-color: black;
    
}
header nav a:hover {
    color: #00BFA5;
}

#home {
    margin:0;
    width: 100vw;
    padding-top: 20%; 
    padding-bottom: 0;
}

main figure figcaption {
   
}
.test{
     color: #00BFA5;
    display:flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0;
    
}
.leyenda {
     color: black;
    padding: .5em;
    line-height: 5vw;
    font-size: 3vw;
    font-weight: bold;
    padding-left: 2em;
    position:absolute;
}
.portada {
   width: 100%;
    height: 100%;
    padding:0;
    margin:0;
}

#test1 {
    font-size: 1em;
font-weight: normal;
}
#test2 {
    font-weight: lighter;
    font-size: 1em;
}

figcaption span {
    display: block;
    color: black;
}
.galeria {
    background-color: antiquewhite;
    display: flex;
    flex-direction:column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    height:100%;
}
.secciones {
 display:flex;
    flex-direction: row;
    margin:1vw;
padding-bottom: 20%;
}
.link {
    color:black;
    font-size: 5vw;
    text-align: center;
    align-content: center;  
    text-decoration: none;
    list-style: none;   
}
.linkblanco {
    color:white;
    font-size: 5vw;
    text-align: center;
    align-content: center;  
    text-decoration: none;
    list-style: none;
}
#izquierda{
    display:flex;
    justify-content: center;
    align-content: center;
    align-self: center;
    text-align: center;
    flex-wrap: wrap;
    width: 120%;
     
}
#derecha{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: flex-end;
    align-content: flex-start; 
    text-align: center;
}

#testauditivo img {
    padding-bottom: 2vw;
  
}
#doctores img {
    padding-top: 45%;
  padding-left: 0;
    margin-left: 0;
}
#mirutina img { 
    padding-top: 45%;
}
#misconsultas img {
  padding:10%;
    padding-top: 55%;
}
#calendario img {
    padding-top: 18%;
}
#testauditivo {
    display:block;
    background-color: #00BFA5;
   width:100%;
    margin:1vw;
    height: 45%;
    padding:10%;
    }
#doctores {
    display:block;
    background-color: #4286C6;
    width:46%;
    margin:1vw;
    padding-bottom: 15%;
    
}
#mirutina{
    display:block;
    background-color: #B2FF59;
    width:47%;
    margin:1vw;
  
}
#misconsultas{
    display:block;
     background-color: #C74A33;
   width:92%;
    margin:1vw;
    height: 75%;
     
}
#calendario{
    display:block;
    background-color: #951B81;
   margin:1vw;
    width:92%;
    height: 40%;   
}

/* HOMENOTICIAS*/
#izquierdanoticias{
   display:flex;
    flex-direction: column;  
    align-items: flex-end;
    width:100%;
}
#derechanoticias {
    display:flex;
    flex-wrap: wrap;
    width: 120%;
}
#cajanoticias{
   width:100%;
    margin:1vw;
    height: 25%;
    cursor: pointer;
    position: relative;
    display:flex;
}
#cajanoticias2 {
     width:100%;
    margin:1vw;
    height: 65%;
    cursor: pointer;
    position: relative;
    display:flex;
}
#cajanoticias3{
     display:block;
    width:46%;
    margin:1vw;
}
#cajanoticias5{
     display:block;
    width:100%;
    margin-top: 1vw;
    margin:1vw;
    padding-bottom: 15%;
}
.titulonoticias{
     color: white;
    line-height: 5vw;
    font-size: 3.5vw;
    font-weight: bold;
    margin-top:10%;
    padding: 12%;
    position: absolute;
   align-self: flex-end;
    text-align: left;
}
#titulonoticias2{
     color: white;
    line-height: 5vw;
    font-size: 3.5vw;
    font-weight: bold;
    padding: 12%;
    position: absolute;
    text-align: left;
    margin-top:100%;
}
#titulonoticias3{
    color: #509904; ;
    line-height: 5vw;
    font-size: 3.5vw;
    font-weight: bold;
    padding: 2%;
    position: absolute;
    text-align: left;
    margin-top:25%;
}
#titulonoticias4{
    color: white;
    line-height: 5vw;
    font-size: 3.5vw;
    font-weight: bold;
    padding: 2%;
    margin-right: 0;
    position: absolute;
    text-align: left;
    margin-top:15%;
}
.imgnoticias{
    display: block;
    opacity: 0.8;
}
.imgnoticias:hover {
    opacity: 1.0;
}

#navegadorinferior {
    background-color: #B2FF59;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-bottom: 2%;
    position:fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

#inferiorsobrenosotros {
    background-color: #2A4659;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-bottom: 2%;
    position:fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
#barrainferior {
    border-color:black;
}
#inferiornoticias {
    background-color: #509904;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-bottom: 2%;
    position:fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
#inferiorcalendario {
    background-color: #951B81;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-bottom: 2%;
    position:fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
#inferiorcentros {
    background-color: #F00000;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-bottom: 2%;
    position:fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
#inferiortest {
    background-color: #00BFA5;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-bottom: 2%;
    position:fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
#inferiordoctores {
    background-color: #4286C6;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-bottom: 2%;
    position:fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

/* BUSCADOR*/
.flexsearch--wrapper {
	overflow: hidden;
	background: transparent;
	position: static;
}
	
.flexsearch--form {
	overflow: hidden;
	position: relative;
}
	
.flexsearch--input-wrapper {
	padding: 0 66px 0 0; /* Right padding for submit button width */
	overflow: hidden;
    color:black;
}

.flexsearch--input {
  width: 100%;
    height: 50%;
}

.flexsearch {
    max-width: 100%;
   
}

.flexsearch--input {
	box-sizing: content-box;
 	height: 25%;
  padding: 0 46px 0 10px;
	border-color: #888;
  border-radius: 35px; /* (height/2) + border-width */
  border-style: solid;
	border-width: 2px;
  margin-top: 15px;
  color: black;
	font-size:5vw;
	-webkit-appearance: none;
	-moz-appearance: none;
}
	
.flecha {
  position: absolute;
	right: 5%;
	top: 25%;
	width: 30px;
	height: 30px;
  border: none;
	background: transparent;
  color: #888;
  font-size: 6vw;
}

.flexsearch--input:focus {
  outline: none;
  border-color: #333;
}
.flexsearch--input:focus.flexsearch--submit {
 	color: black;
}

.flexsearch--submit:hover {
  color: #B2FF59;
  cursor: pointer;
}

/*CALENDARIO*/

/*PANTALLA CRIS*/
.finalizado{
    background-color: #B2FF59;
    padding:1em;
    border-radius: 2em;
    border:0;
    list-style: none; 
    flex-grow: 1;
    margin:.5em;
    font-size: 15px;
    font-weight:bold;
    text-decoration: none;
    text-align: center;
    justify-content: center;
  }

.boton{
    display: flex;
     flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 5%;
}
h25{
    margin-top: 0;
    margin: 2em;
    color: black;
    text-align:right;
    
    
}
.dia1{
    display: flex;
    flex-direction: row;
    
}

#dia{
    font-weight:500;
    font-size: 7vw;
    text-align: left;  
    color:black;
    padding-top: 5%;
    margin: 2em;
    margin-top: 0;   
}

#audio1{
    margin: 2em;
    margin-top: 0;
}

#escuchaste{
        margin: 2em;
        margin-top: 0;
        color:gainsboro;
        font-weight: 300;
}


#fecha{
    font-weight:500;
    font-size: 3vw;
    text-align: right;  
    color:black;
    padding-top: 6%;
    margin-left: 10em;
}
#hoy{
    margin: 1.5em;
    line-height: 0%;
    font-size: 6vw;
    
}

#contenidohoy p{
    color:gray;
    align-items: baseline;
    font-size: 3vw;
    margin: 3em;
    margin-top: 0;
}

#ayer{
    margin: 1.5em;
    line-height: 0%;
    margin-top: 0;
    font-size: 6vw;
}

#contenidoayer p{
      color:gray;
    align-items: baseline;
    font-size: 3vw;
    margin: 3em;
    margin-top: 0;
}

.cajaverde{
    margin: 0 0 25px;
    overflow: hidden;
    padding: 20px;
    background-color: #d9edc2;
    color:black;
    font-size: 3vw;
    margin: 2em;
    
}
/*PANTALLAS FLOR*/
#hexagono{
    margin-left: 15%;
}
h12{color:#00BFA5;
    font-weight: bold;
    font-size:7vw;
}
h13 {display: flex;
    color:black;
    margin: 5%;
    font-size: 1em;
   margin-top: 1px;
    font-weight: 550;
   }
h14{border-color:#00BFA5;
    margin: 5%;  
    color:black;
   }
h15{display: flex; 
    margin-top: 10%;
   font-weight: bold;
}
article{
    margin-top: 1.5em;
    margin-left: 2em;
}
.opciones {
    text-decoration: underline;
    color:#00BFA5;
    font-size:4vw;
}
#listaopciones {
    padding-left: 2em;
    margin-bottom: 2em;
}
.listado{
    padding:.2em;
}

p{ display: flex;
   font-size: 0.8em;
   padding-right: 3em;
   padding-bottom: 1.5em;
   
   }

p8{ display: flex;
    font-size: 0.8em;
   padding-right: 2em;
    padding-bottom: 3.5em;
    padding-top: 1em;
   }
p13{font-size: 4vw;;
    padding-right: 3em;
    text-align:center
    }
h19 {display: flex;
    color:black;
    margin: 5%;
    font-size: 1em;
   margin-top: 1px;
   }
h20{margin-left: 25%;
    font-size: 2em;
    font-weight: bold;
    color: #00BFA5;
    }
.comenzar {
     display: flex;
     flex-wrap: wrap;
    flex-direction: column;
    list-style: none;
}
.listo:hover {
    background-color: #B2FF59; 
}
.listo {
    background-color: #00BFA5;
    padding:1em;
    border-radius: em;
    border:0;
    list-style: none; 
    flex-grow: 1;
    margin:.5em;
    font-size: 15px;
    font-weight:bold;
    text-decoration: none;
    text-align: center;
    justify-content: center;
}
.tipo{color: white}

h18{display: flex; 
    font-weight: bold;   
}
#BOTON {
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: baseline;
    margin-bottom: 1.em;
    color:white;
        }

.BOTON {
    background-color: #30B29E;
    padding:1em;
    color: antiquewhite;
    border-radius: 2em;
    border:0;
    list-style: none; 
    flex-grow: 1;
    margin:.8em;
    justify-content: center;
    font-size: 14px; 
    font-weight: normal; 
}
.finalizado {
    margin-bottom: 15%;
}
/*PANTALLAS MARI*/
#todo {
    margin: auto;
    width: 90%;
}
.Doctor1{display: flex;
    justify-content: space-around;
    background-color:deepskyblue;
    margin: 1rem 0;}

.Doctor {display: flex;
    justify-content: space-around;
    background-color: gainsboro;
    margin: 1rem 0;}
    
    .Nombre {
    display: flex;
	flex-direction: column;
	justify-content: center;}
    
    .Imagen img{
    height: 80px;
    border: 2px solid grey;
    margin: 1rem;
    border-radius: 900px;
    overflow: hidden;}
.losdoctores{
    color:black;
    padding:5%;
    padding-top: 0;
}
.datos{
    color:black;
    padding-left: 1em;
    padding-bottom: 0;
}
.Doctor5{display: flex;
    justify-content: space-around;
    margin: 1rem 0;
    margin-top: 0
    
    }
.datos1{
    color:black;
    padding-left: 1em;
    margin-top: 0;
   
}
h100 {display: flex;
      color:black;
      margin: 5%;
      font-size: 1em;
      margin-top: 0px;
      font-weight: 550;
      margin-bottom: 0;
   }
.YA {
     display: flex;
     flex-wrap: wrap;
    flex-direction: column;
    margin-top: 0;
    padding-top: 0;
}

.COMENZAR {
    background-color:#4286C6;
    padding:1em;
    border-radius: 2em;
    border:0;
    list-style: none; 
    flex-grow: 1;
    margin:.5em;
    font-size: 15px;
    font-weight:bold;
    text-decoration: none;
    text-align: center;
    justify-content: center;
} 
.link2{color: white}

p90{display: flex;
    font-size: 0.8em;
    padding-right: 3em;
    padding-bottom: 1.5em;
    margin-left: 5%;
    
}

#opinion{margin-bottom: 0;
         padding-bottom: 0}
/* CHAT */

H50{color: #8DBF4C;
    margin: 22%;
    }
#barrachat { 
    background-color: #8DBF4C;
    padding: .25em;
    /* height: 3em; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:;}
#inferiorchat{
    background-color:#8DBF4C;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-bottom: %;
}
p52{font-size: 0.7em;
    color:darkgray;
    margin: 38%;
}
.escribir{margin-left: 5%;
          padding: 2%;
          border-radius: 1em;
          }
#MAP{margin-top: 0%;
     padding: 0%;
     margin-left: 5%;
    width: 90%
}
#Audimed{padding-top: 1em;
    color: #F00000
}
#amplitone{padding-top: 1em;
    color: #F00000
}

/*
cuando la ventana del navegador mida
como mínimo 1200px de ancho
*/
@media (min-width: 35em) {
    #barrahome{
        position: absolute;
        padding: 0;
        margin:0;
    }
    #audi{
        font-size: 4vw; 
        margin-left: 0;
        padding:0;
        margin:0;
    }
    #phone{
        font-size: 4vw;
        padding:0;
        margin:.1em;
    }
   i {
        color: #B2FF59;
    }
    #navegadorinferior{
        position: absolute;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 43%;
        margin-left: 95%;
    width: 5%;
        height: 10%;
        z-index: 9999;  
        padding-bottom: 0;
    }
    .barrainferior{
        padding:10%;
        padding-bottom: 0;
    }
#home {
    width: 100%;
    height: 50%;
    padding-top: 10%; 
    padding-bottom: 0;
}
    .portada {
   width: 50%;
    height: 20%;
    padding:2%;
        margin-top: 1.5em;
        padding-top: 0;
        margin-left: 50%;
}
    .test{
        background-color: #00BFA5;
    }
    .leyenda{
        color:white;
        font-size:2.5vw;
        line-height: 5vw;
        padding-bottom:5%;
       
    }
    #test1{
        font-size:2vw;
        line-height: 3vw;
    }
    #test2{font-size:2vw;
       
        line-height: 3vw;
    }
    #izquierda{
        display:flex;
    flex-direction: row;
        width:100%;
        height:100%;
        padding-left: 0;
        margin-right: 0;
    }
    #derecha {
        display:flex;
    flex-direction: row;
        width:50%;
        height:50%;
        margin-left: 0;
     
    }
     #testauditivo {
       width:40%;
            height: 20%;
        padding-bottom: 15%;
    }

    #doctores {
       width:24%;
      
    }
    #mirutina {
        width:25%;
            
    }
    #misconsultas {
        width:45%;
        padding-bottom: 15%;
            
    }
    #calendario {
        width:45%;
        padding-bottom: 30%;
        padding-top: 30%;
            }
    
.link {
    color:black;
    font-size: 3vw;
    text-align: center;
    align-content: center;  
    text-decoration: none;
    list-style: none;   
}
.linkblanco {
    color:white;
    font-size: 3vw;
    text-align: center;
    align-content: center;  
    text-decoration: none;
    list-style: none;
}
    #testauditivo img {
    padding-left: 0;
    margin-left: 0;
}
#doctores img {
  padding-left: 0;
    margin-left: 0;
}
#mirutina img { 
    padding-top: 45%;
}
#misconsultas img {
  padding:10%;
    padding-top: 55%;
}
#calendario img {
    padding-top: 18%;
}
    }
    