/* Estilos generales */
body {
    font-family: 'Lato', sans-serif;
    color: #3C3C3B;
    line-height: 1.6;
}

.container {
    width: 80%;
    margin: 0 auto;
}

/* Banner principal */
.banner-principal {
    background-color: #3C3C3B;
    color: white;
    padding: 50px 10%;
    text-align: center;
}

.banner-principal h1 {
    font-family: 'Lato-Bold', sans-serif;
    font-size: 2.5em;
    margin-bottom: 20px;
}

.banner-principal img {
    width: 80px;
    margin-bottom: 20px;
}

.banner-principal p {
    font-family: 'Lato-Light', sans-serif;
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto;
}

/* Sección 1: Solicitud de apoyo */
.section1-project {
    padding: 50px 10% 0px 10%;
}

.info-s1-proj {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.info-proj {
    width: 50%;
    padding-right: 50px;
}

.info-proj h2 {
    font-family: 'Lato-Bold', sans-serif;
    font-size: 2.5em;
    color: #3C3C3B;
    margin-bottom: 30px;
}

.info-proj p {
    font-family: 'Lato-Light', sans-serif;
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 20px;
}

.map-project {
    width: 45%;
}

.map-project img {
    width: 100%;
    height: auto;
}

/* Sección: Ingresa tu solicitud */
.section-ingresa-solicitud {
    background-color: #F5F5F5;
    padding: 0;
    width: 90%;
    max-width: 1400px;
    margin: 0px auto 20px auto;
}

.ingresa-header {
    background-color: #3C3C3B;
    padding: 15px 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 35px;
}

.ingresa-header h2 {
    color: white;
    font-family: 'Lato-Regular', sans-serif;
    font-size: 1.2em;
    margin: 0;
}

.ingresa-solicitud-content {
    padding: 60px 10%;
    background-color: #F5F5F5;
    display: none;
}

.solicitud-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.solicitud-left {
    padding-right: 20px;
}

.solicitud-right {
    padding-left: 20px;
}

.ingresa-solicitud-content h3 {
    font-family: 'Lato-Bold', sans-serif;
    font-size: 2em;
    color: #3C3C3B;
    margin-bottom: 40px;
    grid-column: 1 / -1;
}

.step-number {
    background-color: #7DD3F7;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Lato-Bold', sans-serif;
    font-size: 1.2em;
    margin-bottom: 20px;
}

.step-content {
    margin-bottom: 40px;
}

.step-content p {
    font-family: 'Lato-Regular', sans-serif;
    font-size: 1.1em;
    color: #3C3C3B;
    margin-bottom: 15px;
    line-height: 1.5;
}

.check-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.check-icon {
    width: 20px;
    height: 20px;
    background-image: url('../../_images/check-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin-top: 3px;
}

.btn-download, .btn-submit {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'Lato-Medium', sans-serif;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background-color: #FF4B55;
    color: white;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 15px;
}

.btn-offices {
    display: inline-block;
    padding: 15px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'Lato-Medium', sans-serif;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background-color: #3C3C3B;
    color: white;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

.note-box {
    background-color: #FFF3CD;
    border: 1px solid #FFE69C;
    padding: 20px;
    margin: 30px 0;
    border-radius: 5px;
    font-family: 'Lato-Regular', sans-serif;
    font-size: 0.95em;
    color: #856404;
}

/* Sección 2: Preguntas frecuentes para tu solicitud */
.section2-project {
    background-color: #007D8A;
    padding: 50px 0;
}

.ask-s2-proj {
    width: 80%;
    margin: 0 auto;
}

.ask-s2-proj h2 {
    color: white;
    font-family: 'Lato-Bold', sans-serif;
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 50px;
}

.cont-ask-s2-proj {
    display: flex;
    justify-content: space-between;
}

.subcont1-ask-s2-proj {
    width: 45%;
}

.subcont2-ask-s2-proj {
    width: 50%;
    background-color: white;
    border-radius: 10px;
    padding: 20px;
}

.act-quest {
    color: white;
    font-family: 'Lato-Light', sans-serif;
    font-size: 1.1em;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.act-quest img {
    width: 15px;
    margin-right: 10px;
    transition: transform 0.3s ease;
}

.new-font {
    font-family: 'Lato-Bold', sans-serif;
}

.visible-img {
    transform: rotate(90deg);
}

.quest {
    font-size: 1.2em;
    margin-bottom: 15px;
}

/* Sección: Conoce nuestras convocatorias */
#section2-btn-bg {
    background-color: #3C3C3B;
    padding: 50px 0;
    text-align: center;
}

.section2-btn {
    display: inline-block;
    background-color: white;
    color: #3C3C3B;
    font-family: 'Lato-Regular', sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.section2-btn:hover {
    background-color: #007D8A;
    color: white;
}

/* Sección 3: Seguimiento a tu proyecto */
.section3-project {
    padding: 50px 10%;
    background-color: #F7F7F7;
}

.section3-project h2 {
    font-family: 'Lato-Bold', sans-serif;
    font-size: 2.5em;
    color: #3C3C3B;
    margin-bottom: 30px;
}

.section3-project p {
    font-family: 'Lato-Light', sans-serif;
    font-size: 1.2em;
    margin-bottom: 20px;
}

/* Sección 4: Preguntas frecuentes sobre el seguimiento */
.section4-project {
    background-color: #007D8A;
    padding: 50px 0;
}

.section4-project .ask-s2-proj {
    width: 80%;
    margin: 0 auto;
}

.section4-project h2 {
    color: white;
    font-family: 'Lato-Bold', sans-serif;
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 50px;
}

.section4-project .subcont2-ask-s2-proj ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

.section4-project .subcont2-ask-s2-proj li {
    font-family: 'Lato-Regular', sans-serif;
    font-size: 1em;
    color: #3C3C3B;
    margin-bottom: 10px;
    line-height: 1.5;
}

.section4-project .subcont2-ask-s2-proj h3 {
    font-family: 'Lato-Bold', sans-serif;
    font-size: 1.2em;
    color: #3C3C3B;
    margin: 25px 0 15px;
}

.footer-note {
    text-align: center;
    color: white;
    margin-top: 40px;
    font-family: 'Lato-Light', sans-serif;
}

.footer-note p {
    margin: 5px 0;
}

/* Responsive */
@media (max-width: 992px) {
    .solicitud-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .solicitud-left, .solicitud-right {
        padding: 0;
    }

    .info-s1-proj {
        flex-direction: column;
    }

    .info-proj, .map-project {
        width: 100%;
        padding-right: 0;
    }

    .cont-ask-s2-proj {
        flex-direction: column;
    }

    .subcont1-ask-s2-proj, .subcont2-ask-s2-proj {
        width: 100%;
    }

    .subcont2-ask-s2-proj {
        margin-top: 30px;
    }

    .ingresa-solicitud-content {
        padding: 30px 5%;
    }

    .step-container, .step-info {
        flex-direction: column;
    }

    .step-info {
        padding-left: 0;
    }

    .btn-download, .btn-submit, .btn-offices {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .banner-principal h1 {
        font-size: 2em;
    }

    .info-proj h2, .section3-project h2, .ask-s2-proj h2 {
        font-size: 2em;
    }

    .ingresa-solicitud-content h3 {
        font-size: 1.8em;
    }

    .step-number {
        width: 30px;
        height: 30px;
        font-size: 1em;
    }

    .btn-download, .btn-submit, .btn-offices {
        font-size: 0.8em;
        padding: 10px 20px;
        box-sizing: border-box;
    }
}