/* ESTILOS ESPECÍFICOS PARA CONTRIBUIR.HTML */

/* Estilos del body para mantener consistencia */
body {
    max-width: 1700px;
    background: white;
    margin: 20px 100px;
    padding-bottom: 50px;
    font-family: 'Roboto', sans-serif;
}

/* Estilos del header copiados de styles.css */
header {
    position: fixed;
    right: 20px;
    top: 0px;
    left: 5px;
    z-index: 100;
    width: 100%;
    display: flex;
    padding: 10px 2%;
    background-color: white;
    border-bottom: black 1px solid;
    flex-direction: row;
}


.header-img-logo {
    display: flex;
    flex-direction: row;
    width: 50%;
    padding-left: 20px;
}

.header-img-logo a {
    display: flex;
    align-items: center;
    height: 100%;
}

.header-img-logo img {
    max-width: 50px;
    max-height: 50px;
    height: auto;
    display: block;
    align-items: center;
}

.logo {
    font-size: 20px;
    font-weight: bold;
    color: black;
    height: 100%;
    padding-left: 20px;
    justify-content: center;
    text-decoration: none;
}



.navbar{
    
    display: flex; /* Utiliza flexbox para alinear los elementos de la barra de navegacion */
    position: fixed;
    right: 50px;
    top: 10px;
    gap: 10px; /* Espacio entre los elementos de la barra de navegacion */
    z-index: 100;
    list-style: none;

}

.navbar a{    
    margin-left: 60px; 
    font-size: 15px;
    transition: all 0.3s ease; /* Transicion suave para efectos hover */
    color: black;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid transparent; /* Border invisible por defecto */

}

.navbar a:hover{
     border-bottom: 1px solid black; /* Subrayado al pasar el mouse */
}


/* Estilos para menú móvil */
#menu-toggle {
    display: none;
}

.menu-icon-action {
    display: none;
    font-size: 2rem;
    cursor: pointer;
    color: black;
}

#menu-icon {
    font-size: 2rem;
}

/* Ajuste para contenido principal (compensar header fijo) */
.hero-contribuir{
    padding-top: 80px;
}

/* Estilos para la página de contribuir */
.contribuir-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 10px;
}

.contribuir-content h1 {
  font-size: 2.5rem;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}

.contribuir-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 30px;
  text-align: center;
}

.contribuir-content span {
  display: block;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  color: #333;
  margin: 30px 0;
}

