@charset "utf-8";

/*TIPOGRAFÍAS */
@font-face {
    font-family: 'arvobold';
    src: url('arvo-bold-webfont.eot');
    src: url('arvo-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('arvo-bold-webfont.woff2') format('woff2'),
         url('arvo-bold-webfont.woff') format('woff'),
         url('arvo-bold-webfont.ttf') format('truetype'),
         url('arvo-bold-webfont.svg#arvobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold';
    src: url('lato-bold-webfont.eot');
    src: url('lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-bold-webfont.woff2') format('woff2'),
         url('lato-bold-webfont.woff') format('woff'),
         url('lato-bold-webfont.ttf') format('truetype'),
         url('lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight';
    src: url('lato-light-webfont.eot');
    src: url('lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-light-webfont.woff2') format('woff2'),
         url('lato-light-webfont.woff') format('woff'),
         url('lato-light-webfont.ttf') format('truetype'),
         url('lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('lato-regular-webfont.eot');
    src: url('lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-regular-webfont.woff2') format('woff2'),
         url('lato-regular-webfont.woff') format('woff'),
         url('lato-regular-webfont.ttf') format('truetype'),
         url('lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* FIN TIPOGRAFÍAS */

/* GENERAL */
* {
    margin: 0em;
    padding: 0em;
    box-sizing: border-box;
    list-style: none;
}

body {
    margin: 0 0 1em;
}

#contenedor {
    margin: auto;
}

header,
footer {
    flex: 0 1 auto;
}

html{
    position: relative;
    min-height: 100%;
}

/* FIN GENERAL */

/* HEADER */
header {
    flex: 1;
    background-color: #e24546;
    min-height: 14vh;
    display: flex;
    justify-content: center;
    margin: auto;
}

.menu{
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items:stretch;
    margin: auto;
}

.iconos{
    width: 3em;
    margin: auto;
    margin-left: 0.5em;
}

header h1 {
    font-family: 'Arvobold', sans-serif;
    color: white;
    font-size: 1.5em;
    display: flex;
    align-items: center;
}

header h1 span{
    font-family: 'Arvobold', sans-serif;
    color: #1E1E1C;
    font-size: 1.4em;
    margin: auto; 
}

.foto img{
    border-radius: 50%;
    max-width: 3.5em;
    overflow: hidden;
    margin: auto;
    margin-right: 0.8em;
}

/*FIN HEADER */

/* MAIN */
main {
    flex: 1;
    max-width: 100vw;
}

#mitadsup{
    background-color: #CFCECE;
}

#mitadsup h4{
    font-family: "Latoregular", sans-serif;
    font-size: 0.9em;
}

#opcionvista{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0.7em 3.5em 0em;
    border-bottom-style: solid;
    border-bottom-color: #1E1E1C;
    border-bottom-width: 0.1em;
}

#dia{
    border-bottom-style: solid;
    border-bottom-color: #1E1E1C;
    border-bottom-width: 0.4em;
    padding-left: 1.2em;
    padding-right: 1.2em;
}

#mitadsup h3{
    text-align: center;
}

#abril{
    font-family: "Latoregular", sans-serif;
    font-size: 1.4em;
    display: flex;
    justify-content: space-between;
    margin: 1.5em 2em 0.5em;
}

#doce{
    font-family: "Latobold", sans-serif;
    font-size: 4em;
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding-bottom: 0.2em;
}

#doce span{
    font-family: "Latoregular", sans-serif;
    font-size: 0.4em;
    margin-left: 1.7em;
    margin-right: 1.7em;
    display: flex;
    align-items: center;
}

#mitadinf{
    background-color: #1E1E1C;
    color: white;
    font-family: "Latoregular", sans-serif;
    padding: 2.5em 0em;
}

#evento1,
.evento2{
    display: flex;
    justify-content: space-between;
    margin: auto;
    border-bottom-color: #CFCECE;
    border-bottom-style: solid;
    border-bottom-width: 0.1em;
}

#evento1{
    padding: 0em 2.5em 1.3em;
}

.evento2{
    padding: 1.5em 2.5em;
}

.hora{
    font-size: 1.4em;
}

.nota{
    font-size: 1.1em;
    
}

.nota p{
    font-family: "Latolight", sans-serif;
    font-size: 0.8em;
    padding-top: 0.2em;
}

.nota1{
    padding-right: 1.5em;
}

/* FIN MAIN */

/* FOOTER */
footer {
    background-color: #FAEA26;
    width: 100%;
    position: absolute;
    height: 4.5em;
}

.footer{
    width: 100vw;
    display: flex;
    justify-content: center;
    margin: auto;
    padding: 0.2em;
}

#alerta img,
#botonarriba img{
    width: 4em;
    margin: auto;
}

#alerta img{
    position: relative;
}

#botonarriba img{
    position: absolute;
    margin-left: 20vw;
    
}
/* FIN FOOTER */


/* RESPONSIVE */
/* a partir de 1000px */
@media screen and (min-width:62em) { 
    #mas{
        width: 3em;
        margin-left: 18em;
    }
    
    #opcionvista{
        padding-left: 20em;
        padding-right: 20em;
    }
    
    #abril{
        max-width: 35vw;
        margin: auto;
        margin-top: 1.5em;
    }
    
    #doce{
        max-width:60vw;
    }
    
    #doce span{
        margin: auto;
    }
    
    #mitadinf{
        display: flex;
        padding-bottom: 7em;
    }
    
    .mañana,
    .tarde{
        min-width: 48vw;
        margin: auto;
    }
    
    #evento1{
        margin-top: 1.7em;
    }
    
    #alerta img{
    position: relative;
    }

    #botonarriba img{
    position: absolute;
    margin-left: 38vw;
    }
}

