.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
  }
  
  .whatsapp-button img {
    width: 50px;
    height: 50px;
  }

  .logo{
    height: 80px;
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.logoLi, .idiomaLi{
    margin: 0;
    padding: 0;
    list-style: none;
}
.logoLi{
    left: 0;
}
.idiomaLi{
    right: 0;
    padding: 10px;
}


.bg-imagen{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('https://assets.nexuspanish.com/imagenes/backgrounds/landing_nexus_hero_pm.jpg');
    height: 50vh;
    bottom: 10px;
}

@media (max-width: 480px){
    .bg-imagen{
        height: 70vh;
    }
}

.hero-text{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;

}

.hero-text button{
    border: none;
    outline: 0;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    background-color: #f9824c;
    border-color: #f9824c;
    text-align: center;
    cursor: pointer;
}
.hero-text button a{
    text-decoration: none;
    color: #fff;
}

.hero-text button:hover{
    background-color: #e76d3c;
    border-color: #e76d3c;
}



.separator {
    display: flex;
    align-items: center;
    background-color: #e66700; 
    border-radius: 5px; 
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
 }

.separator .icon-separator {
    width: 50px; 
    height: auto;
    margin-right: 10px; 
}
.separator .icon-separator-2{
    width: 50px;
    height: auto;
    margin-left: auto;
    
}

.separator .text-separator {
    color: white; 
    font-weight: bold; 
    font-size: 1.2em; 
}
.separator .text-separator-title{
    margin: 0 auto;
   
    color: white;
    font-weight: bold;
    text-align: center;
}

.contenido{
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    font-size: 1.1em;
    line-height: 1.6; /* Añade espacio entre las líneas para mejorar la legibilidad */
    max-width: 800px; /* Limita el ancho del texto para mejorar la experiencia de lectura */
    text-align: justify; /* Justifica el texto para que quede alineado a ambos lados */
    margin-left: auto;
    margin-right: auto;
    color: #333;
}

.highlight {
    background-color: #f9824c;
    padding: 5px;
    border-radius: 8px;
    color:#fff;
}
@media (max-width: 480px){
    .highlight{
        padding: 3px;
    }
}


@media (max-width: 488px) {

  .contenido {
    padding-left: 20px;
    padding-right: 20px;
  }
  
 
  .hero-text {
    padding: 20px;
  }
  
  .text-content{
    padding-left: 20px;
    padding-right: 20px;
  }
}
