.elementor-930 .elementor-element.elementor-element-d00cd86{--display:flex;}.elementor-930 .elementor-element.elementor-element-52c5267{--spacer-size:50px;}body.elementor-page-930{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-f56faaf */#sede-branding {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}

#sede-body p {
    text-align: center;
    width: 80%;
    font-size: 1.3rem;
    padding-top: 3rem
}

#sede-list {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

#sede-list li {
    padding: 10px;
}
#sede-list li:first-child {
    display: block !important;
    width: 100% !important;
    text-align: center
}
#sede-list li a {
    text-decoration: none;
    transition: .5s;
    color: #0586de;
}

#sede-body p span {
    color: #28b04f;
    font-weight: bold;
}

#sede-body a {
    text-decoration: none;
    color: #28b04f;
    width: max-content;
    padding: 10px;
    background-image: linear-gradient(45deg, rgba(41, 194, 41, 0.22) 0, rgba(44, 129, 44, 0.22) 100%);
    background-repeat: no-repeat;
    background-size: 30% 100%;
    transition: .5s;
    font-weight: bold;
}

#sede-body a:hover {

    background-size: 100% 100%;
}

#sede-list li {
    padding: 10px;
    border: 1px solid #28b04f;
    color: #28b04f;

}

#sede-list li:first-child {
    border: none;
    text-decoration-line: underline !important;
    text-decoration-style: wavy !important;
    text-decoration-color: #28b04f;
}

#sede-body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
}

@media only screen and (max-width:480px) {
    #sede-list {

        align-items: center;
        justify-content: center;
        width: 100%;
    }
}/* End custom CSS */