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;
  }
}

@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;
}

.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;
  }
}

.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;
}

.btn-flotante-enruta {
  position: fixed;
  top: 58vh;
  right: 55px;
  border-radius: 25px !important;
  animation: 1.5s pulse_ir_a_comprar infinite ease-in-out;
}

@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-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);
  }
}

/* Botón cerrar */
.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;
}

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

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

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

/* Email readonly */
.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;
}

/* Inputs */
.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;
}

/* Link centrado */
.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;
}

/* 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;
  }
}
