:root{
    --udg-primary : #b12028;
    --udg-secundary : #202945
}

.nav-item{
    font-size: larger;
}
h1.line-effect{
    display: inline-block;
    position: relative;
}
h1.line-effect::after, h1.line-effect::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    background-color: var(--udg-secundary);
    top: 16px
}

h1.line-effect::before{
    left: -110%;
}
h1.line-effect::after{
    right: -110%;
}
h2.line-effect{
    display: inline-block;
    position: relative;
}
h2.line-effect::after, h2.line-effect::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    background-color: var(--udg-primary);
    top: 16px
}

h2.line-effect::before{
    left: -110%;
}
h2.line-effect::after{
    right: -110%;
}
p.line{
    content: "";
    height: 10px;
    width: 100%;
    display: inline-block;
    background-color: var(--udg-secundary);
}
section.section-one{
    padding-top: 25px;
    padding-bottom: 35px;
}
footer.foot-light{
    padding-top: 5%;
    background-color: var(--udg-secundary);
}
p.p-overflow{
    text-align: justify;
}
p.p-basic{
    text-align: justify;
    overflow: auto;
}
#card_built{
    margin-right: 15px;
    margin-top: 80px;
    border: none;
}
#card_built2{
    margin-right: 15px;
    margin-top: 80px;
    border: none;
}
#icons-info{
    text-decoration: none;
    color: white;
}
#final-foot{
    font-size: 12px;
    border-top-style: solid;
    border-top-width: 1.5px;
    border-top-color: gray;
    margin-top: 35px;
    padding-top: 20px;
    padding-bottom: 35px;
}
div.info-final{
    padding-top: 30px;
    padding-bottom: 25px;
    padding-top: 30px;
    padding-bottom: 25px;
    border-width: 1px;
    border-color: black;
    border-style: solid;
    margin: 50px 5px 5px 5px;
}
img.img-nav{
    width: 100%;
    height: 100%;
}
p.p-foot{
    text-align: justify;
}

@media (max-width: 575.98px){ 
    img.img-nav{
        width: 35%;
        content: url(./icons/icon_udg.png);
    }
    p.p-foot{
        font-size: small;
        text-align: center;
    }
    h3.title-foot{
        font-size: large; 
        font-weight: bold;
    }
    ul.p-foot{
        font-size: small;
    }
    p.p-overflow{
        text-align: center;
    }
    h2.line-effect::before {
        left: -30%;
    }
    h2.line-effect::after {
        right: -30%;
    }
    h2.line-effect::after, h2.line-effect::before{
        content: "";
        position: absolute;
        width: 20%;
        height: 10px;
        background-color: var(--udg-primary);
        top: 16px
    }
    #card_built{ 
        width: auto!important;
        margin-right: 25px;
        margin-left: 25px;
        margin-top: 0;
    }
    #card_built2{ 
        width: auto!important;
        margin-right: 25px;
        margin-left: 25px;
        margin-top: 0;

    }
    #cards-info1{
        flex-direction: column-reverse;
    }
    #cards-info2{
        flex-direction: column;
    }


}