body {
    background-color: #f7f7f7;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #444444;
      position: relative;
  }
  
  a{
      text-decoration: none;
      color:inherit;
      cursor: pointer;
  }
  
  a:focus,a:active,a:hover{
      text-decoration: none;
      outline: none;
  }
  
  .davisa {
      position: absolute;
      top: 15px;
      right: 15px;
      height:100px;
      z-index: 120;
  }

 

/* ============================= */
/* BOTONES FLOTANTES VERTICALES */
/* ============================= */

.btn-float-vertical{
    position: fixed;
    right: 0;
    background-color: #ed1c27;
    color: #fff;
    padding: 20px 10px;
    border-radius: 25px 0 0 25px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    cursor: pointer;
    z-index: 9999;
    box-shadow: -4px 4px 15px rgba(177, 177, 177, 0.3);
    margin: 50px 0px;
}

/* Posiciones */
.btn-float-1{
    top: 35%;
    transform: translateY(-50%);
}

.btn-float-2{
    top: 60%; /* Ajusta este valor si quieres más o menos espacio */
    transform: translateY(-50%);
}


  .lemotive{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 8%;
    z-index: 150;
    filter: drop-shadow(1px 1px 3px #acacac);
}
.legal{
    position: absolute;
    top: 100px;
    right: 20px;
    width: 15px;
    z-index: 3;
}
.vertical-text {
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    white-space: nowrap;
    font-size: 1.1rem;
    color: var(--Color-Negro);
}


.video-ads {
    width: 80%;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden; /* ESTA ES LA CLAVE */
}

.video-ads iframe {
    width: 100%;
    height: 500px;
    border: 0;
    display: block;
}


  .hero {
    padding: 30px 0px;
  }

  .hero .new-hero img{
    justify-content: center;
    width: 70%;
    align-content: center;
  }
  
  .header{
    padding: 0px;
}

.header  .header-desktop {
    display: inherit;
    width: 100%;
  }
  .header .header-mobile {
   display: none;
 }
  
  .banner {
    background-image: url(../img/JeYyL-cb0672d5-6b48-4506-9673-52d359f2ffb5_Bg-header.png);
    background-position: center 60%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
      height: 650px;
      border-bottom: 5px solid #dedede;
  }
  .cuadrotitulo {
      height:120px;
      background-color: #ffffff;
      padding: 20px;
      color:#ed1c27;
      margin-top: -4px;
      text-transform: uppercase;
      border-radius: 30px;
      
  }
  
  .rojocontrato {
      background-color: #ffffff;
      padding: 20px;
      color:#ed1c27;
      margin-top: 110px;
      border-radius: 30px 30px 30px 30px;
  }
  
  h2 {
      text-align: center;
  }
  .titulo {
      margin-bottom: 40px;
  }
  
  .titulo h2{
      text-align: center;
  }
  
  .titulo h3 strong{
      text-align: center;
      color: #ed1c27;
      font-weight: bolder;
  }
  .beneficio{
      margin-top: 50px;
  }
  
  
  
  
  .tab-pane {
      background-color: #ffffff;
      padding: 2%;
      padding-top: 70px;
      border: 1px solid #ddd;
      border-top: 0px !important;
      border-radius: 20px;
  }
  
  .tab-pane p {
      text-align: center;
      font-size: 2rem;
      padding: 5%;
  }
  
  .tab-pane .icono{
      margin-bottom: 20px;
  }
  
  .circulogris {
      background-color: #ededed;
      border-radius: 4rem;
  border: 0px solid #000000;
  padding: 3rem 4rem;
  margin: 20px;
  
  }
  
  .circulogris p {
      color: #444444;
  }
  
  .pasos {
      background-color: #575757;
      color: #ffffff;
      display: flex;
      justify-content: center;
      align-content: center;
      flex-direction: column;
      
  }
  
  .iconopasos {
      padding: 10px;
  }
  
  .pasos {
      border-bottom: 3px solid #ffffff;
      margin-bottom: 30px;
  }
  .pasos p {
      font-size: 28px;
  }
  
  .pasos a{
      text-decoration:  underline !important;
  }
  .pasos a:hover{
     color: #c22a22;
  }
  
  h1 {
      text-align: center;
  }
  
  h1 b span {
      color:#c22a22;
  }
  
  
  h3 {
      text-align: center;
  }
  
  
  .botones {
      margin-top: 40px;
  }
  
  .botones h2 {
      text-align: center;
      color: #ed1c27;
      font-weight: bold;
      font-size: 17;
  }
  
  
  
  .boton-iniciar {
      margin-top: 20px;
  }
  
  .radio label input a {
      color: #c22a22;
      font-weight: bold;
  }
  
  .texto-terms {
      text-align: justify;
      font-size: 11px;
      background-color: #ffffff;
      padding: 16px;
  }
  
  .info {
      margin-bottom: 30px;
      margin-top: 30px;
  }
  
  .formulario{
      padding: 10px;
  }
  
  .form-horizontal{
    padding: 0;
  }
  
  .modal {
      margin-top: 0;
  }
  
  .titulorojo {
      color: #ed1c27;
      font-weight: bold;
      font-size: 30px;
  }
  
  footer {
      background: #dedede;
      padding: 30px 0 20px 0;
      background-blend-mode: multiply;
      color: #575757;
  }
  
  footer .container {
      text-align: justify;
  }
  
  .todos {
      text-align: center;
      margin-top: 10;
  }
  
  .action-compras {
      background-color: #ed1c27;
      width: 80%;
      padding: 10px 10px;
      color: #ffffff;
      font-size: 20px;
      border-radius: 25px 25px 25px 25px;
      -moz-border-radius: 25px 25px 25px 25px;
      -webkit-border-radius: 25px 25px 25px 25px;
      border: 0px solid #000000;
      margin: 10 auto;
      text-align: center;
      -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.24);
      -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.24);
      box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.24);
  }
  
  /*MODAL*/
  .modal{
      color: #121212;
      font-size: 18px;
  }
  .modal-header{
      border: none;
      padding-left: 20px;
  }
  .modal-body span{
      font-size: 30px
  }
  
  
  
  
  @media only screen and (max-width: 1440px) {
      
      .banner{
          background-position-y: -100px;
      }
  }
  
  @media only screen and (max-width: 1024px) {
    .cuadrotitulo{
        display: flex;
        align-items: center; 
       padding: 0px 0px 15px 0px;    
    }
  
  }
  
  
  @media only screen and (max-width: 768px) {
  
    .cuadrotitulo{
        display: flex;
        align-items: center; 
       padding: 0px 0px 15px 0px;    
    }
      .circulogris {
      background-color: #575757;
      border-radius: 50px 50px 50px 50px;
  -moz-border-radius: 50px 50px 50px 50px;
  -webkit-border-radius: 50px 50px 50px 50px;
  border: 0px solid #000000;
  padding: 10px;
  margin-bottom: 20px;
          
  
  }
      
      .chat-ventana{
         display:none;
      }
  }
  
  @media only screen and (max-width: 425px) {
      .formulario {
      margin-top: 20px;
      }
      
      .banner{
          height: 350px;
          background: url(../img/oL2Rc-6e31eaf1-032c-4b1f-8ec4-c209982f96f6_Bg-header-2.png) no-repeat center top;
          background-size: cover;
      }
      .cuadrotitulo{
          display: flex;
          align-items: center; 
         padding: 0px 0px 15px 0px;    
      }
      .cuadrotitulo h1{
          padding: 20px;
          font-size: 18px;
          text-align: center;
          margin: 0 auto;
      }
      .nav-tabs li a{
          font-size: 18px;
      }
      .pasos p {
      font-size: 18px;
  }
      .papel {
          width: 30%;
      }
      h2 {
          font-size: 23px;
      }
      
      h1{
          font-size: 24px;
      }
      .iconopasos {
      width: 50%;
  }

  /* Posiciones */
.btn-float-1{
    top: 35%;
    transform: translateY(-50%);
}

.btn-float-2{
    top: 58%; 
}


  .lemotive{
    width: 15%;
}
.legal{
    top: 80px;
    right: 10px;
}
.vertical-text {
    font-size: 1rem;
}
  }
  