body {
    background-color: #fff
}

.card-0 {
    min-height: 110vh;
    max-width: 100%;
    background: linear-gradient(90deg,
    #004972 0%,
    #2E5A8A 50%,
    #5274CF 100%
    );
    color: white;
    border: 0px;
    margin-bottom: 100px;
}

p {
    font-size: 15px;
    line-height: 25px !important;
    font-weight: 500
}

.container {
    padding-top: 30px !important;
}

.btn {
    letter-spacing: 1px
}

select {
    /* Elimina estos estilos */
    /* box-shadow: none !important;
    outline-width: 0 !important; */
    -webkit-appearance: none; /* Asegura que los estilos predeterminados del navegador se utilicen */
    -moz-appearance: none;
    appearance: none;
    background: url('data:image/svg+xml;utf8,<svg fill="none" height="24" stroke="currentColor" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M6 9l6 6 6-6"/></svg>') no-repeat right 10px center;
    background-size: 12px;
    padding-right: 30px;
}


select:active {
    box-shadow: none !important;
}

select:after {
    box-shadow: none !important;
}

input, textarea {
    padding: 10px 12px 10px 12px;
    border: 1px solid lightgrey;
    border-radius: 0px !important;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 14px;
    letter-spacing: 1px;
    resize: none
}

select:focus, input:focus {
    box-shadow: none !important;
    border: 1px solid #2196F3 !important;
    outline-width: 0 !important;
    font-weight: 400
}

label {
    margin-bottom: 2px;
    font-weight: bolder;
    font-size: 14px
}

input:focus, textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #304FFE;
    outline-width: 0
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

.form-control {
    height: calc(2em + .75rem + 3px)
}

.inner-card {
    margin: 30px 0px 70px 0px
}

.card-0 {
    margin-bottom: 100px
}

.card-1 {
    border-radius: 17px;
    color: black;
    box-shadow: 2px 4px 15px 0px rgb(0, 0, 0, 0.5) !important
}

#file {
    border: 2px dashed #92b0b3 !important
}

.color input {
    background-color: #f1f1f1
}

.files:before {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    content: attr(data-before);
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-align: center
}

#file {
    display: inline-block;
    width: 100%;
    padding: 95px 0 0 100%;
    background: url('https://i.imgur.com/VXWKoBD.png') top center no-repeat #fff;
    background-size: 55px 55px
}
#cont-firma {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    overflow-x: auto;
}

#linea {
    border-top: 2px solid #003e6d;
    margin-top: 10px;
}

#noimp, #noimp2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: #0b406a;
}


.custom-card {
    width: 90%;
}

@media (min-width: 768px) {
    .custom-card {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .custom-card {
        width: 30%;
    }
}
input#myCheckbox {
    z-index: 10 !important;
    display: inline-block;    position: relative;
}
table {
    font-size: 0.84em;
}



/* RESET DEL CONTENEDOR PRINCIPAL */
#cont-firma {
    max-width: 600px !important;
    margin: 20px auto !important;
    background-color: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15) !important;
    font-family: 'Outfit', Arial, sans-serif !important;
    overflow: hidden !important;
    padding: 15px !important;
    /* SCROLL HORIZONTAL AQUÍ */
    overflow-x: auto !important;
    overflow-y: hidden !important;

}

/* RESET GENERAL DE TABLAS */
#cont-firma table,
#cont-firma tbody,
#cont-firma tr,
#cont-firma td {
    padding: 0 !important;
    border: none !important;
    border-collapse: collapse !important;
}
#cont-firma > table {
    width: calc(600px - 30px) !important; /* Reducir ancho para compensar el padding */
    min-width: calc(600px - 30px) !important;
}

/* PRIMERA FILA: Logo + Datos Personales */
#cont-firma > table > tbody > tr:first-child {
    height: auto !important;
}

/* CELDA DEL LOGO (solo para nombre/cargo) */
.logo-texto-suizo {
    background-color: #5274CF !important;
    width: 200px !important;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 25px 20px !important;
    position: relative !important;
    height: 85px !important;
}

