* {
    font-family: "Source Sans 3", sans-serif;
    color: #141414;
}

a {    
    text-decoration: none;
    color: #141414;
}
a:hover {
    color: #001125;
}

input:focus,
textarea:focus,
select:focus {
  box-shadow: none !important;
  outline: none !important;
}
body {
    margin-top: 71px;
}
@media (min-width: 992px) {
    body {
        margin-top: 120px;
    }
}

h1, h2, h3, h4, h5 {
    font-family: "Nunito", sans-serif;
}

h1, .txt-1 {
    font-size: 60px;    
    font-weight: 600;
    color: #fff;
}
h2, .txt-2 {
    font-size: 48px;    
    font-weight: 600;
}
h3, .txt-3 {
    font-size: 36px;    
    font-weight: 600;
}
h4, .txt-4 {
    font-size: 30px;    
    font-weight: 600;
}
h5, .txt-5 {
    font-size: 24px;    
    font-weight: 600;
}

.bg-azul4 {
    background-color: #C1C9E7;
}

.bg-darkblue {
    background-color: #1C2D50;
}
.bg-darkblue.opacity {
    background-color: rgba(28, 45, 80, .8) 
}
.bg-white {
    background-color: #fff;
}

.btn-primary {
    background-color: #1C4C9A;
    border:none;
    border-radius: 10px;
    letter-spacing: 2px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #1C2D50 !important;
}

.font-azul0 {
    color: #1C2D50;
}
.font-azul1 {
    color: #1C4C9A;
}
.font-azul2 {
    color: #52608E;
}
.font-azul3 {
    color: #6B78B2;
}
.font-azul4 {
    color: #C1C9E7;
}
.font-amarillo1 {
    color: #1C4C9A;
}
.font-amarillo2 {
    color: #1C2D50;
}
.font-amarillo3 {
    color: #F4BF5F;
}

.titulo {
    font-family: "Nunito", sans-serif;
    font-weight: 600 !important;
}
section {
    scroll-margin-top: 71px;
}
@media (min-width: 992px) {
    #hero {
        scroll-margin-top: 120px;
    }
}
.transall {
    transition: all 0.3s ease-in-out;
}
.navbar {
    height: 71px;
    background-color: #fff !important;
    transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
    .navbar {
        height: 120px;
    }
}
.navbar.scrolled {
    height: 71px;
}
.navbar.scrolled .navbar-brand img {
    height: 45px;
}
.navbar-toggler {
    border: 0;
}
.navbar-toggler .navbar-icon {
    border: 0;
    color: #1C4C9A;
    font-size: 24px;
}
.navbar-toggler:hover,
.navbar-toggler:focus,
.navbar-toggler:active {
    box-shadow: none !important;
    border: none !important;
}
.navbar .nav-link {
    text-transform: uppercase; 
}
.navbar .nav-link.titulo:hover {
    color: #001125;
}
@media (min-width: 992px) {
    .navbar .nav-link {
        font-size: 16px;
        letter-spacing: 2px;
    }   
}
.navbar .nav-link {
    text-transform: uppercase;    
}
.navbar-brand img {
    height: 45px;
}
@media (min-width: 992px) {
    .navbar-brand {
        padding: 0;
    }
    .navbar-brand img {
        height: 60px;
    }
}


#hero {
    min-height: calc(100dvh - 71px);
    background-image: url('../img/web/new-home-slide-3.png?1');
    background-position: top center;
    background-size:cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    z-index: 1;
}
#hero .hero-row {
    min-height: calc(100dvh - 71px);
}
@media (min-width: 992px) {
    section {
        min-height: calc(100dvh - 71px);
    }
    #hero {
        min-height: calc(100dvh - 120px);
    }
    #hero .hero-row {
        min-height: auto;
    }
}
#hero h1 {
    font-weight: 600;
}
table.table-responsive td,
table.table-responsive th {
    color: white;
}
table.table-responsive .table-group-divider {
    border-top: 2px solid white;
}
#mercados .mercado-arrow {
    width: 29px;
    height: 29px;
    display: inline-block;
    line-height: 29px;
}
#mercados .mercado-arrow.mercado-arrow-up {
    background-color: #005800;
}
#mercados .mercado-arrow.mercado-arrow-down {
    background-color: #820000;
}

.noticia-card .noticia-title,
.modal-body.noticia-card:hover .noticia-title {
    color: #1C4C9A;
}
.noticia-card:hover .noticia-title {
    color: #1C2D50;
}
.noticia-card .noticia-link .btn,
footer .btn {
    background-color: white;
    color: #1C4C9A;
    padding: 15px !important;
    padding-left: 0 !important;
    font-weight: bold !important;
}
.noticia-card:hover .noticia-link .btn,
.noticia-card .noticia-link .btn:hover,
footer .btn:hover,
footer .btn:active,
footer .btn:focus {
    background-color: #1C2D50;
    color: white;
    padding-left: 15px !important;
}
.noticia-card .noticia-link .btn i,
footer .btn i {
    color: #1C4C9A;
}
.noticia-card:hover .noticia-link .btn i,
.noticia-card .noticia-link .btn:hover i,
footer .btn:hover i {
    color: white;
}
#contacto .contacto-item h5,
#contacto .contacto-item a span {
    color: white !important;
}
#contacto .contacto-item a i {    
    font-size: 13px;
    line-height: 13px;
}

.form-floating input, .form-floating textarea {
    border: 1px solid #6B78B2;
}
.form-floating label {
    color: #6B78B2;
    font-size: 14px;
    opacity: 1 !important;
}

#whatsapp {
    position: fixed;
    z-index: 30;
    bottom: 75px;
    right: 15px;
}
#whatsapp .boton {
    background-color: #25D366;
    display: inline-block;
    padding: 15px;
    border-radius: 30px;
}
#whatsapp .boton:hover {
    background-color: #128c7e;
}
#scroll-top {
    position: fixed;
    bottom: 0px;
    right: 15px;
    padding: 18px 18px 11px 18px;
    background-color: #1C4C9A;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
    display: none;
}
#scroll-top:hover {
    background-color: #1C2D50;
}

@media (min-width: 992px) {
    #login {
        background-color: transparent;
    }
}
.bg-darkblue .form-floating .form-control,
#mercados .form-control {
    border: 1px solid #1C4C9A;
    background-color: transparent !important;
    color: white;
}
.bg-darkblue .form-floating label {
    color: white;
    letter-spacing: 2px;
    font-size: 12px;
}
.bg-darkblue .btn,
.bg-darkblue .btn-group .btn {
    border: 1px solid #1C4C9A;
    color: white;
}
.bg-darkblue .btn-group .btn-check:checked+.btn {
    background-color: #1C4C9A;
    color: white;
}
.bg-darkblue #togglePassword i {
    color: white !important;
}
.bg-darkblue .btn:hover {    
    background-color: #fff !important;
    color: #1C4C9A !important;
}
.bg-darkblue .btn:hover i {    
    color: #1C4C9A !important;
}
.bg-darkblue #togglePassword:hover {
    background-color: transparent !important;
}
#mercados input[type="date"] {
    color-scheme: dark;
    background-color: transparent;
    border: 1px solid #1C4C9A;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: white;
}

input[type="date"]:not(.has-value):before{
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-family: "Nunito", sans-serif;
    content: attr(placeholder);
}
footer {
    line-height: 16px;
}
.footer-heniax {
    font-size: 10px;
}
.footer-heniax img {
    width: 100px;
}
@media (min-width: 576px) {
    #comisionesModal .modal-dialog {
        max-width: 95% !important;
    }
}
.hidden {
    display: none;
}