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: linear-gradient(to left, #FEE2AA, #FEF3DC);
      text-align: center;
    }



    .nombre-empresa {
      color: #f68f02;
      font-size: 2em; 
      font-weight: bold;
    }

.portal-colaborador {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  gap: 30px;
  flex-wrap: wrap;
}

.imagen-portal {
  max-width: 400px;
  height: auto;
}

.texto-portal {
  max-width: 400px;
  text-align: left;
}

.boton-colaborador {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
background: linear-gradient(to left, #FEE2AA, #FEF3DC);
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
}

.boton-colaborador:hover {
  background: linear-gradient(to left, #FEE2AA, #FEF3DC);
}

.pie {
 background: linear-gradient(to left, #FEE2AA, #FEF3DC);
  color: white;
  text-align: center;
  padding: 15px;
}

.mensaje-central {
background: linear-gradient(to left, #FEE2AA, #FEF3DC);
  color: #000000;            
  text-align: justify;
  padding: 30px 20px;
  font-size: 1.6em;
  line-height: 1.6em;
  max-width: 800px;
  margin: 30px auto;
  border-radius: 10px;
  font-family: Verdana, sans-serif;
    backdrop-filter: blur(5px);
}

.mensaje-central p {
  font-size: 23px;
  margin-bottom: 30px;
  color: #341C09;
}


.portal-colaborador {
  background: linear-gradient(to left, #FEE2AA, #FEF3DC);
  color: #000000;            
  text-align: center;
  padding: 30px 20px;
  font-size: 1.6em;
  line-height: 1.6em;
  max-width: 800px;
  margin: 30px auto;
  border-radius: 10px;
  font-family: Verdana, sans-serif;
    backdrop-filter: blur(5px);
}




.portal-colaborador img {
  max-width: 300px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.texto-colaborador {
  max-width: 400px;
  font-size: 23px;
  color: #341C09;
}



.boton-colaborador {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 24px;
  background: #FEE2AA;
  color: #341C09;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.boton-colaborador:hover {
background:  #FEF3DC;
  transform: translateY(-5px); 
  box-shadow: 0 8px 16px rgba(0,0,0,0.25);
  color: #341C09;
}

    .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;
  }
}