@font-face {
  font-family: "Gilroy-ExtraBold";
  src: url(../fonts/Gilroy-ExtraBold.eot) format("embedded-opentype"),
    url(../fonts/Gilroy-ExtraBold.woff) format("woff"),
    url(../fonts/Gilroy-ExtraBold.ttf) format("truetype"),
    url(../fonts/Gilroy-ExtraBold.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MyriadPro-Regular";
  src: url(../fonts/MyriadPro-Regular.eot) format("embedded-opentype"),
    url(../fonts/MyriadPro-Regular.woff) format("woff"),
    url(../fonts/MyriadPro-Regular.ttf) format("truetype"),
    url(../fonts/MyriadPro-Regular.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
body{
  overflow-x: hidden !important;
}
#preloader {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #202020;
  z-index: 2;
}
/*CLASES GENERALES */
.text-firma{
    color: #202020 !important;
    padding-top: 20px !important;
}
img {
  max-width: 100% !important;
}
a {
  text-decoration: none !important;
}
p {
  font-family: "MyriadPro-Regular";
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 1;
}
h2{
  z-index: 3 !important;
}
h4 {
  font-family: "Gilroy-ExtraBold";
  color: #fff;
  font-size: 4em;
  letter-spacing: -5px;
}
h5 {
  font-family: "Gilroy-ExtraBold";
  font-size: 1.2em;
}
.botones {
  border-radius: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 13px;
  font-family: "Gilroy-ExtraBold";
  padding: 3px 8px;
}
.btnasesor {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  font-family: "MyriadPro-Regular";
  font-size: 13px;
  color: #fff;
  padding: 5px 14px;
  background: rgb(75, 172, 171);
  background: linear-gradient(
    180deg,
    rgba(75, 172, 171, 1) 39%,
    rgba(56, 0, 85, 0) 100%
  );
  z-index: 2;
  position: relative;
}

.btnasesor:hover {
  color: #fff;
}
.iconcontact{
  color: #fff;
  font-size: 14px !important;
}

/* HEADER */
header {
  position: fixed;
  z-index: 2;
  width: 100%;
}
#header2 {
  background-color: #194f96;
}

.headerfondo {
  background-color: #071036 !important;
}
.headerfondo2 {
  background-color: #fff !important;
}
.menuajiasa{
  margin-left: auto !important;
  padding: 0px 0px;
  margin-right: -30px;
}

header .nav-item {
  padding: 0px 10px;
    text-align:center;
}
header .container{
  padding-right: 0pxpx !important;
  padding-left: 0px !important;
}
header a {
  font-family: Gilroy-ExtraBold !important;
  color: #fff !important;
  font-size: 14px !important;
}
.logotipo {
  width: 150px;
  margin-top: 10px;
  margin-left: -7px;
}
.menu-active {
  color: #380055 !important;
}
.linea-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.linea-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #194f96;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.linea-bottom:hover:before,
.linea-bottom:focus:before,
.linea-bottom:active:before {
  left: 0;
  right: 0;
}
/* REDES */
#redes{
  position: fixed;
  right: 10px;
  top: 50%;
  margin-top: -80px;
  z-index: 100 !important;
}
.icoredes{
  margin-top: 10px;
  border: solid #fff 1px;
  background: rgb(75, 172, 171) !important;
  padding: 12px 0px 10px 10px;
  transition: 1s;
  width: 40px;
}
.icoredes:hover{
  background-color: #00446a;
  border-radius: 0px;
  border-radius: 10px;
}
.icoredes:hover .iconoredes{
  color: #3e3e3e;
}
.iconoredes{
  color: #fff;
  font-size: 20px !important;
}
/* MENU SERVICIOS */
.menu-footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 8px 10px 8px 10px;
}
.menu-footer .nav-link {
  transition: 1s;
}
.menu-footer .nav-link:hover {
  background: rgb(75, 172, 171);
  background: linear-gradient(
    180deg,
    rgba(75, 172, 171, 1) 39%,
    rgba(56, 0, 85, 0) 100%
  );
  transition-duration: 0.3s;
}
.menu-footer .serv-active {
  background: rgb(75, 172, 171) !important;
  background: linear-gradient(
    180deg,
    rgba(75, 172, 171, 1) 39%,
    rgba(56, 0, 85, 0) 100%
  ) !important;
}
.menu-footer ul {
  margin-left: auto;
  margin-right: auto;
}
.nav-item-ultimo {
  border-right: none !important;
}
.menu-footer li {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.menu-footer h3 {
  font-family: Gilroy-ExtraBold !important;
  color: #fff !important;
  font-size: 17px !important;
  line-height: 0px !important;
  padding-bottom: 10px;
}
.menu-footer a {
  font-family: "MyriadPro-Regular";
  color: #fff !important;
  font-size: 13px !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}
/* MENU FOOTER MOVIL */

#menu-footer-movil h5 {
  color: #fff !important;
}
#menu-footer-movil a {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-family: "MyriadPro-Regular";
  font-size: 12px;
  color: #fff;
  padding: 5px 7px;
}
#menu-footer-movil .ahorromovil {
  background-image: url(../img/ahorromovil.jpg);
  background-size: cover;
  background-position: center left;
  padding: 60px 0px;
}
#menu-footer-movil .proteccionmovil {
  background-image: url(../img/proteccionmovil.jpg);
  background-size: cover;
  background-position: center center;
  padding: 60px 0px;
}
#menu-footer-movil .gastosmedicosmovil {
  background-image: url(../img/gastosmedicosmovil.jpg);
  background-size: cover;
  background-position: center center;
  padding: 60px 0px;
}
#menu-footer-movil .segurodedanosmovil {
  background-image: url(../img/segurodanosmovil.jpg);
  background-size: cover;
  background-position: center center;
  padding: 60px 0px;
}
#menu-footer-movil .blindajecapitalmovil {
  background-image: url(../img/blindajecapitalmovil.jpg);
  background-size: cover;
  background-position: center center;
  padding: 60px 0px;
}
#menu-footer-movil .finanzasmovil {
  background-image: url(../img/finanzasmovil.jpg);
  background-size: cover;
  background-position: center center;
  padding: 60px 0px;
}
#menu-footer-movil .prestacionesmovil {
  background-image: url(../img/prestacionesmovil.jpg);
  background-size: cover;
  background-position: center center;
  padding: 60px 0px;
}
#menu-footer-movil .empresasmovil {
  background-image: url(../img/empresasmovil.jpg);
  background-size: cover;
  background-position: center center;
  padding: 60px 0px;
}
@media (max-width: 1178px) {
  .menu-footer h3 {
    font-size: 13px !important;
  }
}

