*{
    margin:0 auto;
}


header{
    margin: auto;
    width: 100%;
    height: 20%;
    padding-top: 2%;
    position: absolute;  
}

.contenedor{
    width: 16.6666%;
    height: 230px;
    float: left;
    cursor: pointer;
    -webkit-transition: height .4s;
    
}

#uno{
    background-color: #df0a14;
}

#dos{
    background-color: #734595;
}

#tres{
    background-color: #ad182c;
}

#cuatro{
    background-color: #2b56a3;
}

#cinco{
    background-color: #54af32;
}

#seis{
    background-color: #c91245;
}

img.icon{
    display: block;
    width: 40px;
    height: 40px;
    margin: 30px auto;
    padding: 20px;
    background-color: rgba(255,255,255,0.3);
    -webkit-border-radius: 10%;
    -webkit-box-shadow: 0px 0px 0px 25px rgba(255,255,255,0);
    -webkit-transition: box-shadow .4s;
    
}

p.texto{
    font-size: 1.2em;
    color:#fff;
    text-align: center;
    font-family: Open Sans;
    padding-top: 10px;
    -webkit-transition: padding-top .4s;
}

div.contenedor:hover{
    height: 250px; 
    
}

div.contenedor:hover p.texto{
    padding-top:30px;
}

div.contenedor:hover img.icon{
    -webkit-box-shadow:0px 0px 0px 0px rgba(255,255,255,.6)
}

.brand{
    height: 100%;
    position: relative;
    text-align: center;
}

.brand img{
    position: relative;
    height: 100%;
}

div#elementos{
    height: 20%;
    position: absolute;
    width: 100%;
    top: 24%;
}
div#pagepiling{
    overflow: hidden;
    position: absolute;
    touch-action: none;
    width: 100%;
    top: 47%;
    height: 57%;
    z-index: -1;
}
div#section1{
    background-color: #df0a14 !important;
}
div#section2{
    background-color: #734595 !important;
}
div#section3{
    background-color: #ad182c !important;
}
div#section4{
    background-color: #2b56a3 !important;
}
div#section5{
    background-color: #54af32 !important;
}
div#section6{
    background-color: #c91245 !important;
}












