/* =========================================================
   SECCIÓN CONTACTO
========================================================= */

.irk-contact-section {

    width: 100%;

    background: #f7f7f9;

    padding: 15px 0 50px;

}


/* =========================================================
   CONTENEDOR PRINCIPAL
========================================================= */

.irk-contact-container {

   
    width: min(95%, 1430px);

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        minmax(0, 1.3fr)
        minmax(300px, 0.9fr);

    gap: 18px;
    padding-bottom:0px;

}


/* =========================================================
   TARJETAS
========================================================= */

.irk-contact-form-card,
.irk-contact-info-card {

    background: var(--white);

    border-radius: 9px;

    padding: 21px 20px 27px;

}


/* =========================================================
   TÍTULOS
========================================================= */

.irk-contact-form-card h2,
.irk-contact-info-card h2 {

    margin: 0;

    color: #05265B;

    font-size: 20px;

    line-height: 1.25;

    font-weight: 700;

}


.irk-contact-intro {

    margin: 8px 0 28px;

    color: #555;

    font-size: 14px;

    line-height: 1.4;

}


/* =========================================================
   FORMULARIO
========================================================= */

.irk-form-row {

    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 12px;

}


.irk-form-group {

    margin-bottom: 13px;

}


.irk-form-group label {

    display: block;

    margin-bottom: 5px;

    color: #222;

    font-size: 13px;

    line-height: 1.3;

}


.irk-form-group label span {

    color: #e53935;

}


/* =========================================================
   INPUTS
========================================================= */

.irk-form-group input,
.irk-form-group textarea {

    width: 100%;

    box-sizing: border-box;

    border: 1px solid #dcdcdc;

    border-radius: 6px;

    background: var(--white);

    color: #222;

    font-family: inherit;

    font-size: 13px;

    outline: none;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;

}


.irk-form-group input {

    height: 28px;

    padding: 15px 10px;

}


.irk-form-group textarea {

    min-height: 79px;

    padding: 8px 9px;

    resize: vertical;

}


.irk-form-group input:focus,
.irk-form-group textarea:focus {

    border-color: var(--blue);

    box-shadow:
        0 0 0 2px rgba(40, 116, 216, 0.08);

}


/* =========================================================
   PRIVACIDAD
========================================================= */

.irk-form-privacy {

    margin-top: 2px;

    margin-bottom: 13px;

}


.irk-form-privacy label {

    display: flex;

    align-items: flex-start;

    gap: 4px;

    color: #555;

    font-size: 12px;

    line-height: 1.35;

    cursor: pointer;

}


.irk-form-privacy input {

    width: 12px;

    height: 12px;

    margin: 0;

    margin-top: 1px;

    flex-shrink: 0;

}


.irk-form-privacy a {

    color: #333;

    text-decoration: underline;

}


/* =========================================================
   BOTÓN FORMULARIO
========================================================= */

.irk-contact-submit {
    margin-top: 10px;

    border: none;

    border-radius: 25px;

    padding: 10px 19px;

    background: var(--blue);

    color: var(--white);

    font-family: inherit;

    font-size: 14px;

    font-weight: 500;

    cursor: pointer;

    transition:
        background 0.3s ease,
        transform 0.3s ease;

}


.irk-contact-submit:hover {

    background: var(--dark-blue);

    transform: translateY(-2px);

}


/* =========================================================
   INFORMACIÓN DE CONTACTO
========================================================= */

.irk-contact-info-card {

    padding: 22px 18px;

}


.irk-contact-logo {

    margin-bottom: 23px;

}


.irk-contact-logo img {

    display: block;

    width: 100px;

    height: auto;

}


.irk-contact-info-card h2 {

    margin-bottom: 8px;

    font-size: 20px;

}


.irk-contact-description {

    max-width: 100%;

    margin: 0 0 25px;

    color: #666;

    font-size: 14px;

    line-height: 1.45;

}


/* =========================================================
   DATOS
========================================================= */

.irk-contact-data {

    padding: 0 0 14px;

    margin-bottom: 13px;

    border-bottom: 1px solid #eeeeee;

}


.irk-contact-data:last-child {

    margin-bottom: 0;

}


.irk-contact-data h3 {

    margin: 0 0 8px;

    color: #555;

    font-size: 16px;

    font-weight: 500;

}