#mouse {
  position: fixed;
  width: 20px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 20px;
  background-color: transparent;
  z-index: 1;
  bottom: 10px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
.scrollmouse {
  width: 2px;
  height: 11px;
  border: 2px solid #fff;
  border-radius: 2px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  animation: move 3s ease infinite;
}
@keyframes move {
  30% {
    transform: translate(0px, 10px);
  }
}
/* HOME SLIDER */
#homeslider {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-image: url(../img/homegi.jpg);
}
#homeslider h2 {
  font-family: "Gilroy-ExtraBold";
  color: #fff;
  font-size: 8em;
  letter-spacing: -9px;
}


@media (max-width: 1178px) {

  #mouse {
    display: none;
  }

  .scrollmouse {
    display: none;
  }

  .menu-footer{
    letter-spacing: 0px;
  }

  .menu-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 10px 12px 10px 12px;
  }

}

@media (max-width: 767px) {

  #homeslider {
    background-position: -240px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/homegi.jpg);
  }

  #mouse {
    display: none;
  }

  .scrollmouse {
    display: none;
  }

}


/* AHORRO */
#fondoahorro {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-image: url(../img/ahorrogiconsultores.jpg) !important;
}
#fondoahorro .col-md-5 {
  margin-top: auto;
  margin-bottom: auto;
}
#fondoahorro h2 {
  font-family: "Gilroy-ExtraBold";
  color: #fff;
  font-size: 14vw;
  letter-spacing: 0px;
  z-index: 3 !important;
  position: relative;
}

@media (max-width: 991px) {

  #fondoahorro h2 {
    letter-spacing: -1px;
  }

}

@media (max-width: 757px) {

  #fondoahorro h2 {
    letter-spacing: 0px;
  }

}


