:root {
    --theme-color: #53cbad;
    --theme-dark: #8F710A;
    --theme-dark2: #235dad;
    --theme-dark3: #152f53;
    --verde-whatsapp: #25D366;
    --sea: #6EAA8A;
    --sea-light: #6EAA8A44;
    --dark: #444444;
    --dark2: #222;
    --dark3: #333;
    --silver: #f4f4f4;
    --gray: #AAAAAA;
    --apple: rgba(251, 251, 253, 1);
    --apple-alfa: rgba(251, 251, 253, .7);

    --degradado-max: #e2ab11;
    --degradado-min: #f4f4f4;

    --head-height: 5rem;
    --plus: 2rem;
    --header-width: 980px;
    --max-width: 1114px;

    --title-size: 2.6rem;
    --subtitle-size: calc(var(--title-size) * .8);
    --text-size: 1.8rem;

    --feature-title-size: 1.6rem;
    --feature-text-size: 1.4rem;

    --faqs-title-size: 1.6rem;
    --faqs-text-size: 1.4rem;

    --subheader-title: 1.8rem;

    --titulo-size: 56px;
    --titulo-line-height: calc(var(--titulo-size) + 10px);

    --intro-size: 20px;
    --intro-line-height: calc(var(--intro-size) + 17px);

}

.text-bold{
    font-weight: bold;
}

.text-italic{
    font-style: italic;
}

.text-center{
    text-align: center;
}

.text-justify {
    text-align:justify
}