@import url("https://fonts.googleapis.com/css?family=Caveat+Brush")
@charset "utf-8";

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

html body {
    font-family: 'Caveat Brush', cursive;
    font-size: 10px;
    line-height: 12px;
    background: linear-gradient(yellow, orange);
    padding: 6em 0;
    min-height: 110vh;
    min-width: 110;
    background-repeat: no-repeat;
    
}


.fondo2 {
    background: linear-gradient(white, yellow);
}

.fondo3 {
    background: red;
}

i {
    font-size: 2em;
    color: yellow;
    padding: 0 0.5em;
    margin-top: 0.4em;
}

header {
    display:flex;
    align-items:center;
    flex-wrap: wrap;
    flex-grow: 1;
    background: orangered;
    min-width: 100%;
    height: 7%;
    padding: 1em;
    width: auto;
    position: fixed;
    top:0;
    z-index: 100;
    
}

.elementosheader {
    display: flex;
    flex-grow: 1;
    
    
    
}

header button:focus {
outline: 0;
}




.menulogo {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-grow:1;
    
}

.menulogo a{
    flex-grow: 1;
    align-items: center;
  
    
}


.menulogo h1 {
    display: flex;
    font-size: 3em;
    padding: 0.2em 0;
    color: yellow;
    margin-top: 0.2em;
    flex-grow: 1;
    align-content: center;
    justify-content: space-around;
    margin-left: 20%;
}

.menulogo img {
    display: flex;
    width: 3.5em;
    margin-left: auto;
    padding: 0;
    margin-top: 0;
    flex-grow: 1;
}

.otrasllamadas {
    margin-top: 1em;
    margin-right: auto;
    margin-left: auto;
}

a {
    
    text-decoration: none;
    text-align: center;
    align-items: center;
}

a:visited {
    color: darkred;
}

main {
    margin-left: auto;
    margin-right: auto;
    margin-top:auto;
}

.fire {
    display: block;
    width: 90%;
    height: auto;
    margin-top: 9.5em;
    margin-left: 2.5em;
    margin-right: auto;
}

#alarma {
    flex-direction: unset;
    display: block;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    font-size: 3em;
    background: yellow;
    border-radius: px;
    border-style: none;
    font-family: helvetica,arial,sans-serif;
    font-weight: 800;
    color: red;
    width: 70%;
    text-align: center;
}

#alarmaconfirmar {
    flex-direction: unset;
    display: block;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5em;
    font-size: 3em;
    background: yellow;
    border-radius: px;
    border-style: none;
    font-family: helvetica,arial,sans-serif;
    font-weight: 800;
    color: red;
    width: 70%;
}

.pantallainicio {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    margin-left:auto;
    margin-right: auto;
    margin-top: 2em;
}


#info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: baseline;

}

#info h3{
     margin-top: 5em;
}


#crearusuario { 
    text-align:center;
    align-items: center;
    background-color: orangered;
    color: white;
    font-size: 1.8em;
    border: 2px solid orangered;
    border-radius: 20px;
    margin-bottom: 0.5em;
    width: 70%;
}

#crearusuario a{
    text-align: center;
    
}

#registrarse {
    text-align:center;
    background-color: orangered;
    color: white;
    font-size: 1.1em;
    border: 2px solid orangered;
    border-radius: 24px;
    margin-bottom: 0.5em;
    margin-top: 1.5em;
    width: 85%;
    padding: 0.5em;
    font-weight: 700;
}

button {
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: transparent;
    color: orangered;
    font-size: 1rem;
    border: 2px solid orangered;
    border-radius: 20px;
    padding: 0.5em 3em;
    margin-left:auto;
    margin-right: auto;
    margin-bottom: 0.5rem;
    width: 70%;
}

form .seleccionflecha {
    display: block;
    align-content: center;
    margin-right: 30%;
    margin-left: 13%; 
    border: 2px solid orangered;
    padding: 1em;
    border-radius: 22px;
    width: 70%;
    text-align: center;
    
}

form select {
    background: transparent;
    color: orangered;
    font-size: 1.8em;
    border-style: none;
}


form select:active {
    background: orangered;
    color: yellow;
}

.formularioingreso {
    margin-right:5%;
    margin-left: 10%;
    margin-top: 3em;
}

.filasexos {
    display: flex;
    justify-content:flex-start;
    flex-direction: row;
    padding: 0 4.5em;
    
}


.genero {
    display: flex;
    padding: 1em;
    padding-left: 0;
    flex-grow: 1;
}

.genero p {
    font-size: 1.5em;
    font-family: sans-serif;
   margin-top: 0.7em;
    margin-left: 0;
}

