/* Generales */

*{
  outline: 0;
  margin: 0;
  padding: 0;
}

body {
  color: #555;  
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;    
  position: relative;
}

h2{
  color: #002a5f;
  font-weight: 600;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 50px;
  text-align: left;
  position: relative;
}

h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 50px;
  height: 5px;
  background: #2ec9fb;
  display: block;
}

h3 {
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

a{
  color: #555;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;  
}

a:hover{
  color: #2ec9fb;
}

a, a:hover, a:active, a:focus{
  text-decoration: none;
  outline: 0;
  border: 0;
}

a.boton{
  background: #fff;
  color: #002a5f;
  padding: 10px 25px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 30px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;  
}

a.boton:hover{
  background: #002a5f;
  color: #fff;
}

p {
  clear: both;
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 28px;
}

ul{
  margin: 0;
  padding: 0;
}

li{
  list-style: none;
}

section{
  background: #fff;
  position: relative;
  padding: 120px 0;
  width: 100%;
  z-index: 2
}

.parallax-window{
  min-height: 500px;
  background: transparent;
}

/* Header */

#header{
  position: fixed;
  left: 0;
  top: 0;
  background: #ffffff;
  width: 100%;
  z-index: 10;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);  
}

.top{
  background: #002a5f;
  height: 40px;
  width: 100%;
}

.telefono{
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 40px;
  margin-right: 20px
}

.telefono i{
  color: #2ec9fb;
  font-size: 21px;
  margin-right: 10px;
  vertical-align: sub
}

#idiomas {
  float: right;
  margin-top: 10px;
  margin-right: -14px;
}

#idiomas li{
  float: left;
  margin-left: 10px
}

#idiomas li img{
  width: 20px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#idiomas li.activo img{
  -webkit-filter: none;
  filter: none;
}

.navbar {
    margin-bottom: 16px;
}

.navbar-toggle .icon-bar {
    background: #0253a4;
}

.navbar-brand {
   padding: 5px 15px 5px 0;
}

#navbar {
  padding-top: 18px;    
}

.nav>li a:hover, .nav>li a:active, .nav>li a:focus {
    background: none
}

.nav>li>a {
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
}
.nav>li>a:after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 5px;
  height: 3px;
  width: 0px;
  background: #002a5f;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;  
}

.nav>li.active>a:after {
  width: 25px;
}

.nav>li.active.link-contacto>a:after {
  width: 0px !important;
}

.navbar-nav>li>a {
  padding-top: 12px;
  padding-bottom: 12px;
}

.navbar-nav>li>a.boton{
  background: #002a5f;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;  
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.navbar-nav>li>a.boton:hover{
  background: #2ec9fb;
}

.navbar-toggle {
  margin-top: 25px;
}

.navbar-header{
  position: relative;
}

.header-nav.open {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; 
}

.nav-toggle {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 999999;
  padding: 10px 35px 16px 0;
  cursor: pointer; 
}

.nav-toggle:focus {
  outline: none; 
}

.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 1px;
  background: #002a5f;
  cursor: pointer; 
}

.nav-toggle.active span, .nav-toggle.active span:before, .nav-toggle.active span:after {
  background: #fff;
}  

.nav-toggle span:before {
  top: -10px; 
}

.nav-toggle span:after {
  bottom: -10px; 
}

.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; 
}

.nav-toggle.active span {
  background-color: transparent; 
}

.nav-toggle.active span:before, .nav-toggle.active span:after {
  top: 0; 
}

.nav-toggle.active span:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-toggle.active span:after {
  top: 10px;
  -ms-transform: translatey(-10px) rotate(-45deg);
  -webkit-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg); 
}

.navicon {
  position: absolute;
  height: 26px;
  right: 10px;
  top: 24px;
  display: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; 
}

/* Home */

#home {
  padding-top: 110px;
  padding-bottom: 0;
  position: relative;
  height: 90vh
}

