body{
    background-color: #EBF7E3;
}

* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.deslizo {display: none}
img {vertical-align: middle;}


.contenedor-desliz {
  max-width: 1000px;
  position: relative;
  margin: auto;
}


.anterior, .siguiente {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}


.siguiente {
  right: 0;
  border-radius: 3px 0 0 3px;
}


.anterior:hover, .siguiente:hover {
  background-color: rgba(0,0,0,0.8);
}

.menu-navegacion{
    text-align: center;
    background-color: #EBF7E3;
    padding: 20px 10px;

}

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numero {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

#miBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #9BD770;
  color: black;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px; 
}

#miBtn:hover {
  background-color: lab(89.27% -40.78 48.98);
}
.btn-nav {
    background-color: #EBF7E3;
    border: none;
    color: #4a7540;
    padding: 14px 28px;
    margin: 10px 8px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

.btn-nav:hover{
    background-color: #3e8e41;
    color: white;
    transform: scale(1.05);
}

.contacto-banner {

  padding: 60px 20px;
}

.contenedor-contacto-banner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  background-color: #EBF7E3;
}

.contenido-izquierda {
  flex: 1;
  padding: 40px;
  min-width: 300px;
}

.contenido-izquierda h1 {
  font-size: 2.4em;
  color: #2F7033;
  margin-bottom: 15px;
}

.contenido-izquierda .descripcion {
  font-size: 1.8em;
  color: #3B8E41;
  margin-bottom: 10px;
}

.contenido-izquierda .subdescripcion {
  font-size: 1.8em;
  color: #3B8E41;
  margin-bottom: 25px;
}

.contacto-telefonos p,
.contacto-direccion p {
  font-size: 1.4em;
  margin: 8px 0;
  color: #4a7540;
}

.contacto-telefonos span {
  font-weight: bold;
  color:  #2F7033;
}

.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/zaam.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;
}

.formulario-apilado {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.contenido-formulario {
  background-color: #EBF7E3;
  flex: 1;
  padding: 40px;
}

.contenido-formulario h2.formulario-titulo {
  font-size: 2.5em;
  color: #2F7033;;
  margin-bottom: 10px;
}

.formulario-descripcion {
  font-size: 1.5em;
  margin-bottom: 20px;
  color: #3B8E41;
}

.formulario label {
  display: block;
  margin-top: 1.2em;
  font-weight: 600;
  color: #4a7540;
}

.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: #9BD770;
  color: #fff;
  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: #1B3409;
}

.formulario-imagen-nueva {
  flex: 1;
  background: url('/Imagenes/Segunda.jpg') center/cover no-repeat;
  min-height: 400px;
}


.footer {
  background: #ff0055;
  color: #1B3409;
  font-family: Verdana, sans-serif;
  margin-top: 40px;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: #9BD770;
  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: #1B3409;
}
.footer-bottom {
  text-align: center;
  padding: 15px;
  font-size: 14px;
  background-color: #1B3409;
  border-top: 1px solid #9BD770;
color: white;
}


.whatsapp-burbuja {
  position: fixed;
  bottom: 20px;
 right: 1810px;
  background-color: #25d36500;
  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;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@media only screen and (max-width: 300px) {
  .anterior, .siguiente,.text {font-size: 11px}
}