
body {
   
    background: #363636;
    font-family: "Helvetica";
    font-size: 13px;
    color: #FFFFFF;
    line-height: 1;
    margin: 350 auto;
    max-width: 1200px;
}

h1 {
    /* LINKS color: #48D1CC; */
    text-align: left;
    font-size: 70px;
    font-weight: 1000;
    line-height: 1;
}

h2 {
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
}

p {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-align : justify;
}




/* LINKS */

a:link {
    text-decoration: none;
     color: #48D1CC;
}

a:visited {
    text-decoration: none;
    color: #48D1CC;
}






a:hover {
    text-decoration: none;
    color: red;
}

a:active {
    text-decoration: underline;
    color: #48D1CC;
}








div {
    margin: 10 auto;
    padding: 15px;
}








div.fixed {
    position: fixed;
    top: 5;
    left: 120;
    width: 300px;
    border: 3px solid #8B8989;
}
    

.container {
  max-width: 500 px;
  margin: 100 auto;
}

#col {
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;

  
}





li {
    float: right;
    display: block;
    color: white;
    padding: 16px;
    text-decoration: none;
}




ul {
    list-style-type: none;
    margin: 0px;
    padding: 0;
    overflow: hidden;
    background-color: #363636;
    position: fixed;
    top: 0;
    width: 100%;
    right: 120;
}




























li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: #FFF;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: whitesmoke;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: right;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}








 div.img {
    opacity: 0.5;
    filter: alpha(opacity=50)
    margin: 50px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
    margin: 1.5em 1.5em 1.5m 1em;
    width: 20%;
    height: 50px;

}

div.img:hover {
    border: 1px solid #777;
  
}

div.img img {
    width: 10%;
    height: auto;
}

div.img portrait {
    width: 100%;
    height: auto;
    margin: 100 auto;
}






.container {
  position: center;
  width: 50%;
}


.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 50%;
  opacity: 0;
  transition: .5s ease;
  background-color: #48D1CC;
}

.container:hover .overlay {
  opacity: 10;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}


icono {
position: relative;
left: 10vw;
top: 10vh;
transition: all 0.3s ease;
}
.icono:hover {
border-radius:50%;
}



.img-circle {
    border-radius: 50%;
}