.slider{
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content:center;  
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.slide{
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.slide img{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide img{
  -webkit-animation: sliderzoom linear 40s infinite alternate;
  -moz-animation: sliderzoom linear 40s infinite alternate;
  animation: sliderzoom linear 40s infinite alternate;
}


keyframes sliderzoom{
  from { 
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); 
  }
  to   {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@-webkit-keyframes sliderzoom{
  from { 
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  to   {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@-moz-keyframes sliderzoom{
  from { 
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); 
  }
  to   {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
}

.slide .txt{
  height: 100%;
  position: relative;
  text-align: center;
  max-width: 720px;
  margin: -50px auto 0;
  z-index: 3
}
.slide .txt h1{
  text-transform: uppercase;
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  opacity: 0; 
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;    
}

.slide .txt p {
  color: #fff;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 22px;
  opacity: 0; 
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;   
}

.slide .txt a {
  opacity: 0; 
  -webkit-transition: all 6400ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;   
}

.slide.swiper-slide-active .txt h1, .slide.swiper-slide-active .txt p, .slide.swiper-slide-active .txt a{
  opacity: 1;
}

.blend{
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-image: -webkit-linear-gradient(-140deg, #002a5f, rgba(2, 83, 164, 0));
  background-image: -moz-linear-gradient(-140deg, #002a5f, rgba(2, 83, 164, 0));
  background-image: -o-linear-gradient(-140deg, #002a5f, rgba(2, 83, 164, 0));
  background-image: -ms-linear-gradient(-140deg, #002a5f, rgba(2, 83, 164, 0));
  background-image: linear-gradient(-140deg, #002a5f, rgba(2, 83, 164, 0));
  z-index: 2
}

.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #002a5f;
}

.video-container .poster img {
  width: 100%;
  bottom: 0;
  position: absolute;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container video {
  object-fit: cover;
  background: #002a5f;
}

.botonera-slider {
    position: absolute;
    bottom: 5px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.slider-bullets {
    position: relative;
    height: 80px;
    padding: 10px;
    z-index: 2;
    margin: 0 auto;
    display: table;
}

.slider-bullets li {
  cursor: pointer;
  float: left;
  list-style: none;
  width: 150px;
  height: 80px;
  margin-left: 10px;
  color: #fff;
  padding: 20px 10px;
  line-height: 15px;
  position: relative;
  text-align: center;
  border-radius: 20px;
  font-size: 14px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;    
}

.slider-bullets li img {
    max-width: 40px;
    position: relative;
    z-index: 23;
    float: left;
    margin-right: 12px;
}

.slider-bullets li span {
    position: relative;
    z-index: 2;
    text-align: left !important;
    display: block;
    padding-left: 10px;
    padding-top: 5px;
}

.slider-bullets li:hover, .slider-bullets li.is-active {
    background: #002a5f  !important;
    color: #fff !important
}

/* Institucional */

#institucional h2{
  text-align: left;
}

#institucional p{
  padding-right: 30px
}

/* Servicios */

#servicios{
  color: #fff;
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
}

#servicios .row{
  position: relative;
  z-index: 2
}

#servicios h2{
  color: #fff;
  text-align: center !important;
  float: none;
  display: table;
  margin: 0 auto 50px
}

#servicios h2, #utiles h2{
  text-align: center;
}

#servicios h2:after, #utiles h2:after {
    left: 0;
    right: 0;
    margin: auto;
}

#servicios li {
  margin-bottom: 10px;
  list-style-type: circle;
  margin-left: 18px;
  font-size: 15px;
  line-height: 19px;
  color: #2ec9fb;
}

#servicios li span{
  color: #002a5f
}

.item-servicio{
  width: 20%;
  float: left;
  padding: 0 15px
}

.item-servicio, .item-servicio .foto{
  position: relative;
}

.item-servicio p {
  font-size: 14px;
  line-height: 20px;
}

.item-servicio div.azul {
  opacity: 0;
  background: rgba(0, 42, 95,0.7);
  padding: 20px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%
}

.item-servicio:hover div.azul {
  opacity: 1;
}

.item-servicio div.blanco {
  background: rgba(255,255,255,0.8);
  padding: 20px;
  color: #002a5f;
  min-height: 310px;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;  
}

.item-servicio:hover div.blanco {
  background: rgba(0, 42, 95, 0.70);
  color: #fff;
}

#servicios .item-servicio:hover div.blanco li span{
  color: #fff;
}

.overlay{
  background: rgba(0, 42, 95, 0.70);  
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

/* Datos utiles */

#utiles{
  text-align: center;
  background: #f4f4f4
}

#utiles i{
  color: #2ec9fb;  
  display: block;
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px
}

#utiles a{
  border-color: #2ec9fb;
  color: #2ec9fb;
  clear: both;
}

#utiles a:hover{
  background: #2ec9fb;
  color: #fff;
  clear: both;
}

