body {
  font-family: "gothic";
}
.nav-r {
  position: absolute;
  right: 0;
}

.item-nav {
  margin-right: 30px;
}

.banner-img-container {
  overflow: hidden;
}

.separate-section {
  background-color: #3554db;
  color: white;
  text-align: center;
  line-height: 0.5;
  font-size: 30px;
  font-weight: 800;
  height: 100px;
  padding: 25px;
}

.separate-section-h {
  background-color: #e75e1a;
  color: white;
  text-align: center;
  line-height: 0.5;
  font-size: 30px;
  font-weight: 800;
  height: 100px;
  padding: 15px;
}

.content-plan {
  background-color: aquamarine;
  height: 800px;
  padding-top: 60px;
}

.content-table {
  background-color: white;
  width: 60%;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid gray;
  border-radius: 18px;
}

.resert-row {
  padding-left: 21px !important;
}

.line-row {
  border-bottom: 1px solid #e5e3e3;
}

.title-table {
  color: #083599;
  font-size: 24px;
  padding: 20px;
}

.icon-plan {
  border: 3px solid #083599;
  border-radius: 20px;
  background: white;
  margin: 0 auto;
}

.icon-plan.especial-plan {
  border-color: #e75e1a;
}

.normal-plan .material-symbols-outlined {
  color: #083599;
}

.especial-plan .material-symbols-outlined {
  color: #e75e1a;
}

.include-cobertura .material-symbols-outlined {
  font-size: 40px;
}

.center-plans {
  width: 80%;
  margin: 0 auto;
}

.content-title {
  font-size: large;
  color: #083599;
  padding: 20px;
}

.data-price {
  color: #e75e1a;
  font-weight: 900;
  font-size: 25px;
}

.check-data {
  float: left;
  /* width: 50px; */
  /* color: #083599; */
}

footer {
  color: white;
  background-color: #3c332e;
  /* height: 50px; */
  font-size: 13px;
}

