@import url(https://fonts.googleapis.com/css?family=Comfortaa);
div {
    display: block;
  }

  h3 {
    font-size: 18px;
    font-family: Comfortaa,Arial,Sans-serif
}
  .imglogo{
    margin-top: 50px;
  }
  .imgbloque2{
    margin-top: 10px;
  }
  .textocasual{
    padding: 90px;
  }
  .color1 {
  background-color: #3952e2;
  height: 400px;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
  }
  .color2 {
  background-color: #ffffff;
  height: 300px;
  text-align: center;
  color: rgb(0, 0, 0);
  margin-bottom: 30px;
  }
  .colorhead {
    height: 400px;
    text-align: center;
    color: #fff;
    background: url(/imagenesD/01toppatas.jpg) center no-repeat;
    background-size: cover;
    margin-bottom: 10px;
    }
  body{
  height:100%;
  }
  #img2 {
  width: 100%;
  height: auto;
  }
  .column {
  float: left;
  width: 40%;
  height: 300px;
}
.column2 {
  float: left;
  width: 60%;
  height: 300px;
  font-family: Comfortaa;
}
.column3 {
    float: left;
    width: 33.3%;
    height: 320px;
    font-family: Comfortaa;
  }
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Quienes estilo En Actualidad */
.cactualidad {
    padding-top: 10px;
    height: 443px;
    text-align: center;
    color: #fff;
    background: url(/imagenesD/01actualidad.jpg) center no-repeat;
    background-size: cover;
    font-family: Comfortaa;
}

.cactualidad h3 {
    margin: 0;
    line-height: 36px
}

.cactualidad h2 {
    font-size: 18px;
    font-family: Comfortaa,Arial,Sans-serif
}

.cactualidad p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 36px
}

.cactualidad p:after {
    content: '&nbsp;';
    display: block;
    width: 54px;
    height: 2px;
    line-height: 2px;
    text-indent: -9999px;
    margin: 29px auto 40px;
    background: #fff
}

.cactualidad a {
    color: #fff;
    margin: 0 18px;
    font-size: 18px
}

.ctrabajamos {
    padding-top: 30px;
    height: 600px;
    text-align: center;
    color: #fff;
    background: url(/imagenesD/01midtrabajamos2.jpg) center no-repeat;
    background-size: cover;
    font-family: Comfortaa;
}
.ctrabajamos h2 {
    margin-top: 450px;
    font-size: 18px;
    text-align: center;
    font-family: Comfortaa,Arial,Sans-serif
}
.ctrabajamos h3 {
    font-size: 24px;
    text-align: center;
    font-family: Comfortaa,Arial,Sans-serif
}

/* Menu over */
.perfiles li {
  float: left;
  width: 33.333%;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-shadow: 0.1em 0.1em 0.2em black;
  /*text-transform:uppercase;*/
}

.perfiles li img {
  display: block;
  width: 100%
}

.perfiles li span {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 1;
  text-align: center
}

.perfiles li .name {
  font-family: Comfortaa,Arial,Sans-serif;
  font-size: 2vw;
  line-height: 24px;
  bottom: 16.47058824%
}

.perfiles li .infor {
  font-size: 1.2vw;
  line-height: 12px;
  bottom: 10.78431373%
}

.perfiles li div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  z-index: 200;
  background: rgba(33, 10, 233, 0.9);
  opacity: 0;
  transition: all .3s linear
}

.perfiles li div span {
  top: 11.76470588%;
  font-size: 2vw;
  font-family: Comfortaa,Arial,Sans-serif
}

.perfiles li div p {
  line-height: 1.2;
  font-size: 1vw;
  padding: 0 40px;
  width: 406px;
  position: absolute;
  top: 23.52941176%;
  left: 50%;
  margin-left: -208px;
  font-family: Comfortaa,Arial,Sans-serif
}

.perfiles li:hover div {
  top: 0;
  opacity: 1
}

.perfiles li:hover .infor,.perfiles li:hover .name {
  display: none
}


@media screen and (max-width: 1440px) {
  .perfiles .ali:hover div span {
      top:9%
  }

  .perfiles .ali:hover div p {
      top: 16%;
      line-height: 16px
  }
}