@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&display=swap");
* {
  font-family: 'Roboto Condensed', sans-serif;
}

body {
  background: #000;
}

html {
  scroll-behavior: smooth;
}

.parallax {
  position: relative;
}

.clearfix {
  clear: both;
}

.animate {
  opacity: 0;
}

.animated {
  opacity: 1;
}

.movil {
  display: none !important;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.row {
  display: flex;
}

.wrap {
  margin: 0 auto;
  max-width: 85%;
  width: 100%;
  position: relative;
}

.wrap-interior {
  width: 68%;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.display-movil {
  display: none;
}

.clear {
  clear: both;
}

::selection {
  color: #FFF;
  background: #9ebfe8;
}

.full-page {
  min-height: 100vh;
}

.full-page .wrap {
  min-height: 100vh;
}

.full-page .wrap.centrar-contenido {
  display: flex;
  align-items: center;
}

.texto {
  color: #FFF;
  line-height: 25px;
  font-size: 16px;
  font-weight: 300;
}

.texto p {
  margin-top: 0;
}

.over-footer {
  margin-bottom: -3%;
}

section {
  outline: none;
}

h1 {
  font-size: 40px;
  color: #FFF;
  margin: 0;
  font-weight: bold;
}

h2 {
  font-size: 50px;
  line-height: 60px;
  margin: 0 0 10px 0;
  color: #FFF;
  font-weight: bold;
}

h3 {
  font-size: 35px;
  letter-spacing: 2px;
  line-height: 40px;
  margin: 0 0 30px 0;
  color: #FFF;
  font-weight: bold;
}

h4 {
  color: #070506;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 10px 0;
  font-weight: bold;
}

h5 {
  font-size: 15px;
  line-height: 25px;
  margin: 10px 0;
}

.btn {
  color: #FFF;
  text-decoration: none;
  padding: 8px 40px;
  font-weight: 300;
  border-radius: 25px;
  letter-spacing: 1px;
  font-size: 14px;
  transition: all .3s ease;
  display: inline-block;
  border: 1.5px solid #FFF;
}

.btn:hover {
  background: #FFF;
  color: #070506;
}

.btn.invertido {
  background: #070506;
  color: #FFF;
}

.btn.invertido:hover {
  background: #FFF;
  color: #070506;
}

@keyframes animacionnavegar {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, -20px);
  }
  90% {
    transform: translate(0, 0px);
  }
}

@keyframes pulso {
  0% {
    transform: scale(0);
  }
  50% {
    transform: translate(1.2);
  }
  90% {
    transform: translate(0.8);
  }
}

.arrow {
  border: solid #FFF;
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  vertical-align: middle;
  padding: 3px;
  margin: -4px 0 0 3px;
}

.arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.arrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.slick-slide {
  outline: none;
}

.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  cursor: pointer;
}

.slick-slider .slick-arrow img {
  width: 30px;
}

.slick-slider .slick-prev {
  left: 20px;
}

.slick-slider .slick-next {
  right: 20px;
}

.slick-slider .slick-next img {
  transform: rotate(180deg);
}

.slick-slider .slick-disabled {
  opacity: .3;
}

.icono {
  display: block;
  width: 25px;
  height: 25px;
  background-size: 106px;
  background-image: url(/img/iconos-rrss.png);
}

.icono.icono-facebook {
  background-position: 0 0;
}

.icono.icono-facebook:hover {
  background-position: 0 25px;
}

.icono.icono-instagram {
  background-position: 79px 0;
}

.icono.icono-instagram:hover {
  background-position: 79px 25px;
}

.icono.icono-youtube {
  background-position: 52px 0;
}

.icono.icono-youtube:hover {
  background-position: 52px 25px;
}

.icono.icono-vimeo {
  background-position: 25px 0;
}

.icono.icono-vimeo:hover {
  background-position: 25px 25px;
}

.slick-slide {
  outline: none;
}

.slider-holding {
  padding-bottom: 100px;
}

.slider-holding .slick-arrow {
  position: absolute;
  bottom: 0px;
  z-index: 20;
  cursor: pointer;
  transition: all .3s ease;
}

