@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
  font-family: 'ecoicon';
  src: url("../fonts/ecoicons/ecoicon.eot");
  src: url("../fonts/ecoicons/ecoicon.eot?#iefix") format("embedded-opentype"), url("../fonts/ecoicons/ecoicon.woff") format("woff"), url("../fonts/ecoicons/ecoicon.ttf") format("truetype"), url("../fonts/ecoicons/ecoicon.svg#ecoicon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.plantilla {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 300;
  font-family: 'Lato', Calibri, Arial, sans-serif;
  overflow-y: scroll;
}

.plantilla a {
  color: #f7f7f7;
}

.plantilla header {
  top: 0;
  position: fixed;
  background-color: white;
  height: 9vh;
  z-index: 20;
}

.plantilla header .header__imgcimogsys {
  position: absolute;
  left: 2%;
}

.plantilla header .header__imgmenu {
  position: absolute;
  padding-top: 1%;
  right: 2%;
}

.plantilla .main__team {
  padding-top: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: 'Raleway', Arial, sans-serif;
  display: flex;
}

.plantilla .main__team .main__team__title {
  color: gray;
  padding-left: 9%;
}

.plantilla .main__team .main__team__name {
  font-size: 1.2em;
}

.plantilla .main__team hr {
  background-color: #EDEDED;
}

.plantilla .main__team .main__team__container__photos {
  padding: 0 7% 0 7%;
}

.plantilla .main__team .main__team__grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  width: 20em;
  height: 17em;
  text-align: center;
  cursor: pointer;
}

.plantilla .main__team .main__team__grid figure img {
  position: relative;
  opacity: 0.8;
  -o-object-fit: cover;
     object-fit: cover;
  width: 20em;
  height: 19em;
}

.plantilla .main__team .main__team__grid figure figcaption {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.plantilla .main__team .main__team__grid figure figcaption a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.plantilla .main__team .main__team__grid figure figcaption h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  margin: 0;
}

.plantilla .main__team .main__team__grid figure figcaption h2 span {
  font-weight: 800;
}

.plantilla .main__team .main__team__grid figure figcaption p {
  letter-spacing: 1px;
  font-size: 68.5%;
  margin: 0;
  height: 3em;
}

.plantilla .main__team .effect-goliath {
  background: #df4e4e;
}

.plantilla .main__team .effect-goliath img,
.plantilla .main__team .effect-goliath h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}

.plantilla .main__team .effect-goliath h2,
.plantilla .main__team .effect-goliath p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}

.plantilla .main__team .effect-goliath p {
  text-transform: none;
  font-size: 70%;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

.plantilla .main__team .effect-goliath:hover img {
  -webkit-transform: translate3d(0, -60px, 0);
  transform: translate3d(0, -60px, 0);
}

.plantilla .main__team .effect-goliath:hover h2 {
  -webkit-transform: translate3d(0, -60px, 0);
  transform: translate3d(0, -60px, 0);
}

.plantilla .main__team .effect-goliath:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.plantilla .main__publications {
  padding-top: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: flex;
  min-height: 100vh;
}

.plantilla .main__publications .main__publications__title {
  color: gray;
  padding-left: 9%;
}

.plantilla .main__publications .main__publications__detail {
  padding-right: 15%;
  padding-bottom: 1%;
}

.plantilla .main__publications .main__publications__author {
  color: gray;
}

.plantilla .main__publications .main__publications__hi-icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid #355277;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #355277;
}

.plantilla .main__publications .main__publications__hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.plantilla .main__publications .main__publications__hi-icon:before {
  font-family: 'ecoicon';
  speak: none;
  font-size: 32px;
  line-height: 70px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}

.plantilla .main__publications .main__publications__hi-icon-bookmark:before {
  content: "\e011";
}

.plantilla .main__publications .main__publications__hi-icon-effect-8 .main__publications__hi-icon {
  background: #fff;
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
}

.plantilla .main__publications .main__publications__hi-icon-effect-8 .main__publications__hi-icon:after {
    top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.plantilla .main__publications .main__publications__hi-icon-effect-8 .main__publications__hi-icon:hover {
    background: rgba(255, 255, 255, 0.05);
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
  color: #355277;
  text-decoration: none;
}

.plantilla .main__publications .main__publications__hi-icon-effect-8 .main__publications__hi-icon:hover:after {
  webkit-animation: sonarEffect 1.3s ease-out 75ms;
  -moz-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms;
  text-decoration: none;
}

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.5;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }

  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.5;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }

  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

