body{
background: #fffaf3;
}

* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.deslizo {display: none}
img {vertical-align: middle;}



  
   .bienvenida-encabezado {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px; 
background:  #FEF3DC;
  color: #341C09; 
  font-size: 2.2em; 
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  animation: salir-vehiculo 4s ease forwards;
  animation-delay: 0.9s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); 
}


.barra-navegacion {
  background: #FEF3DC;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 50px;
}


.logo-real {
  max-width: 250px; 
  height: auto;
  margin-left: 5%;
  transition: transform 0.3s ease;
}

.logo-real:hover{
  transform: scale(1.02);
}


.menu-navegacion {
  display: flex;
  flex: 1;
  position: absolute;
  margin-left: 18%;
  justify-content: center; 
}


.menu-navegacion a {
  color: #341C09;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
  padding: 10px 15px;
  transition: background-color 0.3s, color 0.3s;
}

.menu-navegacion a:hover {
  background-color: #FEE2AA;
  color: black;
}


.container {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 200px;
    background: #fffaf3;
      text-align: center;
    }

 

    .nombre-empresa {
      color: #f68f02;
      font-size: 2em; 
      font-weight: bold;
    }


.chl {
background: #fffaf3;
  padding: 80px 20px;
  text-align: center;
}

.contenedor-chl {
  max-width: 1100px;
  margin: 0 auto;
  background-color: #fff3e0;
  padding: 60px 50px;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.bloque-superior {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3rem;
  margin-bottom: 3rem;
  justify-content: space-between;
}

.texto-superior {
  flex: 1 1 55%;
  text-align: left;
}

.texto-superior h2 {
  font-size: 2.8rem;
  color: #341C09;
  margin-bottom: 1.2rem;
}

.texto-superior .descripcion {
  font-size: 1.2rem;
  color: #4a3723;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.imagen-superior {
  flex: 1 1 35%;
  text-align: center;
}

.imagen-superior img {
  width: 100%;
  max-width: 320px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.beneficios-wrapper {
  text-align: left;
  margin-top: 2rem;
}

.beneficios-wrapper h3 {
  font-size: 2rem;
  margin-bottom: 1.2rem;
  color: #5a3b1a;
}

.lista-beneficios {
  list-style: none;
  padding: 0;
}

.lista-beneficios li {
  background-color: #fef1d6;
  padding: 16px 20px;
  border-left: 6px solid #cb8a32;
  border-radius: 10px;
  margin-bottom: 16px;
  font-size: 1.15rem;
  color: #3d2d1a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.lista-beneficios li span {
  font-weight: bold;
  color: #a35410;
}
    

    .footer {
  background: #ff0055;
  color: #341C09;
  font-family:Verdana, sans-serif;
  margin-top: 40px;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: #FEF3DC;
  padding: 40px 20px;
}

.footer-box {
  flex: 1;
  min-width: 250px;
  max-width: 400px;
  margin: 10px;
  font-size: 18px;
}

.footer-box strong {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}

.footer-box p {
  margin: 6px 0;
}

.telefono {
  font-size: 18px;
  font-weight: bold;
  margin: 6px 0;
color: #341C09;
}
.footer-bottom {
  text-align: center;
  padding: 15px;
  font-size: 14px;
  background-color: #341C09;
  border-top: 1px solid #B08A03;
color:#FEF3DC;
}

.whatsapp-burbuja {
  position: fixed;
  bottom: 20px;
  right: 1810px;
  background-color: #375f1b00;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  transition: transform 0.3s ease;
}

.whatsapp-burbuja:hover {
  transform: scale(1.1);
}

.whatsapp-burbuja img {
  width: 32px;
  height: 32px;
}

.anim-scroll-abajo{
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.anim-scroll-derecha{
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.en-vista{
  opacity: 1 !important;
  transform: translateY(0) translateX(0) !important;
}

.container-menu {
  display: inline-block;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1001;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: black;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}

.menu-emergente {
  position: fixed;
  top: 0;
  right: 0;
  width: 250px;
  height: 100vh;
  background-color: #fffaf3;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  padding: 60px 20px 20px;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
}

.menu-emergente.mostrar {
  transform: translateX(0);
}

.menu-emergente a {
  display: block;
  margin: 20px 0;
  color:  #341C09;
  text-decoration: none;
 font-size: 18px;
}

.menu-emergente a:hover {
  color: #f68f02;
} 


@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@media only screen and (max-width: 300px) {
  .anterior, .siguiente,.text {font-size: 11px}
}


@keyframes aparecer-texto {
  to { opacity: 1; }
}

@keyframes desaparecer-texto {
  to { opacity: 0; }
}

@keyframes desvanecer-franja {
  to { background-color: transparent; }
}

 
@keyframes salir-vehiculo {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}