@import url('https://fonts.googleapis.com/css?family=Anton');
@import url('https://fonts.googleapis.com/css?family=Baloo+Bhaina');
@import url('https://fonts.googleapis.com/css?family=Coda:400,800');

html, body{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.menu_bar{
    display: none;

}

header{
    height: 100%;
    width: 100%;
    margin: auto;
    background: url("../img/patron.png") #2694b9;
    background: url("../img/patron.png"), -webkit-linear-gradient(to left, #2694b9, #50baa4);
    background: url("../img/patron.png"), linear-gradient(to left, #2694b9, #50baa4);
    color: white;
    display: table;
    top: 0;
    padding-top: 50px;
}

header .centroh{
    display: table-cell;
    padding-top: 3.125rem;
    width: 100%;
    max-width: none;
    height: auto;
}

.contenido{
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	align-content: stretch;
}

.contenido article{
    width: 45%;
    max-height: 5rem;
    padding: 5px;
}

.contenido article h1{
    font-size: 300%;
    font-family: 'Anton', sans-serif;
    padding-top: 8.75rem;
}

.contenido .celular{
    display: block;
    max-width: 100%;
}

@media screen and (max-width: 1030px){
    .contenido article h1{
    margin-top: -5rem;
    font-size: 260%;
    }
}

@media screen and (max-width: 870px){
    .contenido article h1{
    font-size: 220%;
    margin-top: -9rem;
    }
}

@media screen and (max-width: 700px){
    .contenido article h1{
    font-size: 100%;
    margin-top: -8.5rem;
    }
}

@media screen and (max-width: 450px){
	.contenido article h1{
    font-size: 100%;
    margin-top: -8rem;
    }
    .contenido .celular{
    margin-top: -8rem;
    }
    
}

#menu{
    position:fixed;
}

#menu ul{
    height: 80px;
    background: rgba(209, 209, 209, 0.86); 
    line-height: 80px;
    color: white;
    margin: 0;    
}

#menu ul img{
    float: left;
}

#menu ul a{
    text-decoration: none;
    color: black;
    
}

#menu ul li{
    list-style-type: none;
    display: block;
    float: right;
    font-family: 'Baloo Bhaina', cursive;
    margin-right: 50px;
}

#menu ul li span{
    margin-right: 10px;
}

#menu ul li:hover{
    background: rgba(139, 139, 139, 0.56);
    transition: all 0.90s;
    transition-delay: all 0.60s;
}



@media screen and (max-width: 1003px){
    nav{
        width: 65%;
        height: 100%;
        top: -100%;
     }
    #menu ul{
        height: 100%;
    }
    
    #menu ul li{
        display: block;
        float: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
    
    .menu_bar{
        display: block;
        width: 100%;
        
    }
    
    .menu_bar .botonmenu{
        display: block;
        padding:20px;
        background: rgba(209, 209, 209, 0.86);
        color: black;
        text-decoration: none;
        font-size: 25px;
        font-family: 'Baloo Bhaina', cursive;
        
}
    .menu_bar span{
        float: right;
    }
    
    #menu ul img{
    display: none;
}
    
}


.caracteristicas{
    background: #b90a32;
    background: -webkit-linear-gradient(to left top, ##b90a32, #d62051);
    background: linear-gradient(to left top, #b90a32, #d62051);
}

.caracteristicas h2{
    font-family: 'Coda', cursive;
    font-weight: 800;
    font-size: 200%;
    text-align: center;
    padding: 50px;
    padding-top: 90px;
    height: 100%;
    margin: 0 auto;
    
}

.columna4 {
    display: flex;
    width: 100%;
}

.columna4 article{
    margin-bottom: 0.5rem;
    justify-content: space-around;
    padding: 2rem;
    text-align: center;
    width: 100%;
    height: auto;
}

.columna4 article img{
    max-width: 30vh;
    min-width: 1vh;
    height: auto;
}

h3{
    font-weight: 400; 
    font-size: 200%;
}

.perfil{
    background-image: url(../img/perfil.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 50px;
    
}

.columna2{
    display: flex;
    width: 100%;
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: flex-start;
	align-content: stretch;
    padding: 20px 0;
}

.columna2 article, .columna2 article1{
    padding-left: 50px;
    margin: 0;
}

.columna2 h2{
    font-size: 300%;
    font-family: 'Coda', cursive;
    padding-left: 50px;
}

.columna2 article h3, .columna2 article1 h3{
    font-size: 120%;
    font-family: 'Coda', cursive;
    font-weight: 400;
}

.columna2 article img{
    width: 70%;
    height: auto;
}

.columna2 article1 img{
    width: 30%;
    height: auto;
}

.descarga {
    background: #50baa4;
    background: -webkit-linear-gradient(to bottom, #50baa4, #492b57);
    background: linear-gradient(to bottom, #50baa4, #492b57);
    margin: 0;
    padding: 50px;
    align-items: center;
    text-align: center;
}

section.download {
    padding: 150px 0;
    position: relative;
    
}
section.download h2 {
  margin-top: 0;
  font-size: 50px;
}
section.download .botones .bt-link {
  display: block;
  margin-bottom: 25px;
}
section.download .botones .bt-link:last-child {
  margin-bottom: 0;
}
section.download .botones .bt-link img {
  height: 60px;
}

.contdesc{
    text-align: center; 
}

@media (min-width: 768px) {
  section.download .botones .bt-link {
    display: inline-block;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  section.download h2 {
    font-size: 70px;
  }
}


.fondoinfo{
    background: #492b57;
}

.info{ 
    background: #492b57;
    display: flex;
    justify-content: space-around;
    max-width: 70rem;
    padding-left: 7rem;
    margin: 0 auto;
    color: #ffffff;
}

.info article {
    width: 45%;
}

.fadu{
    background-image: url(../img/fadu.jpg);
    background-size: cover;
    width: 100%;
    height: 60%;
    margin: 0;
    padding-top: 70px;;
    vertical-align: middle;
    color: #fff;
    text-align: center; 
    font-size: 250%;
}

.fadu a{
    color: white;
    text-decoration:none;  
}

footer{
    background: #585656;
    color: #cdccd0;
    text-align: center;
    margin: 0;
    padding: 5px;
}


