@font-face {
    font-family: 'Pally-blod';
    src: url('/fonts/Pally-Bold.woff2') format('woff2');
    font-weight: 700; /* Valores válidos: normal (400), bold (700), etc. */
    font-style: normal; /* Usa valores válidos: normal, italic */
  }
  
  @font-face {
    font-family: 'Pally-medium';
    src: url('/fonts/Pally-Medium.woff2') format('woff2');
    font-weight: regular;
    font-style: regular; 
  }
  
  @font-face {
    font-family: 'Pally-regular';
    src: url('/fonts/Pally-Regular.woff2') format('woff2');

  }
  
html, body {
    margin: 0;
    padding: 0;
    height: 100%; /* Asegura que el cuerpo ocupe toda la altura de la ventana */
}

.container-img{

    
    position: relative;
    width: 85%;
    margin: 0 auto;
    color: #fff;
}
.arrow-icon {
  position: absolute;
  top: 40px;
  transform: translateX(-150%);
  font-size: 6vw; /* Ajusta el tamaño de la flecha según sea necesario */
  cursor: pointer;
  color: #272727  ; /* Ajusta el color de la flecha según sea necesario */
}
@media (max-width: 1027px) {
  .arrow-icon {
    top: 5%;
  }
}
.img-hacemos{
  
    margin-top: 7%;
    width: 100%;
    height: auto;
    border-radius: 2vw;

}
.titulo-texto{
  z-index: 20; 
  position: absolute;
  top: 48%;
  font-family: "Pally-medium", sans-serif;
  margin-left: 7%;
}

.hacemos-titulo{
  display: inline-block;
  background-color: #0AA6E0;
  border-radius: 1vw;
  padding: 3px;
  padding-left: 2vw;
  padding-right: 2vw;
  font-size: 5vw;
  margin-bottom: -1%;
}

.hacemos-subtitulo{
  padding: 0.4vw;
  display: inline-block;
  padding-left: 2vw;
  padding-right: 2vw;

  font-family: "Pally-regular", sans-serif;
  background-color: #FBBB17;
  border-radius: 0.6vw;
  font-size: 2vw;

}

/*--------------------------------------*/

.flecha-abajo{
    text-align: center;
    width: 67%;
    margin: 0 auto; /* Centra el div horizontalmente */
    margin-top:1.5%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  
.arrow-middle-icon {
  font-size: 4vw; /* Ajusta el tamaño de la flecha según sea necesario */
  color: #272727  ; /* Ajusta el color de la flecha según sea necesario */
  transform: scaleX(1.5); /* Estira la flecha horizontalmente */
}

/*--------------------------------------*/
.container-info-img{
    display: flex;
    position: relative;
    width: 118.96666666rem;
    margin: 0 auto;
    margin-top: 2%;
    margin-bottom: 5%;
}
.container-informacion{
    position: absolute;
    width: 69%;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;


}

.tiutlo-informacion{
    font-family: "Pally-medium", sans-serif;
    font-size: 67px;
    margin-top: 5%;
    margin-bottom: 5%;
}

.texto-informacion{
    font-family: "Pally-regular", sans-serif;
    font-size: 40px;
    margin-bottom: 5%;
}
.bota {
  margin-top: 30%;
  width: 400px; height: 540px;
}
.pelota{
  margin-left: auto;
  width: 300px; height: 500px;
}
.button-sumate{
  cursor: pointer;
  display: inline-block;
  padding:1%;
  padding-left:5%;
  padding-right:5%;

  background-color: #FBBB17;
  font-family: "Pally-medium", sans-serif;
  color: #fff;
  border-radius: 15px;
  border: none;
  font-size: 40px;
}
@media (max-width: 1900px) {
  .container-info-img {
    width: auto;
  }

  .tiutlo-informacion{
    font-size: 3vw;
}
.texto-informacion{
    font-size: 2vw;
}
.bota{
  width: 20vw;
  height: 25vw;
}
.pelota{
  width: 15vw; height: 25vw;
}
}
.button-sumate{
  font-size: 2vw;
}
@media (max-width: 1484px) {
  .container-informacion{
    top: 50%;
    width: 70%;
  }
}
/*--------------------------------------*/
footer{
  background-color: #272727;
  color: white;
  text-align: center;
  padding: 4%;
  font-family: "Pally-medium", sans-serif;
  margin-top: -1%;
}
.footer-total{
  width: 110rem;
  margin: 0 auto; /* Centra el div horizontalmente */
}

.footer-parte1{
  display: flex;
  gap: 3%; /* Espacio entre los botones */
}
.footer-logo-container{
  margin-left: 4%;
}
.footer-logo{
  width:350.58px;
  height: auto; /* Ajusta la altura del contenedor del logo */
}
.footer-buttons{
  font-size: 16.5px; /* Ajusta el tamaño del texto de los botones */
  display:flex;
  width: 49.3%;
  color: black;
  background-color: white;
  gap: 5%; /* Espacio entre los botones */
  justify-content: center; /* Centra los elementos horizontalmente */
  border-radius: 20px;
  height: 75px;
  align-items: center; /* Centra verticalmente los elementos */
}
.nosotros-button, .mision-footer-button, .padrinos-button{
  cursor: pointer; 
}
.footer-donar{
  cursor: pointer; 
  height: 75px;
  font-size: 60px; /* Ajusta el tamaño del texto de los botones */
  background-color: #FBBB17; 
  padding: 5px 50px; /* Añade espacio en blanco alrededor del texto  x y */
  font-family: 'Pally-blod', sans-serif; /* Aplica la fuente Pally al texto */
  border-radius: 16px;
  color: white;
  
  display:flex;
  align-items: center; /* Centra verticalmente los elementos */

  border: none;

}
.footer-parte2{
  width: 92%;
  display: flex;
  justify-content: center; /* Centra los elementos horizontalmente */
  margin-top: 5%;
  margin-left: 4%;
}	

.container-contact {
  width: auto;
}
.contact-item {
  display: flex;
  align-items: center; /* Centra verticalmente el ícono y el texto */
  gap: 20px; /* Espacio entre el ícono y el texto */
  font-size: 30px; /* Tamaño del ícono */
  margin-bottom: 1%;
}
.contact-item i {
  font-size: 30px; /* Tamaño del ícono */
  color: white;
}

.social-icons {
  display: flex;
  width: auto;
  height: 100%;
  justify-content: center;
  gap: 15px;
  margin-left: auto; /* Ajusta el valor según el espacio que desees */

}
.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%; /* Hace el fondo circular */
  background-color: #fff; /* Fondo blanco */
  color: #333; /* Color del icono */
  font-size: 60px; /* Tamaño del icono */
  text-decoration: none;
  transition: all 0.3s ease;

}
.icon:hover {
  background-color: #333; /* Fondo al pasar el mouse (azul) */
  color: #fff; /* Icono blanco al pasar el mouse */
}
@media(max-width: 1900px){
  .footer-total{
    width: 100%;
  }
  .footer-buttons {
    font-size: 0.8vw;
  }
  .footer-donar {
    font-size: 3vw;
  }
}



