/* Reset básico para las secciones Crecienta */

.tucu-home-2-content {
    font-family: var(--tc-font-primary);
    color: var(--tc-text-dark);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

.tucu-home-2-content *,
.tucu-home-2-content *::before,
.tucu-home-2-content *::after {
    box-sizing: inherit;
}

.tucu-home-2-content img {
    max-width: 100%;
    height: auto;
    display: block;
}

.tucu-home-2-content a {
    text-decoration: none;
    color: inherit;
}
