@charset "UTF-8";
html,
body {
  font-size: 1rem;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
}

.form-control {
  border-radius: 0;
}

.navbar {
  background-color: #ffffff;
}
.navbar .navbar-toggler {
  background: #a6126a;
  background: linear-gradient(22deg, #31629d 0%, #a6126a 100%);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  border: none;
  padding: 5px 5px;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar .navbar-brand img {
  max-width: 125px;
  height: auto;
}
.navbar .nav-item a {
  color: #000;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
}
.navbar .nav-item a:hover {
  color: #a6126a;
}
.navbar .nav-item a.active {
  color: #a6126a;
}
.navbar .neticons a {
  color: #a6126a;
  font-size: 2rem;
}

.hero-zone {
  background-size: cover;
  background-position: top center;
  display: flex;
  align-items: end;
  border-radius: 0 0 1rem 1rem;
}
.hero-zone .espaciador {
  display: block;
  width: 100%;
  padding-top: 40vh;
}
.hero-zone .form-home {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 1rem 1rem;
}
.hero-zone .form-home .field {
  width: 100%;
  padding-right: 1rem;
}
.hero-zone .form-home .field label {
  font-size: 0.8rem;
  color: #666666;
}
.hero-zone .form-home .form-select {
  padding: 1rem;
  border-radius: 0.5rem 0.5rem;
}
.hero-zone .form-home .form-control {
  padding: 1rem;
  border-radius: 0.5rem 0.5rem;
}
.hero-zone .form-home .btn-primary {
  width: 100%;
  padding: 1rem 1rem;
  background: #a6126a;
  background: linear-gradient(90deg, #a6126a 0%, #31629d 100%);
}

@media (max-width: 767px) {
  .hero-zone .form-home .btn-primary {
    margin-top: 1rem;
  }
  .hero-zone .form-home .field {
    padding-right: 0rem;
  }
}
.icons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.icons .icon {
  padding: 1rem 1rem 1rem 1rem;
}
.icons .icon img {
  width: 100%;
  height: auto;
  max-width: 150px;
  filter: grayscale(1);
}

@media (max-width: 768px) {
  .hero-zone .espaciador {
    display: block;
    padding-top: 40vh;
  }
  .icons {
    display: block;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .icons .icon {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
  }
  .icons .icon img {
    max-width: 150px;
  }
}
.gradient-bg {
  background: #a6126a;
  background: linear-gradient(22deg, #a6126a 0%, #31629d 100%);
}

.testimonial img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
  background-color: #a6126a;
  border-color: #a6126a;
}

.cards-home {
  background-color: #f9f9f9;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}
.cards-home .card-item .icon {
  height: 150px;
  margin: auto;
}
.cards-home .card-item .icon img {
  height: auto;
  max-width: 80px;
}
.cards-home .card-item .title {
  min-height: 3rem;
}
.cards-home .card-item .title h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #a6126a;
}
.cards-home .card-item p {
  font-size: 1rem;
  font-weight: 400;
  color: #666666;
}

.action-area {
  background: #a6126a;
  background: linear-gradient(22deg, #a6126a 0%, #31629d 100%);
  color: white;
  text-align: center;
  padding: 4rem 2rem 4rem 2rem;
  border-radius: 1rem;
}
.action-area h2 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
.action-area button {
  border: 1px solid #ffffff;
  padding: 1rem 3rem;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  background-color: transparent;
  color: #ffffff;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .action-area {
    padding: 2rem 1rem 2rem 1rem;
  }
  .action-area h2 {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
  }
  .action-area button {
    border: 1px solid #ffffff;
    padding: 1rem 2rem;
    font-size: 1rem;
  }
}
.testimonios-areas {
  padding: 2rem 0;
}
.testimonios-areas h2 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #a6126a;
  text-align: center;
}
.testimonios-areas h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #000000;
  text-align: center;
}

/** Carousel */
.carousel {
  max-width: 650px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.carousel .carousel-item {
  color: #999;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  min-height: 340px;
}

.carousel .carousel-item a {
  color: #eb7245;
}

.carousel .img-box {
  width: 145px;
  height: 145px;
  margin: 0 auto;
  border-radius: 50%;
}

.carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.carousel .testimonial {
  padding: 30px 0 10px;
}

.carousel .overview {
  text-align: center;
  padding-bottom: 5px;
}

.carousel .overview b {
  color: #333;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 5px;
}

.carousel .star-rating i {
  font-size: 18px;
  color: #ffdc12;
}

.carousel-control-prev,
.carousel-control-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #999;
  text-shadow: none;
  top: 4px;
}

.carousel-control-prev i,
.carousel-control-next i {
  font-size: 20px;
  margin-right: 2px;
}

.carousel-control-prev {
  left: auto;
  right: 40px;
}

.carousel-control-next i {
  margin-right: -2px;
}

.carousel .carousel-indicators {
  bottom: 15px;
}

.carousel-indicators li,
.carousel-indicators li.active {
  width: 11px;
  height: 11px;
  margin: 1px 5px;
  border-radius: 50%;
}

.carousel-indicators li {
  background: #e2e2e2;
  border: none;
  list-style-type: none;
}

.carousel-indicators li.active {
  background: #a6126a;
}

.footer-area {
  background: #a6126a;
  background: linear-gradient(22deg, #a6126a 0%, #31629d 100%);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 2rem 0;
}
.footer-area p {
  margin: 0;
}
.footer-area .logo {
  margin-top: 1rem;
}
.footer-area .logo img {
  max-width: 160px;
  height: auto;
}
.footer-area h2 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.footer-area h3 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.footer-area ul {
  list-style: none;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
.footer-area ul li {
  padding: 0.5rem 0 0.5rem 0;
}
.footer-area ul li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
}
.footer-area ul li a:before {
  font-family: bootstrap-icons !important;
  content: "\f285";
  /* Ícono de chevron-right */
  margin-right: 5px;
  /* Espacio entre el ícono y el texto */
  font-size: 0.8rem;
  /* Tamaño del ícono */
  color: #ffffff;
  /* Color del ícono */
}
.footer-area ul.list-items li {
  padding: 0;
}
.footer-area .input-group .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  padding: 0.7rem;
}
.footer-area .input-group button {
  background: #a6126a;
  background: linear-gradient(22deg, #31629d 0%, #a6126a 100%);
  color: #ffffff;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

@media (max-width: 768px) {
  .footer-area p {
    margin: 0;
  }
  .footer-area h2 {
    font-size: 0.9rem;
  }
  .footer-area h3 {
    font-size: 0.9;
  }
  .footer-area ul li {
    padding: 0.25rem 0 0.25rem 0;
    font-size: 0.7rem;
  }
  .footer-area ul.list-items li {
    padding: 0;
  }
  .footer-area .input-group .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    padding: 0.7rem;
  }
}
.copyright {
  background-color: #111111;
  color: #ffffff;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 300;
  padding: 1rem 0;
}
.copyright p {
  margin: 0;
}

.block-footer {
  margin-bottom: 1rem;
}

.sidebarMenu {
  background-color: rgba(166, 18, 106, 0.8);
  color: #ffffff;
}
.sidebarMenu .logo {
  margin: 0 0 1rem 0;
}
.sidebarMenu .logo img {
  max-width: 150px;
  height: auto;
}
.sidebarMenu ul li a {
  display: block;
  text-decoration: none;
  padding: 0.3rem 0 0.3rem 0;
  color: #ffffff;
  font-weight: 600;
}
.sidebarMenu ul li a.active {
  color: #000000;
}
.sidebarMenu .offcanvas-header .btn-close {
  color: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
.sidebarMenu .neticons a {
  color: #ffffff;
  font-size: 2rem;
}

.top-bg {
  background: #a6126a;
  background: linear-gradient(22deg, #31629d 0%, #a6126a 100%);
  width: 100%;
  display: block;
  padding: 3rem 0 3rem 0;
  text-align: center;
  color: #ffffff;
}
.top-bg h2 {
  font-size: 2rem;
  font-weight: 600;
}

/** Accordion */
.customAccordion {
  /* Oculta la flecha predeterminada de Bootstrap */
  /* Estilos para el ícono personalizado */
  /* Animación de la flecha */
}
.customAccordion .accordion-button::after {
  display: none;
}
.customAccordion .arrow-icon {
  position: absolute;
  /* Posiciona el ícono de forma absoluta */
  right: 1rem;
  /* Alinea a la derecha con un margen */
  display: inline-flex;
  /* Para centrar el ícono */
  align-items: center;
  justify-content: center;
  width: 24px;
  /* Tamaño del círculo */
  height: 24px;
  /* Tamaño del círculo */
  border: 2px solid #000;
  /* Borde del círculo */
  border-radius: 50%;
  /* Hace que el borde sea circular */
  background-color: transparent;
  /* Fondo transparente */
  transition: transform 0.3s ease;
  /* Animación para la flecha */
}
.customAccordion .arrow-icon i {
  font-size: 12px;
  /* Tamaño del ícono de la flecha */
  color: #000;
  /* Color del ícono */
}
.customAccordion .accordion-button.collapsed .arrow-icon {
  transform: rotate(0deg);
  /* Flecha hacia abajo cuando está colapsado */
}
.customAccordion .accordion-button:not(.collapsed) .arrow-icon {
  transform: rotate(180deg);
  /* Flecha hacia arriba cuando está expandido */
}
.customAccordion .accordion-item {
  border: none;
}
.customAccordion .accordion-item h2 {
  border: none;
}
.customAccordion .accordion-header {
  border-bottom: 1px solid #BDBDBD;
}
.customAccordion .accordion-header button {
  font-size: 1.2rem;
  font-weight: 600;
  color: #000000;
}
.customAccordion .accordion-header button .icon {
  width: 48px;
  margin-right: 1rem;
  min-height: 48px;
  display: flex;
  align-items: center;
}
.customAccordion .accordion-header button .icon img {
  width: 100%;
  height: auto;
}
.customAccordion .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-radius: 0;
}
.customAccordion .accordion-button:not(.collapsed) {
  background-color: #ffffff;
}
.customAccordion .body-accordion {
  background-color: #F7F7F9;
  padding: 1rem 1rem;
  color: #000000;
  border-radius: 1rem;
}

.title {
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #000000;
}
.title h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #000000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title h2 .icon {
  width: 80px;
  margin-right: 1rem;
  min-height: 80px;
  display: flex;
  align-items: center;
}
.title h2 .icon img {
  width: 100%;
  height: auto;
}

.barra {
  padding: 1rem 1rem;
  background-color: #a6126a;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  border-radius: 1rem;
}
.barra button {
  margin-left: 1rem;
  border-radius: 1.5rem;
  border: 1px solid #ffffff;
  background-color: transparent;
  font-weight: 600;
  font-size: 0.8rem;
}

/** cotizacion */
/* Estilos personalizados */
.titulo {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  padding: 1rem 0;
}

.fila-cotizacion {
  border-bottom: 1px solid #BDBDBD;
}
.fila-cotizacion .empresa {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  border-right: 1px solid #BDBDBD;
}
.fila-cotizacion .empresa .logo {
  max-width: 150px;
}
.fila-cotizacion .empresa .text-monto {
  font-size: 0.7rem;
  font-weight: 600;
}
.fila-cotizacion .empresa .monto-asegurado {
  background-color: #e9ecef;
  /* Fondo gris claro */
  padding: 0.5rem 0.5rem;
  /* Padding de 1rem */
  border-radius: 1rem;
  /* Bordes redondeados */
  font-size: 2rem;
  /* Tamaño de fuente más grande */
  text-align: center;
  /* Texto centrado */
  font-weight: 600;
}
.fila-cotizacion .bloque-precio {
  background-color: #f8f9fa;
  /* Fondo gris claro */
  padding: 1rem;
  /* Padding de 1rem */
  border-radius: 0.5rem;
  /* Bordes redondeados */
  margin-bottom: 1rem;
  /* Espacio entre bloques */
  text-align: center;
  margin-top: 1rem;
  /* Texto centrado */
}
.fila-cotizacion .bloque-precio .precio {
  font-size: 2rem;
  /* Tamaño de fuente grande */
  font-weight: bold;
  /* Texto en negrita */
}
.fila-cotizacion .bloque-precio .referencia {
  font-size: 0.7rem;
  /* Tamaño de fuente pequeño */
  color: #000000;
  font-weight: 600;
  /* Color gris */
}
.fila-cotizacion .bloque-precio .btn {
  width: 100%;
  /* Botón ocupa todo el ancho */
  margin-top: 0.5rem;
  border-radius: 1rem;
  font-size: 0.7rem;
  border: none;
  font-size: 0.7rem;
  font-weight: 600;
  /* Espacio arriba del botón */
}

@media (max-width: 768px) {
  .title {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .title h2 {
    font-size: 1rem;
    font-weight: 600;
  }
  .title h2 .icon {
    width: 64px;
  }
  .barra {
    padding: 0.5rem 1rem;
    width: 100%;
    font-size: 0.8rem;
    border-radius: 0.5rem;
  }
  .barra button {
    font-size: 0.6rem;
  }
  .fila-cotizacion {
    border-bottom: none;
    padding: 0 1rem 0 1rem;
  }
  .fila-cotizacion .empresa {
    padding: 1rem 0rem;
    border-bottom: 1px solid #BDBDBD;
    border-right: none;
  }
  .fila-cotizacion .empresa .monto-asegurado-texto {
    font-size: 0.7rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0.2rem;
    text-align: center;
  }
  .fila-cotizacion .empresa .logo {
    max-width: 150px;
  }
  .fila-cotizacion .empresa .text-monto {
    font-size: 0.7rem;
    font-weight: 600;
  }
  .fila-cotizacion .empresa .monto-asegurado {
    background-color: #e9ecef;
    /* Fondo gris claro */
    padding: 0.5rem 0.5rem;
    /* Padding de 1rem */
    border-radius: 1rem;
    /* Bordes redondeados */
    font-size: 1.2rem;
    /* Tamaño de fuente más grande */
    text-align: center;
    /* Texto centrado */
    font-weight: 600;
  }
}
.columnas-movil {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.columnas-movil.visible {
  max-height: 1500px;
  /* Ajusta este valor según el contenido */
}

.empresa-movil .best-quotation {
  margin-top: 1rem;
  border: 1px solid #E2E2E2;
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding: 1rem;
  text-align: center;
}
.empresa-movil .best-quotation .title {
  font-weight: 500;
  font-size: 0.7rem;
  margin-bottom: 0.5rem;
  padding: 0 0;
}
.empresa-movil .best-quotation .price {
  font-weight: 700;
  font-size: 1rem;
}
.empresa-movil .flecha {
  padding: 4px 7px;
  border-radius: 24px;
  border: 2px solid #E2E2E2;
  background-color: #f2f2f2;
  width: 32px;
  height: 32px;
  display: inline-block;
  /* Asegura que la flecha sea un bloque */
  transition: transform 0.3s ease;
  /* Transición suave de 0.3 segundos */
}
.empresa-movil .flecha i {
  font-size: 1rem;
  color: #999999;
}
.empresa-movil.visible .flecha {
  rotate: 180deg;
}

.btn-action {
  color: #ffffff;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0rem;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0.5rem;
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  border-radius: 1rem;
}
.btn-action span {
  align-content: center;
}
.btn-action .icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 1rem;
}
.btn-action .icon img {
  width: 100%;
  height: auto;
}
.btn-action.btn-pdf {
  background-color: #a6126a;
}
.btn-action.btn-pdf:hover {
  background-color: #333333;
}
.btn-action.btn-asesor {
  background-color: #31629d;
}
.btn-action.btn-asesor:hover {
  background-color: #333333;
}
.btn-action:hover {
  color: #ffffff;
}

.fila-cotizacion.compania-1 .monto-asegurado {
  background-color: #F6E5EE;
}
.fila-cotizacion.compania-1 .bloque-precio {
  background-color: #F6E5EE;
}
.fila-cotizacion.compania-1 .bloque-precio .btn {
  background-color: #A70456;
  color: #ffffff;
}

.fila-cotizacion.compania-2 .monto-asegurado {
  background-color: #E5F2FB;
}
.fila-cotizacion.compania-2 .bloque-precio {
  background-color: #E5F2FB;
}
.fila-cotizacion.compania-2 .bloque-precio .btn {
  background-color: #0184D6;
  color: #ffffff;
}

.fila-cotizacion.compania-3 .monto-asegurado {
  background-color: #E5ECF5;
}
.fila-cotizacion.compania-3 .bloque-precio {
  background-color: #E5ECF5;
}
.fila-cotizacion.compania-3 .bloque-precio .btn {
  background-color: #00459B;
  color: #ffffff;
}

.fila-cotizacion.compania-4 .monto-asegurado {
  background-color: #FCF7EF;
}
.fila-cotizacion.compania-4 .bloque-precio {
  background-color: #FCF7EF;
}
.fila-cotizacion.compania-4 .bloque-precio .btn {
  background-color: #F29E33;
  color: #ffffff;
}

.fila-cotizacion.compania-5 .monto-asegurado {
  background-color: #FDE8E9;
}
.fila-cotizacion.compania-5 .bloque-precio {
  background-color: #FDE8E9;
}
.fila-cotizacion.compania-5 .bloque-precio .btn {
  background-color: #EA1C23;
  color: #ffffff;
}

/* detalle de cotizacion */
.offcanvas.offcanvas-start.sidebarDetalle {
  background-color: white;
  width: calc(100% - 48px);
  border-radius: 0 1rem 1rem 0;
  padding-right: 2rem;
  padding-left: 2rem;
}
.offcanvas.offcanvas-start.sidebarDetalle .offcanvas-header {
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
}
.offcanvas.offcanvas-start.sidebarDetalle .offcanvas-header h2 {
  font-size: 2rem;
  color: #000;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .offcanvas.offcanvas-start.sidebarDetalle {
    width: 100%;
    border-radius: 0 1rem 1rem 0;
    padding-right: 0;
    padding-left: 0;
  }
  .offcanvas.offcanvas-start.sidebarDetalle .offcanvas-header h2 {
    font-size: 1.2rem;
    color: #000;
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}
.detalle-cotizacion .det-empresa .logo {
  max-width: 150px;
}
.detalle-cotizacion .det-empresa .text-monto {
  font-size: 0.7rem;
  font-weight: 600;
}
.detalle-cotizacion .det-empresa .monto-asegurado-texto {
  font-size: 0.7rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0.2rem;
  text-align: center;
}
.detalle-cotizacion .det-empresa .monto-asegurado {
  background-color: #e9ecef;
  padding: 0.5rem 0.5rem;
  border-radius: 1rem;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
}

.sidebarDetalle h2 {
  font-weight: 700;
  font-size: 2rem;
  color: #000;
  text-align: center;
}
.sidebarDetalle .bloque-texto {
  background-color: #f2f2f2;
  padding: 1rem 1rem;
  font-size: 1rem;
  color: #000000;
  border-radius: 1rem;
}
.sidebarDetalle .bloque-texto p {
  margin-bottom: 0.5rem;
}
.sidebarDetalle .cotizaciones {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.sidebarDetalle .cotizaciones .bloque-precio {
  background-color: #f8f9fa;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  text-align: center;
  margin: 1rem 1rem 1rem 1rem;
}
.sidebarDetalle .cotizaciones .bloque-precio .precio {
  font-size: 2rem;
  font-weight: bold;
}
.sidebarDetalle .cotizaciones .bloque-precio .referencia {
  font-size: 0.7rem;
  color: #000000;
  font-weight: 600;
}

@media (max-width: 768px) {
  .sidebarDetalle {
    padding-left: 0;
    padding-right: 0;
  }
  .sidebarDetalle h2 {
    font-weight: 700;
    font-size: 1.3rem;
    color: #000;
    text-align: center;
  }
  .sidebarDetalle .bloque-texto {
    padding: 1rem 1rem;
    font-size: 0.8rem;
    color: #000000;
  }
  .sidebarDetalle .cotizaciones .bloque-precio {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    text-align: center;
    margin: 0.5rem 0.5rem 0.5rem 0rem;
  }
  .sidebarDetalle .cotizaciones .bloque-precio .precio {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .sidebarDetalle .cotizaciones .bloque-precio .referencia {
    font-size: 0.7rem;
    color: #000000;
    font-weight: 600;
  }
}
.sidebarDetalle .monto-asegurado {
  background-color: #FDE8E9;
}
.sidebarDetalle .cotizaciones.compania-1 .bloque-precio {
  background-color: #F6E5EE;
}
.sidebarDetalle .cotizaciones.compania-1 .bloque-precio .btn {
  background-color: #A70456;
  color: #ffffff;
}
.sidebarDetalle .cotizaciones.compania-2 .bloque-precio {
  background-color: #E5F2FB;
}
.sidebarDetalle .cotizaciones.compania-2 .bloque-precio .btn {
  background-color: #0184D6;
  color: #ffffff;
}
.sidebarDetalle .cotizaciones.compania-3 .bloque-precio {
  background-color: #E5ECF5;
}
.sidebarDetalle .cotizaciones.compania-3 .bloque-precio .btn {
  background-color: #00459B;
  color: #ffffff;
}
.sidebarDetalle .cotizaciones.compania-4 .bloque-precio {
  background-color: #FCF7EF;
}
.sidebarDetalle .cotizaciones.compania-4 .bloque-precio .btn {
  background-color: #F29E33;
  color: #ffffff;
}
.sidebarDetalle .cotizaciones.compania-5 .bloque-precio {
  background-color: #FDE8E9;
}
.sidebarDetalle .cotizaciones.compania-5 .bloque-precio .btn {
  background-color: #EA1C23;
  color: #ffffff;
}
.sidebarDetalle .compania-1 .monto-asegurado {
  background-color: #F6E5EE;
  font-size: 1.5rem;
}
.sidebarDetalle .compania-2 .monto-asegurado {
  background-color: #E5F2FB;
}
.sidebarDetalle .compania-3 .monto-asegurado {
  background-color: #E5ECF5;
}
.sidebarDetalle .compania-4 .monto-asegurado {
  background-color: #FCF7EF;
}
.sidebarDetalle .compania-5 .monto-asegurado {
  background-color: #FDE8E9;
}

.floatWhatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  padding: 0.5rem 1rem;
}
.floatWhatsapp:hover {
  text-decoration: none;
  color: #25d366;
  background-color: #fff;
}

.my-float {
  margin-top: 16px;
}

ul.items li {
  position: relative;
  list-style: none;
  margin-left: 25px;
}
ul.items li:not(:last-child) {
  margin-bottom: 5px;
}
ul.items li:before {
  position: absolute;
  left: -25px;
  font-family: bootstrap-icons !important;
  content: "\f285";
  /* Ícono de chevron-right */
  color: #ff6600;
}
ul.items li h3 {
  font-size: 1.2rem;
  font-weight: 700;
}

/** Profile */
.card.profile {
  border: none;
  border-radius: 10px;
  transition: all 1s;
  cursor: pointer;
}
.card.profile:hover {
  box-shadow: 3px 5px 17px -4px #777777;
}
.card.profile .ratings i {
  color: #a6126a;
}
.card.profile .apointment a {
  border-radius: 20px;
  background-color: #eee;
  color: #000;
  border-color: #eee;
  font-size: 13px;
}

.misc-wrapper {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.error-title {
  font-size: clamp(3rem, 5vw, 6rem);
  font-weight: 500;
  line-height: clamp(3rem, 5vw, 6rem);
}

.text-h4 {
  font-size: 1.5rem !important;
  font-weight: 500;
  line-height: 2.375rem;
  letter-spacing: normal !important;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  text-transform: none !important;
}

.text-body-1 {
  font-size: 0.9375rem !important;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: normal !important;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  text-transform: none !important;
}

.inner-quotation .form-inner {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 1rem 1rem;
}
.inner-quotation .form-inner .field {
  width: 100%;
  padding-right: 1rem;
}
.inner-quotation .form-inner .field label {
  font-size: 0.8rem;
  color: #666666;
}
.inner-quotation .form-inner .form-select {
  padding: 1rem;
  border-radius: 0.5rem 0.5rem;
}
.inner-quotation .form-inner .form-control {
  padding: 1rem;
  border-radius: 0.5rem 0.5rem;
}
.inner-quotation .form-inner .btn-primary {
  width: 100%;
  padding: 1rem 1rem;
  background: #a6126a;
  background: linear-gradient(90deg, #a6126a 0%, #31629d 100%);
}

.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #fff;
  border-top: 4px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.auth-links {
  display: flex;
  align-items: center;
}
.auth-links a {
  background-color: #a6126a;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  font-weight: 600;
}

.mobile .auth-links {
  display: none;
}

@media (max-width: 768px) {
  .mobile .auth-links {
    display: block;
  }
}
.form-control {
  padding: 1rem;
  border-radius: 0.5rem 0.5rem;
}

.form-group label {
  font-size: 0.8rem;
  color: #666666;
}/*# sourceMappingURL=custom.css.map */