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;
  gap: 0px;
  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;
    }

.contacto-banner {

  padding: 60px 20px;
}

.contenedor-contacto-banner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  border-radius: 15px;
  overflow: hidden;
  background-color: #FEF3DC;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);

}

.contenido-izquierda {
  flex: 1;
  padding: 40px;
  min-width: 300px;
}

.contenido-izquierda h1 {
  font-size: 2.4em;
  color: #341C09;
  margin-bottom: 15px;
}

.contenido-izquierda .descripcion {
  font-size: 1.8em;
  color: #341C09;
  margin-bottom: 10px;
}

.contenido-izquierda .subdescripcion {
  font-size: 1.8em;
  color: #341C09;
  margin-bottom: 25px;
}

.contacto-telefonos p,
.contacto-direccion p {
  font-size: 1.4em;
  margin: 8px 0;
  color: #341C09;
}

.contacto-telefonos span {
  font-weight: bold;
  color:  #341C09;
}

.redes-sociales-contacto {
  margin-top: 25px;
}

.redes-sociales-contacto .fa {
  padding: 15px;
  font-size: 22px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 4px 6px;
  border-radius: 50%;
  color: white;
}

.fa:hover {
  opacity: 0.8;
}

.fa-facebook {
  background: #3B5998;
}

.fa-twitter {
  background: #55ACEE;
}

.fa-instagram {
  background: #125688;
}

.imagen-contacto-banner {
  flex: 1;
  background: url('/imagenes/contacto1.jpg') center/cover no-repeat;
  min-height: 400px;
}

.mensaje-contacto-aparecer {

  padding: 60px 20px;
}

.contenedor-contacto-nuevo {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  flex-wrap: wrap;
  background-color: #FEF3DC;
}

.formulario-apilado {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.contenido-formulario {
 
  flex: 1;
  padding: 40px;
}

.contenido-formulario h2.formulario-titulo {
  font-size: 2.5em;
  color: #341C09;
  margin-bottom: 10px;
}

.formulario-descripcion {
  font-size: 1.5em;
  margin-bottom: 20px;
  color: #341C09;
}

.formulario label {
  display: block;
  margin-top: 1.2em;
  font-weight: 600;
  color: #341C09;
}

.formulario input,
.formulario textarea {
  width: 100%;
  padding: 12px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1.2em;
  box-sizing: border-box;
}

.boton-enviar {
  margin-top: 25px;
  background-color: #341C09;
  color: #FEE2AA;
  padding: 12px 25px;
  border: none;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.boton-enviar:hover {
  background-color: #FEE2AA;
  color: #341C09;
}

.formulario-imagen-nueva {
  flex: 1;
  background: url('/imagenes/contacto2.jpg') center/cover no-repeat;
  min-height: 400px;
}


     .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;
  }
}