﻿#headSect {
    background-size: cover;
    background-repeat: no-repeat;
}

#headSect {
    background-color: white;
}

#navheader li a {
    color: #13167C !important; /* Color base para los enlaces */
    font-weight: bold;
}

    /* Estilo hover para los enlaces */
    #navheader li a:hover {
        color: #069CD8 !important; /* Color para el hover */
    }

#accessDropDownUl li a:hover {
    background-color: #d3d3d3 !important; /* Color para el hover */
}

#languageDropDownUl li a:hover {
    background-color: #d3d3d3 !important; /* Color para el hover */
}

.sectionSubTitle {
    color: black;
    font-size: 1.5rem;
    font-weight: bold;
}

.sectionColParagraph {
    color: black;
    font-size: 16px;
}

.sectionColParagraphWhite {
    color: white;
    font-size: 16px;
}

.sectionSubTitleWhite {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
}

.nav-link {
    cursor: pointer;
}