section, .about-section {
    background: #042550 !important;
}
.htrayectoria{
    position: relative;
    width: 100%;
    height: auto;
    padding: 2rem 0;
    background: #042550 !important;
    font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-justify {
    text-align: justify !important;
}
.card-jlgv{
    border: #131a22 !important;
    background: #131a22 !important;
    color: #88b6f2 !important;
}
#logo-gil{
    max-height: 3em;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background:  #88b6f2 !important;;
}

.text-jlgv {
    color: #88b6f2 !important;
}

.float-left {
    float: left;
}

.img-bio {
}
#mainNav.navbar-shrink {
    background-color: #88b6f2;
    color: #042550;
}
#mainNav.navbar-shrink .navbar-brand {
    color: #042550;
}

.btn-jlgv{
    color: whitesmoke;
    font-weight: 600 !important;
    background-color: #940606;
}
.btn-jlgv:hover, .btn-jlgv:active, .btn-jlgv:focus-visible{
    background-color: #570e0e !important;
    color: whitesmoke !important;
}

#mainNav.navbar-shrink .nav-link.active {
    color: #940606;
    outline: none;
    border-bottom: 0.25rem solid #940606;
}

#mainNav.navbar-shrink .nav-link:active, .text-tjlgv {
    color: #940606;
}

#mainNav.navbar-shrink .nav-link:hover {
    color: #940606;
}


#mainNav .navbar-toggler {
    font-size: 80%;
    font-weight: 600 !important;
    padding: 0.75rem;
    color: #940606;
    border: 1px solid #940606;
}

.container-trayectoria {
    border-left: 0.5rem solid #940606;
    position: relative;
    overflow: hidden;
}

.half-top-circle-test {
    width: 1.5rem;
    height: 3rem;
    position: absolute;
    left: -1px;
    /* top: -50%; */
    transform: translateY(-100%);
    border-right: 1px solid #940606;
    border-bottom-right-radius: 3rem;
    background: #940606;
}

.half-buttom-circle-test {
    width: 1.5rem;
    height: 3rem;
    position: absolute;
    left: -1px;
    bottom: 1.5rem;
    transform: translateY(100%);
    border-right: 1px solid #940606;
    border-top-right-radius: 3rem;
    background: #940606;
}

#mainNav {
    background-color: #88b6f2;
    color: #042550;
}

.bg-jlgv{
    background-color: #88b6f2 !important;
    color: #042550 !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #88b6f2 !important;
    background-color: #042550 !important;
    text-decoration: none;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #042550;
    text-decoration: none;
    background-color: #3b7acd !important;
}

.border-jlgv {
    border-color: #88b6f2 !important;
    border-width: 2px !important;
}

@media (min-width: 992px){
    #mainNav {
        background-color: transparent;
        color: rgba(0, 0, 0, 0.55);
        transition: background-color 0.3s ease-in-out;
    }
}

.masthead {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 35rem;
    padding: 15rem 0;
    background: url("../assets/img/bg-masthead.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
.masthead h1, .masthead .h1 {
    letter-spacing: 1px;
    background: linear-gradient(rgb(255 255 255), rgb(136 182 242));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
@media (max-width: 576px) {
    .masthead {
        background: url("../assets/img/bg-masthead-mini.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
    }
}
#capa {
    background-color: #042550;
    width: 100vw;
    position: fixed;
    height: 100vh;
    top: 0;
    z-index: 500;
}
.about-section{
    padding: 5rem 0;
}
.projects-section{
    padding-top: 5rem;
}
.contact-section{
    padding-top: 5rem;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    letter-spacing: unset;
}

.btn-social {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    padding: 0;
    line-height: 2.5rem;
}

.aviso-electoral{
    color: #8c7a56;
    background-color: #fef7e4;
}

.border-aviso-electoral{
    border: 1px solid #8c7a56;
}
.close{
    cursor: pointer;
}

#bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1000;
}