body{
 background: #f2f2f2; 
 font-family: 'Roboto', sans-serif;
}

header .nav{
  min-height: 100px;
  overflow: hidden;
  background: #363636;
}

header .menu{
  min-height: 80px;
}

header .logo h2,
header .logo p{
  font-size: 20px;
  display: inline-block;
}

header .logo .icono img{
  max-height: 64px;
}

header .menu .c1{ background: #0077B6; }
header .menu .c2{ background: #023E8A; }
header .menu .c3{ background: #03045E; }

header .menu .c1:hover{ background: #00B4D8; }
header .menu .c2:hover{ background: #00B4D8; }
header .menu .c3:hover{ background: #00B4D8; }

/* M A I N */
/* Portfolio */
.portfolio{
  border-top: 5px solid #00B4D8;
  background: #fff;
}

.portfolio .title{
  /* color: #00B4D8; */
  color: #363636;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.portfolio .gallery .container-img{
  max-height: 180px;
  overflow: hidden;
}

.portfolio .gallery .container-img a{
  background: #00B4D8;
  display: inline-block;
}

.portfolio .gallery .container-img:hover img{
  opacity: 0.5;
}


@media screen and (max-width: 768px){

}
  
@media screen and (max-width: 992px){
  .logo{
    height: 76px;
  }
  header .menu{
    min-height: 76px;
  }
  header .menu a{
    width: 100%;
  }

  .portfolio .gallery .container-img:nth-child(1){
    order: 1;
  }
  .portfolio .gallery .container-img:nth-child(2){
    order: 3;
  }
  .portfolio .gallery .container-img:nth-child(3){
    order: 6;
  }
  .portfolio .gallery .container-img:nth-child(4){
    order: 2;
  }
  .portfolio .gallery .container-img:nth-child(5){
    order: 5;
  }
  .portfolio .gallery .container-img:nth-child(6){
    order: 4;
  }
  .portfolio .gallery .container-img:nth-child(7){
    order: 7;
  }
}

.modal-dialog{
  max-width: 1000px;
}

/* ABOUT */
.about{
  background: #fff;
  border-top: 5px solid #00B4D8;
}
.about .photo .name-profile{
  color: #363636;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 2px;
}

.about .info .title{
  /* color: #00B4D8; */
  color: #363636;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 30px;
}

.about .info .resume{
  letter-spacing: 1px;
}

.about .info .label{
  color: #00B4D8;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.about .info .progress{
  background: #363636;
}
.about .info .progress .progress-bar{ background: #00B4D8; }

/* CONTACT */
.contact {
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
}

.contact .title{
  /* color: #00B4D8; */
  color: #363636;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.contact .form input[type="text"],
.contact .form input[type="email"],
.contact .form textarea{
  padding: 15px;
  border: none;
  font-family: 'Roboto', sans-serif;
}

.contact .form textarea{
  height: 150px;
  min-height: 150px;
  max-height: 250px;
}

.contact .form .button_send{
  background: #363636;
  border: none;
  padding: 7px 30px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
  width: auto;
  border-radius: 5px;
}

.contact .form .button_send:hover{
  background: #00B4D8;
}

/* FOOTER */
.social-networks{
  background: #363636;
  padding: 40px 0;
  margin-bottom: 40px;
}

.social-networks .icon{
  width: 75px;
  height: 75px;
  color: #fff;
  background: #fff;
  display: inline-block;
  margin: 0px 20px;
  text-decoration: none;
  border-radius: 100%;
  transition: all 0.3s ease;
}

.social-networks .icon i{
  font-size: 45px;
  line-height: 100px;
}

.social-networks .icon:hover{
  background: #fff;
  color: #363636;
}

.social-networks .git-hub{
  color: #171515;
}
.social-networks .facebook{
  color: #3b5998;
}
.social-networks .linkedin{
  color: #0e76a8;
}
.social-networks .whatsapp{
  color: #25D366;
}
.social-networks .twitter{
  color: #1da1f2;
}




