@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Montserrat", sans-serif;
}

.menu {
  position: relative;
  /* top: 910px;
  left: 0;
  right: 0;
  */
  left: 0;
  right: 0;
  margin: auto;

  margin-top: -300px;

  width: 1024px;
  height: 180px;
  z-index: 9999;

  /*  transition: all 0.4s;*/
}

.menuFijo {
  position: fixed;
  /*top: -1050px;*/
  top: -80px;
  margin-top: 0px;
}

.opcion {
  background-color: #d1d3d2;
  font-weight: 800;
  font-size: 20px;
  text-align: center;

  width: 200px;
  height: 180px;

  display: flexbox;
  align-items: top;
  padding-top: 20px;
  transition: all 0.4s;

  cursor: pointer;
}

.opcion:hover {
  background-color: #5a7fb7;
}

.opcionDesplazo {
  align-content: end;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.textoAzulFuerte {
  color: #1e2d5a;
}
.textoAzulClaro {
  color: #5a7fb7;
}

.bordeBlanco {
  border-right: 1px solid #fff;
}

.opcion1 {
  border-radius: 30px 0px 0px 30px;
}

.opcion5 {
  border-radius: 0px 30px 30px 0px;
}

.menu .opcion:hover .textoAzulFuerte,
.menu .opcion:hover .textoAzulClaro {
  color: #fff;
}

#menuMovil {
  display: none;
  z-index: 999;
}

.navbar-nav {
  padding: 20px;
}

.nav-link {
  font-size: 24px;
  font-weight: 600;
  color: #5a7fb7;
  transition: all 0.4s;
}
.nav-link:hover {
  color: #1e2d5a;
}

@media (max-width: 995px) {
  .menu {
    display: none;
  }
  #menuMovil {
    display: block;
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #5a7fb7;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #1e2d5a;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* ======================================

QUIENES 

====================================== */
#inicio {
  height: auto;
  max-height: 1000px;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 150px;
}

#beneficiosBox {
  max-width: 500px;
  background-color: #5a7fb7;
  height: 600px;
  border-radius: 0px 0px 50px 50px;
  position: relative;
  padding: 60px 30px 0px 30px;
}

#beneficiosBox h1 {
  font-size: 44px;
  font-weight: 900;
}

#textoBeneficios {
  font-size: 24px;
  line-height: 1.2;
  margin-top: 30px;
}

.textoQuienes1 {
  font-size: 32px;
  font-weight: 500;
  color: #1e2d5a;
}

.textoQuienes2 {
  font-size: 32px;
  font-weight: 500;
  color: #5a7fb7;
  font-style: italic;
}

.boxFlotantes {
  position: absolute;
  bottom: -50px;
  right: -120px;
}

@media (max-width: 995px) {
  #inicio {
    height: auto;
  }

  #logoTop {
    display: none;
  }

  #textoQuienesImg {
    margin-top: 50px;
  }

  #beneficiosBox {
    max-width: 500px;
    background-color: #5a7fb7;
    height: auto;
    border-radius: 0px 0px 50px 50px;
    position: relative;
    padding: 20px 20px 20px 20px;
  }

  #beneficiosBox h1 {
    font-size: 24px;
  }

  .textoQuienes1 {
    font-size: 22px;
  }

  .textoQuienes2 {
    font-size: 22px;
  }

  #textoBeneficios {
    font-size: 18px;
    line-height: 1;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  #textoBeneficios {
    font-size: 18px;
    line-height: 1;
    margin-top: 20px;
  }

  #beneficiosBox {
    margin-bottom: 30px;
  }

  .boxFlotantes {
    display: none;
  }
}

/* ======================================

ESENCIA 

====================================== */

#esencia {
  height: auto;
  background-image: url("../../assets/img/bg_esencia.png");
  background-size: cover;
  position: relative;
  padding-top: 200px;
  padding-bottom: 100px;
}

#esencia h1 {
  font-size: 70px;
  font-weight: 800;
}

.esenciaTitulo {
  font-size: 22px;
  font-weight: 800;
  color: #5a7fb7;
}

.esenciaMontacarga {
  width: 700px;
  position: absolute;
  z-index: 99;

  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 1000px) {
  #esencia {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .esenciaMontacarga {
    display: none;
  }
  #esencia h1 {
    font-size: 50px;
    font-weight: 800;
  }
}

/* ======================================

SERVICIOS 

====================================== */
#servicios {
  position: relative;
  padding-top: 100px;
}

#servicios h1 {
  font-size: 70px;
  font-weight: 900;
}

.servicioBox {
  max-width: 780px;
}

.serviciosOpcion {
  background-color: #5a7fb7;
  padding-left: 25%;
  padding-right: 20px;
  align-content: center;
  height: 110px;
  font-size: 26px;
  color: #fff;
  font-weight: 800;
  text-align: center;
  border-radius: 0 20px 20px 0px;
  line-height: 1;

  margin-bottom: 30px;
  cursor: pointer;

  transition: all 0.4s;
}

.serviciosOpcion:hover {
  background-color: #1e2d5a;
}

.serviciosOpcionMovil {
  background-color:rgba(90, 127, 183, 1);
  /*
  background: #ffffff;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(90, 127, 183, 1) 10%,
    rgba(90, 127, 183, 1) 90%,
    rgba(255, 255, 255, 1) 100%
  );
  */
  padding: 15px 10px;
  align-content: center;
  font-size: 16px;
  color: #fff;
  font-weight: 800;
  text-align: center;
  border-radius: 20px;
  border-color: transparent;
  line-height: 1;
  cursor: pointer;
  transition: all 0.4s;
  margin-top: 20px;
  margin-bottom: 20px;
}

