@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?65553576');
  src: url('../font/fontello.eot?65553576#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?65553576') format('woff2'),
       url('../font/fontello.woff?65553576') format('woff'),
       url('../font/fontello.ttf?65553576') format('truetype'),
       url('../font/fontello.svg?65553576#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?65553576#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-menu:before { content: '\e800'; } /* 'î €' */
.icon-buffer:before { content: '\e801'; } /* 'î ' */






@import url(https://fonts.googleapis.com/css?family=Roboto:900,300,500);



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: dimgray;
}


#todo {background-color: bisque;
    box-shadow: 0 0 0 1em rgba(0, 0, 0, 0.1);
    margin: auto;
    }


header {
    width: 100%;
    height: 3.7em;
    background: #333;
    color: #fff;
    padding-top: 0.4em;
    padding-left: 1em;
    position: fixed;
    z-index: 100;
    display:flex;
}

.contenedor a{color: #fff;
            text-decoration: none;
            }

.atras {margin-top: 0}




.iniciar{width: 6.3em;
        height: 1.7em;
        
        display: flex;    
        align-items: center;
        justify-content: center;
        }
.regis{width: 6.3em;
       height: 1.7em;
        
        display: flex;    
        align-items: center;
        justify-content: center;
        }


.regis a:hover {
    color: darkgray;
}

.iniciar a:hover {
    color: darkgray;
}


/*hambueguesa*/

#menu-bar {display: none;}


header label {
        float: right;
    font-size: 28px;
    margin: 6px 0;
    cursor: pointer;
    padding-bottom: 1em;
    margin-top: 0;
    
}




/*navegador*/

.menu {
    position: absolute;
    top: 3.3em;
    left: 0;
    width: 70%;
    height: 100vh;
    background: rgba(51,51,51,0.9);
    
    /*lateral*/
    transition: all 0.7s;
    transform: translateX(-100%);
}

.menu a {
    display: block;
    color: #fff;
    height: 50px;
    text-decoration: none;
    padding: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding-left: 20%;
}

.menu a:hover {
    background: rgba(255,255,255,0.3);
}

#menu-bar:checked ~ .menu {
    transform: translateX(0%);
    
}



.contenedor {
    width: 94%;
    height: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-content: center;
    
}




#banner{ 
    
        }

#bajada {background-image: url(../img/banner.jpg);
        background-position: center;
        background-repeat: repeat;
        background-size: cover;
        
        display: block;
        align-items: center;
        justify-content: center;
        color: #fff;
        top: 54%;
        left: 50%;
    
       }

.imagen{height: 100%; 
    }

section {
    width: 100%;
    margin-bottom: 0;
}


#banner a {
    display: block;
    width: 106px;
    color: #fff;
    text-decoration: none;
    padding: 7px;
    margin-top: 10px;
    border: 0.2em solid #fff;
    
}

#banner a:hover {
    background: rgba(51,51,51,0.5);
}




section {
    width: 100%;
    margin-bottom: 25px;
}

#banner {margin-bottom: 0}


#bienvenidos {
    text-align: center;
    
    background-color: bisque;
    
    display: flex;
    justify-content: center;
    align-items: center
}

#bienvenidos p {
    color: #333;
}

#bienvenidos h2 {
    color: #333;
}


#video {
    text-align: center;
    padding: 1em;
    background-color: bisque;
    height: 51em;
    margin-bottom: 2em;
}

#video{position: relative;
                margin: 0 auto;
                height: 0;
                padding-bottom: 56.25%;
                }


.video{position: absolute;
                       height: 100%;
                       width:100%;
                        top:0;
                        left:0;
                        }

video{position: relative;
                       height: 100%;
                       
                        
                        top:0;
                        left:0;
                        }






.novedades{margin-top: 2em}


.uno,
.dos{height: 20em;
    display: flex;
    justify-content: center;
    align-items: center;}

.texuno{display:block;
       font-size: 1.8em;
        font-weight: 600}
.milk{font-size: 1em}


.uno{background-color: darksalmon;
    color:aliceblue}
.dos{background-image: url(../img/dos.jpg)}


.tres,
.cuatro{height: 20em;
       display: flex;
       justify-content: center;
       align-items: center;}

.tres{background-image: url(../img/tres.jpg)}
.cuatro{background-color: #8BA7A2;
        color: aliceblue}

.cinco,
.seis{height: 18em;
       display: flex;
       justify-content: center;
       align-items: center;}

.cinco{background-color: #AEA06A;
        color: aliceblue}
