﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

navbar-brand {
    width: 318px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

/*Estilo header institucional*/
.botonAccion {
    font-weight: bold;
    font-size: 8pt;
    color: #f2f2f2;
    padding: 5px 5px 5px 5px;
    border-radius: 20px;
    border-color: #f2f2f2;
    border-style: solid;
    border-width: 1px;
    width: 150px;
    height: 40px;
    background-color: #f05032;
    opacity: 0.90;
}

.botonAccion2 {
    font-weight: bold;    
    border-radius: 20px;
    border-color: #f2f2f2;
    border-style: solid;
    border-width: 1px;
    width: 250px;
    height: 40px;
    opacity: 0.90;
    color: #18171b;
    background-color: #ea5134;
    padding: 6px 20px 5px 20px;
    font-size: 18px;
}

.textosCajas {
    font-size: 10pt;
    color: black;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 10px;
    border-color: #6E6E6E;
    border-style: solid;
    border-width: 2px;
    height: 30px;
    width: 160px;
    opacity: 95%;
}

.textosCajas2 {
    font-size: 10pt;
    color: #7a7a7a;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 10px;
    border-color: #6E6E6E;
    border-style: solid;
    border-width: 2px;
    height: 30px;
    width: 160px;
    opacity: 95%;
}

.textosCajas3 {
    font-size: 10pt;
    color: #7a7a7a;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 10px;
    border-color: #6E6E6E;
    border-style: solid;
    border-width: 2px;
    height: 30px;
    width: 200px;
    opacity: 95%;
}

.text-toogle[aria-expanded=false] .text-expanded {
    display: none;
}

.text-toogle[aria-expanded=true] .text-collapsed {
    display: none;
}

.iconsColor {
    color: #adadad;
    font-size: 11px;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
}

.divColorServicios {
    background-color: #3C3C3B;
    margin-right: 1px !important;
}

.sizeServicios {
    font-size: 12px;
    border-radius: 0%;
    font-weight: bold;
    color: #575756;
    text-align: center;
}

.divColorCollapse {
    background-color: #ffffff;
}

.labelCollapse {
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
}

.divColorCovid {
    background-color: #f05032;
}

.labelLetrasCovid {
    color: #ffffff;
    font-size: 12px;
    font-family: 'Rubik', sans-serif;
}

.labelLetrasCovid2 {
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    font-family: 'Rubik', sans-serif;
}

a:hover {
    color: #adadad;
    cursor: default;
    border-bottom-color: transparent;
    text-decoration: underline;
}

.aMenu {
    text-decoration: none;
    font-size: 11.5px;
    color: #3C3C3B;
    border-right: 1px solid #3C3C3B;
    padding: 0 11px;
    font-family: 'Rubik', sans-serif;
}

.aMenu2 {
    text-decoration: none;
    font-size: 11.5px;
    color: #3C3C3B;
    font-family: 'Rubik', sans-serif;
    padding: 0 11px;
}

.divMenu2 {
    background-color: #222222;
    height: 50px;
    margin-right: 1px;
}


.aMenu3 {
    color: white;
    padding: 0 11px;
    font-size: 19px;
    text-decoration: none;
    font-family: 'Rubik', sans-serif;
    cursor: pointer !important;
}

.lblTitulos {
    font-family: sans-serif;
}

@media (max-width: 1920px) {
    .divTableTitulos {
        border-top: 1px solid #3C3C3B;
        border-right: 1px solid #3C3C3B;
        border-bottom: 1px solid #3C3C3B;
        border-left: 1px solid #3C3C3B;
        background-color: #f05032;
        color: #ffffff;
        text-align: center;
        font-family: 'Rubik', sans-serif;
        font-size: 0.7em;
    }

    .divTableDatos {
        border-right: 1px solid #3C3C3B;
        border-bottom: 1px solid #3C3C3B;
        border-left: 1px solid #3C3C3B;
        background-color: #ffffff;
        color: #000;
        text-align: center;
        font-family: 'Rubik', sans-serif;
        font-size: 0.7em;
    }
}

@media (max-width: 500px) {
    .divTableTitulos {
        border-top: 1px solid #3C3C3B;
        border-right: 1px solid #3C3C3B;
        border-bottom: 1px solid #3C3C3B;
        border-left: 1px solid #3C3C3B;
        background-color: #f05032;
        color: #ffffff;
        text-align: center;
        font-family: 'Rubik', sans-serif;
        font-size: 0.7em;
    }

    .divTableDatos {
        border-right: 1px solid #3C3C3B;
        border-bottom: 1px solid #3C3C3B;
        border-left: 1px solid #3C3C3B;
        background-color: #ffffff;
        color: #000;
        text-align: center;
        font-family: 'Rubik', sans-serif;
        font-size: 0.7em;
    }
}

.spanRed {
    color: red;
}

.divError {
    color: #f05032;
    font-size: 13px;
    font-family: 'Rubik', sans-serif;
}

.divWarning {
    color: #f05032;
    font-weight: bold;
    font-size: small
}

:root {
    --primary-color: #f05032;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Progressbar */
.progressbar {
    position: relative;
    display: flex;
    justify-content: space-between;
    counter-reset: step;
    margin: 2rem 0 4rem;
}

    .progressbar::before,
    .progress {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 4px;
        width: 100%;
        background-color: #dcdcdc;
        z-index: -1;
    }

.progress {
    background-color: var(--primary-color);
    width: 0%;
    transition: 0.3s;
}

.progress-step {
    width: 2.1875rem;
    height: 2.1875rem;
    background-color: #dcdcdc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .progress-step::before {
        counter-increment: step;
        content: counter(step);
    }

    .progress-step::after {
        content: attr(data-title);
        position: absolute;
        top: calc(100% + 0.5rem);
        font-size: 0.85rem;
        color: #666;
    }

.progress-step-active {
    background-color: var(--primary-color);
    color: #f3f3f3;
}

/* Form */
.form {
    width: clamp(320px, 30%, 430px);
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 0.35rem;
    padding: 1.5rem;
}

.form-step {
    display: none;
    transform-origin: top;
    animation: animate 0.5s;
}

.form-step-active {
    display: block;
}

.input-group {
    /*margin: 2rem 0;*/
}

@keyframes animate {
    from {
        transform: scale(1, 0);
        opacity: 0;
    }

    to {
        transform: scale(1, 1);
        opacity: 1;
    }
}

/* Button */
.btns-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.btnx {
    padding: 0.75rem;
    display: block;
    text-decoration: none;
    background-color: var(--primary-color);
    color: #f3f3f3;
    text-align: center;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: 0.3s;
}

.btn:hover {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--primary-color);
}

.FondoRojo {
    background-color: #000000;
}

.FondoNegro {
    background-color: #000000;
}

.textoCabeceraTabla {
    font-size: 16px;
}

.TextoBlanco {
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.padTop10 {
    padding-top: 10px !important;
}

.textoLabelRojo {
    color: #0a0a0a;
}

.uahvirtual {
    background-color: #75fb7e;
    position: relative;
    display: block;
    font-size: 0.8em;
}

    .uahvirtual a {
        color: #000;
        width: 100%;
        display: block;
        padding: 5px;
        cursor: pointer;
    }
/* Header Menú */


/*NUEVO BANNER*/

:root {
    --primario: #f06427;
    --blanco2: #ffffff;
    --marengo1: #111111;
    --marengo2: #222222;
    --gris1: #666666;
    --gris3: #333333;
}

.marengo-bg {
    background-color: var(--marengo2);
    color: var(--blanco2);
}

.blanco2-bg {
    background-color: var(--blanco2);
}

#menu-top a.nav-link {
    color: var(--gris1);
}

    #menu-top a.nav-link:hover {
        color: var(--gris3);
    }

.CTA a.nav-link {
    color: var(--blanco2) !important;
    background: var(--primario);
    border-radius: 1em;
    padding: .5em;
}

    .CTA a.nav-link:hover {
        background: var(--marengo1);
    }
/* Estilo para pantallas menores a 991px */
@media (max-width: 991px) {
    a.navbar-brand {
        width: 70%;
    }
}
