.ui.footer.segment {
    border: none;
    border-radius: 0;
    border-top: 1px solid var(--light-gray);
    margin-top: 100px;
}

.four.column.row.footer {
    margin-top: 60px;
}

.ui.grid.bottom-container {
    margin: 230px 0 100px 0;
}

.strong-p {
    font-weight: var(--font-weight-bold);
}

.ui.centered.grid.row {
    margin: 10px 0 10px 0 !important;
}

.ui.ui.centered.grid.row.sub-footer {
    border-top: 1px solid #d9d9d9;
}

.ui.centered.grid.row.bottom-line {
    border-bottom: 1px solid var(--light-gray);
}

.ui.centered.grid.row.bottom-line > img {
    width: 30%;
}

.spacer-top {
    margin-top: 0vw;
}

@media screen and (max-width: 1000px) {
    .ui.centered.grid.row.bottom-line > img {
        width: 70%;
    }
}

@media only screen and (max-width: 767px) {
    .ui.stackable.grid:not(.vertically) > .row {
        margin: 1rem;
    }
    .customer-care {
        font-size: var(--p-size-small) !important;
    }
}

@media (max-width: 767px) and (min-width: 500px) {
    .spacer-top {
        margin-top: 30vw !important;
    }
}

@media (max-width: 500px) {
    .spacer-top {
        margin-top: 140px !important;
    }
}

.eurovermon {
    font-size: 12px;
}

/*Responsive*/
@media screen and (max-width: 900px) {
    .custom-align {
        display: flex !important;
        justify-content: center !important;
        text-align: center;
    }

    .menu-align {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin: 5px 0 0 40px !important;
    }

    .sub-footer {
        padding: 1rem 0 !important;
    }
}

@media screen and (min-width: 910px) {
    .menu-align {
        margin: 0 !important;
        display: flex !important;
        justify-content: start !important;
        align-items: center !important;
    }
}

.footer-border {
    margin: 26px 0 0 0 !important;
}

@media only screen and (max-width: 767px) {
    .ui.stackable.celled.grid > .column:not(.row),
    .ui.stackable.divided:not(.vertically).grid > .column:not(.row),
    .ui.stackable.celled.grid > .row > .column,
    .ui.stackable.divided:not(.vertically).grid > .row > .column {
        border-top: 0 !important;
    }
}

@media only screen and (max-width: 990px) {
    .tablet-margin {
        margin-left: 30px;
    }
}

.footer-logo {
    max-width: 258px !important;
    max-height: 86px !important;
}

.footer-text {
    color: #000;
    font-family: Titillium Web;
}


.footer-text__header {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.footer-text__body {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    hyphens: none !important;
}

.customer-care {
    font-size: 12px;
    margin-top: 0;
}

.lista-desordenada {
    padding-left: 0;
}