#ingresarinicio {
    display: block;
    margin-top: 1em;
    margin-right: 10%;
    margin-left: 11%;
    border: 2px solid orangered;
    border-radius: 24px;
    padding: 0.5em;
    color: orangered;
    font-weight: 700;
    font-size: 2em
}

.botongrande {
    flex-direction: unset;
    align-items: center;
}

#alarma {
    padding: 0.5em;
    width:80%;
    background: red;
    color: yellow;
    
}

.botonflecha {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    
}

.botonflecha i {
    display: flex;
    position: relative;
    padding: 0em;
    margin-left: 0.5em;
    font-size: 1.5em;
}

#flecha {
    padding: 0.5em;
    height: auto;
}

#ingresarinicio {
    margin-top: 6em;
    text-align: center;
    width: 70%;

}

#ingresar {
    width: 70%;;
    font-size: 1.8em;
    margin-top: 1em;
    align-items: center;
}

h2 {
    font-weight: 800;
    color: orangered; 
    font-size: 4.5em;  
    text-align: center;
    padding: 0.5rem;
    margin-top: 0.3em;
    margin-bottom: 1em; 
}



h3 {
    font-weight: 400;
    color: black; 
    font-size: 1.7rem;  
    text-align: center;
    padding: 0.5rem;
    margin-top: 2rem;
    margin-bottom: .5rem; 
    border-top: 6px solid orangered;
}

h4 {
    font-weight: 700;
    font-size: 3em;
    text-align: center;
    padding: 1em;
    
}

.bajadabienvenido {
    display: block;
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: black;
    font-size: 1.5em;
    text-decoration: underline;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    
}

.datosregistro .bajadabienvenido{
    align-items: center;
    margin: 0 3%;
}

.logo img {
    display: block;
    width: 70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.iconoperfil {
    display: block;
    width: 50%;
    height: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    margin-top: 4em;
    
}

.editarperfil {
    display: block;
    width: 20%;
    height: auto;
    margin-left: auto;
    margin-right: 1em;
    margin-bottom: 2em;
}

.editarperfil p {
    font-family: sans-serif;
    text-align: center;
    text-decoration: underline;
}

.configuracion {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 2em;

}

.configuracion i {
    font-size: 1.5em;
    padding: 0;
    margin: 0;
}

.configuracion p {
    font-size: 1em;
    display: inline-block;
  vertical-align: top;
    
}

#admin {
    padding: 0.5em;
    width: auto;
    padding-left: 
}

#admin i {
    color: orangered;
    
}

.deptos .formularioingreso ul li {
    display: flex;
    flex-direction: row;
    flex-grow:1; 
    margin-bottom: 1em;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 2px solid orange;
    width: 100%;
    line-height: 1em;
    
}

.deptos .formularioingreso ul i {
    color: orangered;
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

.deptos .formularioingreso ul {
    margin-right: 15%;
    padding: 0;
}

.deptos .formularioingreso ul input {
    background: transparent;
    border-style: none;
    margin-left: 1em;
}


.deptos .formularioingreso {
    margin-right:0;
    margin-left:15%;
    margin-top: 1em;
}

ul li i{
    font-size: 2em;
}

ul li {
    width: 70%;
    align-content: center;
    list-style: none;
    font-size: 2em;
    font-style: italic;
    font-weight: 400;
    color: orangered;
    padding: 0.5em;
    border-bottom: solid orangered;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    
}
.redessociales p {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.55em;
}

.iconopantallainfo {
    display: flex;
    flex-direction: column;
    padding: 3em;
    padding-left: 4em;
}

.iconopantallainfo img{
    display: block;
    width: 11em;
    margin-top: 15%;
    margin-right: auto;
    margin-left:auto;
}

.iconopantallainfo h2 {
    margin-top: 0.3em;
    margin-left:0.5em;
    line-height: 1em;
    margin-bottom: 0.5em;
    
}

.panel {
    display: flex;
    flex-direction: row;
    padding: 2em;
    padding-left: 3em;
}



.fotodepto p {
    text-decoration: none;
    text-align: left;
    margin-left: 4.5em;
    margin-right: auto;
    margin-bottom: 1em;
    margin-top: 3.5em;
}

#bajadaregistro .bajadabienvenido {
    font-size: 0.8em;
    align-items: center;
    margin: 0 27%;
}

.deptos .seleccionflecha {
    margin-left: 15%;
    width:72%;
}

#editar {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    justify-content: center;
    
}

#editar i {
    color:orangered;
    margin-left: 0;
    margin-top: 0;
    border-radius: 24px;
    font-size: 1.5em;
}

#buttoncontainerirvo {
    display: block;
    padding: 1em;
    margin-left: 10%;
    margin-right: 0%;
}

.confirmarvolver {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    
}


.confirmarvolver a {
    width: 50%; 
}

