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);
}



.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-color: #D2EDBF;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
}

.boton-colaborador:hover {
  background-color: #d3f7ca;
}

.pie {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 15px;
}

.mensaje-central {
  background-color: #d2edbf4f; 
  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: #4a7540;
}


.portal-colaborador {
  background-color: #d2edbf4f; 
  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: #4a7540;
}



.boton-colaborador {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 24px;
  background-color: #D2EDBF;
  color: #2F7033;
  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-color: #1B3409;
  transform: translateY(-5px); 
  box-shadow: 0 8px 16px rgba(0,0,0,0.25);
  color: #EBF7E3;
}


.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}
}