.cochinito {
  position: absolute;
  width: 800px !important;
  top: 0px;
  bottom: 100px;
  margin-bottom: auto;
  margin-top: auto;
  right: 0px;
}
/* PROTECCIÓN */
#fondoproteccion {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-image: url(../img/protecciongiconsultores.jpg);
}
#fondoproteccion h2 {
  font-family: "Gilroy-ExtraBold";
  color: #fff;
  font-size: 11vw;
  letter-spacing: 0px;
  z-index: 3 !important;
  position: relative;
}

@media (max-width: 991px) {

  #fondoproteccion h2 {
    letter-spacing: -3px;
  }
}
@media (max-width: 757px) {

  #fondoproteccion h2 {
    letter-spacing: 0px;
  }

}

.proteccion {
  position: absolute;
  max-width: 100%;
  top: 0px;
  bottom: 100px;
  margin-bottom: auto;
  margin-top: auto;
  right: -80px;
}
/* GASTOS MÉDICOS */
#fondogastos {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-image: url(../img/gastosmedicosgiconsultores.jpg);
}

#fondogastos h2 {
  font-family: "Gilroy-ExtraBold";
  color: #fff;
  font-size: 9vw;
  letter-spacing: 0px;
  line-height: 0.8;
  z-index: 3 !important;
  position: relative;
}

@media (max-width: 991px) {

  #fondogastos h2 {
    letter-spacing: -3px;
  }
}
@media (max-width: 757px) {

  #fondogastos h2 {
    letter-spacing: 0px;
  }

}

.herramientamedica {
  position: absolute;
  width: 600px !important;
  top: 0px;
  bottom: 100px;
  margin-bottom: auto;
  margin-top: auto;
  right: 50px;
}
/* SEGURO DE DAÑOS*/
#fondosegurodanos {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-image: url(../img/segurodanosgiconsultores.jpg);
}
#fondosegurodanos h2 {
  font-family: "Gilroy-ExtraBold";
  color: #fff;
  font-size: 7vw;
  letter-spacing: 0px;
  line-height: 0.8;
  z-index: 3 !important;
  position: relative;
}

.segurodanos {
  position: absolute;
  width: 500px !important;
  top: 0px;
  bottom: 0px;
  margin-bottom: auto;
  margin-top: auto;
  right: 150px;
}



@media (max-width: 991px) {

  #fondosegurodanos h2 {
    letter-spacing: -3px;
  }
}
@media (max-width: 757px) {

  #fondosegurodanos h2 {
    letter-spacing: 0px;
  }

}

/* BLINDAJE DE CAPITAL */
#blindajedecapital {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-image: url(../img/blindajepersonalgiconsultores.jpg);
}
#blindajedecapital h2 {
  font-family: "Gilroy-ExtraBold";
  color: #fff;
  font-size: 9vw;
  letter-spacing: 0px;
  line-height: 0.8;
  position: relative;
}

@media (max-width: 991px) {
  #blindajedecapital h2 {
    letter-spacing: -3px;
  }
}

@media (max-width: 757px) {
  #blindajedecapital h2 {
    letter-spacing: 0px;
  }
}


.blindaje {
  position: absolute;
  max-width: 75% !important;
  top: 0px;
  bottom: 0px;
  margin-bottom: auto;
  margin-top: auto;
  right: -150px;
}
/* FINANZAS */
#fondofinanzas {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-image: url(../img/finanzasficonsultores.jpg);
}
#finanzas h2 {
  font-family: "Gilroy-ExtraBold";
  color: #fff;
  font-size: 12vw;
  letter-spacing: 0px;
  line-height: 0.8;
  z-index: 4 !important;
  position: relative;
}

@media (max-width: 991px) {

  #finanzas h2 {
    letter-spacing: -3px;
  }
}
@media (max-width: 757px) {

  #finanzas h2 {
    letter-spacing: 0px;
  }

}


