﻿/* ====== SECCIÓN TRABAJA CON NOSOTROS ====== */


#noindex-page .header-content {
    margin-right: 15px;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    padding-top: 84px;
    background-color: #ffffff;

}


.resp {
    
}


section {
    position: relative;
    min-height: 300px; /* ajusta según lo que necesites */
    background: rgba(0,0,0,0);
    scroll-margin-top: 84px;
}

.trabaja-container {
    max-width: 1000px;

    padding: 20px;
    font-family: 'Montserrat', sans-serif;
}

    .trabaja-container h3 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #2150A7; 
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
    }

/* ====== GRID DE DOS COLUMNAS ====== */
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-bottom: 25px;
}

/* ====== CAMPOS DE TEXTO ====== */
.input-group-icon {
    position: relative;
}

    .input-group-icon .icon {
        position: absolute;
        top: 50%;
        left: 12px;
        transform: translateY(-50%);
        color: #aaa;
        font-size: 14px;
    }

.single-input {
    width: 100%;
    padding: 12px 12px 12px 38px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    background-color: #fafaff; 
    transition: border-color 0.3s ease;
}

    .single-input:focus {
        border-color: #98C455; 
        outline: none;
    }

/* ====== FILE UPLOAD ====== */
.file-upload {
    border: 1px dashed #ccc;
    border-radius: 8px;
    padding: 12px;
    text-align: left;
    cursor: pointer;
    background-color: #fafaff;
    transition: border-color 0.3s ease;
}

    .file-upload.active {
        border-color: #98C455;
    }

.file-select {
    display: flex;
    align-items: center;
    gap: 10px;
}

.file-select-name {
    font-size: 13px;
    color: #666;
}

/* ====== BOTÓN ====== */
.genric-btn.success,
.btn-submit {
    display: inline-block;
    background-color: #40c9d6;
    color: #fff;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .genric-btn.success:hover,
    .btn-submit:hover {
        background-color: #33a9b5; /* tono más oscuro al hover */
    }

.footer-column .firma {
    text-decoration: none;
    color: #2453A3 !important; /* fuerza tu color inicial */
    transition: color 0.3s;
    font-size: 10px;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

    .footer-column .firma:hover {
        color: #6b9130 !important;
    }

/* ====== SECCIÓN TRABAJA CON NOSOTROS ====== */
.trabaja-container {
    max-width: 1000px;
    margin: 50px auto 50px auto;
    
    padding: 20px;
    font-family: Arial, sans-serif;
}

    .trabaja-container h3 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #2150A7;
        text-transform: uppercase;
    }


.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-bottom: 25px;
}

/* ====== CAMPOS DE TEXTO ====== */
.input-group-icon {
    position: relative;
}

    .input-group-icon .icon {
        position: absolute;
        top: 50%;
        left: 12px;
        transform: translateY(-50%);
        color: #aaa;
        font-size: 14px;
    }

.single-input {
    width: 100%;
    padding: 12px 12px 12px 38px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    background-color: #fafaff;
    transition: border-color 0.3s ease;
}

    .single-input:focus {
        border-color: #98C455;
        outline: none;
    }

/* ====== FILE UPLOAD ====== */
.file-upload {
    border: 1px dashed #ccc;
    border-radius: 8px;
    padding: 12px;
    text-align: left;
    cursor: pointer;
    background-color: #fafaff;
    transition: border-color 0.3s ease;
}

    .file-upload.active {
        border-color: #98C455;
    }

.file-select {
    display: flex;
    align-items: center;
    gap: 10px;
}

.file-select-name {
    font-size: 13px;
    color: #666;
}

/* ====== BOTÓN ====== */
.genric-btn.success {
    display: inline-block;
    background-color: #40c9d6;
    color: #fff;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .genric-btn.success:hover {
        background-color: #33a9b5;
    }

/* ====== RESPONSIVE ====== */
@media (max-width: 768px) {
    .form-grid {
        grid-template-columns: 1fr;
    }
}



/* Forzar fondo full-bleed aunque el padre esté contenido */
.footer {
    background-color: #2453A3;
    color: #fff;
    padding: 20px 0;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
}


/* Asegura que un wrapper no pinte blanco encima */
#contacto {
    background: transparent !important;
}



/* Footer */

.footer-container {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: space-between;
    max-width: 1200px; /* limite interno */
    margin: 0 auto; /* centrado del contenido */
    padding: 0 20px; /* respiración lateral */
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-family: 'Montserrat', sans-serif;
}


.footer-column {
    flex: 1 1 200px;
    margin: 4px;
    max-width: 152px;
    margin-left: 8px;
}

.footer-logo {
    max-width: 150px;
    margin-bottom: 20px;
}

.footer-column h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

    .footer-column ul li {
        margin: 8px 0;
        font-size: 14px;
        font-family: 'Montserrat', sans-serif;
    }

        .footer-column ul li a {
            text-decoration: none;
            color: #fff;
            transition: color 0.3s;
            font-family: 'Montserrat', sans-serif;
        }

            .footer-column ul li a:hover {
                color: #6b9130; /* Verde hover */
            }

