/* 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;
}

table{
    background: #dbdbdb ;
    font-size: 15px;
    border-collapse: collapse;
        }

table td{
    text-align: center;
    font-size: 13px;
    border:2px solid #136d85;
    padding:2px;
    }

table td p{
    text-align: center;
    font-size: 15px;
    
}

table tr:hover {
    background: rgba( 66, 204, 250, 0.602 );
}

/*portafolio*/

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

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

.tabla{
       display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 600px;
    height: auto;
    margin-left: -300px;
    margin-top: 5px;
    }

.valor1{
    width: 50px;
}
.valor2{
    width: 400px;
}
.valor3{
    width: 75px;
}
.valor4{
    width: 75px;
}

.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;
    
}

.monto{
    width: 50px;
}