.seis{background-image: url(../img/cinco.jpg)}


.facebook{background-image: url(../img/facebook.jpg)}










#pie{
    
    color: aliceblue;
    padding: 1em;
    margin-top: 0;
   }

.pata{ background-image: url(../img/textura.jpg);
     display: flex;
     align-items: center;
     justify-content: center;}
   
#pie a{color: aliceblue;}
#pie a:hover{color: darkgrey;}









footer{background-color: black;
    display: flex;
    align-items: center;
    color: white;
    justify-content: flex-start;
    padding: 1em;
    margin-top: 0;
   }



#copy{
    font-size: 0.7em;
    font-family: sans-serif;
    padding-left: 3.5em;
    color: white;}


.letrapie{justify-content: center;
            align-content: center;
            }

.logopie{margin: 0;
    min-width: 4em;
    
        }

#logo{
    
max-height:  3em;
    
background-color: aliceblue;
justify-content: center;
align-content: center;
    padding: 0.4em
    
}

figure>img,
#logo>img {
    display: flex
}

.redes{display: flex;
    justify-content: space-around;   
    align-items: center;
    width: 5em;
    height: 1em;
    padding-top: 1.4em
    
      }










/************************mediaqueries********************/



@media screen and (min-width: 20em){
    
    
    .icon-buffer{padding-left: 0.5em;
                width: 7em}
    
    
    #bajada{height:30em;
            padding-top: 15em;
            padding-left: 3em;
            font-size: 0.7em;}
    
    
    
    
    
.gopie{width: 15em;
       font-size: 1em;
       padding-left: 2.5em;
       margin-bottom: 1em;
       margin-top: 1em}   
    
    

    
    .regis{font-size: 0;}   
.barra{padding: 0.5em;
      height: 0em;
      font-size: 0em;
      display: flex;    
        align-items: center;
        justify-content: center;}
   
    .botonera{margin-left: 4em;
             } 
    .redes{margin-left: 4.5em;
          margin-bottom: 2em;}
    
    
    
    
    
    
    
    #bienvenidos {
    padding: 4em;
    height: auto;}
   
    
    #bienvenidos p {
    font-size: 1em;}

    #bienvenidos h2 {
    font-size: 1.6em;
    margin-bottom: 0.7em}
    
    
    
    #video {
    padding: 0.2em;
    height: 20em;}
    
    video{width: 100%}
    
    .uno{background-color: darksalmon;
        color: aliceblue;
       width: 100%;
        
       }


.dos{background-color: antiquewhite;
      width: 100%;
      }
    
    
    .tres,
    .cuatro{width: 100%}
    
    
    
    .facebook{height: 0;}
    
}
    
    
    
@media screen and (min-width: 30em){

  
    video{width:auto}   
}
    
    

    
 




    
    
    
    
@media screen and (min-width:55em) {
    
   #bajada{height:50em;
            padding-top: 30em;
            font-size: 1em;}
    
    
    
    
    video{width: auto}
   
    
.redybot{display: flex;
        }    
.gopie{width: 15em;
       font-size: 1em;}
    
   

.botonera{display: flex;
         margin-left: 0em;
         } 

    .redes{margin-left: 0em;
          margin-bottom: 0}
    
    .gopie{margin-left: 13em; 
       margin-bottom: 0;
       margin-top: 0}
    
    
    .botonera {margin-top: 0.5em;
              }
    .barra{font-size: 1em;
          padding-top: 0.8em}
    
    
    
    #todo{ max-width: 75em;
        min-height: 100vh;
        width: 90vw;}
    

    
    
    .regis{font-size: 1em}
    
    
    
    
    
    
    
    
    
    #bajada{height:40em;
            padding-top: 20em}
    
    
    
    
    #video {
    padding: 2em;
    height:40em;
   
}
    
    
    
   
    
    
    
    .arriba{display: flex;
           justify-content: center;
           align-items: center;}
    
    
    .uno{
       width: 50%;
       }


.dos{
      width: 50%;
      }
    
    
    .medio{display: flex;
           justify-content: center;
           align-items: center;
           width: 100%;}    
    .tres,
    .cuatro{width: 50%}
    
    
    .abajo{display: flex;
           justify-content: center;
           align-items: center;
           width: 100%;}
    .cinco,
    .seis{width: 50%;}
    
    
    .facebook{height: 38em;
             display: flex;
             align-items: center;
             justify-content: center;
             width: 30%;}
    
    .dosdeabajo{display: block;
               width: 73%}
    
    .lado{display: flex}
    
    
     }