@font-face {
    font-family: "bold";
    src:url(../fonts/Roboto-Black_1.ttf)
}
@font-face {
    font-family: "cond";
    src:url(../fonts/Roboto-Condensed_0.ttf);
}

@font-face {
    font-family: "regular";
    src:url(../fonts/Roboto-Light_1.ttf);
}


.encabezado{
    height: 100vh;
    background-image: url(../img/pies.jpg);
    background-size: cover;
}

nav{
    height: 60px;
    
}
nav li{
    display: inline-block;
    margin-right: 20px;
}

nav a{
    color: #fff;
    font-family: 'cond';
    text-decoration: none;
}
nav a:hover {
    color: #ffc400;
}

nav ul{
    float: right;
    padding: 20px;
}



.texto-principal2 {
    font-family: 'beyond';
    font-size: 50px;
    color: #fff;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.texto-principal2 img{
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}


.intermedio{
     padding: 20px 0px;
 /*   height: 00px;
    background-image: url(../img/flores.jpe);
    background-size: cover;
   paralax background-attachment: fixed;*/
    
}

.intermedio img{
    width: 100px;
}
.intermedio h1{
    text-align: center;
    font-family: 'cond';
    font-size: 30px;
    color: #000;
    margin: 0 auto;
    padding: 30px;
    /*position: relative;*/
    /*top: 10px;*/
}

.intermedio p{
    font-family: 'cond';
    font-size: 17px;
    color: #000;
    text-align: center;
    /*position: relative;*/
    /*top: 10px;*/
}

.intermediom{
     padding: 20px 0px;
 /*   height: 00px;
    background-image: url(../img/flores.jpe);
    background-size: cover;
   paralax background-attachment: fixed;*/
    text-align: center;
    
}

.intermediom img{
    width: 200px;
}


.intermediom h1{
    text-align: center;
    font-family: 'cond';
    font-size: 50px;
    color: #000;
    margin: 0 auto;
    padding: 30px;
    /*position: relative;*/
    /*top: 10px;*/
}

.intermediom p{
    font-family: 'cond';
    font-size: 30px;
    color: #000;
    text-align: center;
    /*position: relative;*/
    /*top: 10px;*/
}

.beneficios{
    height: auto;
    background-color: #000;
    padding: 20px 0px;
}

.beneficios img{
    width: 100px;
}
.beneficios h1{
    text-align: center;
    font-family: 'cond';
    font-size: 30px;
    color: #fff;
    margin: 0 auto;
    padding: 30px;
    /*position: relative;*/
    /*top: 10px;*/
}

.beneficios p{
    font-family: 'cond';
    font-size: 17px;
    color: #fff;
    text-align: center;
    /*position: relative;*/
    /*top: 10px;*/
}


.beneficiosm{
    height: auto;
    background-color: #000;
    padding: 40px 0px;
    text-align: center;
}

.beneficiosm img{
    width: 180px;
}
.beneficiosm h1{
    text-align: center;
    font-family: 'cond';
    font-size: 50px;
    color: #fff;
    margin: 0 auto;
    padding: 30px;
    /*position: relative;*/
    /*top: 10px;*/
}

.beneficiosm p{
    font-family: 'regular';
    font-size: 30px;
    color: #fff;
    text-align: center;
    /*position: relative;*/
    /*top: 10px;*/
}


.galeria{
    height: 100%;
    padding: 60px 0;

}
.galeria h1{
    font-family: 'cond';
    text-align: center;
}

.formulario{
    height: 500px;
    background-image: url(../img/pies2.jpg);
    background-size: cover;
    background-attachment: fixed;
    
    
}

.formulario h1{
    font-family: 'cond';
    font-size: 35px;
    color: #fff;
    text-align: center;
    padding: 30px 0px 15px 0px;
    
}

.formulario h2{
    font-family: 'cond';
    font-size: 35px;
    color: #fff;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    
}

.formulario p{
    font-family: 'cond';
    font-size: 18px;
    color: #fff;
    text-align: justify;
    padding: 0px;
    margin: 0px;
    
}

.formulario img{
    margin: 0 auto;
    width: 300px;
}


input{
    width: 300px;
    margin: 0 auto;
   
}

textarea{
    width: 300px;
    margin: 0 auto;
}

form{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    
}

@media (min-width:320px){
    #menu{
        display: none;
    }
    .slicknav_menu{
        display: block;
    }
    
    #principal{
        display: none;
    }
    
        .texto-principal {
    font-family: 'beyond';
    font-size: 50px;
    color: #fff;
    height: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}


.texto-principal img{
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
    
    .nosotros{
    height: 100vh;
    background-image: url(../img/fondo2.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-color: #e8ae11;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nosotros h1 {
    font-family: 'bold';
    color: #191919;
    font-size: 55px;
  /*  directo a los elementos para centrar o darle las medida que quieras*/
  /*  position: relative;
    top: 500px;*/
}
.nosotros p{
    font-family: 'cond';
    color: #191919;
    font-size: 40px;
}
    
    .intermedio{
        display: none;
    }
    
    .intermediom{
        display: block;
    }
    
    .beneficios{
        display: none;
    }
    
    .beneficiosm{
        display: block;
    }
    
  
    
    
}
@media (min-width:1200px){
    #menu{
        display: block;
    }
    .slicknav_menu{
        display: none;
    }
    
    .texto-principal {
    font-family: 'beyond';
    font-size: 50px;
    color: #fff;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}


.texto-principal img{
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
    
    .nosotros{
    height: 100vh;
    background-image: url(../img/fondo2.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-color: #e8ae11;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nosotros h1 {
    font-family: 'bold';
    color: #191919;
  /*  directo a los elementos para centrar o darle las medida que quieras*/
  /*  position: relative;
    top: 500px;*/
}
.nosotros p{
    font-family: 'cond';
    color: #191919;
    font-size: 20px;
}
    
    .intermedio{
        display: block;
    }
    
    .intermediom{
        display: none;
    }
    
     .beneficios{
        display: block;
    }
    
    .beneficiosm{
        display: none;
    }
    
   
}