@import url("estilos.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
.clear {
  clear: both;
}
img {
  border: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  color: #707070;
}
.bgMarino {
  background: #144b8f;
}
.bgTrom {
  background: url("../img/trompetas.png") no-repeat;
  background-position: center center;
}
.bgPattern {
  background: url("../img/bgPattern.jpg");
}
.bgGris {
  background: #eaeae9;
}
.bgInfo {
  background: url("../img/bgInfo.jpg");
  background-size: cover;
}
.bgContacto {
  background: url("../img/bgConta.jpg");
  background-size: cover;
}
.fcBco {
  color: #fff;
}
.fcMar {
  color: #144b8f;
}
.fcAma {
  color: #f6c223;
}
.textMar {
  line-height: 24px;
  color: #144b8f;
  text-align: justify;
  margin-bottom: 30px;
}
.textGris {
  line-height: 24px;
  color: #707070;
  text-align: justify;
  margin-bottom: 30px;
}
.filosofia {
  background: #144b8f;
  padding: 20px;
  color: #fff;
  text-align: center;
  position: relative;
  height: 510px;
}
.filosofia hr {
  border: none;
  background: #154086;
  height: 2px;
  margin: 8px;
}
.filosofia h3 {
  font-size: 40px;
  line-height: 40px;
  padding: 0px;
  margin: 0px;
}
.filosofia p {
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}
.filosofia .der {
  position: absolute;
  top: 155px;
  right: 40px;
  z-index: 99;
}
.filosofia .der:hover {
  cursor: pointer;
}
.filosofia .izq {
  position: absolute;
  top: 155px;
  left: 40px;
  z-index: 99;
}
.filosofia .izq:hover {
  cursor: pointer;
}
.filosofia #Mis {
  position: absolute;
  top: 0;
  width: 88%;
  margin-top: 150px;
  margin-bottom: 20px;
}
.filosofia #Vis {
  position: absolute;
  top: 0;
  width: 88%;
  opacity: 0;
  margin-top: 150px;
  margin-bottom: 20px;
}
h2 {
  color: #144b8f;
  text-align: center;
  font-size: 38px;
}
h2 img {
  margin-right: 15px;
margin-top
}
.subtit {
  background: #164eac;
  padding: 15px;
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
}
.subtit img {
  margin-right: 15px;
}
.textGris {
  line-height: 26px;
  font-size: 16px;
  color: #919191;
}
#listBullet {
  list-style-image: url("../img/bullet.png");
}
#listBullet li {
  line-height: 26px;
  font-size: 16px;
  color: #919191;
  margin-top: 10px;
}
.btnAma {
  background: #f6c223;
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  display: table;
}
.btnAma img {
  margin-left: 15px;
}
.btnAzu1 {
  background: #112484;
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  display: table;
}
.btnAzu1 img {
  margin-left: 15px;
}
.btnAzu2 {
  background: #1f6dc2;
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  display: table;
}
.btnAzu2 img {
  margin-left: 15px;
}
.grid-item {
  height: 330px;
}
#mainMenu {
  float: right;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#mainMenu .separa {
  padding: 25px 0px;
}
#mainMenu li {
  float: left;
  position: relative;
  display: block;
}
#mainMenu li a {
  padding: 30px 20px 35px 20px;
  font-size: 14px;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
}
#mainMenu li a img {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 50%;
  margin-left: -12px;
  opacity: 0;
  width: 28px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#mainMenu li a span {
  display: block;
}
#mainMenu li:hover {
  cursor: pointer;
}
#mainMenu li:hover a {
  padding: 44px 20px 22px 20px;
  color: #f6c223;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.75);
}
#mainMenu li:hover a img {
  opacity: 1;
  margin-top: -28px;
}
#mainMenu li:hover .submenu {
  display: block;
}
#mainMenu li .submenu {
  display: none;
  padding: 0px;
  position: absolute;
  background: url("../img/bgAma.png");
  width: 260px;
  margin-left: -80px;
  z-index: 999999999;
}
#mainMenu li .submenu li {
  padding: 0px;
  margin: 7px;
  float: left;
  position: relative;
}
#mainMenu li .submenu li a {
  padding: 7px 6px;
  color: #144b8f;
  font-size: 14px;
  display: block;
  border: none;
  text-shadow: none;
}
#mainMenu li .submenu li a:hover {
  background: #144b8f;
  color: #f6c223;
}
#mainMenu li .submenuCon {
  width: 530px;
}
#mainMenu li .submenuInf {
  width: 650px;
  margin-left: -500px;
}
#mainMenu li:hover {
  cursor: pointer;
  color: #f6c223;
}
#mainMenu li:hover .submenu {
  display: block;
}
#mainMenu .infoGral a {
  padding: 22px 20px 23px 20px;
}
#mainMenu .infoGral:hover a {
  padding-top: 39px;
  padding-bottom: 6px;
}
#mainMenu .infoGral:hover .submenu a {
  padding: 7px 6px;
}
.casa {
  margin: 26px 20px;
  padding: 0px;
  position: relative;
  float: right;
  width: 20px;
  height: 22px;
  background: url("../img/home.png");
  background-position: 0px -22px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.casa:hover {
  padding: 0px;
  background-position: 0px 0px;
}
.itemInicio {
  position: relative;
  width: 100%;
}
.itemInicio .bg {
  width: 100%;
}
.itemInicio .cuadros {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: auto;
}
.itemInicio .texto {
  position: absolute;
  right: 100px;
  top: 50%;
  margin-top: -24px;
}
body,
html {
  height: 100%;
}
#home {
  width: 100%;
  height: 100%;
  background: url("../img/home.jpg");
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#home .logo-home {
  position: absolute;
  left: 50%;
  margin-left: -254px;
  top: 50%;
  margin-top: -210px;
}
#home .frase {
  font-size: 46px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff;
  position: absolute;
  display: table;
  left: 50%;
  margin-left: -256px;
  top: 50%;
}
#home .slogan {
  position: absolute;
  left: 50%;
  margin-left: -168px;
  top: 50%;
  margin-top: 70px;
}
#home .avion1 {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 50%;
  margin-top: -300px;
}
#home .avion2 {
  position: absolute;
  left: 50%;
  margin-left: 200px;
  bottom: 40px;
}
#home .down {
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -12px;
  animation: saltarina 3s infinite;
  -webkit-animation: saltarina 3s infinite;
}
#home .down:hover {
  cursor: pointer;
}
.bgMenu {
  background: url("../img/bgMenu.jpg");
  height: 90px;
  border-bottom: solid 4px #ffd133;
}
.frmContato label {
  width: 100%;
  color: #144b8f;
  font-size: 18px;
  margin-top: 15px;
  font-weight: 400;
}
.frmContato .caja {
  border: solid 1px #707070;
  width: 100%;
  padding: 8px;
  font-size: 18px;
  margin-bottom: 10px;
  font-family: raleway;
}
.frmContato .btnSubmit {
  display: block;
  color: #144b8f;
  background: #ffd133;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  float: right;
  width: 100%;
}
.frmContato .btnSubmit:hover {
  background: #144b8f;
  color: #fff;
}
.map-container iframe {
  width: 100%;
  display: block;
  pointer-events: none;
  position: relative;
}
.map-container iframe.clicked {
  pointer-events: auto;
}
#footer {
  background: #1965b8;
  color: #fff;
}
#footer a {
  color: #fff;
}
#footer .tramFoot {
  float: left;
  display: table;
  width: 300px;
}
#footer .siguenosFot {
  float: left;
  display: table;
}
#footer .ligasFot {
  float: left;
  display: table;
}
#footer .logoFot {
  float: left;
  display: table;
}
#footer2 {
  background: #1f6dc2;
  color: #fff;
  font-size: 14px;
}
#footer2 .tit {
  color: #103a76;
}
.parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.parallax-1 {
  height: 400px;
  background-image: url("../img/contenidos/solar.jpg");
}
.owl-controls {
  bottom: 10px;
  position: absolute;
  width: 100%;
}
.itemVentana {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.itemVentana .bg {
  width: 100%;
}
.itemVentana .ico {
  position: absolute;
  left: 50%;
  margin-left: -53px;
  top: 50%;
  margin-top: -70px;
}
.itemVentana .text {
  position: absolute;
  top: 50%;
  margin-top: 40px;
  color: #fff;
  font-size: 18px;
  width: 100%;
  text-align: center;
  text-shadow: 0px 0px 8px rgba(0,0,0,0.9);
}
.itemVentana .sup {
  position: absolute;
  top: -190px;
  left: -500px;
  background: url("../img/azulAlpha.png");
  width: 400px;
  height: 400px;
  transform: rotate(130deg);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.itemVentana .inf {
  position: absolute;
  top: 0px;
  left: 440px;
  background: none;
  width: 400px;
  height: 400px;
  transform: rotate(130deg);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.itemVentana .br {
  border: solid 5px #d31e1f;
}
.itemVentana .ba {
  border: solid 5px #e6bd37;
}
.itemVentana .baz {
  border: solid 5px #273d67;
}
.itemVentana:hover {
  cursor: pointer;
}
.itemVentana:hover .sup {
  left: -215px;
}
.itemVentana:hover .inf {
  left: 147px;
}
.btnFil:hover {
  cursor: pointer;
}
.itemCuadro {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
.itemCuadro img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -80px;
}
.itemCuadro .gira {
  width: 250px;
  height: 250px;
  position: absolute;
  background: #144b8f;
  transform: rotate(45deg);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.itemCuadro .text {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  margin-top: -15px;
  color: #fff;
  font-size: 36px;
  line-height: 40px;
}
.itemCuadro .submenu1 {
  background: url("../img/bgBco.png");
  position: absolute;
  z-index: 9999;
  left: 250px;
  list-style: none;
  list-style-image: url("../img/flecha.png");
  padding: 50px 10px;
  padding-left: 40px;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.itemCuadro .submenu1 li a {
  padding: 15px;
  display: block;
  color: #144b8f;
}
.itemCuadro:hover {
  cursor: pointer;
}
.itemCuadro:hover .gira {
  transform: rotate(0deg);
  background: #c21a15;
}
.itemCuadro:hover .submenu1 {
  opacity: 1;
}
.sepFoot {
  margin-left: 60px;
  margin-right: 60px;
}
#menuMap:hover {
  cursor: pointer;
}
.hoverNiv {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.hoverNiv:hover {
  border: solid 3px #1759a1;
  border-radius: 23px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.paginado {
  border-radius: 8px;
  border: solid 1px #ccc;
  display: table;
  margin: 0 auto;
  list-style: none;
  padding: 0px;
  overflow: hi;
}
.paginado .active {
  background: #144b8f;
}
.paginado .active a {
  color: #fff;
}
.paginado li {
  padding: 10px;
  color: #144b8f;
  background: #fff;
  float: left;
}
@media (max-width: 990px) {
  #despMenu {
    margin-top: 25px;
  }
  #home .logo-home {
    width: 300px;
    left: 50%;
    margin-left: -150px;
  }
  #home .frase {
    width: 350px;
    left: 50%;
    margin-left: -175px;
    text-align: center;
    top: 40%;
  }
  .logo {
    height: 60px;
  }
  .logo img {
    height: 60px;
  }
  #btnCasa {
    display: none;
  }
  #mainMenu {
    display: none;
    position: absolute;
    float: right;
    right: 0px;
    top: 86px;
    background: #fff;
    margin: 0px;
    padding: 0px;
    padding-right: 20px;
    width: 350px;
    z-index: 999999999;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #mainMenu li,
  #mainMenu .infoGral {
    text-align: right;
    display: block;
    width: 100%;
    padding: 10px 0px;
    margin: 0px;
  }
  #mainMenu li a,
  #mainMenu .infoGral a {
    text-align: right;
    color: #000;
    padding: 0px;
  }
  #mainMenu li a img,
  #mainMenu .infoGral a img {
    display: none;
  }
  #mainMenu li .submenu,
  #mainMenu .infoGral .submenu {
    display: block;
    position: relative;
    margin-left: 0px;
    width: 100%;
    background: none;
  }
  #mainMenu li .submenu li,
  #mainMenu .infoGral .submenu li {
    float: right;
    width: auto;
    border-bottom: solid 1px #144b8f;
  }
  #mainMenu li:hover img,
  #mainMenu .infoGral:hover img {
    display: none;
  }
  #mainMenu li:hover a,
  #mainMenu .infoGral:hover a {
    padding: 0px;
  }
  #mainMenu .separa {
    display: none;
  }
  .sepFoot {
    margin-left: 10px;
    margin-right: 10px;
  }
  #footer .siguenosFot {
    float: none;
    display: block;
    text-align: center;
    padding: 10px;
  }
  #footer .ligasFot {
    float: none;
    display: block;
    text-align: center;
    padding: 0px;
  }
  #footer .logoFot {
    float: none;
    display: block;
    text-align: center;
    padding: 10px;
  }
  .btnAma {
    margin-bottom: 15px;
  }
  .btnAzu1 {
    margin-bottom: 15px;
  }
  .btnAzu2 {
    margin-bottom: 15px;
  }
  .itemCuadro {
    position: relative;
    width: 190px;
    margin: 5%;
  }
  .itemCuadro .gira {
    width: 100%;
    position: absolute;
    transform: rotate(0deg);
  }
  .itemCuadro .text {
    font-size: 26px;
  }
  .itemCuadro .submenu1 {
    left: 190px;
    opacity: 1;
  }
}
@-moz-keyframes saltarina {
  0% {
    bottom: 30px;
  }
  20% {
    bottom: 50px;
  }
  40% {
    bottom: 30px;
  }
  60% {
    bottom: 40px;
  }
  80% {
    bottom: 30px;
  }
}
@-webkit-keyframes saltarina {
  0% {
    bottom: 30px;
  }
  20% {
    bottom: 50px;
  }
  40% {
    bottom: 30px;
  }
  60% {
    bottom: 40px;
  }
  80% {
    bottom: 30px;
  }
}
@-o-keyframes saltarina {
  0% {
    bottom: 30px;
  }
  20% {
    bottom: 50px;
  }
  40% {
    bottom: 30px;
  }
  60% {
    bottom: 40px;
  }
  80% {
    bottom: 30px;
  }
}
@keyframes saltarina {
  0% {
    bottom: 30px;
  }
  20% {
    bottom: 50px;
  }
  40% {
    bottom: 30px;
  }
  60% {
    bottom: 40px;
  }
  80% {
    bottom: 30px;
  }
}