.finanzas {
  position: absolute;
  width: 600px !important;
  top: 0px;
  bottom: 0px;
  margin-bottom: auto;
  margin-top: auto;
  right: 100px;
}
/* PRESTACIONES */
#fondoprestaciones {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-image: url(../img/prestacionesgiconsultores.jpg);
}
#fondoprestaciones h2 {
  font-family: "Gilroy-ExtraBold";
  color: #fff;
  font-size: 7vw;
  letter-spacing: 0px;
  line-height: 0.8;
  position: relative;
  z-index: 3;
}
.prestaciones {
  position: absolute;
  width: 700px !important;
  top: 0px;
  bottom: 0px;
  margin-bottom: auto;
  margin-top: auto;
  right: 0px;
}

@media (max-width: 1424px) {

  #fondoprestaciones h2 {
    letter-spacing: 0px;
  }
}
@media (max-width: 757px) {

  #fondoprestaciones h2 {
    letter-spacing: 1.5px;
  }

}
/* EMPRESAS */
#fondoempresas {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-image: url(../img/empresasgiconsultores.jpg);
}
#fondoempresas h2 {
  font-family: "Gilroy-ExtraBold";
  color: #fff;
  font-size: 10vw;
  letter-spacing: 0px;
  line-height: 0.8;
  position: relative;
  z-index: 3;
}
.empresas {
  position: absolute;
  width: 700px !important;
  top: 0px;
  bottom: 0px;
  margin-bottom: auto;
  margin-top: auto;
  right: 0px;
}


@media (max-width: 991px) {

  #fondoempresas h2 {
    letter-spacing: 0px;
  }
}

@media (max-width: 757px) {

  #fondoempresas h2 {
    letter-spacing: 1.5px;
  }

}

/* DIRECTIVOS */
#fondodirectivos {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-image: url(../img/directivos.jpg);
}

@media (max-width: 757px) {

  #fondodirectivos {
    margin-bottom: 10px;
    margin-bottom: 10px;
    background-color: #380055;
  }

  .lizce{
    text-align: center;
  }

  .alance{
    text-align: center;
  }

  .botonalan{
    text-align: center;
  }

  .botonliz{
    text-align: center;
  }

}



#fondodirectivos .text-dir {
  margin-top: auto;
  margin-bottom: auto;
}

/* NOSOTROS */
#filosofia {
  padding-top: 150px;
}
#filosofia h5 {
  color: #194f96;
}
#filosofia p {
  color: #202020;
}
#filosofia img {
  padding-top: 50px;
}
#nosotros {
  background-image: url(../img/nosotros.jpg);
  background-position: center center;
  background-size: cover;
  padding: 300px 0px 100px 0px;
  background-attachment: fixed;
}
#nosotros h5 {
  color: #fff;
}
#vision {
  padding-top: 50px;
}
#vision .col-md-6 {
  margin-top: auto;
  margin-bottom: auto;
}
#vision p {
  color: #202020;
}
#mision {
  padding-top: 50px;
}
#mision .col-md-6 {
  margin-top: auto;
  margin-bottom: auto;
}
#mision .col-md-6 h5{
  text-align: right !important;
}
#mision .col-md-6 p{
  text-align: right;
}
.listav{
  text-align: left !important;
}
#mision p {
  color: #202020;
}
#giprotege {
  margin-top: 50px;
  padding: 100px 0;
  background: rgb(0, 211, 201);
  background: linear-gradient(
    90deg,
    rgba(0, 211, 201, 1) 39%,
    rgba(0, 84, 142, 1) 100%
  );
}
#giprotege h2 {
  font-family: "Gilroy-ExtraBold";
  color: #fff;
  font-size: 10vw;
  letter-spacing: -9px;
}
.text-cons{
  letter-spacing: 1px !important;
}



@media (max-width: 991px) {
  #giprotege h2 {
    letter-spacing: 1px;
  }
}


@media (max-width: 767px) {
  #giprotege h2 {
    color: #fff;
    letter-spacing: -2px;
  }
  #vision .col-md-6 {
    margin-top: 50px;
  }
  #mision .col-md-6 {
    margin-bottom: 50px;
  }
  #mision .col-md-6 h5{
    text-align: left !important;
  }
  #mision .col-md-6 p{
    text-align: left;
  }
  .text-cons{
    font-size: 40px !important;
    letter-spacing: 1px !important;
  }
}


/* CONTACTO */
#fondocontacto {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-image: url(../img/contacto.jpg);
}