.contribuir-content div {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.contribuir-content div .hero-contribuir-b1 {
    background: #667eea;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500px;
    width: 200px;
    text-align: center;

 }


.metodos-pago {
  text-align: center;
  background: #f8f9fa;
  padding: 20px 20px;
  border-radius: 12px;
  margin: 8px 0;
}

.metodos-pago h4 {
  color: #333;
  font-size: 0.9rem;
  margin-bottom: 2px;
}

.metodos-pago ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.metodos-pago li {
  font-size: 0.8rem;
  color: #555;
  margin: 1px 0;
  padding: 0;
}

.metodos-pago a {
  color: #667eea;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.metodos-pago a:hover {
  color: #5a6fd8;
  text-decoration: underline;
}

.metodos-pago .metodo-descripcion {
  font-size: 0.6rem;
  color: #777;
  font-style: italic;
  display: block;
  margin-top: 0;
  margin-left: 10px;
}

.metodos-pago p {
  font-size: 0.7rem;
  color: #666;
  margin-bottom: 3px;
  font-style: italic;
}

/* Estilos para montos sugeridos */
.montos-sugeridos {
  margin: 8px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  align-items: center;
}

.btn-monto {
  background: #667eea;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 0.8rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}

.btn-monto:hover {
  background: #5a6fd8;
  transform: translateY(-1px);
}

.btn-monto.selected {
  background: #4caf50;
  transform: scale(1.05);
}

.metodos-pago .metodos-pago-links{

    margin: 40px 50px ;

}
.metodos-pago .metodos-pago-links li{

    margin-top: 20px;

}



.link-soonpublicite a{
    text-align: center;
    margin-top: 20px;
    font-family: Roboto, sans-serif;
    height: 40px;
    color: orange;
}

/* Centrar texto de agradecimiento */
.contribuir-content .texto-agradecimiento {
  text-align: center !important;
  display: block;
  width: 100%;
}


.contribuir-intro {
    margin-bottom: 40px;
    text-align: center;
}

.contribuir-intro div {
    font-size: 1rem;
    color: #555;
    width: 100%;
    margin: 10px 10px;
}

.contribuir-intro div span {
    display: block;
    width: 100%;
    text-align: center;
    margin: 30px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #333;

}

.contribuir-intro div img {
    max-width: 200px;
    height: auto;
    display: block;
    margin: 0 auto 10px auto;
    border: 2px solid black;
    border-radius: 5%;
}   





.contribuir-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin: 40px 0;
}

.option-card {
  background: white;
  padding: 30px 25px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border-left: 4px solid #667eea;
}

.option-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.option-card h3 {
  font-size: 1.3rem;
  color: #333;
  margin-bottom: 15px;
}

.option-card p {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  text-align: left;
  margin: 0;
}

.contact-form {
  background: #f8f9fa;
  padding: 40px;
  border-radius: 15px;
  margin: 40px 0;
  text-align: center;
}

.contact-form h2 {
  color: #333;
  margin-bottom: 20px;
}

.contact-form p {
  color: #666;
  margin-bottom: 30px;
}

.contact-info .contact-row img{
    max-width: 50px;
    border-radius: 25%;
    height: auto;
}

.contact-info .contact-row a{
    display: block;
    border-radius: 25%;
    height: auto;
    padding: 10px 10px;
}

.contact-info .contact-row span{
    display: block;
    width: 100%;
    border-radius: 25%;
    height: auto;
    padding: 10px 10px;
    text-align: center;
}

.contact-info .contact-row span a {
    color: inherit; /* Hereda el color del elemento padre */
    text-decoration: none; /* Quita el subrayado por defecto */
    display: inline-block;
}

.contact-info .contact-row span a:hover {
    color: #667eea; /* Color al hacer hover */
    text-decoration: none;
}


.back-button {
  text-align: center;
  margin-top: 40px;
}

.btn-back {
  display: inline-block;
  background: #6c757d;
  color: white !important;
  padding: 10px 20px;
  border-radius: 20px;
  font-weight: bold;
  transition: all 0.3s ease;
  text-decoration: none !important;
}

.btn-back:hover {
  background: #5a6268;
  transform: translateY(-2px);
  text-decoration: none !important;
}

/* MEDIA QUERIES ESPECÍFICAS PARA CONTRIBUIR.HTML */

/* Media query para tablets */
@media (max-width: 992px) {


body{
    margin: 0px  300px;
    margin-left: 0px;
    margin-right: 0px;
}


 .contribuir-content {
    padding: 30px 15px;
 }

 .contribuir-content h1 {
    font-size: 2.2rem;
 }

 .contribuir-options {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
 }

 .navbar{
        gap: 0px;
    }
    
    .navbar a{
        margin-left: 20px;
    }

}

@media (max-width: 768px) {
    /* Header y navbar exactamente igual que styles.css */


body{
    margin: 0px  50px;
    padding: 0px  20px;
    margin-left: 0px;
    margin-right: 0px;
}

    .navbar {
        position: absolute;
        top: -300%;
        width: 160px;
        background-color: transparent;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 10px;
        transition: all 1s ease;
        opacity: .9;
    }

    .navbar a {
        display: block;
        margin: 15px 0;
    }

    .menu-icon-action {
        display: block;
        position: fixed;
        right: 60px;    
        top: 15px;
        z-index: 101;
        cursor: pointer;
    }

    #menu-icon {
        font-size: 50px;
    }

    #menu-toggle:checked + label.menu-icon-action + div .navbar {
        top: 100%;
        background-color: white;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    body {
        margin-left: 0;
    }

    .hero {
        padding-top: 80px;
    }



 /* Estilos responsivos para página de contribuir */
 .contribuir-content h1 {
    font-size: 2rem;
 }

 /* Contenido responsive para móvil */
 .contribuir-content {
    padding: 20px 10px;
    max-width: 100%;
 }

 .contribuir-intro div {
    margin: 5px 5px;
 }

 .hero-contribuir-b1 {
    padding: 10px 18px;
    font-size: 0.9rem;
    margin: 0 5px;
 }

 /* Articles responsive */
 .metodos-pago {
    padding: 10px;
    margin: 15px 0;
 }

 .metodos-pago h4 {
    font-size: 1rem;
 }

 .montos-sugeridos {
    flex-wrap: wrap;
    gap: 8px;
 }

 .btn-monto {
    padding: 8px 16px;
    font-size: 0.9rem;
    margin: 2px;
 }

 .contribuir-options {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 0px 20px;
 }

 .option-card {
    padding: 20px 15px;
 }

 .contact-form {
    padding: 20px 15px;
 }

 .contact-info .contact-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 10px 0;
 }
}

/* Media query para móviles pequeños */
@media (max-width: 480px) {



 .contribuir-content {
    padding: 15px 5px;
 }

 .contribuir-content h1 {
    font-size: 1.8rem;
    margin-bottom: 20px;
 }

 .hero-contribuir-b1 {
    padding: 8px 12px;
    font-size: 0.8rem;
    margin: 5px 3px;
 }

 .btn-monto {
    padding: 6px 12px;
    font-size: 0.8rem;
 }

 .option-card h3 {
    font-size: 1.1rem;
 }

 .option-card p {
    font-size: 0.9rem;
 }
}

/* Fin de media queries */
