html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.logo-site {
    height: 90px !important;
    margin-top: -5px !important;
}

.form-check-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-check {
    margin: 0 10px;
}

#ageCheck p {
    text-align: center;
}

#ageCheck {
    text-align: center;
}

#map {
    width: 100%;
    height: 500px;
    margin-top: 0px;
}

.container {
    width: 99%;
    margin: auto;
    overflow: hidden;
    font-family: Arial, sans-serif;
}


.divCenter {
    text-align: center !important;
}

.divCenter2 {
    justify-content: center !important; /* Centra horizontalmente */
    align-items: center !important; /* Centra verticalmente */
}

.form-control2 {
    width: 300px !important; /* Define el ancho del input */
}

.inputCenter {
    border: none;
    border-bottom: 1.5px solid #828080;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    display: block; /* Asegura que el input se comporte como un bloque */
    margin: 0 auto; /* Centra el input horizontalmente */
    width: 200px; /* Define el ancho del input */
    text-align: center !important; /* Centra el texto dentro del input */
    font-size: 20px; /* Incrementa el tamaño de la letra */
    text-transform: uppercase;
}

input[type="text"], input[type="email"], input[type="date"], input[type="password"], select {
    border: none;
    border-bottom: 1.5px solid #828080;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    text-transform: uppercase;
}

.btn-custom {
    background-color: #ff3131;
    border-color: #ff3131;
    color: white;
}

    .btn-custom:hover {
        background-color: #828080;
        border-color: #828080;
        color: white;
    }

.btn-custom2 {
    background-color: gray;
    border-color: gray;
    color: white;
}

    .btn-custom2:hover {
        background-color: silver;
        border-color: silver;
        color: white;
    }

.texto-personalizado {
    font-size: 15px; /* Cambia el tamaño de la letra según tus necesidades */
    color: gray; /* Cambia el color del texto según tus necesidades */
}

.requerido-label {
    /* font-family: 'Arial', sans-serif; Cambia 'Arial' por la fuente que prefieras */
    /*  font-size: 16px; Ajusta el tamaño de la fuente según tus necesidades */
    color: #ff3131; /* Cambia el color del texto */
    font-weight: bold;
    text-align: left !important;
}

.respuesta-label {
    /* font-family: 'Arial', sans-serif; Cambia 'Arial' por la fuente que prefieras */
    /*  font-size: 16px; Ajusta el tamaño de la fuente según tus necesidades */
    color: #fc0303; /* Cambia el color del texto */
}

:where([autocomplete=one-time-code]) {
    --otp-digits: 6 !important; /* length */
    --otc-ls: 2.3ch !important;
    --otc-gap: 1.25 !important;
    /* private consts */
    --_otp-bgsz: calc(var(--otc-ls) + 1ch) !important;
    all: unset !important;
    background: linear-gradient(90deg, var(--otc-bg, #EEE) calc(var(--otc-gap) * var(--otc-ls)), transparent 0 ) 0 0 / var(--_otp-bgsz) 100% !important;
    caret-color: var(--otc-cc, #333) !important;
    clip-path: inset(0% calc(var(--otc-ls) / 2) 0% 0%) !important;
    font-family: ui-monospace, monospace !important;
    font-size: var(--otc-fz, 1.8em) !important;
    inline-size: calc(var(--otc-digits) * var(--_otp-bgsz)) !important;
    letter-spacing: var(--otc-ls) !important;
    padding-block: var(--otc-pb, 1ch) !important;
    padding-inline-start: calc(((var(--otc-ls) - 1ch) / 2) * var(--otc-gap)) !important;
    border: none !important;
    border-bottom: 0px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    font-weight: bold !important;
    text-align: left !important;
    width: 315px !important; /* Add this line */
    max-width: 100% !important; /* Add this line */
}

.forgot-password {
    color: #ff3131;
}

    .forgot-password:hover {
        color: #ff3131;
    }

input[type="checkbox"] {
    display: inline-block;
    width: 22px; /* Ajusta el ancho del checkbox */
    height: 22px; /* Ajusta la altura del checkbox */
    margin-left: 10px;
}

.email-checkbox-group {
    display: flex;
    align-items: center;
}

    .email-checkbox-group .form-control-checkbox {
        display: inline-block;
        width: 30px; /* Ajusta el ancho del checkbox */
        height: 30px; /* Ajusta la altura del checkbox */
        margin-left: 10px;
    }

    .email-checkbox-group label {
        text-align: center;
        margin-right: 20px;
    }

h1 {
    color: #333;
}

h2 {
    font-size: larger;
    color: #333;
}

p {
    line-height: 1.6;
    color: #666;
}

.containerTerminos {
    width: 99%;
    margin: auto;
    overflow: hidden;
    text-align: justify !important; /* Centra el texto dentro del input */
    font-family: Arial, sans-serif;
}

a {
    color: #ff3131;
}

    a:hover {
        color: #ff3131;
    }