#utiles a.boton{
  border-color: #002a5f;
  background: #002a5f;
  color: #fff
}

#utiles p{
  line-height: 20px;
  margin-bottom: 30px
}

#utiles img {
  display: block;
  text-align: center;
  margin: 0 auto 20px;
}

#descargas, #maritimos .container{
  background: #fff;
  color: #002a5f;
  padding: 50px
}

#descargas h1{
  text-transform: uppercase;
  margin-bottom: 50px;
  font-weight: 700
}

#descargas a {
  clear: both;
  float: left;
  margin-bottom: 20px;
  font-size: 16px;
}
#descargas img{
  max-width: 40px;
  margin-right: 10px
}

/* Contacto */

#contacto p, #contacto a{
  margin-left: 10px;
  float: left;
}

#contacto i{
  float: left;
}

#contacto h2{
  text-align: left;
}

#contacto p span{
  color: #2ec9fb  
}

.fila-dato {
  margin-bottom: 30px;
  padding-left: 0;
}

.icono {
  color: #2ec9fb;
  float: left;
  font-size: 26px;
  margin-bottom: 5px;
}

.icono-txt {
  float: left;
  padding-left: 10px;
  padding-top: 3px;
}

.icono-txt p, .icono-txt a{
  float: left;
  clear: both;
  font-size: 16px;
  line-height: 18px;
}

.icono-txt p{
  margin-bottom: 5px
}

form {
  margin-top: -10px;
}

input, textarea {
  border: 0;
  color: #002a5f;
  line-height: 45px;
  padding: 0 !important;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 2px solid #002a5f;
  background: transparent;
}

input{
  height: 45px;
}

input#btn-enviar{
  background: #002a5f;
  color: #fff;
  max-width: 160px;
  float: right;
  border: 0;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 15px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

input#btn-enviar:hover{
  background: #2ec9fb;
}

textarea{
  height: 115px;  
}

.separador{
  color: #2ec9fb;
  margin: 0 5px;
}

/* Mapa */

#mapa{
  padding: 0;
  overflow: hidden;
}

#map{
  height: 500px;
  width: 100%;
  float: left;
}

/* Footer */

footer{
  background: #002a5f;
  color: #fff;
  width: 100%;
  padding: 20px 0;
}

footer p{
  font-size: 15px;
  margin-bottom: 0
}

footer a{
  color: #2ec9fb
}

.datos p{
  float: left;
  margin-right: 10px
}

/* Media queries */

@media (max-width: 1400px) {
    #servicios{
    padding-left: 20px;
    padding-right: 20px
  }
}
@media (max-width: 1199px) {
  .item-servicio{
    width: 33.3%;
    min-height: 550px;
    margin-bottom: 20px
  }
}

@media (max-width: 991px) {
  .item-servicio{
    width: 50%;
    min-height: 550px;
    margin-bottom: 20px
  }
}

@media (max-width: 991px) {
  #logo{
    max-width: 250px
  }
  .navbar-brand {
    height: auto;
    padding: 15px 15px 5px 0;
  }  
  .slider-bullets li {
    height: 100px;
  }  
  .slider-bullets li img {
      float: left;
      display: block;
      clear: both;
  }  
  .slider-bullets li span {
    display: block;
    padding-left: 0px;
    float: left;
  }
}


