@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: auto;
}

#contenedor {
    margin: auto;
    max-width: 100vw;
}

header,
footer {
    flex: 0 1 auto;
}

/* FIN GENERAL */

/* HEADER */
header {
    background-color: #e24546;
    align-content: center;
    max-height: 40vh;
    flex: 1;
}

header nav ul li {
    list-style: none;
}

header ul li a{
    text-decoration: none;
}

header nav ul{
    margin: auto;
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
    align-content: center;
    align-items: center;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

#in{
    display: inline-flex;
    justify-content: center;
}

#in a{
    font-family: 'Arvobold', sans-serif;
    color: white;
    font-size: 1.5em;  
    text-align: center;
}

#in span{
    font-family: 'Arvobold', sans-serif;
    color: #222222;
    font-size: 1.5em;  
    text-align: center;
}

.menus img{
    width: 4em;
    margin: auto;
}

header figure img{
    width: 8em;
    display: flex;
    justify-content: center;
    margin: auto;
}

header figcaption{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-family: 'Latoregular', serif;
    color: white;
    font-size: 1em;
    padding-bottom: 1em;
}

figcaption span{
    font-family: "Latobold", sans-serif;
    color: white;
    font-size: 2.5em;
    display: flex;
    padding: 0em 0.2em 0em 0em;
    margin-top: -0.35em;
    margin-left: -0.5em;
    
}
/*FIN HEADER */

/*MAIN*/
main {
    flex: 1;
    background-color: #1E1E1C;
    margin: auto;
    max-height: 100vh;
    max-width: 100vw;
}

main h2 {
    font-family: "Latoregular", serif;
    color: white;
    font-size: 1.1em;
    line-height: 1.2em;
    padding-top: 2.7em;
    padding-bottom: 1em;
    text-align: center;
}

main form{
    margin: auto;
    text-align: center;
    padding-bottom: 2em;
}

form label{
    font-family: "Latobold", sans-serif;
    font-size: 1em;
    color: white;
    display: flex;
    justify-content: flex-start;
    margin: auto;
    max-width: 15.4em;
    padding-top: 1.5em;
}

form input{
    background-color: rgba(226, 69, 70, 0);
    border-bottom-color: white;
    border-bottom-style: solid;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    width: 12.8em;
    height: 1.2em;
    vertical-align: text-bottom;
    font-family: "Latoregular", sans-serif;
    color: white;
    font-size: 1.2em;
    margin: auto;
    outline: none;
}

/*FIN MAIN*/

/*FOOTER*/
footer {
    background-color: #DF3130;
    display: flex;
    flex: 0;
    justify-content: center;
    align-items: center;
}

footer nav ul {
    padding: 0.5em;
}

footer nav ul li {
    list-style: none;
}

footer ul li a {
    font-family: "Latobold", sans-serif;
    color: white;
    font-size: 1.5em;
    text-decoration: none;
    padding: 0.3em 4em;
}

/* FIN FOOTER */


/* RESPONSIVE */
/* a partir de 1000px */
@media screen and (min-width:62em) { 
    main h2{
        font-size: 1.5em;
        padding-top: 2em;
    }
    
    main label{
        max-width: 25em;
    }
    
    main input{
        width: 21em;
    }
    
    footer{
        background-color: #1E1E1C;
    }
    
    footer nav ul{
        background-color: #DF3130;
        margin-top: 1em;
        margin-bottom: 3em;
    }
}