@charset "UTF-8";
@import url("../fonts/stylesheet.css");
.is-invalid {
  border-color: #d30d2b !important;
  background-image: none !important;
}

.error-text.text-danger {
  font-size: 12px;
  color: #d30d2b !important;
  vertical-align: bottom;
  position: absolute;
}
.error-text img {
  margin-right: 10px;
}

.container {
  max-width: 1280px;
}

.hidden {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.visible {
  opacity: 1;
  transition: opacity 0.5s ease;
}

div.blue-button {
  height: 46px;
}
div.blue-button button.btn,
div.blue-button a.btn {
  border-radius: 15px;
  border: 1px solid #0040a6;
  background-color: #0040a6;
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.1px;
  align-content: center;
  text-align: center;
  transition: background-color 0.3s ease, content 0.3s ease, color 0.3s ease;
  padding: 12px 24px;
  height: 46px;
  width: 141px;
}
div.blue-button button.btn.btn .icon,
div.blue-button a.btn.btn .icon {
  height: 14px;
  width: 9px;
  margin-left: 10px;
  margin-bottom: 3px;
}
div.blue-button button.btn.btn:focus,
div.blue-button a.btn.btn:focus {
  box-shadow: none;
}
div.blue-button button.btn.btn:hover,
div.blue-button a.btn.btn:hover {
  background-color: #c4dbff;
  border: 1px solid #c4dbff;
  color: #001e71;
}

div.yellow-button {
  text-align: right;
}
div.yellow-button button.btn {
  padding: 12px 24px;
  border-radius: 15px;
  background-color: #ffdb00;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.1px;
  align-content: center;
  text-align: center;
  transition: background-color 0.5s ease;
}
div.yellow-button button.btn.btn:hover {
  background-color: #c4dbff;
}
div.yellow-button button.btn.btn:focus {
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

.choices {
  margin-bottom: 0 !important;
}
.choices__list--dropdown, .choices__list[aria-expanded] {
  border-radius: 9px !important;
  border: 1px solid #ccddf7 !important;
}
.choices .choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #787474;
  color: white;
}
.choices .choices__item {
  font-weight: 300;
}
.choices .choices__item--disabled {
  display: none; /* Oculte completamente la opción */
}
.choices__inner {
  border: 1px solid #ccddf7 !important;
  border-radius: 9px !important;
  background-color: white;
  height: 47px;
  color: #001e71;
  padding-right: 30px;
  align-content: center;
}
.choices__inner::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
}
.choices__inner {
  background-image: url("../img/siniestros/iconos/arrow-select.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 14px;
}
.choices[data-type*=select-one]::after {
  content: none;
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border: 1px solid #ccddf7;
  background-color: white;
}

.is-open .choices__inner {
  border-radius: 9px;
}

.custom-select {
  background-image: url("../img/siniestros/iconos/arrow-select.svg");
  background-size: 14px; /* Tamaño de la flecha */
  color: #001e71;
  appearance: none; /* Quita el estilo por defecto del select */
  -webkit-appearance: none; /* Para Safari */
  -moz-appearance: none;
}

body section#section-centro-ayuda {
  background-color: #e7f0ff;
  color: #001e71;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0 90px;
}
body section#section-centro-ayuda div.product-item {
  text-align: center;
}
body section#section-centro-ayuda div.product-item div.title p {
  font-size: 46px;
  font-weight: 800;
  line-height: 54.89px;
  letter-spacing: -0.5px;
}
body section#section-centro-ayuda div.product-item div.info p {
  font-size: 20px;
  font-weight: 400;
  line-height: 23.87px;
  color: #092046;
  margin: 0 220px 90px;
}
body section#section-centro-ayuda div.product-item .form-group {
  transition: all 0.3s ease;
  margin-bottom: 1rem;
}
body section#section-centro-ayuda div.product-item .form-item {
  display: flex;
  background-color: white;
  flex-direction: column;
  justify-content: space-between;
  color: #001e71;
  border-radius: 15px;
  border: 1px solid transparent;
  box-shadow: 0px 4px 8px -5px rgba(54, 116, 198, 0.4);
  font-size: 15px;
  font-weight: 400;
  padding: 32px 45px 36px;
  text-align: left;
}
body section#section-centro-ayuda div.product-item .form-item div.title p {
  font-size: 30px;
  font-weight: 800;
  line-height: 35.8px;
}
body section#section-centro-ayuda div.product-item .form-item div.texto p {
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 14.4px;
  color: #333333;
  margin-bottom: 24px;
}
body section#section-centro-ayuda div.product-item .form-item .form-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  color: #001e71;
  margin-bottom: 0.5rem;
}
body section#section-centro-ayuda div.product-item .form-item input.form-control {
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  line-height: 16.8px;
  border-radius: 9px;
  border: 1px #ccddf7 solid;
  height: 47px;
}
body section#section-centro-ayuda div.product-item .form-item textarea.form-control {
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  line-height: 16.8px;
  border-radius: 9px;
  border: 1px #ccddf7 solid;
}
body section#section-centro-ayuda div.product-item .succes-message,
body section#section-centro-ayuda div.product-item .error-message {
  height: 440px;
  align-content: center;
  text-align: center;
}
body section#section-centro-ayuda div.product-item .succes-message .image,
body section#section-centro-ayuda div.product-item .error-message .image {
  margin-bottom: 32px;
}
body section#section-centro-ayuda div.product-item .succes-message .blue-button .btn,
body section#section-centro-ayuda div.product-item .error-message .blue-button .btn {
  width: 164px;
}
body section#section-centro-ayuda div.product-item .succes-message .title-succes p,
body section#section-centro-ayuda div.product-item .error-message .title-succes p {
  color: #001e71;
  font-size: 22px;
  font-weight: 700;
  line-height: 26.25px;
  margin-bottom: 10px;
}
body section#section-centro-ayuda div.product-item .succes-message .texto-succes p,
body section#section-centro-ayuda div.product-item .error-message .texto-succes p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 36px;
  color: #333333;
}
body section#section-centro-ayuda div.product-item .succes-spinner {
  padding: 0 102px;
  height: 440px;
  align-content: center;
  text-align: center;
}
body section#section-centro-ayuda div.product-item .succes-spinner .spinner img {
  height: 90px;
  width: 90px;
}
body section#section-centro-ayuda .info-footer-box {
  background-color: white;
  width: 100%;
  padding: 36px 20px;
  border-radius: 15px;
  box-shadow: 0px 4px 8px -5px rgba(54, 116, 198, 0.4);
}
body section#section-centro-ayuda .info-footer-box .info-footer {
  text-align: left;
}
body section#section-centro-ayuda .info-footer-box .info-footer .info-footer-space {
  display: flex;
  flex-direction: row;
  width: -moz-fit-content;
  width: fit-content;
  height: 110px;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  gap: 25px;
}
body section#section-centro-ayuda .info-footer-box .info-footer .info-footer-space .info-footer-text {
  width: 231px;
}
body section#section-centro-ayuda .info-footer-box .info-footer .info-footer-space a {
  text-decoration: none;
}
body section#section-centro-ayuda .info-footer-box p {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14.4px;
  color: #092046;
}
body section#section-centro-ayuda .info-footer-box p.p-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 19.09px;
  cursor: pointer;
}
body section#section-centro-ayuda .info-footer-box img {
  width: 55px;
  height: 55px;
  border-radius: 12px;
  background-color: #f1f7ff;
}
body section#section-centro-ayuda .info-footer-box .separador {
  border-top: #c4dbff 1px solid;
}
body section#section-nuestras-sucursales .container {
  align-items: unset;
}
body section#section-nuestras-sucursales {
  background-color: white;
  color: #001e71;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 55px 0;
}
body section#section-nuestras-sucursales div.product-item {
  text-align: center;
}
body section#section-nuestras-sucursales div.product-item div.title p {
  font-size: 36px;
  font-weight: 800;
  line-height: 42.96px;
  text-align: left;
}
body section#section-nuestras-sucursales div.product-item div.info p {
  font-size: 20px;
  font-weight: 500;
  line-height: 23.87px;
  color: #092046;
}
body section#section-nuestras-sucursales div.product-item .contenedor-sucu-mapa {
  display: flex;
  background-color: #e7f0ff;
  padding: 50px 30px 100px;
  border-radius: 15px;
}
body section#section-nuestras-sucursales div.product-item .sucursales-box {
  display: flex;
  background-color: white;
  text-align: left;
  flex-direction: column;
  border-radius: 15px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 400;
  padding: 48px 26px;
  box-shadow: 0px 4px 8px -5px rgba(54, 116, 198, 0.4);
}
body section#section-nuestras-sucursales div.product-item .sucursales-box div.title p {
  font-size: 28px;
  font-weight: 800;
  line-height: 30px;
  color: #001e71;
}
body section#section-nuestras-sucursales div.product-item .sucursales-box .form-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  color: #001e71;
  margin-bottom: 0.5rem;
}
body section#section-nuestras-sucursales div.product-item .sucursales-box input.form-control {
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  line-height: 16.8px;
  border-radius: 9px;
  border: 1px #ccddf7 solid;
  height: 47px;
}
body section#section-nuestras-sucursales div.product-item .sucursales-box #searchResults {
  list-style-type: none;
  max-height: 160px;
  overflow-y: auto;
  z-index: 10;
  position: absolute;
  padding-inline-start: 0px;
  font-size: 12px;
  margin: 0;
  width: 100%;
}
body section#section-nuestras-sucursales div.product-item .sucursales-box #searchResults li {
  background-color: #f4f4f4;
  padding: 10px;
  cursor: pointer;
  z-index: 999;
  position: relative;
  height: 60px;
  overflow: hidden;
  display: inline-flex;
  width: 100%;
  align-items: center;
  margin-top: -1px;
}
body section#section-nuestras-sucursales div.product-item .sucursales-box #searchResults li:last-child {
  border-radius: 0 0 15px 15px;
}
body section#section-nuestras-sucursales div.product-item .image {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.09px;
}
body section#section-nuestras-sucursales #mapaSucursales {
  height: 100%;
  border-radius: 15px;
}
body section#section-trabaja-con-nosotros .container {
  display: block;
}
body section#section-trabaja-con-nosotros {
  background-color: #e7f0ff;
  color: #001e71;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 55px 0;
}
body section#section-trabaja-con-nosotros .more-info-content .more-info-card {
  background-color: white;
  padding: 36px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 15px;
  box-shadow: 0px 4px 8px -5px rgba(54, 116, 198, 0.4);
  gap: 42px;
}
body section#section-trabaja-con-nosotros .more-info-content .more-info-card .more-info-info {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 24px;
}
body section#section-trabaja-con-nosotros .more-info-content .more-info-card .more-info-info .more-info-details {
  display: flex;
  flex-direction: column;
}
body section#section-trabaja-con-nosotros .more-info-content .more-info-card .more-info-info .more-info-details .more-info-title {
  font-size: 28px;
  font-weight: 800;
  line-height: 30px;
  text-align: left;
  color: #001e71;
  margin-bottom: 10px;
}
body section#section-trabaja-con-nosotros .more-info-content .more-info-card .more-info-info .more-info-details .more-info-subtitle {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #333333;
  margin: 0;
}
body section#section-trabaja-con-nosotros .more-info-content .more-info-card .more-info-button a {
  text-decoration: none;
}
body section#section-trabaja-con-nosotros .more-info-content .more-info-card .more-info-button .btn {
  padding: 12px 24px;
  background-color: #0040a6;
  border-radius: 15px;
  border: none;
  display: flex;
  justify-content: center;
  color: white;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.1000000015px;
  min-width: 181px;
}
body section#section-trabaja-con-nosotros .more-info-content .more-info-card .more-info-button .btn:hover {
  background-color: #c4dbff;
  color: #001e71;
}
body section#section-trabaja-con-nosotros .more-info-content .more-info-card .more-info-image {
  border-radius: 16px;
  background-color: #f1f7ff;
  align-content: center;
  text-align: center;
  padding: 18px 14px;
}
body section#section-trabaja-con-nosotros .more-info-content .more-info-card .more-info-image img {
  width: 47px;
  height: 38px;
}

