@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/*
http://www.alasapp.com.ar
Description: Alas app
Author: Alicia Rosenthal
Author URI: http://www.aliciarosenthal.com.ar

Changelog:
21/11/2017  v1.0
*/
*{
    padding: 0;
    margin: 0;
}
html{
    height: 100%;
}
body{
    font-family: 'Open Sans', sans-serif;
}
h2{
    font-size: 2.5em;
}
h3{
    margin: 1em 0;
    font-size: 1em;
}
h4{
    font-size: 1em;
    text-transform: uppercase;
}
p, section li{
    font-size: 0.95em;
    margin: 0.7em 0;
}
small{
    font-size: 0.8em;
}
header{
    background-image: url(../img/alas-imagen.jpg);
    background-size: cover;
    position: relative;
    height: 50vh;
    width: 100%;
    margin-top: 5em;
}
section{
    padding: 2em;
}
section img{
    max-width: 100%;
    height: auto;
}
section li{
    margin-left: 2em;
}
footer{
    background-color: #6f6f6f;
    color: #fff;
    font-size: 0.9em;
    text-align: center;
    padding: 1em;
}
footer a{
    color: #fff;
    text-decoration: none;
}
footer a:hover{
    color:#c7c7c7;
}
nav{
    display: none;
    position: fixed;
    z-index: 200;
    background:#fff;
    width: 100%;
    margin-right: 60px;
}

input.error, textarea.error{
    border: 1px solid #bc0202;
}
input, textarea, label{
    width: 100%;
}
label{
    text-align: right;
}
input, textarea{
    padding: 0.5em;
    box-sizing: border-box;
    margin-top: 0.5em;
}
label.error{
    width: 75% !important;
    clear: both;
    margin-left: 25%;
}
.boton{
    border-radius: 0.5em;
    -webkit-border-radius:0.5em;
    text-transform: uppercase;
    border: none;
    transition: 0.5s;
    width: auto;
    margin: 1em auto;
    padding: 1em !important;
    cursor: pointer;
    background: #000000;
    color: #fff;
    float: right;
}
.boton:hover{
    background: #808080;
    color: #fff;
}
.btn-down{
    background-color: #575757;
    padding: 0.5em;
    border-radius: 0.5em;
    color:#fff;
    text-decoration: none;

}
.btn-down:hover{
    background-color: #afafaf;
}
.center{
    text-align: center;
}
.clear{
    clear: both;
}
.col-md-6{
    width: 100%;
}
.container,.contenedor{
    max-width: 95%;
    margin: auto;

}
.container{
    display: flex;
    flex-direction: column;
}
.desplegable{
    position: fixed;
    top: 1rem;
    right: 0.6rem;
    width: 40px;
    height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    display: block;
    background-image: url(../img/desplegable.png);
    background-size: cover;
    z-index: 250;
    opacity: 1;
    transition: 0.3s;
    cursor: pointer;
}
.desplegable:hover{
    opacity: 0.7;
}
.error{
    color: crimson;
    font-size: 0.8em;
}
.facebook{
    width: 25px;
    height: auto;
    vertical-align: middle;
    opacity: 0.8;
    cursor: pointer;
    transition: 0.5s;
}
.facebook:hover{
    opacity: 1;
}
.fna, .gplay {
    position: absolute;
}
.fna{
    bottom:1em;
    left: 1em;
    text-align: center;
    color:#fff;
    opacity: 0.8;
}
.fna img{
    max-width: 80px;
    height: auto;
}
.fright{
    float: left;
    margin: 0 0.5em 0.5em 0;
}
.gplay{
    bottom:1em;
    right: 1em;
    opacity: 0.8;
    transition: 0.5s;
}
section .gplay{
    position: static;
}
.gplay:hover{
    opacity:1;
}
.gplay img{
    max-width: 110px;
    height: auto;
}
.red{
    width: 50px;
    position: absolute;
    right: 60px;
    top:15px;
}
.red img.facebook{
    width: 35px;
}
.topmenu{
    position: fixed;
    background: #fff;
    width: 100%;
    top: 0;
    z-index: 200;
    -webkit-box-shadow: 5px 5px 5px -2px rgba(0,0,0,0.33);
    -moz-box-shadow: 5px 5px 5px -2px rgba(0,0,0,0.33);
    box-shadow: 5px 5px 5px -2px rgba(0,0,0,0.33);
}
.topmenu img{
    max-width: 150px;
    height: auto;
    margin: 0.2em;
}
.topmenu li{
    list-style: none;
    width: 100%;
}
.topmenu li a{
    color: #000;
    text-decoration: none;
    padding: 0.3em 0.5em;
    border-radius: 0.5em;
    transition: 0.5em;
    display: block;
    text-align: center;
}
.topmenu li a:hover{
    color: #fff;
    background-color: #7759a0;
    text-decoration: none;

}
.violeta{
    background-color: #7759a0;
    color: #fff;
}
.contenedorvideo{
    max-width: 800px;
    margin: auto;
    margin-top: 2em;
}
.video {
    position: relative;
    padding-bottom: 56.25%; /* esto es para videos 16:9 */
    height: 0;
}
.video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.swiper-container {
    max-width: 700px;
    margin: 1em 0;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
@media screen and (min-width:30em){
    .fna img{
        max-width: 130px;
    }
    .gplay img{
        max-width: 150px;
    }
    label{
        width: 23%;
        margin-right: 2%;
        float: left;
        text-align: right;
    }
    input, textarea{
        width: 75%;
        float: left;
        padding: 0.5em;
        box-sizing: border-box;
        margin-top: 0.5em;
    }
    .boton{
        margin-left: 25%;
        float: none;
    }

}
@media screen and (min-width:60em){
    header{
        height: 90vh;
    }
    nav{
        display: block;
        position: static;
        width: 700px;
    }
    .topmenu ul{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .topmenu li{
        list-style: none;
        margin-right: 0.5em;
    }
    .desplegable{
        display: none;
    }
    .red{
        right: 5px;
    }
    .cont{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .topmenu li{
        list-style: none;
        margin-right: 0.5em;
    }

}
@media screen and (min-width:70em){
    .container, .contenedor{
        max-width: 80%;
    }
    .container{
        flex-direction: row;
    }
    .col-md-6{
        width: 50%;
        padding: 0 1em;
    }
}
