.Main_Contacto_container {
    position: relative;
    min-height: calc(100vh - var(--header-height));
    margin-top: var(--header-height);
}

.Main_Contacto {
    position: relative;
    min-height: calc(100vh - var(--header-height));
    overflow: hidden;
    display: flex;
    align-items: center;
}

.Contacto_BG {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.Contacto_BG img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Seccion_Dos_Contacto {
    position: relative;
    display: flex;
    width: 100%;
    margin-top: 2.5rem;
    margin-right: 10rem;
    margin-left: 10rem;
    margin-bottom: 3rem;
    z-index: 1;
}

.Formulario {
    background: #ffffff;
    box-sizing: border-box;
    width: 55%;
    padding: 1rem 3rem;
    border-radius: 20px;
    box-shadow: 0px 0px 25px rgba(1, 0, 37, 0.425);
}

.Contacto_Formulario {
    font-size: 2rem;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    margin-bottom: 2rem;
}

.Label_Contacto {
    font-size: 16px;
    font-weight: 700;
}

.Formulario_Input {
    font-size: 13px;
    color: #00163A;
    border: 0.15rem solid #00163a4d;
    background: rgb(243, 243, 243);
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 8px;
    margin-bottom: 30px;
    border-radius: 8px;
    font-weight: 500;
}

textarea {
    font-family: 'Montserrat';
    min-width: 100%;
    max-width: 100%;
    resize: none;
    min-height: 122px;
    max-height: 200px;
}

.Formulario_Boton {
    letter-spacing: 0.5px;
    font-family: 'Montserrat';
    font-size: 0.95rem;
    font-weight: 800;
    color: #ffffff;
    width: 100%;
    background: #007ef3;
    padding: 7px;
    border-radius: 8px;
    border-width: 0;
    border-style: hidden;
    margin-top: 10px;
    transition: all 0.2s ease-in-out;
}

.Formulario_Boton:hover {
    font-size: 1rem;
    transform: scale(1.02);
    cursor: pointer;
}

.Seccion_Dos_Info {
    color: #000;
    font-size: 2.5rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 11rem 5rem 5rem 13rem;
    box-sizing: border-box;
}

.Seccion_Dos_Info h3 {
    font-weight: 800;
}

.Seccion_Dos_Info h4, a {
    font-weight: 700;
    color: #0090F2;
    font-size: 1.05rem;
}

.Seccion_Dos_Info span {
    font-weight: 700;
    color: #000;
    font-size: 1.1rem;
    margin-right: 0.8rem;
}





@media (max-width: 1024px) {

    .Main_Contacto {
        background-image: none;
        background-color: #f2f6fc;
    }

    .Main_Contacto::before {
        display: none;
        content: none;
    }

    .Contacto_BG {
        display: none;
    }

    .Seccion_Dos_Contacto {
        flex-direction: column;
        margin: 3rem 4rem;
        gap: 3rem;
    }

    .Formulario {
        width: 100%;
        padding: 2rem;
    }

    .Seccion_Dos_Info {
        padding: 3rem 2rem;
        text-align: center;
        line-height: 2rem;
    }

    .Seccion_Dos_Info h3 {
        font-size: 2rem;
    }

    .Seccion_Dos_Info span {
        font-size: 1.2rem;
    }
    
    .Seccion_Dos_Info h4 {
        font-size: 1.2rem;
    }

    .Seccion_Dos_Info a {
        font-size: 1.2rem;
    }

}






@media (max-width: 768px) {

    .Main_Contacto_container {
        min-height: auto;
    }

    .Seccion_Dos_Contacto {
        flex-direction: column;
        margin: 2rem 1rem;
        gap: 2rem;
    }

    .Formulario {
        width: 100%;
        padding: 1.5rem;
        border-radius: 16px;
    }

    .Contacto_Formulario {
        font-size: 1.5rem;
    }

    .Label_Contacto {
        font-size: 14px;
    }

    .Formulario_Input {
        font-size: 12px;
        height: 38px;
    }

    textarea {
        min-height: 100px;
    }

    .Formulario_Boton {
        font-size: 0.85rem;
    }

    .Seccion_Dos_Info {
        padding: 2rem 1rem;
        text-align: center;
        line-height: 1rem;
    }

    .Seccion_Dos_Info h3 {
        font-size: 1.5rem;
    }

    .Seccion_Dos_Info span {
        font-size: 0.8rem;
    }

    .Seccion_Dos_Info h4 {
        font-size: 0.8rem;
    }

    .Seccion_Dos_Info a {
        font-size: 0.8rem;
    }

}