.slider-holding .slick-arrow img {
  width: 30px;
}

.slider-holding .slick-arrow.slick-disabled {
  opacity: .3;
}

.slider-holding .slick-next {
  left: 70px;
}

.slider-holding .slick-next img {
  transform: rotate(180deg);
}

.slider-holding .slick-next:after {
  width: 250px;
  height: 1px;
  background: #FFF;
  content: "";
  position: absolute;
  bottom: -10px;
  left: -70px;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all .3s ease;
  background: rgba(0, 0, 0, 0.8);
}

header .logo {
  transition: all .3s ease;
  max-width: 260px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 5px;
}

header .logo a,
header .logo img {
  display: block;
}

header .menu {
  text-align: right;
  font-size: 0;
  transition: all .3s ease;
}

header .menu li {
  display: inline-block;
  padding: 40px 0;
  margin-left: 40px;
  position: relative;
  vertical-align: middle;
}

header .menu li:hover .submenu {
  display: block;
}

header .menu li.rrss a {
  display: inline-block;
  margin-right: 5px;
}

header .menu li.rrss a:last-child {
  margin-right: 0;
}

header .menu li.rrss a img {
  display: block;
}

header .menu li a {
  text-decoration: none;
  color: #FFF;
  display: block;
  font-size: 15px;
  font-weight: 400;
}

header .menu li a:hover {
  color: #9ebfe8;
}

header .menu li a:hover .arrow {
  border: solid #9ebfe8;
  border-width: 0 1.5px 1.5px 0;
}

header .menu li:hover a {
  color: #9ebfe8;
}

header .menu li:hover a .arrow {
  border: solid #9ebfe8;
  border-width: 0 1.5px 1.5px 0;
}

header .menu li .submenu {
  display: none;
  transition: all .3s ease;
  position: absolute;
  padding: 0;
  left: -20px;
  top: 81px;
  padding-top: 20px;
}

header .menu li .submenu li {
  background: rgba(0, 0, 0, 0.8);
  padding: 0;
  margin: 0;
  min-width: 150px;
  text-align: left;
  width: 100%;
  display: block;
  border-bottom: 1px solid #5f5f5f;
}

header .menu li .submenu li:last-child {
  border-bottom: none;
}

header .menu li .submenu li a {
  padding: 15px 20px;
  color: #FFF;
}

header .menu li .submenu li a:hover {
  background: rgba(149, 180, 218, 0.8);
  color: #FFF;
}

header #menu-cabecera-movil {
  display: none;
  position: absolute;
  right: 0;
  top: 23px;
}

header #menu-cabecera-movil a {
  display: block;
}

header #menu-cabecera-movil img {
  width: 25px;
}

footer {
  color: #FFF;
  padding: 0 0 5% 0;
}

footer .row {
  justify-content: center;
  align-items: top;
}

footer .col {
  margin-right: 5%;
}

footer .col.centrar-vertical {
  display: flex;
  align-items: center;
}

footer .col:last-child {
  margin-right: 0;
}

footer .col span {
  color: #9ebfe8;
}

footer .col .telefonos {
  margin-top: 30px;
}

footer .col .rrss {
  margin: 7px 0 0 0;
}

footer .col .rrss a {
  display: inline-block;
  margin-right: 3px;
}

footer .legal {
  text-align: center;
  padding: 30px 0;
  font-weight: 300;
}

footer .menu-footer {
  text-align: right;
  font-size: 0;
  transition: all .3s ease;
  margin: 0 0 7% 0;
}

footer .menu-footer li {
  display: inline-block;
  padding: 40px 0;
  margin-left: 40px;
  position: relative;
  vertical-align: middle;
}

footer .menu-footer li:first-child {
  margin-left: 0;
}

footer .menu-footer li a {
  text-decoration: none;
  color: #FFF;
  display: block;
  font-size: 15px;
  font-weight: 400;
}

footer .menu-footer li a:hover {
  color: #9ebfe8;
}

footer .menu-footer li:hover a {
  color: #9ebfe8;
}