.volver i{
    color: orangered;
    margin: unset;
    font-size: 1.3em;
}

.volver {
    display: flex;
    flex-direction: row;
    color: orangered;
    margin: unset;
    justify-content:center;
    margin-right: 1em;
}

.volver p{
    margin-top: 0.1em;
}

#continuar {
    display: flex;
    flex-direction: row;
    background: orangered;
    color: white;
    margin: unset;
    justify-content: center;
    width: 75%;
}

#continuar i {
    color: white;
    margin: unset;
    font-size: 1.3em;
}

#continuar p {
    margin-top: 0.1em;
}

#editar p {
    margin-top: 0.3em;
}

.fotodepto img{
    display: block;
    width:70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    border-radius: 8px;
    border: solid 2px orangered;
}

.tituloh4 {
    display: flex;
    flex-direction: row;
    padding: 0 2.3em;
    flex-wrap: nowrap;
    margin-top: 1em;
    margin-bottom: 2em;
}

.tituloh4 i {
    color:black;
    font-size: 2em;
    
}

.tituloh4 h4{
    margin-left: 0;
    padding-left: 0;
    font-size:3.1em;
    line-height: 1.2em;
    padding: 0;
}

.mapa img{
    display: inline-block;
    width: 80%;
    height: auto;
    margin-top: 1em;
    margin-left: 3.5em;
    margin-right: auto;
    border-radius: 8px;
    border: solid 3px black;
}

.mapa .bajadabienvenido {
    padding: 0 2.5em;
    text-decoration: none;
}

.vecinos ul li{
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    font-size:2.5em;
    color: black;
    border-bottom: 2px solid black;
}

.vecinos ul li img {
    width: 0.7em;
    height: 0.7em;
    margin-right: 0.5em;
}

.vecinos {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    justify-content:center;
    padding: 2.5em;
}

.vecinos1 {
    width: 50%;
}



.vecinos2 {
    width: 50%;
}

.datosregistro input {
    margin-bottom: 1.5em;
    margin-top: 0.8em;
    width: 85%;
    background: transparent;
    border-style: none;
    border-bottom: 2px solid orangered;
    font-family: sans-serif;
    text-align: left;
    padding: 1em 0;
    
    
}

.datosregistro ul {
    font-size: 2em;
    margin: 0.5em;
    
    
}

.datosregistro form {
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    margin-left: 2em;
   
}

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

.sexo {
    font-size: 2em;
    margin-left: 2.5em;
    margin-right: 2.6em;
    border-bottom: 2px solid orangered;
    margin-bottom: 1em;
    line-height: 3em;
    
}

.evacuacion {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: sans-serif;
    font-size: 1em;
    text-align: left;
    margin-bottom: 1em;

}

.evacuacion i {
    font-size: 2.5em;
    color: orangered;
}

.recomendaciones h2{
    font-size: 2em;
    font-family: sans-serif;
    font-weight: 700;
    margin-top: 1em;
    border-bottom: 2px solid orangered;
    margin-right: 2em;
    margin-left: 2em;
    
}

.recomendaciones ul li {
    color: black;
    width: 80%;
    border-style: none;
    margin-bottom: 0;
    margin-left: 2em;
    padding:0;
    line-height: 1em;
}

.informacion {
    font-family: sans-serif;
    font-size: 1.3em;
    font-weight: 100;
    margin-right: 3em;
    margin-left: 3em;
    margin-top: 1em;
    margin-bottom: 2.5em;
}

#fin {
    width: 80%;
    font-size: 1.8em;
    margin-top: 0.5em;
    align-items: center;
    font-weight: 700;
}

ul li a {
    width: 70%;
    text-align: left;
}

.videoresponsive1 {
    padding: 2em;
    display: block;
    align-items: center;
    
}

.videoresponsive2 {
    padding: 2em;
    display: block;
    align-items: center;
    
}


iframe:hover{
    opacity:0.5;
}

.videoindividual p{
    font-family: sans-serif;
    margin-bottom: 1em;
    font-size: 2em;
    border-bottom: 2px solid black;
    padding-bottom: 0.5em;
    
}

