/*
Theme Name: Remiseros MGA
Theme URI: https://mga.gov.ar
Author: Municipalidad General Alvarado
Description: Tema para el registro de conductores habilitados.
Version: 1.1
Text Domain: remiseros-mga



body {
    margin: 0;
    font-family:'Inter', Arial, Helvetica, sans-serif;
    background: #eef2f5;
}


/* CONTENEDOR PRINCIPAL */

.ficha-remisero {
    min-height: 100vh;
    padding: 30px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* TARJETA */

.tarjeta-remisero {
    background: linear-gradient(180deg, #e8f7ff 0%, #e9f7ef 100%);
    width: 100%;
    max-width: 420px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    text-align: center;
    padding-bottom: 30px;
}


/* CABECERA */

.encabezado-mga {
    background: linear-gradient(135deg, #0077b6 0%, #00a878 100%);
    padding: 30px 20px 25px;
    color: white;
}


.encabezado-mga img {
    width: 280px;
    max-width: 100%;
    height: auto;
}


.encabezado-mga p {
    margin: 14px 0 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.3px;
}


/* FOTO */

.foto-remisero {
    
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
    margin-top: 30px;
    border: 6px solid #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}


/* NOMBRE */

.tarjeta-remisero h1 {
    margin: 22px 0 10px;
    font-size: 28px;
    color: #1f2933;
    font-weight: 700;
    letter-spacing: 0.5px;
}


/* ESTADO */

.estado {
    display: inline-block;
    background: #eaf8f1;
    color: #00875a;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 30px;
    margin-bottom: 25px;
    font-size: 14px;
    border: 1px solid #bfe8d4;
    box-shadow: 0 3px 8px rgba(0,168,120,0.08);
}


/* DATOS */

.datos-remisero {
    padding: 20px 25px 0;
    margin-top: 10px;
}


.datos-remisero div {
    background: #f7f7f7;
    border: 1px solid #dceaf2;
    border-radius: 12px;
    padding: 14px;
    margin-bottom: 12px;
    text-align: left;
    box-shadow: 0 3px 8px rgba(0,0,0,0.04);
}


.datos-remisero strong {
    display: flex;
    align-items: center;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #0077b6;
    margin-bottom: 8px;
}

.datos-remisero div:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 12px rgba(0,95,150,0.12);
}


.datos-remisero span {
    font-size: 18px;
    font-weight: 700;
    color: #1f2937;
}

.datos-remisero i {
    color: #0095d9;
    width: 28px;
    font-size: 18px;
    margin-right: 8px;
    text-align: center;
}

.pie-ficha {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e1e6eb;
    color: #666;
}

.pie-ficha p {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}

.pie-ficha span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
}

.estado {
    position: relative;
}

.estado::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #005b9a;
    margin: 18px auto 0;
    border-radius: 5px;
}

@media (max-width: 600px) {

    .ficha-remisero {
        padding: 5px;
    }

    .tarjeta-remisero {
        width: 100%;
        max-width: 100%;
    }

    .encabezado-mga {
        padding: 18px 15px;
    }

    .encabezado-mga img {
        width: 220px;
    }

    .foto-remisero {
        width: 180px;
        height: 180px;
    }

    .tarjeta-remisero h1 {
        font-size: 30px;
        margin: 15px 0 5px;
    }

    .estado {
        font-size: 16px;
        padding: 10px 22px;
    }

    .datos-remisero {
        padding: 0 12px;
    }

    .datos-remisero strong {
        font-size: 13px;
    }

    .datos-remisero span {
        font-size: 21px;
    }
    
    .estado {
    margin-bottom: 12px;
}

}

.pie-mga {
    text-align: center;
    padding: 20px;
    color: #6b7280;
    font-size: 13px;
}

.encabezado-mga {
    text-align: center;
    padding: 20px 10px;
}

.encabezado-mga img {
    max-width: 220px;
    height: auto;
}

.encabezado-mga h1 {
    margin: 10px 0 0;
    font-size: 22px;
    font-weight: 700;
    color: #1f2937;
}

.encabezado-tarjeta {
    background: linear-gradient(135deg, #0077b6 0%, #00a878 100%);
    padding: 30px 20px 25px;
    color: white;
    text-align: center;
}

.encabezado-tarjeta img {
    width: 230px;
    max-width: 100%;
    height: auto;
}

.encabezado-tarjeta p {
    margin: 14px 0 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

@media (min-width: 430px) and (max-width: 600px) {

    .tarjeta-remisero {
        max-width: 520px;
    }

}