#banner-home {
  /* height: 100vh; */
  position: relative;
  z-index: 1;
}

#banner-home .slider-home .item {
  height: 100vh;
  position: relative;
}

#banner-home .slider-home .item .contenedor-fondo {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  background: #000;
  z-index: 10;
  height: 100vh;
}

#banner-home .slider-home .item .fondo {
  height: 100vh;
  position: absolute;
  width: 100vw;
}

#banner-home .slider-home .item .fondo.fondo-1 {
  z-index: -1;
  overflow: hidden;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#banner-home .slider-home .item .fondo.fondo-2 {
  z-index: 1;
  overflow: hidden;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#banner-home .slider-home .item .fondo video {
  margin: auto;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
  width: 100vw;
  height: auto;
}

#trabajos {
  position: relative;
  z-index: 2;
  background: #000;
}

#trabajos .cabecera {
  background: #000;
  padding: 40px 0;
}

#trabajos .cabecera .titulo {
  text-align: center;
}

#trabajos .cabecera .titulo h1,
#trabajos .cabecera .titulo h2 {
  text-align: center;
  font-size: 2em;
  line-height: 25px;
  color: #9ebfe8;
  margin: 0;
}

#trabajos .cabecera .titulo h3 {
  line-height: 22px;
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
}

#trabajos .cabecera .botonera {
  width: 70%;
}

#trabajos .cabecera .botonera ul {
  margin: 0;
  padding: 0;
  justify-content: flex-end;
}

#trabajos .cabecera .botonera ul li {
  margin-right: 10px;
}

#trabajos .cabecera .botonera ul li:last-child {
  margin-right: 0;
}

#trabajos .cabecera .botonera ul li:last-child a {
  padding: 10px 0 10px 10px;
}

#trabajos .cabecera .botonera ul li a {
  padding: 10px;
  text-decoration: none;
  color: #FFF;
  display: block;
  font-size: 15px;
  font-weight: 400;
}

#trabajos .cabecera .botonera ul li a.active, #trabajos .cabecera .botonera ul li a:hover {
  color: #9ebfe8;
}

#trabajos .preloader {
  display: none;
  text-align: center;
  padding: 40px 0;
  overflow: hidden;
}

#trabajos .preloader img {
  display: inline-block;
  /* animation: pulse 1s infinite; */
}

#trabajos .listado {
  min-height: 200px;
}

#trabajos .listado .row {
  flex-wrap: wrap;
}

#trabajos .listado .col {
  flex: 0 0 33.3%;
  color: #FFF;
}

#trabajos .listado .col.col-full {
  width: 100%;
  flex: 1 0 100%;
  text-align: center;
}

#trabajos .listado .item {
  position: relative;
  overflow: hidden;
  display: block;
}

#trabajos .listado .item .imagen {
  position: relative;
  overflow: hidden;
}

#trabajos .listado .item .imagen .bg {
  transition: all .3s ease;
  height: 47vw;
  background-size: cover;
  background-position: center center;
}

#trabajos .listado .item .over {
  transition: all .3s ease;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(149, 180, 218, 0.8);
  display: flex;
  align-items: center;
  padding: 20px;
}

#trabajos .listado .item .over h4 {
  transition: all .3s ease;
  color: #FFF;
  text-align: center;
  width: 100%;
  font-size: 25px;
  margin-top: -40px;
}

#trabajos .listado .item:hover .over {
  opacity: 1;
}

#trabajos .listado .item:hover .bg {
  transform: scale(1.1);
}

#trabajos .listado .item:hover h4 {
  margin-top: 0;
}

#proyecto .reel {
  margin-top: 120px;
}

#proyecto .cabecera {
  height: 37vw;
  background-size: cover;
  background-position: center center;
}

#proyecto .video {
  padding: 5% 0 0 0;
}

#proyecto .video .video-wrapper {
  position: relative;
  padding-bottom: 43%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

#proyecto .video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#proyecto .detalle {
  padding: 5% 0 0 0;
}

#proyecto .detalle .col {
  width: 50%;
}