.videoindividual iframe {
    display: block;;
    margin-left: 1.5;
    align-items: center;
    border-radius: 8px;
    border: 4px solid orangered;
    
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.videocontenedor {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 1.5em
}

a p {
    text-align: center;
}

img {
    display: block;
}

.fotoregistro {
    margin:0;
    padding: inherit;
    
}

img.zoom {
    width: 350px;
    height: 200px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
 
.transition {
    -webkit-transform: scale(1.8); 
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
}

header button {  
    width: 1.5em;
    height: 1.5em;
    margin-left: -1.5em;
    border: 0;
    position:relative;
    z-index: 9999;

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

    /* centrado en la vertical */
    align-items: center;
    

}


header nav {
    color: red;
    background: orange;
    transition: all .5s ease;
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    min-width: 75%;
    z-index: 9995;
    
}

nav.menuvisible {
    left: 0;
    background-image: url(Imagenes/firebuildingfoto.jpg);
    background-repeat: no-repeat;
    background-position: left-top;
    box-shadow: 7px 1px 3px rgba(0, 0, 0, .1);
    z-index: 100;

   

}

nav.menuvisible img {
    display: block;
    width: 14em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4em;
    margin-bottom: 0;
    
    
}

nav.menuvisible h4 {
    margin: 0;
    margin-bottom: 0.5em;
    margin-top:-0.4em;
    font-size: 4em;
    font-family: sans-serif;
    color:white;
}


nav.menuvisible ul li {
    margin-bottom: 2.6em;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size:1.5em;
    
}

nav.menuvisible ul li i{
    font-size: 1.2em;
    
}

nav.menuvisible a {
    
    color: yellow;
    line-height: 1em;
}

#enviar {
    display: block;
    flex-direction: unset;
    text-align: center;
    margin-top: 1em;
    margin-right: auto;
    margin-left: auto;
    border: 2px solid orangered;
    border-radius: 24px;
    padding: 0.5em;
    color: orangered;
    font-weight: 700;
    font-size: 2em
}


#correo .datosregistro form ul li{
    border-bottom: none;
    width: 8em;
}


#correo .datosregistro form{
    margin-bottom: 0;
}

#correo {
    margin-top: 50%;
    
}


.logoloader img {
    display: block;
    width:30%;
    margin-left: auto;
    margin-right: auto;
    margin-top:0;
}

.logoloader h2 {
    margin-bottom: 0.5em;
}

#loadercontainer {
    display: block;
    margin-top: 50%;
    margin-bottom: 50%;
}

.loader img {
    height: 50%;
}

.buscador {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    flex-grow: 1;
    width: 100%;
    background: orange;
    padding: 0.5em;
    
}

.buscador h4{
    text-align: left;
    line-height: 0.7em;
    padding: 0.5em;
}

.buscador .buttoncontainter {
    display: flex;
    flex-direction: row;
    align-items: center;
}


.buscador input {
    border-radius: 18px;
    border-style: none;
    padding: 0.5em;
    width: 76%;
    margin-top: 0.8em;
}

.noticiaprincipal {
    display: block;
    margin: 0;
    padding: 0;
    background-image: url(Imagenes/noticia%20principal.jpg);
    width: 100%;
    height: 300px;
    text-align: left;
    background-repeat: no-repeat;
    
}

.noticiaprincipal h5 {
    font-size: 2.2em;
    font-family: sans-serif;
    line-height: 0.8em;
    padding: 1em;
    color: white;
    padding-top: 60%;
}

.noticiasparteuno {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
}

#noticiasecundariauno {
    display: block;
    margin: 0;
    padding: 0;
    background-image: url(Imagenes/noticia%20secundaria.jpg);
    width: 50%;
    height: 150px;
    text-align: left;
    background-repeat: no-repeat;
}

#noticiasecundariauno {
    font-size: 1.5em;
    font-family: sans-serif;
    line-height: 0.8em;
    padding: 1.5em;
    color: white;
    padding-top: 22%;
}

#noticiassecundariados {
    display: block;
    margin:0;
    padding: 0;
    background-image: url(Imagenes/noticia%20secundaria%20dos.jpg);
    width: 50%;
    height: 150px;
    text-align: left;
    background-repeat: no-repeat;
}

#noticiassecundariados h5 {
    font-size: 1.3em;
    font-family: sans-serif;
    line-height: 0.9em;
    padding: 1.5em;
    color: white;
    padding-top: 44%;
}

.noticiaspartedos {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background-color: white;
}

.noticiasterciarias {
    display: flex;
    flex-direction: row;
    background-color: white;
    padding: 2em;
    border-bottom: 2px solid orange;
}

.noticiasterciarias h5 {
    font-family: sans-serif;
    color: orangered;
    font-size: 1.5em;
    line-height: 1.2em;
    margin-right: 2.5em;
    
}
.noticiasterciarias i {
    color: orange;
}

#tituloh2 h2{
    font-size: 3.5em;
    line-height: 1em;
}

.noticiaspartedos a{
flex-direction: unset;
text-align: left;
}

.bodynoticias{
    padding: 0em;
    padding-top: 4.5em;
}

@media (min-width: 40em) {
    
    
    
    
    
    .columnasvideos {
        display: flex;
    }
    
    .videoresponsive1,
    .videoresponsive2 {
        width: 50%;
    }
    
    
    
    
    
    
    
}

