@charset "UTF-8";
/* line 13, ../sass/_variables.scss */
.c-verde {
  color: #13c713;
}

/* line 17, ../sass/_variables.scss */
.c-azul {
  color: #135bc7;
}

/* line 21, ../sass/_variables.scss */
.c-gris {
  color: #bdbdbd;
}

/* line 25, ../sass/_variables.scss */
.b-left {
  border-left: 1px solid rgba(43, 69, 109, 0.6);
}

/* line 29, ../sass/_variables.scss */
.b-right {
  border-right: 1px solid rgba(43, 69, 109, 0.6);
}

/* line 33, ../sass/_variables.scss */
.b-bottom {
  border-bottom: 1px solid rgba(43, 69, 109, 0.6);
}

/* line 5, ../sass/style.scss */
.border-style {
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-image: linear-gradient(90deg, transparent, #e2e2e2, transparent) 1;
}

/* line 11, ../sass/style.scss */
.border-style-dark {
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-image: linear-gradient(90deg, transparent, #5376ab, transparent) 1;
}

/* line 17, ../sass/style.scss */
body {
  background: #101a2e;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
/* line 25, ../sass/style.scss */
body .tiras img {
  z-index: -5;
  transform: translate(-20%, 0);
  max-width: 50%;
}

/* line 33, ../sass/style.scss */
.header-section {
  padding-top: 10%;
}
/* line 37, ../sass/style.scss */
.header-section .imprevisto-div h5 {
  color: #5674ad;
}
/* line 40, ../sass/style.scss */
.header-section .imprevisto-div img {
  max-width: 400px;
  width: 100%;
}
/* line 49, ../sass/style.scss */
.header-section .img-redondo img {
  max-width: 200px;
  width: 100%;
}
/* line 55, ../sass/style.scss */
.header-section .header-text {
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  color: #8baec5;
}

/* line 66, ../sass/style.scss */
.img-header-section img {
  width: 100%;
}
/* line 70, ../sass/style.scss */
.img-header-section .banner-div svg {
  max-width: 80%;
}

/* line 78, ../sass/style.scss */
.btn-style {
  font-weight: 600;
  font-size: 16px;
}

/* line 84, ../sass/style.scss */
.btn-blue {
  background: linear-gradient(0deg, rgba(43, 103, 243, 0.6), #7aa8d7);
  border: none;
  color: #bdbdbd;
}

/* line 90, ../sass/style.scss */
.btn-white {
  background: linear-gradient(0deg, rgba(142, 181, 255, 0.11), rgba(122, 168, 215, 0.22));
  border-bottom: 1px solid rgba(43, 69, 109, 0.6);
  border-top: 1px solid rgba(43, 69, 109, 0.6);
  color: #bdbdbd;
}

/* line 99, ../sass/style.scss */
.info-azul h2 {
  color: #e2e2e2;
}
/* line 104, ../sass/style.scss */
.info-azul .img-info {
  margin-top: 3%;
  width: 300px;
  height: 300px;
  border-radius: 200px;
  overflow: hidden;
  box-shadow: 0px 0px 125px #135bc7;
}
/* line 112, ../sass/style.scss */
.info-azul .img-info img {
  width: 100%;
  height: 100%;
}
/* line 118, ../sass/style.scss */
.info-azul .info-text {
  color: #e2e2e2;
}
/* line 122, ../sass/style.scss */
.info-azul .info-text h5 i {
  color: #13a4c7;
}
/* line 128, ../sass/style.scss */
.info-azul .info-text p {
  color: #8092b3;
}

/* line 138, ../sass/style.scss */
.info-blanco h2 {
  color: #101a2e;
}
/* line 142, ../sass/style.scss */
.info-blanco h3 {
  color: #8baec5;
}
/* line 146, ../sass/style.scss */
.info-blanco h5 {
  color: #13a4c7;
}
/* line 149, ../sass/style.scss */
.info-blanco h5 i {
  color: #052a59;
}

/* line 161, ../sass/style.scss */
.info-content h2 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
}
/* line 167, ../sass/style.scss */
.info-content img {
  max-width: 100%;
}
/* line 173, ../sass/style.scss */
.info-content .info-text article {
  padding: 1%;
}
/* line 176, ../sass/style.scss */
.info-content .info-text article .p-art {
  height: 100%;
  border: 2px solid #447095;
  padding: 8%;
  border-radius: 25px;
  box-shadow: inset 0 0 51px rgba(11, 103, 239, 0.31);
}
/* line 183, ../sass/style.scss */
.info-content .info-text article .p-art h5 {
  font-size: 16px;
  font-weight: 500;
}
/* line 188, ../sass/style.scss */
.info-content .info-text article .p-art p {
  color: #8baec5;
  font-size: 14px;
  font-weight: 500;
}

/* line 199, ../sass/style.scss */
.elegirnos-section {
  margin-top: 10%;
}
/* line 203, ../sass/style.scss */
.elegirnos-section .ele-span::before {
  content: "";
  display: inline-block;
  height: 2px;
  /* grosor de la línea */
  width: 30px;
  background: linear-gradient(to right, #9c9c9c, #a4a4a8);
  margin-right: 5px;
  clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
}
/* line 214, ../sass/style.scss */
.elegirnos-section .ele-span::after {
  content: "";
  display: inline-block;
  height: 2px;
  /* grosor de la línea */
  width: 30px;
  background: linear-gradient(to left, #9c9c9c, #a4a4a8);
  margin-left: 5px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
/* line 225, ../sass/style.scss */
.elegirnos-section span {
  box-shadow: -62px 47px 117px #0b67ef;
  color: white;
  position: relative;
  display: inline-flex;
  /* Importantísimo: para que el contenido y el before estén alineados */
  align-items: center;
  margin: 0 2% 2% 2%;
  background: linear-gradient(to right, rgba(11, 103, 239, 0.12), transparent);
}
/* line 236, ../sass/style.scss */
.elegirnos-section h3 {
  color: white;
  font-weight: bold;
  font-size: 2rem;
}
/* line 242, ../sass/style.scss */
.elegirnos-section p {
  font-weight: 600;
  color: #8baec5;
  font-size: 1.2rem;
}

/* line 250, ../sass/style.scss */
.info-cuadrado {
  margin-top: 10%;
  margin-bottom: 10%;
}
/* line 254, ../sass/style.scss */
.info-cuadrado article {
  overflow: hidden;
  margin-bottom: 2%;
}
/* line 257, ../sass/style.scss */
.info-cuadrado article .cont-article {
  position: relative;
  height: 100%;
  color: #8baec5;
  border: 2px solid #447095;
  padding: 2%;
  border-radius: 25px;
  box-shadow: inset 0 0 51px rgba(11, 103, 239, 0.31);
}
/* line 267, ../sass/style.scss */
.info-cuadrado article .cont-article img {
  width: 100%;
}
/* line 271, ../sass/style.scss */
.info-cuadrado article .cont-article h5 {
  font-size: 0.8rem;
  border: 1px solid #447095;
  border-radius: 2rem;
  display: inline;
  padding: 2%;
  font-weight: bold;
  background: linear-gradient(to right, rgba(11, 103, 239, 0.12), transparent);
  position: relative;
  z-index: 2;
}
/* line 283, ../sass/style.scss */
.info-cuadrado article .cont-article p {
  position: relative;
  z-index: 2;
  margin-top: 15px;
  font-size: 0.9rem;
  text-align: justify;
}
/* line 295, ../sass/style.scss */
.info-cuadrado article .sombra {
  border-radius: 25px;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: background 0.4s ease, opacity 0.4s ease;
  /* importante: animar la opacidad */
  opacity: 1;
  /* empieza visible */
}

/* line 314, ../sass/style.scss */
.contact-content {
  background: linear-gradient(90deg, transparent, #162442, transparent);
  background-image: url(/imprevisto/img/circulos_2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: white;
}
/* line 322, ../sass/style.scss */
.contact-content .tiras-contact img {
  transform: translate(-50%, 0);
  max-width: 100%;
}
/* line 330, ../sass/style.scss */
.contact-content .info-contacto {
  padding: 6%;
}
/* line 333, ../sass/style.scss */
.contact-content .info-contacto h3 {
  font-size: 2rem;
  font-weight: 700;
}
/* line 338, ../sass/style.scss */
.contact-content .info-contacto p {
  font-size: 1.5rem;
  font-weight: 400;
}

/* line 345, ../sass/style.scss */
.footer-cont {
  color: #8baec5;
  padding: 0 5% 0 5%;
}

@media (min-width: 768px) {
  /* line 351, ../sass/style.scss */
  .btn-style {
    width: 20%;
  }
}
@media (max-width: 767px) {
  /* line 359, ../sass/style.scss */
  .btn-style {
    width: 100%;
  }
}
@media (min-width: 541px) and (max-width: 767px) {
  /* line 373, ../sass/style.scss */
  .btn-style {
    width: 30%;
  }
}
@media (min-width: 541px) {
  /* line 380, ../sass/style.scss */
  .info-text {
    padding: 4% 0.5%;
  }
}
@media (max-width: 540px) {
  /* line 386, ../sass/style.scss */
  .header-text {
    font-size: 1rem !important;
  }

  /* line 389, ../sass/style.scss */
  .btn-style {
    width: 100%;
  }
}
