﻿
html, body {
    height: 100%;
    margin: 0;
}
* {
    font-family: Lausanne, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1; /* Hace que ocupe todo el espacio disponible */
}

footer {
    background: #222;
    color: black;
    text-align: center;
    font-size: 16px;
}

    footer > * > a {
        text-decoration: underline;
    }

.icono-valing-center {
    vertical-align: middle;
    margin-top: -0.125em
}

nav a {
    text-decoration: none;
    color: #282828
}

span.markYellow {
    background: yellow;
}

.content {
    background-color: black;
    padding: 0px !important;
    height: 100%;
}

.info-container {
    font-size: 20px;
    color: white;
    padding-top:40px;
}

    .info-container > p {
       
        font-size: 14px;
        text-align: start;
    }

#barraaceptacion {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
    min-height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 99999;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand {
    padding: 0 !important;
    margin-left: 10% !important;
}

nav.navbar .logo img {
    max-height: 80px;
}

img {
    vertical-align: middle;
}

img {
    border: 0;
}

.img-tai-index {
    background-image: url("../img/validador16568.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: scaleX(-1);
}

.img-tai-verificar {
    background-image: url("../img/validador16559.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: scaleX(-1);
}

nav.navbar {
    background-color: rgb(0, 149, 169) !important;
}

#introTitle {
    text-align: center;
    color: white;
    -webkit-text-size-adjust: 100%;
}

h1, .h1, h2, .h2, h3, .h3 {
    font-weight: 200;
}

.container-info {
    border: 1px solid white;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    padding: 15px;
}

.cabeceraForm, .bs-callout-warning h4 {
    color: #0095a9 !important;
}

.cabeceraForm {
    color: #B70F2D;
    font-family: 'TUNGSTEN NARROW BLACK',sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
}

.cabeceraForm2 {
    color: white;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 15px;
}

p {
    margin: 0 0 10px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Lausanne, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    text-align: left;
}

.border_caja {
    padding: 0px;
}

.texto_corrido {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    color: #666;
    line-height: 14px;
}

footer a {
    text-decoration: underline !important;
    color: #282828;
    margin: 15px 0;
}

#btnDescargar {
    background-color: #E22410 !important;
    color: white !important;
    border: none;
    font: 16px Arial !important;
    width: 100%;
    border-radius: 0;
    height: 50px;
}

.form-control {
    padding: 0px!important;
    border-radius:0;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.form-floating > label{
    font-size:16px;
}
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-warning {
    border-left-color: #ECA25C !important;
}

    .bs-callout-warning h4 {
        color: #ECA25C !important;
        text-align: left;
        font-family: sans-serif;
    }

.footer-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}

.img-tai-mobile {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 30px;
}

    .img-tai-mobile img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center 80%;
    }

.row {
    --bs-gutter-x: 0rem !important;
}

@media (max-width: 576px) {
    .img-tai-mobile {
        height: 100px;
    }

    .footer-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.sep {
    display: none;
}

/* Mostrar solo en móvil */
@media (min-width: 576px) {
    .sep {
        display: inline;
        margin: 0 5px;
    }
}

@media (max-width: 576px) {
    .img-tai-mobile {
        height: 100px;
    }
}

@media (max-width: 764px) {

    .footer-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

/* ===============================
   IMAGEN DESKTOP (lg+)
   =============================== */
.img-tai-desktop {
    background-image: url('../img/validador16568.jpg');
    background-size: cover;
    background-position: center 80%;
    background-repeat: no-repeat;
    min-height: 100vh;
    transform: scaleX(-1);

}

.md-show {
    display: none;
}


/* =========================================================
   FUENTE PERSONALIZADA: Tungsten Narrow Black
   ========================================================= */
@font-face {
    font-family: 'TungstenNarrowBlack';
    src: url('../fonts/TungstenNarrow-Black.woff2') format('woff2'), url('../fonts/TungstenNarrow-Black.woff') format('woff'), url('../fonts/TungstenNarrow-Black.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* =========================================================
   ESTILOS GLOBALES
   ========================================================= */

/*body {
    font-family: 'TungstenNarrowBlack', sans-serif;
    font-weight: 400;
    color: #222;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}*/

/* Ejemplos de uso */
/*h1, h2, h3 {
    font-family: 'TungstenNarrowBlack', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

button {
    font-family: 'TungstenNarrowBlack', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

a {
    font-family: 'TungstenNarrowBlack', sans-serif;
    text-decoration: none;
    color: inherit;
}*/