@media (max-width: 991px) and (min-width: 769px){

  .foto-institucional img {
      margin-top: 100px;
  }
}

@media (min-width: 769px) {
  .poster{
    display: none;
  }
}

@media (max-width: 768px) {
  video.fillWidth{
    display: none;
  }
.titulo-video{
  padding-top: 50px
}
  .parallax-window, #servicios{
    background: #002a5f !important
  }
  .navicon {
    display: block;
  }
.telefono {
    font-size: 14px;
}    
.telefono i {
    font-size: 18px;
}
#idiomas {
    margin-right: 15px;
}
  p{
    font-size: 14px
  }
  .slide .txt h1, h2 {
      font-size: 30px;
  }
  .slide .txt p {
    color: #fff;
    margin-bottom: 30px;
    font-size: 13px;
  }
  .slider-bullets{
    padding: 0
  }

  .slider-bullets li {
    height: auto;
    width: 70px;
    margin-left: 0;
    padding: 20px 10px;
    font-size: 12px;
    border-radius: 10px
  }  

  .slider-bullets li img {
    max-width: 35px;
  }  
  .txt-institucional{
    margin-bottom: 50px
  }
  #servicios{
    padding-left: 20px;
    padding-right: 20px
  }
  .item-servicio{
    width: 100%;
    min-height: auto;
    margin-bottom: 50px;
  }
  .item-util{
    margin-bottom: 60px
  }

  form{
    margin-top: 40px
  }
  footer p{
    font-size: 13px;
    text-align: center !important;
  }
  .macro{
    display: block;
  }
  .datos p {
      float: none;
      margin: 0 auto 20px;
      text-align: center;
  }

  header {
    width: 100%;
  }

  .header-nav {
    position: fixed;
    background: rgba(0, 42, 95, 0.90);  
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
  }
  .navbar-brand {
      height: auto;
      padding: 10px 15px 5px 15px;
  }
  .navicon {
    visibility: visible;
  }
  header .nav-wrapper {
    display: absolute;
  }
  header nav {
    position: relative;
    top: 45%;
    -moz-transform: translatey(-45%);
    -ms-transform: translatey(-45%);
    -o-transform: translatey(-45%);
    -webkit-transform: translatey(-45%);
    transform: translatey(-45%);
  }

  nav ul li a, .navbar-nav>li>a.boton {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
  }
  .navbar-nav>li>a{
      font-size: 25px;
  }
  .navbar-nav>li>a.boton{
    background: transparent !important;
        font-size: 25px;
    font-weight: 700
  }
  nav ul li {
    margin-bottom: 25px
  }

  nav ul li {
    display: block;
  }

  nav ul {
    margin: 0;
    padding: 0;
    text-align: center;
  }

  nav ul li a {
    padding-right: 0;
    font-size: 26px;
  }


  nav ul li{ 
    opacity: 0;
    -moz-transform: translate3d(0, -80px, 0);
    -ms-transform: translate3d(0, -80px, 0);
    -o-transform: translate3d(0, -80px, 0);
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
    -moz-transition: -moz-transform 0.5s, opacity 0.5s;
    -o-transition: -o-transform 0.5s, opacity 0.5s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    -moz-transition: -moz-transform 0.5s, opacity 0.5s;
    -o-transition: -o-transform 0.5s, opacity 0.5s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s
  }

  header .header-nav.open ul li{
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  nav ul li:first-child {
    -moz-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s
  }

  nav ul li:nth-child(2) {
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
  }

  nav ul li:nth-child(3) {
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s
  }

  nav ul li:nth-child(4) {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
  }

  .nav>li>a:after{
    display: none;
  }
  .navbar-nav>li.active>a {
      color: #2ec9fb;
  }

.swiper-slide {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.slide .txt {
    max-width: 90%;
    margin: 20px auto 0;
}
}

.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}