#proyecto .detalle .col.principal {
  margin-right: 10%;
}

#proyecto .detalle h1 {
  font-size: 25px;
  color: #9ebfe8;
}

#proyecto .detalle .descripcion {
  color: #FFF;
  font-weight: 300;
}

#proyecto .detalle b, #proyecto .detalle strong {
  color: #9ebfe8;
  font-weight: 300;
}

#proyecto .rrss {
  color: #FFF;
  font-weight: 300;
}

#proyecto .rrss .links {
  margin: 5px 0 0 0;
}

#proyecto .rrss a {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

#proyecto .galeria {
  flex-wrap: wrap;
  margin: 5% 0 0 0;
}

#proyecto .galeria .col {
  flex: 1 0 33.3%;
}

#proyecto .galeria .col:nth-child(4n+4) {
  flex: 1 0 66.6%;
}

#proyecto .galeria .col a {
  display: block;
  position: relative;
}

#proyecto .galeria .col a .imagen {
  position: relative;
  overflow: hidden;
}

#proyecto .galeria .col a .imagen .bg {
  transition: all .3s ease;
  height: 20vw;
  background-size: cover;
  background-position: center center;
}

#proyecto .galeria .col a .over {
  transition: all .3s ease;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(149, 180, 218, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

#proyecto .galeria .col a .over div {
  transition: all .3s ease;
  display: inline-block;
  margin-top: -40px;
}

#proyecto .galeria .col a .over div img {
  max-width: 60px;
  width: 100%;
}

#proyecto .galeria .col a:hover .over {
  opacity: 1;
}

#proyecto .galeria .col a:hover .bg {
  transform: scale(1.1);
}

#proyecto .galeria .col a:hover div {
  margin-top: 0;
}

#proyecto .galeria.design .col {
  flex: 1 0 33.3%;
}

#proyecto .galeria.design .col:first-child {
  flex: 1 0 100%;
}

#proyecto .galeria.design .col:first-child .bg {
  height: 30vw !important;
}

#proyecto .galeria.design .col:nth-child(4n+4) {
  flex: 1 0 66.6%;
}

#contact-us {
  padding: 5% 0 10% 0;
  background: #000;
  z-index: 2;
  position: relative;
  color: #FFF;
}

#contact-us .wrap .row {
  flex-wrap: wrap;
  justify-content: center;
}

#contact-us .wrap h2 {
  font-size: 20px;
  line-height: 25px;
  color: #9ebfe8;
  margin: 0 0 20PX 0;
}

#contact-us .wrap .col {
  max-width: 300px;
  width: 100%;
  padding: 0 3%;
  margin: 0 0 20px 0;
  color: #FFF;
  text-align: center;
}

#contact-us .wrap .col .imagen {
  height: 200px;
  background-size: cover;
  background-position: center center;
  margin: 0 0 20px 0;
}

#contact-us .wrap .col h4 {
  color: #FFF;
  margin: 0;
  font-weight: 500;
}

#contact-us .wrap .col p {
  margin: 0;
}

#contact-us .wrap .col .descripcion {
  color: #9ebfe8;
  margin: 0 0 30px 0;
}

#contact-us .wrap .col .email b,
#contact-us .wrap .col .telefono b {
  font-weight: 500;
}

#contact-us .wrap .detalle-contacto {
  padding: 10% 0 0 0;
  text-align: center;
}

#contact-us .wrap .detalle-contacto .follow-us,
#contact-us .wrap .detalle-contacto .email {
  color: #9ebfe8;
}

#contact-us .wrap .detalle-contacto .follow-us {
  margin: 0 0 5px 0;
}

#contact-us .wrap .detalle-contacto .rrss {
  margin: 20px 0 40px 0;
  text-align: center;
}

#contact-us .wrap .detalle-contacto .rrss a {
  display: inline-block;
  margin-right: 5px;
}

#contact-us .wrap .detalle-contacto .rrss a:last-child {
  margin-right: 0;
}

.correo-footer{
  font-size: 1.3em;
}

@media (max-width: 768px) {
  #proyecto .reel {
    margin-top: 0;
  }
}