.b-form {
  background-image: url(../images/banner-form.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding-left: 100px;
  padding-right: 100px;
}

.btn-color {
  background-color: #e75e1a !important;
  color: white;
}

.content-code {
  width: 380px;
  margin: 0 auto;
}

.f-line {
  display: inline-flex;
}

.bg-g {
  background-color: #e2e2e2 !important;
}

.btn-pay {
  /* margin-top: -30px; */
  /* margin-left: 38%; */
  width: 26%;
}

.btn-menu-mobile {
  display: none;
  position: absolute;
  right: 0;
  width: 45px;
  cursor: pointer;
}

.menu-rigth {
  width: 0px;
  height: 100vh;
  position: absolute;
  background-color: white;
  z-index: 99999;
  right: 0;
  transition: 1s;
  top: 0;
  overflow: hidden;
}

.cover-ruta {
  background-image: url(../images/banner-cover-ruta-v2.png);
  height: 577px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -430px;
  background-position-x: 0px;
}

.cover-ruta-2 {
  background-image: url(../images/banner-2.jpg);
  height: 577px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -230px;
  background-position-x: 0px;
}

.cont-img-ruta {
  background: #00000088;
  width: 100%;
  height: 577px;
  top: 0;
}

.content-q-e {
  --bs-gutter-x: 0rem !important;
  width: 100%;
}

.text-2-r-h {
  color: #fff;
  font-size: 25px;
  width: 68%;
  text-align: center;
  margin: 0 auto;
  margin-top: 90px;
}

.pos-img-logo-q-r {
  margin-top: 80px;
}

.content-img-q {
  background-image: url(../images/img-qs-v2.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 488px;
  background-position-x: -150px;
}

.content-q-e-text {
  width: 50%;
}

.cont-vigilado {
  width: 30px;
  position: absolute;
  margin-top: 160px;
  margin-left: 30px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: #308d92;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #184d4f;
  border-bottom: 2px solid #e75e1a;
  transition: 0.1s;
}

.navbar-light .navbar-nav .nav-link {
  color: #308d92;
}

.title-section {
  color: #083599;
}

.cont-coberturas {
  width: 80%;
  margin: 0 auto;
}

.pill-hasta {
  background: #e75e1a;
  width: 140px;
  padding: 5px;
  border-radius: 0.25rem;
  color: white;
}

.pos-btn-exit {
  position: absolute;
  right: 20px;
  top: 12px;
  cursor: pointer;
}

.ul-menu {
  margin-top: 60px;
  padding: 0;
}

.li-menu {
  list-style: none;
  border-top: 1px solid #e8e7e7;
  color: black;
}

.a-menu-r {
  color: #308d92 !important;
}

/* Hover dropdown */
.hover_drop_down.input-group-btn ul.dropdown-menu {
  margin-top: 0px;
}
.hover_drop_down.btn-group ul.dropdown-menu {
  margin-top: 42px;
}
.hover_drop_down:hover ul.dropdown-menu {
  display: block;
}

/* login */

.content-img-login {
  background-image: url(../images/banner-login-v2.png);
  height: 100vh;
  background-size: cover;
  background-position-x: -620px;
  display: block;
}

.pos-img-logo-l {
  margin-top: 30px;
  margin-left: 140px;
}

.text-l {
  color: #f2f2f2;
  font-size: 25px;
  padding: 8px 12px;
  width: 480px;
  line-height: 0.5;
  margin-left: 250px;
  bottom: 140px;
  position: absolute;
}

.banner-item-2-l {
  width: 100px;
  position: absolute;
  bottom: 200px;
  right: 220px;
}

.banner-item-3-l {
  width: 26px;
  position: absolute;
  margin-top: 400px;
  margin-left: 100px;
}

.btn-banner-l {
  padding: 8px 12px;
  width: 480px;
  margin-left: 250px;
  bottom: 100px;
  position: absolute;
}

.footer-banner-l {
  position: absolute;
  bottom: 0;
  color: white;
  right: 220px;
}

.cont-vigilado-l {
  width: 30px;
  position: absolute;
  margin-top: 160px;
  right: 30px;
}

.form-check-input:checked {
  background-color: #308d92;
  border-color: #308d92;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: white !important;
  border-bottom: 1px solid #ced4da;
  border-top: 1px solid #ced4da;
  border-left: 1px solid #ced4da;
  border-radius: 5px 0px 0px 5px;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #e75e1a;
  outline: 0;
  box-shadow: none;
}

.form-select:focus {
  border-color: #e75e1a;
  outline: 0;
  box-shadow: none;
}

.image-medios-pago {
  width: 400px;
}

/* responsive */

@media only screen and (max-width: 500px) {
  .separate-section {
    background-color: #3554db;
    color: white;
    text-align: center;
    line-height: 0.7;
    font-size: 28px;
    font-weight: 800;
    height: 90px;
    padding: 15px;
  }

  .b-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pos-img-logo-q-r {
    margin-top: 25px;
  }

  .content-q-e-text {
    width: 60%;
  }

  .cont-vigilado {
    width: 30px;
    position: absolute;
    margin-top: 370px;
    margin-left: 30px;
  }

  .cont-vigilado-negro,
  .cont-vigilado-negro-ruta {
    width: 30px;
    position: absolute;
    margin-top: 80px !important;
    margin-left: 15px !important;
  }

  .cont-vigilado-footer {
    width: 30px;
    position: absolute;
    margin-left: 15px;
  }

  .cont-vigilado-ruta {
    width: 30px;
    position: absolute;
    margin-top: 400px;
    margin-left: 15px;
  }

  .cover-ruta {
    background-image: url(../images/banner-cover-ruta-v2-mobile.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 0px;
    background-position-y: 0px;
  }

  .cover-ruta-2 {
    background-image: url(../images/banner-2.jpg);
    height: 900px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: -600px;
    background-position-y: 0px;
  }

  .image-medios-pago {
    width: 100%;
  }

  .btn-menu-mobile {
    display: block;
    position: absolute;
    right: 0;
    width: 45px;
    cursor: pointer;
  }

  .separate-section-mascotas {
    background-color: #5530B0;
    color: white;
    text-align: center;
    line-height: 0.7;
    font-size: 28px;
    font-weight: 800;
    height: 90px;
    padding: 15px;
  }
}

@media only screen and (min-width: 765px) and (max-width: 990px) {
  .btn-menu-mobile {
    display: block;
    position: absolute;
    right: 0;
    width: 45px;
    cursor: pointer;
  }

  .cover-ruta {
    background-image: url(../images/banner-cover-ruta-v2.png);
    height: 900px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 0px;
    background-position-y: 0px;
  }

  .cover-ruta-2 {
    background-image: url(../images/banner-2.jpg);
    height: 900px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: -600px;
    background-position-y: 0px;
  }

  .cont-img-ruta {
    background: #00000088;
    width: 100%;
    height: 900px;
    top: 0;
  }

  .content-img-login {
    background-image: url(../images/banner-login-v2.png);
    height: 100vh;
    background-size: cover;
    background-position-x: -620px;
    display: none;
  }

  .content-img-q {
    background-image: url(../images/img-qs-v2.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 488px;
    background-position-x: -190px;
  }
}

@media only screen and (min-width: 991px) {
  .cover-ruta {
    background-image: url(../images/banner-cover-ruta-v2.png);
    height: 440px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 0px;
    background-position-y: 0px;
  }

  .cover-ruta-2 {
    background-image: url(../images/banner-2.jpg);
    height: 577px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 0px;
    background-position-y: 0px;
  }
}

@media only screen and (min-width: 1200px) {
  .cover-ruta {
    height: 400px;
  }
}

@media only screen and (min-width: 1400px) {
  .cover-ruta {
    height: 440px;
  }
}

@media only screen and (min-width: 1570px) {
  .cover-ruta {
    background-image: url(../images/banner-cover-ruta-v2.png);
    height: 577px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 0px;
  }

  .cover-ruta-2 {
    background-image: url(../images/banner-2.jpg);
    height: 577px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 0px;
    background-position-y: -40px;
  }
}
/* 
.container-productos-header {
  background-color: #e75e1a;
}

.container-productos-header a {
  color: #fff !important;
} */

a.documentos-pdf-link {
  color: #fff !important;
}

a.documentos-pdf-link-mascotas {
  color: #000000 !important;
}

.container_redes_sociales_qbrete {
  position: fixed;
  top: 50vh;
  right: 5px;
  display: inline-grid;
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 4px 4px 25px rgba(52, 52, 52, 0.1);
}

.item_redes_sociales_qbrete {
  text-align: center;
  padding: 8px;
}

.item_redes_sociales_qbrete svg {
  color: #e75e1a;
}

.cont-vigilado-negro,
.cont-vigilado-negro-ruta {
  width: 20px;
  position: absolute;
  margin-top: 120px;
  margin-left: 32px;
}

.cont-vigilado-ruta {
  width: 30px;
  position: absolute;
  margin-top: 150px;
  margin-left: 30px;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 500px) {
  .separate-section-h,
  .separate-section {
    font-size: 16px !important;
    padding: 14px 0 !important;
    height: 66px !important;
  }

  .text-inside-carousel {
    font-size: 14px !important;
  }

  .center-plans {
    width: 100% !important;
  }

  .resert-row {
    padding-left: 0px !important;
  }

  .content-code {
    width: auto !important;
  }

  .cont-coberturas {
    width: 100% !important;
  }

  .title-section h2 {
    font-size: 1.2rem;
  }

  .btncomprarPlanQbrete {
    width: 36%;
  }

  .include-cobertura .material-symbols-outlined {
    font-size: 30px;
  }

  .separate-section-mascotas {
    font-size: 16px !important;
    padding: 14px 0 !important;
    height: 66px !important;
  }
}

.btncomprarPlanQbrete {
  background-color: #083599 !important;
}

.content-img-ruta {
  background-image: url(../images/q-en-ruta-v2.png);
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 660px; */
  background-position-x: 0px;
}

.content-text-en-ruta {
  margin-top: 15%;
}

.content-text-en-ruta p {
  font-size: 21px;
}

.btn-info-login {
  background: #ffffff !important;
  color: #e75e1a !important;
  border-radius: 25px !important;
}

/* ESTILOS  BOTÓN FLOTANTE INICIO*/
.btn-flotante-container {
  position: fixed;
  top: 58vh;
  right: 55px;
  z-index: 9999;
}

.btn-flotante-enruta {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  border-radius: 25px !important;
  animation: 1.5s pulse_ir_a_comprar infinite ease-in-out;
  white-space: nowrap;
  padding: 12px 20px;
  border: none;
  transition: all 0.3s ease;
}

.btn-flotante-enruta:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.arrow {
  font-size: 12px;
  transition: transform 0.3s ease;
  display: inline-block;
}

.btn-flotante-enruta.active .arrow {
  transform: rotate(180deg);
}

.menu-desplegable {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 200px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  overflow: hidden;
  z-index: 10000;
}

.menu-desplegable.show {
  display: block;
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.menu-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  color: #e75e1a;
  text-decoration: none;
  transition: all 0.2s ease;
  font-weight: 500;
}

.menu-item:hover {
  background: #e75e1a;
  color: #ffffff;
  padding-left: 22px;
}

.menu-item .icon {
  font-size: 18px;
  width: 20px;
  text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
  .btn-flotante-container {
    right: 20px;
    top: auto;
    bottom: 96px;
  }
  
  .btn-flotante-enruta {
    padding: 10px 16px;
    font-size: 14px;
  }
}

@keyframes pulse_ir_a_comprar {
  0% {
    box-shadow: 0 0 0 0 #e75e1a;
  }

  100% {
    box-shadow: 0 0 0 14px #69ffa800;
  }
}

.container-price {
  height: 86px !important;
}
.container-type-product {
  height: 48px !important;
}

/* MODAL INICIO DE SESIÓN */
.modal-auth-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  padding: 20px;
}

.modal-auth-overlay.active {
  display: flex;
}

.modal-auth-container-clean {
  background: white;
  border-radius: 16px;
  padding: 40px;
  max-width: 450px;
  width: 100%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  position: relative;
  animation: slideDown 0.3s ease-out;
  text-align: center;
}

@keyframes slideDown {
  from {
      opacity: 0;
      transform: translateY(-30px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.modal-auth-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #999;
  transition: color 0.3s;
  line-height: 1;
}

.modal-auth-close:hover {
  color: #333;
}

.modal-auth-logo {
  margin-bottom: 30px;
  text-align: center;
}

.modal-auth-logo img {
  max-width: 150px;
  height: auto;
}

.modal-auth-title-clean {
  font-size: 28px;
  font-weight: 400;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
}

.modal-email-readonly {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 10px;
  background: #f8f9fa;
  padding: 12px 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  color: #666;
  font-size: 14px;
}

.modal-email-readonly .material-symbols-outlined {
  font-size: 20px;
  color: #999;
}

.modal-input-clean {
  position: relative;
  margin-bottom: 20px;
}

.modal-input-clean .material-symbols-outlined {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 20px;
  pointer-events: none;
}

.modal-input-clean input {
  width: 100%;
  padding: 14px 15px 14px 50px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 15px;
  transition: all 0.3s;
  box-sizing: border-box;
  background: white;
}

.modal-input-clean input:focus {
  outline: none;
  border-color: #FF6B35;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
}

.modal-input-clean input::placeholder {
  color: #bbb;
}

.modal-link-center {
  text-align: center;
  margin-bottom: 25px;
}

.modal-link {
  color: #FF6B35;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.modal-link:hover {
  color: #e55a2b;
  text-decoration: underline;
}

.modal-btn-primary {
  width: 100%;
  padding: 14px;
  background: #FF6B35;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: capitalize;
}

.modal-btn-primary:hover {
  background: #e55a2b;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
}

.modal-btn-primary:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
}

.modal-auth-spinner-clean {
  display: none;
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #FF6B35;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.modal-auth-content {
  display: none;
}

.modal-auth-content.active {
  display: block;
}

.modal-auth-error-clean {
  display: none;
  background-color: #fee;
  color: #c33;
  padding: 12px 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: left;
  border-left: 4px solid #c33;
}

.modal-auth-error-clean.active {
  display: block;
}

/*PRODUCTO MASCOTAS */

.separate-section-mascotas {
  background-color: #5530b0;
  color: white;
  text-align: center;
  line-height: 0.5;
  font-size: 30px;
  font-weight: 800;
  height: 100px;
  padding: 25px;
}

.content-img-mascotas {
  background-image: url(../images/BANNER_MASCOTAS_2.png);
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 660px; */
  background-position-x: 0px;
}

.plan-includes .checkmark {
  color: #5530b0; 
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
}

.plan-includes span {
  font-size: 0.95rem;
  color: #333;
  margin-right: 10px;
}

.plan-title {
  font-family: CenturyGothic-Bold, 'Century Gothic', sans-serif;
  font-weight: 700;
  font-size: 3rem;
  color: #000;
  margin: 0;
}

.plan-subtitle {
  font-family: CenturyGothic-Bold, 'Century Gothic', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #000;
}

.plan-highlight {
    color: #5530b0;
}


.card-cobertura {
  background-color: #f2eaff; 
  border-radius: 15px;
  padding: 40px 20px 20px 20px;
  height: 300px; 
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center; 
  justify-content: space-between;
  box-sizing: border-box;
  height: 280px; 
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}

.card-cobertura:hover {
  background: radial-gradient(circle, #6c45d0 20%, #4b2c94 80%);
}

.card-cobertura:hover img {
  filter: brightness(0) invert(1);
}

.card-cobertura:hover p {
  color: white;
  font-family: CenturyGothic-Bold, 'Century Gothic', sans-serif;
  font-weight: bold;
}

.card-cobertura .hover-texto {
  display: none;
  text-align: center;
  margin-top: 12px;
  color: #fff;
}

.card-cobertura:hover .hover-texto {
  display: block;
}

.card-cobertura:hover .tex-content {
  display: none;
}


.precio_asistencia {
  font-size: 24px;
  text-align: center;
}

.btn-precio {
  background: none;
  border: none;  
  cursor: pointer;
  padding: 0;   
  font-size: 24px;
  transition: color 0.2s;
  margin: 2px;
}

.btn-precio:hover {
  color: #8126f8; 
}

.mascotas_1_svg {
  width: 100%;
  flex: 0 0 40%;
  display: flex;
  justify-content: center; 
  align-items: center; 
  overflow: hidden;
  text-align: center;
}

.mascotas_1_svg img {
  max-width: 80%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.tex-content {
  flex: 0 0 35%; 
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 5px;
}

.btn-plan-mascotas{
  padding: 10px 15px;
  background: #5530B0;
  border-radius: 18px;
  color: #fff;
  margin: 20px;
}

.cont-coberturas-mascotas {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.card-cobertura.seleccionada {
  outline: 3px solid #5530B0;
  position: relative;
  border: 3px solid #5530b0;
  box-shadow: 0 4px 15px rgba(85, 48, 176, 0.3);
}

.card-cobertura.seleccionada::after {
  content: "✓";
  position: absolute;
  top: 10px;
  right: 15px;
  background: #5530B0;
  color: white;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

li.asistencias{
  height: 45px;
  padding: 7px;
}

.check-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #5530b0;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  z-index: 10;
}

.valor_coberturas {
  width: 25%;
  margin: 0 auto;
}

.div_total {
  background: #f2eaff;
  margin-bottom: 18px;
  border-radius: 10px;
  padding: 12px;
}

#totalMascotas {
  width: 410px;
  text-align: right;
  font-weight: bold;
  background: #dfdfdf;
  border-radius: 20px;
  font-size: 25px;
}


/* RESUMEN DE COMPRA MASCOTAS*/

.resumen-compra {
  position: relative;
  max-width: 900px;
  margin: 50px auto;
  padding: 30px;
  background: #f2eaff;
  border-radius: 25px;
  font-family: CenturyGothic-Bold, 'Century Gothic', sans-serif;
}

.resumen-compra h3 {
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
  font-weight: bold;
  border-bottom: 2px solid #dcd6eb;
}

.resumen-compra::before {
  content: "";
  position: absolute;
  top: 70px;       
  bottom: 120px;    
  left: 75%;     
  width: 1px;
  background: #E4DEF4; 
}

.resumen-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  margin-bottom: 10px;
}

.resumen-item.destacado {
  background: #f2eaff;
  font-weight: bold;
}

.resumen-item label {
  font-size: 25px;
  color: #333;
  line-height: 1.4;
  width: 80%;
}

.resumen-item span {
  font-size: 25px;
  font-weight: bold;
  color: #000000;
  width: 20%;
  text-align: end;
}

.resumen-section {
  margin: 20px 0;
  padding: 15px;
}

.resumen-section h3 {
  color: #000000;
  margin-bottom: 15px;
  font-size: 18px;
}

.asistencia-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.asistencia-item:last-child {
  border-bottom: none;
}

.asistencia-nombre {
  font-size: 25px;
  color: #000000;
  flex: 1;
  width: 80%;
}

.asistencia-precio {
  font-weight: bold;
  color: #000000;
  font-size: 25px;
  width: 20%;
}

.resumen-total {
  margin-top: 30px;
  padding: 20px;
  color: rgb(0, 0, 0);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #dcd6eb;
}

.resumen-total label {
  font-size: 30px;
  color: #5530b0;
  font-weight: bold;
}

.resumen-total h2 {
  margin: 0;
  color: rgb(0, 0, 0);
}

.btn-siguiente {
  width: 40%;
  padding: 15px;
  margin-top: 20px;
  background: #5530b0;
  color: white;
  border: none;
  border-radius: 20px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-siguiente:hover {
  background: #6f42c1;
}

.badge {
  background: #ff6b6b;
  color: white;
  padding: 3px 8px;
  border-radius: 5px;
  font-size: 11px;
  margin-left: 5px;
}

.input-mascotas {
  background: #ece9e9;
}

.select2-container--default .select2-selection--single{
  background: #ece9e9 !important;
}

.form-control.input-mascotas:focus {
  color: #212529;
  background-color: #fff;
  border-color: #691ae7;
  outline: 0;
  box-shadow: none;
}

#global-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.loader-backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.7);
}

.loader-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.spinner {
  width: 45px;
  height: 45px;
  border: 5px solid #ddd;
  border-top: 5px solid #6a2cd8;
  border-radius: 50%;
  animation: spin 0.9s linear infinite;
  margin: 0 auto 10px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Responsive */
@media (max-width: 576px) {
  .modal-auth-container-clean {
      padding: 30px 20px;
      max-width: 95%;
  }

  .modal-auth-title-clean {
      font-size: 24px;
  }

  .modal-auth-logo img {
      max-width: 120px;
  }

  .plan-includes {
      text-align: left;
    }
  .plan-title {
    text-align: center;
    font-size: 1.6rem;
  }

   .plan-includes .row > div[class*="col-md-12"] {
    padding: 15px 10px;
    margin-bottom: 12px;
  }

  .iconos_coberturas {
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
  }
  
  .iconos_coberturas .img_cobertura:first-child {
    width: 50px !important;
    margin: 0 8px !important;
  }
  
  .iconos_coberturas .img_cobertura:last-child {
    width: 40px !important;
    margin: 0 8px !important;
  }
  
  #responsabilidad_civil {
    font-size: 20px !important;
    padding: 10px;
  }
  
  legend {
    font-size: 14px !important;
    margin-top: 5px;
  }
  
  #mensaje_rc {
    font-size: 12px;
  }
  
  #cobertura_alimentos,
  #cobertura_alimentos_ind {
    font-size: 22px !important;
  }
  
  /* Total Prima móvil */
  .total-container {
    margin-top: 25px;
  }
  
  .total-container .col-md-8 {
    padding: 15px !important;
    margin-bottom: 15px;
  }
  
  .total-container .col-md-8 label {
    font-size: 18px;
  }
  
  #totalPlan {
    max-width: 240px;
    font-size: 20px !important;
    padding: 10px;
  }
  
  .btn-plan-mascotas {
    font-size: 16px;
    padding: 12px 15px;
  }

  .valor_coberturas {
    width: 100%;
    text-align: center;
  }

  .text-cob {
    width: 100%;
    text-align: center;
  }

  .div_total {
      text-align: center;
  }

  #totalMascotas {
    width: 300px;
  }

  .contratar{
    text-align: center;
  }

  /* 
   RESPONSIVE RESUMEN DE COMPRA (CARRITO)
  */
  /* Header del carrito */
  .plan-title {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  
  .d-flex.justify-content-center {
    flex-direction: column;
    gap: 15px !important;
  }
  
  .d-flex.justify-content-center img {
    width: 50px;
  }
  
  /* Resumen de compra */
  .resumen-compra {
    padding: 15px;
    margin: 20px auto;
    border-radius: 20px;
  }
  
  .resumen-compra h3 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 12px;
  }
  
  /* Items */
  .resumen-item {
    padding: 12px 8px;
  }
  
  .resumen-item label {
    font-size: 16px;
    line-height: 1.4;
  }
  
  .resumen-item label br {
    display: none;
  }
  
  .resumen-item label strong {
    display: block;
    margin-top: 4px;
  }
  
  .resumen-item span {
    font-size: 13px;
  }
  
  /* Sección de asistencias */
  .resumen-section {
    padding: 8px;
    margin: 15px 0;
  }
  
  .resumen-section h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  
  .asistencia-item {
    padding: 10px 0;
  }
  
  .asistencia-nombre {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 6px;
  }
  
  .asistencia-precio {
    font-size: 18px;
  }
  
  /* Total */
  .resumen-total {
    padding: 12px 8px;
    margin-top: 20px;
  }
  
  .resumen-total label {
    font-size: 18px;
    margin-bottom: 8px;
  }
  
  .resumen-total h2 {
    font-size: 24px;
  }
  
  /* Botón */
  .btn-siguiente {
    width: 100%;
    max-width: 350px;
    padding: 14px;
    font-size: 16px;
  }
}