#contacto h2 {
  color: #fff;
  font-size: 5em;
  letter-spacing: -4px;
}
#contacto .fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: none;
}
form {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 20px 20px;
  border-top: none;
}
input {
  width: 100%;
  background-color: #e4e4e4;
  border: none;
  border-radius: 30px;
  font-family: "MyriadPro-Regular";
  padding: 7px 15px;
  font-size: 15px;
  margin-top: 10px;
}
form p {
  font-family: "Gilroy-ExtraBold";
  font-size: 25px;
  color: #00446a;
  line-height: 22px;
}
.btnenviar {
  background-color: #00446a;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  border: none;
  border-radius: 10px;
  margin-top: 15px !important;
  padding: 5px 15px;
  font-size: 15px;
}

/* Liz Icelo */
#fondoliz {
  background-image: url(../img/liz.jpg);
  background-position: center !important;
  background-size: cover;
  width: 100%;
  height: 100%;
}

#fondoliz h5 {
  color: #fff;
}



.textalan2{
  /* left: 580px; */
  text-align: justify;
}

@media (max-width: 1124px) {

  #fondoliz {
    padding-right: 25px;
    padding-top:40px;
    text-align: justify;
    background-position: center !important;
  }

  .textalan2{
      margin-bottom: 90px;
  /*   left: 350px; */
  }

}


@media (max-width: 757px) {

  #fondoliz {
    padding-right: 25px;
    padding-left: 25px;
    padding-top:100px;
    padding-bottom: 40px;
    text-align: justify;
    background-position: -1000px 0px !important;
  }

  .textalan2{
    left: 0px;
    margin-bottom: 80px;
  }

}


/* Alán */
#fondoalan {
  background-image: url(../img/alan.jpg);
  background-position: center center;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.textalan{
  left: 580px;
}

#fondoalan h5 {
  color: #fff;
}

.textalan{
  left: 580px;
}

@media (max-width: 1124px) {

  #fondoalan {
    padding-right: 25px;
    padding-top:70px;
    text-align: justify;
   ackground-position: center center;
  }

  .textalan{
    left: 350px;
  }

}


@media (max-width: 757px) {

  #fondoalan {
    padding-right: 25px;
    padding-left: 25px;
    padding-top:100px;
    padding-bottom: 40px;
    text-align: justify;
    background-position: -1000px 0px;
  }

  .textalan{
    left: 0px;
  }

}


@media (min-width: 992px) {
  #menu-footer-movil {
    display: none;
  }
  #mouse {
    display: none;
  }
}

@media (max-width: 757px) {
  #homeslider h2 {
    font-size: 100px;
  }
}

@media (max-width: 991.98px) {
  /* HEADER */
  header {
    position: fixed;
    z-index: 2;
    width: 100%;
  }
  header a {
    color: #202020 !important;
  }
  .menuajiasa {
    background-color: #fff;
    margin-right: auto !important;
  }
  .navbar-toggler {
    background-color: #fff !important;
  }
  /* Menu footer */
  .menu-footer {
    display: none;
  }

  .cochinito,
  .herramientamedica,
  .finanzas,
  .prestaciones,
  .empresas {
    position: absolute;
    width: 70% !important;
    margin-left: auto;
    margin-right: auto;
    bottom: -400px !important;
  }
  .herramientamedica {
    right: 0px !important;
  }
  .segurodanos {
    right: 50px !important;
    width: 50% !important;
     bottom: -400px !important;
  }
  .finanzas {
    right: 0px !important;
  }
  .proteccion {
    position: absolute !important;
    right: 0px;
    top: 0px !important;
    bottom: 30px !important;
    margin-top: auto !important;
    margin-bottom: initial !important;
    width: 400px;
  }
  .blindaje {
    position: absolute !important;
    right: 0px;
    top: 0px !important;
    bottom: 30px !important;
    margin-top: auto !important;
    margin-bottom: initial !important;
    max-width: 100% !important;
  }
  #nosotros {
    padding: 100px 0px 100px 0px;
  }
  #fondocontacto{
    padding-top: 100px !important;
    padding-bottom: 20px;
    background-color: #006a98;
  }

  #fondodirectivos {
    padding: 100px 0px 0px 0px;
}
}
