:root {
    --color-background: #FFFFFF !important;
}

.bg-puntos {
    background-image: url("img/Backgroung-Manchas.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-hoja {
    background: linear-gradient(to bottom, var(--color-background), transparent 10em, transparent calc(100% - 10em), var(--color-background)), url("img/bg-text-hoja.svg");
    background-repeat: repeat;
}

.map-card {
    width: 450px;
    height: 418px;
    border-radius: 10%;
    border: 0;
}

.behind {
    z-index: -1;
}

.over-layer {
    z-index: 1;
}

.text-decoration-none {
    text-decoration: none;
}

.text-color{
    color: #000000;
}

h1, h2, h3, h4, h5 {
    margin: unset;
    padding: unset;
}

h1 {
    font-size: 3.4rem;
}

h2 {
    font-size: 2.8rem;
    font-weight: 700;
}

.view h3 {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.24;
}

.web-section-header {
    padding: 1rem 0 3.6rem 0;
    text-align:center;
}

.web-section-header p {
    font-size: 1.2rem;
    font-weight: 500;
    opacity: .64;
    margin: 0;
}

.sy-scroll .box-scroll .sy-button {
    background-color: var(--color-secondary);
    color: white;
    border-color: var(--color-secondary);
}