/* PREGUNTAS section */
.faq-section {
    padding: 20px 0;
    background-color: var(--negro); 
}

.faq-section .container {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
}

.faq-section h3 {
    font-size: 2em;
    color: white;
    text-align: left;
    margin-bottom: 30px;
    padding-left: 10px;
    border-left: 5px solid #0056b3; 
}

.faq-category {
    margin-bottom: 20px;
    border: 1px solid var(--blanco);
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.faq-category h4 {
    background-color: var(--negro); /*#0056b3*/
    color: #fff;
    padding: 15px 20px;
    margin: 0;
    font-size: 1.5em;
    cursor: pointer; 
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-category h4::after {
    content: '>'; 
    font-size: 1.2em;
    transition: transform 0.3s ease-in-out;
}

.faq-item {
    padding: 20px;
    border-top: 1px solid #eee;
    color: #555;
    line-height: 1.6;
}

.faq-item p {
    margin-bottom: 10px;
}

.faq-item p:last-child {
    margin-bottom: 0;
}

.contact-button {
    display: inline-block;
    padding: 10px 25px;
    background-color: #28a745; 
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.1em;
    transition: background-color 0.3s ease;
    margin-top: 20px;
}

.contact-button:hover {
    background-color: #218838;
}

/* INICIO SECCION PREGUNTAS */
/*
.preguntas {
    background-color: #0056b3; 
    color: #fff;
    text-align: center;
    padding: 50px 20px;
    margin-top: 40px;
}

.preguntas h2 {
    font-size: 2.5em;
    margin-bottom: 15px;
}

.preguntas p {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.preguntas .boton {
    background-color: #fff; 
    border: none;
    padding: 0; 
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.preguntas .boton a {
    display: block; 
    padding: 12px 30px;
    color: #0056b3; 
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
}

.preguntas .boton:hover {
    background-color: #e2e6ea; 
}

*/

.contacto .fomulario label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
    grid-column: span 1;
}

.preguntas{
    padding-top: 40px;
    background-color: var(--negro);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.preguntas h2{
    margin-bottom: 20px;
}

.preguntas p{
    margin-bottom: 20px;
  font-size: 20px;
  margin-right: 7%;
  margin-left: 7%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: justify;
}

.preguntas button{
    margin-top: 40px;
}
.none{
    display: none;
}