/* Contacto con íconos */
.footer-column.logo-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

    .footer-column.logo-contact img {
        max-width: 120px;
        margin-bottom: 4px;
    }

    .footer-column.logo-contact ul {
        list-style: none;
        padding: 0;
        margin: 0;
        font-family: 'Montserrat', sans-serif;
    }

        .footer-column.logo-contact ul li {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 14px;
            margin-bottom: 12px;
            color: #fff;
            white-space: nowrap;
            font-family: 'Montserrat', sans-serif;
        }

            .footer-column.logo-contact ul li i {
                font-size: 20px;
                color: #fff;
                min-width: 24px;
                text-align: center;
                font-family: 'Montserrat', sans-serif;
            }

.footer-column b {
    font-weight: 700;
    font-size: 16px;
}

.ico {
    max-height: 32px;
    max-width: 32px;
}

/* Help Desk en footer */
.help-desk {
    display: flex;
    align-items: center;
    margin-top: 15px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    transition: color 0.3s;
}

    .help-desk .help-icon {
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }

    .help-desk:hover {
        color: #6b9130;
    }

/* Footer bottom */
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 12px;
    color: #fff;
    padding: 4px 0;
}

/* Responsive */
@media (max-width: 768px) {

    /*------footer--------*/
    /*------footer--------*/
    #trabaja-container{
        max-width:768px;
    }

    /*icono help-desk  footer*/
    .help-desk {
        display: flex;
        align-items: center;
        margin-top: 15px;
        font-size: 14px;
        color: #fff;
        cursor: pointer;
        transition: color 0.3s;
    }

        .help-desk .help-icon {
            width: 18px; /* ajusta tamaño del icono */
            height: 18px; /* asegura proporción */
            margin-right: 8px;
        }

        .help-desk:hover {
            color: #6b9130;
        }


    #contacto {
        height: auto !important;
        background: #fff;
        margin: 0;
        padding: 0;
    }


    .footer {
        background-color: #2453A3; /* Azul como en la imagen */
        color: #fff;
        padding: 20px 15px;
        font-family: Arial, sans-serif;
    }


    /* --- FOOTER --- */
    .footer-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* tres columnas iguales */
        grid-template-rows: auto auto; /* primera fila (logo) + segunda fila (3 columnas) */
        gap: 24px;
        justify-items: center;
        align-items: start;
        max-width: 90%;
        margin: 0 auto;
        padding-bottom: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    /* 🔹 Hace que el primer bloque (logo-contact) ocupe toda la primera fila */
    .footer-column.logo-contact {
        grid-column: 1 / 4; /* abarca las tres columnas */
        text-align: center; /* opcional: centra el contenido */
    }


    /* Ajustes opcionales para que las columnas se vean más proporcionadas */
    .footer-column {
        max-width: none; /* elimina el límite de ancho */
        width: 100%;
        text-align: center; /* centra el texto en pantallas pequeñas */
    }



    .footer-logo {
        max-width: 150px;
        margin-bottom: 20px;
    }


    .footer-column h3 {
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: bold;
    }


    .footer-column ul {
        list-style: none;
        padding: 0;
    }


        .footer-column ul li {
            margin: 8px 0;
            font-size: 14px;
        }


            .footer-column ul li a {
                text-decoration: none;
                color: #fff;
                transition: color 0.3s;
            }


    .footer-column .firma {
        text-decoration: none;
        color: #2453A3 !important; /* fuerza tu color inicial */
        transition: color 0.3s;
        font-size: 10px;
        cursor: pointer;
        position: relative;
        z-index: 10;
    }

        .footer-column .firma:hover {
            color: #6b9130 !important;
        }



    .footer-column ul li a:hover {
        color: #6b9130; /* Amarillo suave al hover */
    }

    /* Contact icons */

    .logo-contact ul li {
        display: flex;
        align-items: center;
        gap: 8px;
    }


    .logo-contact i {
        font-size: 18px;
    }


    /* Footer bottom */
    .footer-bottom {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px; /* Espacio entre texto e ícono */
        font-size: 12px;
        color: #fff;
        padding: 4px 0;
    }


    .footer-column.logo-contact {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

        .footer-column.logo-contact img {
            max-width: 160px;
            margin-bottom: 4px;
        }

        .footer-column.logo-contact ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .footer-column.logo-contact ul li {
                display: flex;
                align-items: center;
                gap: 10px; /* espacio entre ícono y texto */
                font-size: 18px;
                margin-bottom: 12px;
                color: #fff;
                white-space: nowrap; /* evita que el número baje de línea */
            }

                .footer-column.logo-contact ul li i {
                    font-size: 20px;
                    color: #fff;
                    min-width: 24px; /* alinea todos los íconos */
                    text-align: center;
                }


    .footer-column b {
        font-weight: 700; /* hace el texto más grueso */
        font-size: 16px;
    }


    .ico {
        max-height: 52px;
        max-width: 52px;
    }

}


/* boton fijo en pantalla*/
.fixed-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #85b044; 
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    z-index: 1000; 
    font-family: 'Montserrat', sans-serif;
}

    .fixed-button:hover {
        background-color: #6b9130; /* color del hover */
    }