.irk-contact-link {

    display: flex;

    align-items: flex-start;

    gap: 8px;

    color: #666;

    font-size: 16px;

    line-height: 1.4;

    text-decoration: none;

}


.irk-contact-link i {

    margin-top: 2px;

    flex-shrink: 0;

}


.irk-contact-link .fa-whatsapp {

    color: #25D366;

}


.irk-contact-link .fa-envelope {

    color: var(--blue);

}


.irk-contact-link .fa-location-dot {

    color: #ef4444;

}


a.irk-contact-link:hover {

    color: #05265B;

}


/* =========================================================
   UBÍCANOS
========================================================= */

.irk-location-card {

    
    width: min(95%, 1430px);


    margin: 18px auto 0;

    padding: 25px 16px 20px;

    box-sizing: border-box;

    background: var(--white);

    border-radius: 9px;

}


/* =========================================================
   ENCABEZADO MAPA
========================================================= */

.irk-location-header {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    margin-bottom: 18px;

}


.irk-location-header h2 {

    margin: 0;

    color: #05265B;

    font-size: 22px;

}


/* =========================================================
   BOTÓN GOOGLE MAPS
========================================================= */

.irk-maps-button {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 6px 12px;

    border: 1px solid var(--blue);

    border-radius: 6px;

    color: var(--blue);

    background: var(--white);

    font-size: 15px;

    text-decoration: none;

    white-space: nowrap;

    transition:
        background 0.3s ease,
        color 0.3s ease;

}


.irk-maps-button:hover {

    background: var(--blue);

    color: var(--white);

}


/* =========================================================
   MAPA
========================================================= */

.irk-map-wrapper {

    width: 100%;

    height: 310px;

    overflow: hidden;

    border-radius: 5px;

}


.irk-map-wrapper iframe {

    display: block;

    width: 100%;

    height: 100%;

    border: 0;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 850px) {

    .irk-contact-section {

        padding: 20px 0 40px;

    }


    .irk-contact-container {


        grid-template-columns: 1fr;

        gap: 15px;

    }


    .irk-contact-form-card,
    .irk-contact-info-card {

        padding: 20px 16px;

    }


    .irk-contact-form-card h2,
    .irk-contact-info-card h2 {

        font-size: 19px;

    }


    .irk-location-card {

        width: calc(100% - 30px);

        margin-top: 15px;

        padding: 20px 15px;

    }


    .irk-map-wrapper {

        height: 300px;

    }

}


/* =========================================================
   CELULAR
========================================================= */

@media (max-width: 480px) {

    .irk-contact-section {

        padding: 15px 0 30px;

    }


    .irk-contact-container {

        gap: 12px;

    }


    /* -----------------------------------------
       FORMULARIO
    ----------------------------------------- */

    .irk-contact-form-card {

        padding: 20px 14px;

    }


    .irk-contact-form-card h2 {

        font-size: 18px;

    }


    .irk-contact-intro {

        margin-bottom: 24px;

        font-size: 10px;

    }


    .irk-form-row {

        grid-template-columns: 1fr;

        gap: 0;

    }


    .irk-form-group {

        margin-bottom: 12px;

    }


    .irk-form-group label {

        font-size: 10px;

    }


    .irk-form-group input {

        height: 32px;

    }


    .irk-form-group textarea {

        min-height: 100px;

    }


    .irk-contact-submit {

        padding: 10px 18px;

        font-size: 11px;

    }


    /* -----------------------------------------
       INFORMACIÓN
    ----------------------------------------- */

    .irk-contact-info-card {

        padding: 20px 15px;

    }


    .irk-contact-logo img {

        width: 95px;

    }


    .irk-contact-description {

        max-width: none;

        font-size: 10px;

    }


    /* -----------------------------------------
       MAPA
    ----------------------------------------- */

    .irk-location-card {

        width: calc(100% - 20px);

        padding: 20px 12px 12px;

    }


    .irk-location-header {

        align-items: flex-start;

        flex-direction: column;

        gap: 12px;

        margin-bottom: 15px;

    }


    .irk-location-header h2 {

        font-size: 18px;

    }


    .irk-maps-button {

        width: 100%;

        box-sizing: border-box;

    }


    .irk-map-wrapper {

        height: 260px;

        border-radius: 5px;

    }

}