/*---TEXTP--*/
@media(max-width: 620px){

  .titulo-texto{
    top: 37%;
  }
}
@media(max-width: 557px){
.container-informacion{
  top: 50%;
  }	
  .texto-informacion{
    font-size: 3vw;
  }
  .bota{
    margin-top: 75%;
  }
  .button-sumate{
    border-radius: 1vw;
    margin-top: 5%;
    font-size: 4vw;
  }
}

/*----footer--*/
@media (max-width: 1404px) {
  .footer-parte1 {
    display:block;
    
  }
  .footer-logo-container{
    margin: 0 auto; /* Centra el div horizontalmente */
    margin-top: 20px;
    width: 24vw;
  }
  .footer-logo{
    width: 24vw;
    height: auto;
  }
  .footer-buttons {
    border-radius: 10px;
    height: 7vw;
    margin-top: 3%;
    margin-bottom: 4%;

    width: 50%;
    margin-left: 50%;
    transform: translate(-50%, 0);
  }
  .footer-donar{
    margin-left: 50%;
    transform: translate(-50%, 0);
  }
}
@media (max-width: 1017px) {
  .fomras-botones {
    display: block;
  }
}	
@media (max-width: 888px) {
  .contact-item {
    margin-top: 5%;
    margin-bottom: 5%;
    justify-content: center;
  }
  .footer-parte2 {
    display: block;
  }
  .footer-buttons {
    border-radius: 10px;
    height: 7vw;
    margin-top: 3%;
    margin-bottom: 4%;
    font-size: 1vw;

    width: 50%;
    margin-left: 50%;
    transform: translate(-50%, 0);
  }
  .footer-donar{
    border-radius: 1vw;
    height: 7vw;
  }
  .contact-item {
    font-size: 3vw; /* Tamaño del texto */
  }
  .contact-item i {
    font-size: 3vw; /* Tamaño del ícono */
  }
  .icon {
    width: 7vw;
    height: 7vw;
    font-size: 4vw; /* Tamaño del icono */
  }

  .container{
    margin-top: 15%; 
  }
  .butonsSocio{
    margin: 5%;
  }
  .footer-logo-container{
    width: 30vw;
    margin-bottom: 4%;
  }
  .footer-logo{
    width: 100%;
    height: auto;
  }
}

