/* CSS Document */
*
{margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, select, button, input, textarea {
	font-family: 'Abel', sans-serif;
    color: #red;
background-image: url(fondo.jpg)}


.social {
    position: fixed;
    left: 0px;
    top: 200px;
    z-index: 2000;
}

.social ul {
    list-style: none;
        }

.social ul li a {
    display: inline-block;
    color: #fff;
    background: #000;
    padding: 10px 15px;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -o-transition:all 500ms ease ;
    transition:all 500ms ease ;
    }
.social ul li .icon-instagram {background:#bc2a8d ;}
.social ul li .icon-facebook {background:#3b5998 ;}
.social ul li .icon-twitter {background:#1da1f2 ;}
.social ul li .icon-whatsapp {background: #25d366;}
.social ul li .icon-youtube {background: #ff0000;}

.social ul li a:hover{
    padding: 15px 30px;
    background: #000;
    
}
header {margin-top: 0px;
    width: 100%;
    height: 100px;
    overflow: hidden;
    font-family: font-family: 'Comfortaa', cursive;
    position: relative;}

nav {top: 0px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    max-width: 1000px;
    width: 90%;
    }

nav ul {list-style:none;}

nav > ul{display: table;
    width: 100%;
    background: black;
    position: absolute;}

nav > ul li {display: table-cell;
    }
/*sub menu*/

nav > ul > li:hover > ul {
    display: block;
    cursor: pointer;
    height: 100%;
    
}
nav > ul > li > ul {
    display: block;
    position: absolute;
    background: black;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 0%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    
}

 nav > ul li a {
    color: white;
    display: block;
    line-height: 11px;
    padding: 20px;
     
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    }
nav > ul > li > ul > li a:hover {
    background: #5da5a2;
}
nav > ul > li > a span {
    background: #174459;
    display: block;
    height: 100%;
    width: 100%;
    left:0;
    position: absolute;
    top: -48px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    
}
nav > ul > li >a span .icon{
    display: block;
    line-height: 60px;
    height: 50px;
    font-size: 16px;
    
}
nav > ul > li > a:hover > span {
    top: 0;
}

nav ul li a .primero {
    background:aqua;
}
nav ul li a .segundo {
    background:orange;
}
nav ul li a .tercero {
    background:green;
}
nav ul li a .cuarto {
    background:red;
}
nav ul li a .quinto {
    background:#0BF2B6;
}
nav ul li a .sexto {
    background:purple;
}

/*portafolio*/

.creditos {
    top: 300px;
    color: black;
}

.pie{
    color: black;
    font-size: 20px;
    top: 250px;
    }
.encabezado{
    background: #2ec1ea ;
    color: white;
}


.ir-arriba {
    display: none;
    padding: 20px;
    background: rgba( 198, 79, 216, 0.8);
    font-size: 20px;
    color: white;
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    box-shadow: 5px 5px 5px #464242;
    
}

#info {
    background: #666;
    color: beige;
    text-align: center;
    }

#info .contenido{
     display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }

.items {
    margin-top: 20px;
    margin: 20px;
}

.items h2{
    margin-bottom: 20px;
    font-size: 18px
}
.items img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 3px solid #fff;
    transition: 0.5s;
    
}

.items img:hover {
    width: 180px;
    height: 180px;
    border-radius: 0%;
    background: #fff;
    transition: 0.5s;
    transform: scale(1.05)
}

@media (min-width:480px) {
    .items {
        width: 38%;
    }
}

@media (min-width:1024px) {
    .items {
        width: 30%;
    }
}

#informacion {
    background: rgba(30, 36, 33, 0.72);
    color: white;
    text-align: center;
    }

#informacion .contenidos {
     display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }

.prod {
    margin-top: 20px;
    margin: 20px;
}

.prod h2{
    margin-bottom: 20px;
    font-size: 20px
}
.prod img {
    width: 200px;
    height: 200px;
    padding: 5px;
    border-radius: 20%;
   }

.prod h3{
    margin: 35px;
    text-align: justify;
    font-size: 18px;
          }
.descarga img{
    width: 150px;
    height: auto;
    border: 0px;
        -webkit-transition: 0.5s;transition: 0.5s;
        
}

.descarga img:hover{
    width: 200px;
    height: auto;
    border: 0px;
    -webkit-transition: 0.5s;transition: 0.5s;
        
}
.ir-arriba {
    display: none;
    padding: 20px;
    background: rgba( 198, 79, 216, 0.8);
    font-size: 20px;
    color: white;
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    box-shadow: 5px 5px 5px #464242;
    
}