@media screen and (max-width: 991.98px) {
  section#section-centro-ayuda {
    padding: 55px 0 55px !important;
  }
  section#section-centro-ayuda div.product-item div.info p {
    margin: 0 0 55px !important;
  }
  section#section-centro-ayuda div.product-item .form-item {
    padding: 20px !important;
  }
  section#section-centro-ayuda div.product-item .succes-spinner {
    padding: 0 90px !important;
  }
  section#section-nuestras-sucursales #contenedor-sucu-mapa {
    padding: 0;
  }
  section#section-nuestras-sucursales div.product-item .contenedor-sucu-mapa {
    padding: 15px 15px 156px !important;
  }
  section#section-nuestras-sucursales div.product-item .sucursales-box {
    padding: 20px !important;
    margin-bottom: 24px;
  }
  section#section-nuestras-sucursales #mapaSucursales {
    min-height: 457px;
  }
  section#section-trabaja-con-nosotros .more-info-content .more-info-card {
    flex-direction: column;
  }
  section#section-trabaja-con-nosotros .more-info-content .more-info-card .more-info-info {
    justify-content: center;
  }
  section#section-trabaja-con-nosotros .more-info-content .more-info-card .more-info-info .more-info-details .more-info-title {
    text-align: center !important;
  }
  section#section-trabaja-con-nosotros .more-info-content .more-info-card .more-info-info .more-info-details .more-info-subtitle {
    text-align: center !important;
    flex-direction: column;
  }
}/*# sourceMappingURL=centro_ayuda.css.map */