.plantilla .main__center {
  padding-top: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.plantilla .main__center .main__center__title {
  color: gray;
  padding-left: 9%;
}

.plantilla .main__center .main__center__itemtitle {
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  font-size: 14em;
  color: #2F4F75;
  font-weight: normal;
  padding-left: 7%;
  margin-top: 0;
}

.plantilla .main__center .main__center__itemtitlelower {
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  font-size: 8em;
  color: #2F4F75;
  font-weight: normal;
  padding-left: 7%;
  margin-top: 0;
}

.plantilla .main__center .main__center__detail {
  padding-left: 55%;
  padding-right: 13%;
  font-size: 20px;
  margin-top: -9%;
}

.plantilla .main__center .main__center__detaillowerleft {
  padding-left: 8%;
  font-size: 17px;
  margin-top: -4%;
}

.plantilla .main__center .main__center__detaillowerright {
  padding-right: 8%;
  font-size: 17px;
  margin-top: -4%;
}

.plantilla .main__center .main__center__img {
  margin-top: -3%;
}

.plantilla .main__news {
  padding-top: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 100vh;
}

.plantilla .main__news .main__news__title {
  color: gray;
  padding-left: 9%;
  
}

.plantilla .main__proyects {
  padding-top: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100vh;
  min-height: 100vh;
  
}

.plantilla .main__proyects .main__proyects__title {
  color: gray;
  padding-left: 9%;
}

.plantilla .main__proyects .main__proyects__titleitems {
  color: gray;
  width: 70%;
}

.plantilla .main__proyects .main__proyects__description {
  color: black;
  width: 100%;
  padding-left: 10em;
}

.plantilla footer {
  height: 9vh;
  background-color: #fff;
  bottom: 0;      
  align-self: flex-end;
}




@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'codropsicons';
  src: url(/fonts/codropsicons.eot?e0c41e218300b108279dfd69224873a8);
  src: url(/fonts/codropsicons.eot?e0c41e218300b108279dfd69224873a8) format("embedded-opentype"), url(/fonts/codropsicons.woff?70b872279cb3b15ddf0447a94c985c1d) format("woff"), url(/fonts/codropsicons.ttf?89060daed41f701ecf87e69c4c6b635b) format("truetype"), url(/fonts/codropsicons.svg?1958497a8eab2ae7a4f8d3e602655143) format("svg");
}

.index {
  color: #fff;
  font-weight: 300;
  font-family: 'Lato', Calibri, Arial, sans-serif;
}

.index a {
  text-decoration: none;
  color: #f7f7f7;
  outline: none;
}

.index header .header__imgcimogsys {
  position: absolute;
  top: 2%;
  left: 2%;
  z-index: 2;
}

.index header .header__imgmenu {
  position: absolute;
  top: 3.5%;
  right: 2%;
  z-index: 2;
}

.index main .main__index__texto {
  background-color: #f2f2f2;
  padding: 4%;
  position: absolute;
  z-index: 1;
  height: 100vh;
  min-height: 100vh;
  right: 0;
  opacity: 0.4;
  display: flex;
  border-color: #a9a9a9;
  border-left: 1px;
}

.index main .main__index__textofooter {   
  background-color: transparent;
  position: absolute;
  z-index: 1;
  height: 100vh;
  min-height: 100vh;
  right: 0;
  display: flex;    
}

.index main .main__index__textofooter p {
  font-size: 15px;
  color: black;
  text-align: justify;       
  align-items: center;
}

.index main .main__index__texto p {
  font-size: 18px;
  color: black;
  text-align: justify;

  align-items: center;
}

.index main .tilt {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0px;
}

.index main .tilt__back,
.index main .tilt__front {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.index main .tilt__front {
  position: absolute;
  top: 0;
  left: 0;
}

.index main .grid--examples {
  position: relative;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}

.index main .grid--examples .tilt {
  position: absolute;
  bottom: 0;
}

.index main .grid__img--example-3 .tilt {
  -webkit-filter: grayscale(100%) brightness(105%) contrast(120%);
  filter: grayscale(100%) brightness(105%) contrast(120%);
  -webkit-transition: filter 0.5s, -webkit-filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
}

.index main .grid__img--example-3 .tilt:hover {
  -webkit-filter: none;
  filter: none;
}

.index footer .footer__imgrearcc {
  position: absolute;
  bottom: 1%;
  left: 2%;
  z-index: 2;
  height: auto;
  width: 11%;
}

.index footer .footer__imginvestigarr {
  position: absolute;
  bottom: 1%;   
  z-index: 2;
  height: auto;
  width: 14%;
}

.footer__imgrearc, .footer__imginvestigar {
  width: 75%;
  height: 75%;
}

.main__titulo_lineas{
  margin-bottom: 4em;
}

.footer__direccion{
  color: black;
  align-self: flex-end;

}