@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--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-first {
  background-color: #e7f0ff;
  color: #001e71;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0 45px;
}
body section#section-first div.product-item {
  text-align: right;
}
body section#section-first div.product-item div.title p {
  font-size: 42px;
  font-weight: 800;
  line-height: 56px;
  letter-spacing: -0.0025em;
  text-align: left;
}
body section#section-first div.product-item div.info p {
  font-size: 20px;
  font-weight: 500;
  line-height: 23.87px;
  color: #092046;
}
body section#section-preguntas-frecuentes .container {
  display: block;
}
body section#section-preguntas-frecuentes {
  background-color: #e7f0ff;
  color: #001e71;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0 45px;
}
body section#section-preguntas-frecuentes div.product-item {
  text-align: center;
}
body section#section-preguntas-frecuentes div.product-item div.title p {
  font-size: 46px;
  font-weight: 800;
  line-height: 54.89px;
  letter-spacing: -0.5px;
  text-align: center;
  margin-bottom: 40px;
}
body section#section-preguntas-frecuentes div.product-item div.info p {
  font-size: 20px;
  font-weight: 500;
  line-height: 23.87px;
  color: #092046;
}
body section#section-preguntas-frecuentes .accordion .card {
  border-radius: 15px;
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  border-color: white;
  margin: 10px 0;
  transition: all 0.3s ease;
}
body section#section-preguntas-frecuentes .accordion .card.colapsado {
  background-color: white;
  color: #092046;
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  border-color: white;
  overflow: hidden;
}
body section#section-preguntas-frecuentes .accordion .card.colapsado .card-body {
  background-color: white;
}
body section#section-preguntas-frecuentes .accordion .card:not(.colapsado) {
  background-color: #f7fbff;
  color: #092046;
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  border-color: #c4dbff;
  overflow: hidden;
}
body section#section-preguntas-frecuentes .accordion .card:not(.colapsado) .card-header {
  background-color: #f7fbff;
}
body section#section-preguntas-frecuentes .accordion .card .card-header {
  background: white;
  font-weight: 600;
  color: #092046;
  padding: 15px;
  border-radius: 15px;
  border: 1px solid transparent;
}
body section#section-preguntas-frecuentes .accordion .card .card-header button {
  background: transparent;
  border: none;
  width: 100%;
  text-align: left;
  font-weight: 600;
  color: inherit;
  outline: none;
  padding: 0;
}
body section#section-preguntas-frecuentes .accordion .card .card-header button:focus {
  box-shadow: none;
}
body section#section-preguntas-frecuentes .accordion .card .collapse.show .card-body {
  background-color: #f7fbff;
  color: #092046;
  font-weight: 300;
}
body section#section-preguntas-frecuentes .accordion .card .collapse .card-body {
  background-color: white;
  color: #092046;
  font-weight: 300;
}
body section#section-preguntas-frecuentes .accordion .card .collapsing {
  color: #092046;
  font-weight: 300;
}
body section#section-preguntas-frecuentes .accordion .card .btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body section#section-preguntas-frecuentes .accordion .card .btn .custom-icon {
  transition: all 0.3s ease;
  margin-left: 10px;
}
body section#section-preguntas-frecuentes .accordion .card .btn.collapsed .custom-icon {
  transform: rotate(0deg);
}
body section#section-preguntas-frecuentes .accordion .card .btn:not(.collapsed) .custom-icon {
  transform: rotate(180deg);
}
body section#section-glosario .container {
  display: block;
}
body section#section-glosario {
  background-color: #e7f0ff;
  color: #001e71;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0 55px;
}
body section#section-glosario div.product-item {
  text-align: center;
}
body section#section-glosario div.product-item div.title p {
  font-size: 46px;
  font-weight: 800;
  line-height: 54.89px;
  letter-spacing: -0.5px;
  text-align: center;
  margin-bottom: 40px;
}
body section#section-glosario .glosario-box {
  padding: 60px;
  background-color: white;
  border-radius: 15px;
  border: 1px solid white;
  box-shadow: 0px 4px 8px -5px rgba(54, 116, 198, 0.4);
}
body section#section-glosario .glosario-box .letter-filter {
  display: flex;
  flex-direction: row;
  margin-bottom: 46px;
  flex-wrap: wrap;
  gap: 15px;
}
body section#section-glosario .glosario-box .letter-filter .btn {
  padding: 0;
  border-radius: 9px;
  border: 1px solid #c4dbff;
  font-size: 18px;
  font-weight: 800;
  line-height: 30px;
  text-align: center;
  max-width: 36px;
  width: 100%;
  height: 36px;
}
body section#section-glosario .glosario-box .letter-filter .btn:focus {
  box-shadow: none;
}
body section#section-glosario .glosario-box .letter-filter .btn.active {
  background-color: #c4dbff;
  border: 1px solid #001e71;
  color: #001e71;
}
body section#section-glosario .glosario-box #glosario {
  margin-top: 36px;
}
body section#section-glosario .glosario-box .glosario-item {
  padding: 32px 24px;
  margin: 15px 0;
  border-radius: 15px;
  border: 1px solid #c4dbff;
}
body section#section-glosario .glosario-box .glosario-item .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.48px;
}
body section#section-glosario .glosario-box .glosario-item .info {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: #333333;
}
body section#section-glosario .glosario-box .glosario-item.show {
  transition: all 0.3s ease;
}
body section#section-glosario .glosario-box .letter-selected {
  margin-left: 5px;
  font-weight: 800;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0px;
}
body section#section-mas-informacion .container {
  display: block;
}
body section#section-mas-informacion {
  background-color: #e7f0ff;
  color: #001e71;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 90px;
}
body section#section-mas-informacion .more-info-content .more-info-card {
  background-color: rgba(255, 255, 255, 0.3019607843);
  padding: 36px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #c4dbff;
  border-radius: 15px;
  gap: 42px;
}
body section#section-mas-informacion .more-info-content .more-info-card .more-info-info {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 24px;
}
body section#section-mas-informacion .more-info-content .more-info-card .more-info-info .more-info-details {
  display: flex;
  flex-direction: column;
}
body section#section-mas-informacion .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-mas-informacion .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-mas-informacion .more-info-content .more-info-card .more-info-button a {
  text-decoration: none;
}
body section#section-mas-informacion .more-info-content .more-info-card .more-info-button .btn {
  padding: 12px 24px;
  background-color: #ffdb00;
  border-radius: 15px;
  border: none;
  display: flex;
  justify-content: center;
  color: #333333;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.1000000015px;
  min-width: 181px;
}
body section#section-mas-informacion .more-info-content .more-info-card .more-info-button .btn:hover {
  background-color: #c4dbff;
  color: #001e71;
}

@media screen and (max-width: 991.98px) {
  section#section-first div.product-item {
    text-align: center !important;
  }
  section#section-glosario .glosario-box {
    padding: 20px !important;
  }
  section#section-glosario .letter-filter {
    justify-content: space-between;
  }
  section#section-mas-informacion .more-info-content .more-info-card {
    flex-direction: column;
  }
  section#section-mas-informacion .more-info-content .more-info-card .more-info-info {
    justify-content: center;
  }
  section#section-mas-informacion .more-info-content .more-info-card .more-info-info .more-info-details .more-info-title {
    text-align: center !important;
  }
  section#section-mas-informacion .more-info-content .more-info-card .more-info-info .more-info-details .more-info-subtitle {
    text-align: center !important;
    flex-direction: column;
  }
}/*# sourceMappingURL=preguntas_frecuentes.css.map */