@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
*{
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans';
    font-size: 16px;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
}
header{
    padding: 10px 10px;
    background: #fafafa;
}
header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .container .logo img{
    height: 60px;
}
header .container .menu a{
    text-decoration: none;
    padding: 5px 10px;
    color: #414141;
    font-weight: 600;
    font-size: 16px;
    margin: 0px 5px;
    transition: 0.2s ease-in-out;
    border-bottom: 3px solid transparent;
}
header .container .menu a:hover{
    cursor: pointer;
    border-bottom: 3px solid #2379b0;
    color: #2379b0;
}
.slid{
    width: 100%;
    height: 500px;
    background: url(../images/slid.jpg) center;
    background-size: cover;
}
.slid .cover{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.slid .cover h1{
    font-size: 3rem;
    color: #fafafa;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.slid .cover p{
    color: #dadada;
    letter-spacing: 2px;
    padding: 15px 0px;
}
.slid .cover a{
    background: #409ac9;
    text-decoration: none;
    color: #fafafa;
    padding: 10px 30px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    transition: 0.2s ease-in-out;
}
.slid .cover a:hover{
    cursor: pointer;
    background: #237ab2;
}
.nosotros{
    padding: 40px 0px;
}
.nosotros p{
    font-size: 18px;
    letter-spacing: 2px;
    color: #343434;
    padding: 20px 0px;
}

.apps{
    background: url(../images/fondo.jpg) center;
    background-size:cover;
}
.apps .cover{
    width: 100%;
    height: 100%;
    display: table;
    background: rgba(0, 0, 0, 0.8);
    padding: 40px 0px;
}
.apps .cover h1{
    font-size: 2.4rem;
    color: #fafafa;
    letter-spacing: 2px;
    text-align: center;
}
.apps .cover p{
    color: #e0e0e0;
    text-align: center;
    letter-spacing: 2px;
}
.apps .apx{
    display: flex;
    width: 50%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0px;
}
.apps .apx .item{
    text-align: center;
}
.apps .apx .item img.logo{
    height: 120px;
}
.apps .apx .item p{
    font-size: 18px;
    color: #fafafa;
    font-weight: 700;
    padding: 15px 0px;
}
.apps .apx .item img.play{
    height: 40px;
}
.cont{
    padding: 40px 0px;
}
.cont .container .info{
    display: flex;
    justify-content: space-between;

}
.cont .container .info .izq{
    width: 30%
}
.cont .container .info .izq ion-icon{
    color: #409ac9;
    font-size: 20px;
}
.cont .container .info .izq p{
    padding: 10px 0px;
    color: #343434;
}
.cont .container .info .der{
    width: 30%;
}
.cont .container .info .der form{
    padding: 20px 0px;
}
.cont .container .info .der label{
    font-size: 14px;
    display: table;
    width: 100%;
    color: #343434;
    font-weight: 500;
    margin: 3px 0px;
}
.cont .container .info .der button{
    background: #409ac9;
    text-decoration: none;
    color: #fafafa;
    padding: 10px 30px;
    border: 0px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    transition: 0.2s ease-in-out;
}
.cont .container .info .der button:hover{
    cursor: pointer;
    background: #237ab2;
}
.cont .container .info .der input, textarea{
    width: 100%;
    border: 1px solid rgba(0,0,0,0.2);
    resize: none;
    padding: 3px 10px;
    
}
.cont .container .info .der h3{
    font-size: 22px;
    color: #343434;
}
footer{
    padding: 20px 0px;
    background: #161616;
}
footer p{
    color: #fafafa;
    font-size: 12px;
    letter-spacing: 1px;
}
/* ************** SEPARADOR DE IMAGENES  ************** */
.sep{
    width: 100%;
    text-align: center;
}
.sep h1{
    font-size: 2.4rem;
    color: #272727;
    letter-spacing: 2px;
}
.sep img{
    height: 15px;
}

/* ************** SEPARADOR DE IMAGENES  ************** */