.serviciosOpcionMovil:hover {
  background-color:rgba(30, 45, 90, 1);
  /*
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(30, 45, 90, 1) 15%,
    rgba(30, 45, 90, 1) 85%,
    rgba(255, 255, 255, 1) 100%
  );
  */
  transition: all 0.4s;
}

.swiperMenu {
  max-width: 450px;
  display: none;
}

.servicioDetalle {
  height: 300px;
  padding: 20px 12px 0 20px;
  background-position: center bottom;
  background-repeat: no-repeat;
  font-size: 24px;
  color: #1e2d5a;
}


@media (max-width: 992px) {
  .serviciosOpcion {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .serviciosOpcion {
    display: none;
  }
  .swiperMenu {
    display: block;
  }
}

@media (max-width: 550px) {
#servicios h1 {
  font-size: 50px;
}

/* ======================================

SECTORES

====================================== */
#sectores {
  height: auto;
  background-image: url("../../assets/img/bg_sectores.png");
  background-size: cover;
  padding-top: 150px;
}

#sectores h1 {
  margin: 0px 0px 100px 0px;
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
  color: #1e2d5a;
}

.sectorTexto {
  color: #5a7fb7;
  font-weight: 800;
  font-size: 18px;
}

@media (max-width: 768px) {
  #sectores h1 {
    font-size: 50px;
  }
}

@media (max-width: 554px) {
  #sectores {
    padding-top: 100px;
  }

  #sectores h1 {
    font-size: 40px;
  }
}

/* ======================================

PROCESO

====================================== */
#proceso {
  height: auto;
  background-image: url("../../assets/img/bg_proceso.png");
  background-size: cover;
  padding-top: 100px;
}

#proceso h1 {
  font-size: 70px;
  font-weight: 900;
}

.procesoBox {
  background-color: #1e2d5a;
  align-content: center;
  height: 100px;
  border-radius: 20px;
  line-height: 1;
  margin-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 12px;
}

.procesoTitulo {
  color: #5a7fb7;
  font-size: 24px;
  font-weight: 800;
}

.procesoTexto {
  color: #fff;
  font-size: 20px;
}

.procesoImagen {
  align-content: center;
}

@media (max-width: 1280px) {
  .procesoTitulo {
    font-size: 20px;
  }

  .procesoTexto {
    font-size: 18px;
  }
}

@media (max-width: 550px) {
  #proceso h1 {
    font-size: 50px;
  }

  .procesoTitulo {
    font-size: 18px;
  }

  .procesoTexto {
    font-size: 16px;
  }
}

/* ======================================

CONTACTO

====================================== */
.cotizacionesTitulo {
  font-size: 70px;
  font-weight: 900;
  color: #5a7fb7;
}

.contactoTitulo {
  font-size: 70px;
  font-weight: 900;
  color: #1e2d5a;
}

.contactoTexto1 {
  font-weight: 800;
  color: #5a7fb7;
  font-size: 20px;
}

#contacto .inputGris {
  background-color: #ececec;
  border: none;
  color: #5a7fb7;
}

.contactoTexto2 {
  font-weight: 800;
  color: #1e2d5a;
  font-size: 24px;
}

.contactoTexto3 {
  font-weight: 800;
  color: #5a7fb7;
  font-size: 16px;
}

.contactoTexto4 {
  font-weight: 600;
  color: #1e2d5a;
  font-size: 20px;
}

.botonEnviar {
  font-weight: 700;
  background-color: #5a7fb7;
  font-size: 22px;
  color: #fff;
  cursor: pointer;

  transition: all 0.4s;

  padding: 10px 50px;
  border-radius: 20px;
}

.botonEnviar:hover {
  background-color: #1e2d5a;
  color: #fff;
}

.contactoTexto5 {
  font-weight: 600;
  color: #5a7fb7;
  font-size: 18px;
}

.contactoTexto6 {
  font-weight: 600;
  color: #5a7fb7;
  font-size: 24px;
}

.contactoTexto7 {
  font-weight: 600;
  color: #1e2d5a;
  font-size: 20px;
}

.contactoTexto8 {
  font-weight: 600;
  color: #1e2d5a;
  font-size: 18px;
}

@media (max-width: 1024px) {
  .cotizacionesTitulo {
    font-size: 50px;
  }
  .contactoTitulo {
    font-size: 50px;
  }
}

@media (max-width: 992px) {
  .contactoTexto1 {
    font-size: 18px;
  }

  .contactoTexto3 {
    font-size: 14px;
  }

  .contactoTexto4 {
    font-size: 16px;
  }

  .contactoTexto6 {
    font-size: 20px;
  }
  .contactoTexto8 {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .botonEnviar {
    font-size: 20px;

    padding: 8px 30px;
    border-radius: 20px;
  }
}

/* ======================================

FOOTER

====================================== */

.footer {
  background-color: #5a7fb7;
  text-align: center;
  padding: 20px 0;
}

.sociales i {
  font-size: 30px;
  color: #fff;

  cursor: pointer;

  transition: all 0.4s;
}
.sociales i:hover {
  color: #1e2d5a;
}

.footerText {
  font-weight: 500;
  color: #fff;
  font-size: 18px;
}

@media (max-width: 768px) {
  .footerText {
    font-size: 14px;
  }
}