/* TEXTO "SUIZO ARGENTINA" en el logo */
.logo-texto-suizo::before {
    content: "SUIZO ARGENTINA" !important;
    font-family: 'Outfit'  !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    color: #ffffff !important;
    text-align: center !important;
    line-height: 1.2 !important;
    letter-spacing: 1px !important;
    display: block !important;
    width: 100% !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

/* CELDA DE DATOS PERSONALES (nombre y cargo) */
.datos-personales {
    background-color: #ffffff !important;
    padding: 25px 30px !important;
    vertical-align: middle !important;
}

/* SEGUNDA FILA: Datos de ubicación (ocupa todo el ancho) */
/* ASEGURAR QUE EL CONTENEDOR PERMITA LA SUPERPOSICIÓN */
.contenedor-ubicacion {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    margin-top: 15px !important; /* Aumentar un poco el margen superior */
    margin-left: 10px !important; /* Misma separación que el nombre */
    white-space: nowrap !important;
    position: relative !important; /* Permitir posicionamiento relativo */
}

/* AJUSTAR EL MARGEN DEL CONTENEDOR DE UBICACIÓN PARA COMPENSAR */
.fila-ubicacion {
    background-color: #ffffff !important;
    padding: 0 5px 15px 15px !important; /* Reducir padding lateral para compensar */
    width: 600px !important;
    min-width: 600px !important;
    max-width: 600px !important;
}

/* =========================
   ÍCONO WWW CLICKEABLE CON ENLACE
   ========================= */

/* CONVERTIR EL ÍCONO WWW EN UN ENLACE */
.icono-www {
    background-color: #004972 !important;
    color: #ffffff !important;
    width: 45px !important;
    height: 45px !important;
    min-width: 37px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: 'Outfit', Arial, sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    margin-right: 9px !important;
    flex-shrink: 0 !important;
    box-shadow: 0 0 0 4px #ffffff !important;
    position: relative !important;
    z-index: 10 !important;
    margin-left: -10px !important;
    margin-top: -23px !important;

    /* ESTILOS DE ENLACE */
    text-decoration: none !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

/* EFECTO HOVER PARA EL ÍCONO WWW */
.icono-www:hover {
    background-color: #003a5c !important; /* Azul más oscuro en hover */
    color: #ffffff !important;
    text-decoration: none !important;
    transform: scale(1.05) !important; /* Efecto de zoom ligero */
    box-shadow: 0 0 0 4px #ffffff, 0 2px 8px rgba(0,0,0,0.2) !important;
}

/* ASEGURAR QUE EL TEXTO DEL WWW NO CAMBIE COLOR */
.icono-www:visited,
.icono-www:focus,
.icono-www:active {
    color: #ffffff !important;
    text-decoration: none !important;
}


/* DATOS DE UBICACIÓN (a la derecha del www) */
.datos-ubicacion {
    flex: 1 !important;
    line-height: 1.4 !important;
}

.datos-ubicacion table {
    width: 100% !important;
    margin-bottom: 0 !important;
}

.datos-ubicacion td {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
    font-family: 'Outfit', Arial, sans-serif !important;
    font-weight: 300 !important;
    font-size: 13px !important;
    color: #5274CF !important;
    line-height: 1.4 !important;
}

/* LÍNEA DIVISORIA */
.linea-divisoria-corporativa {
    height: 1px !important;
    background-color: #5274CF !important;
    width: calc(100% - 20px) !important; /* Reducir ancho para dar margen */
    margin: 21px 0px 0px 10px !important; /* Misma separación que el nombre */
    display: block !important;
    border: none !important;
}

/* ESTILOS DE TEXTO */
.estiloNombre {
    font-family: 'Outfit', Arial, sans-serif !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    color: #004972 !important;
    line-height: 2.2 !important;
    margin: 0 0 0 10 !important;
    padding: 0 !important;
    display: block !important;
}

.estiloCargo {
    font-family: 'Outfit', Arial, sans-serif !important;
    font-weight: 300 !important;
    font-size: 15px !important;
    color: #004972  !important;
    line-height: 1.3 !important;
    margin: 0 0 0 10 !important;
    padding: 0 !important;
    display: block !important;
}

/* ESTILOS PARA DATOS DE CONTACTO */
.estiloPostal,
.estiloLocalidad,
.estiloTelefono,
.estiloCelular {
    font-family: 'Outfit', Arial, sans-serif !important;
    font-weight: 300 !important;
    font-size: 13px !important;
    color: #5274CF !important;
    line-height: 1.4 !important;
    margin: 2px 2px !important;
    padding: 0 !important;
    display: inline !important;
}

/* OCULTAR ELEMENTOS INNECESARIOS */
#cont-firma #gimagen {
    display: none !important;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    #cont-firma {
        max-width: 95% !important;
        margin: 15px auto !important;
    }

    .logo-texto-suizo {
        width: 160px !important;
        padding: 20px 15px !important;
    }

    .logo-texto-suizo::before {
        font-size: 16px !important;
        letter-spacing: 0.5px !important;
    }

    .datos-personales {
        padding: 20px !important;
    }

    .fila-ubicacion {
        padding: 0 15px 15px 15px !important;
    }

    .contenedor-ubicacion {
        align-items: flex-start !important;
    }

    .icono-www {
        width: 35px !important;
        height: 35px !important;
        font-size: 12px !important;
        margin-right: 0 !important;
        margin-bottom: 10px !important;
    }

    .datos-ubicacion {
        width: 100% !important;
    }

    .estiloCargo {
        font-size: 14px !important;
    }

    .datos-ubicacion td {
        font-size: 12px !important;
    }
}

@media (max-width: 576px) {
    .logo-texto-suizo::before {
        font-size: 14px !important;
        letter-spacing: 0.3px !important;
    }
}
@font-face {
    font-family: 'Outfit';
    src: url('/fonts/Outfit-ExtraLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Outfit';
    src: url('/fonts/Outfit-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
