section {
    font-size: 5rem;
    line-height: 1.2;
}
section .section-tit {
    margin-bottom: 17.5rem;
    line-height: initial;
}
section p,
section ul li,
section .table {
    margin-bottom: 6rem;
}
section ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
section ul ul {
    margin-top: 6rem;
}
section ul li {
    margin-left: 4rem;
}
section ul li:before {
    content: '-';
}
section div.text-center {
    margin-top: 20rem;
}
section div.text-center img {
    width: 35rem;
}
@media (max-width: 639px) {
    section {
        font-size: 14px;
    }
}

/* COLORES */
section,
section a,
.desktop section a:hover {
    color: var(--brown2026);
}
section .section-tit {
    color: var(--garnet2026);
}
section .table * {
    border-color: var(--brown2026)!important;
}

body {
    background-color: var(--yellow2026);
}
header #header-cont,
header #header-cont a {
    color: var(--brown2026);
}
.menu-on header #header-cont,
.menu-on header #header-cont a {
    color: var(--garnet2026);
}
footer {
    border-top-color: var(--yellow2026);
}