:root {
    --mont: "Montserrat", sans-serif;
    --bebas: "Bebas Neue", sans-serif;
    --dorado: #D7B369;
    --verde: #77AA00;
    --rojo: #C62828;
    --celeste: #00FFFF;
}

.rojo{
    color: var(--rojo) !important;
}

body {
    font-family: var(--mont);
}

.mia {
    margin-inline: auto;
}

.ital {
    font-style: italic
}

.fw700 {
    font-weight: 700 !important;
}

.mtb0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}


.mont52blanca {
    font-family: var(--mont);
    font-weight: 700;
    font-style: italic;
    font-size: 52px;
    letter-spacing: 0px;
    line-height: 63px;
    color: white;
}

.mont32blanca {
    font-family: var(--mont);
    font-weight: 500;
    font-size: 32px;
    letter-spacing: 0px;
    line-height: 39px;
    color: white;
}

.mont32negra {
    font-family: var(--mont);
    font-weight: 800;
    font-style: italic;
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 22px;
    color: black;
    margin: 0px;
}

.bebas60dorado {
    font-family: var(--bebas);
    font-weight: 400;
    font-size: 60px;
    letter-spacing: 0px;
    line-height: 63px;
    color: var(--dorado);
}

.bebas60dorado>span {
    color: black;
}

.mont21negro {
    font-family: var(--mont);
    font-weight: 700;
    font-size: 21px;
    letter-spacing: 0px;
    line-height: 25px;
    color: black;
    font-style: italic;
}

.bebas48negro {
    font-family: var(--bebas);
    font-weight: 400;
    font-size: 48px;
    letter-spacing: 0px;
    line-height: 50px;
    color: black;
}

.bebas48dorado {
    font-family: var(--bebas);
    font-weight: 400;
    font-size: 48px;
    letter-spacing: 0px;
    line-height: 50px;
    color: var(--dorado);
}

.bebas48dorado>span {
    color: white;
}

.mont18blanco {
    font-family: var(--mont);
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 22px;
    color: white;
    text-wrap-style: balance;
}

.bebas26dorado {
    font-family: var(--bebas);
    font-weight: 400;
    font-size: 26px;
    letter-spacing: 0px;
    line-height: 37px;
    color: var(--dorado);
}

.mont28negro {
    font-family: var(--mont);
    font-weight: 700;
    font-style: italic;
    font-size: 28px;
    letter-spacing: 0px;
    line-height: 22px;
    color: black;
    text-wrap-style: balance;
}

.mont22blanco {
    font-family: var(--mont);
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0px;
    color: white;
}

.mont18dorado {
    font-family: var(--mont);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 22px;
    color: var(--dorado);
}

.bebas48blanco {
    font-family: var(--bebas);
    font-weight: 400;
    font-size: 48px;
    letter-spacing: 0px;
    line-height: 50px;
    color: white;
}

.bebas28dorado {
    font-family: var(--bebas);
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 0px;
    line-height: 37px;
    color: var(--dorado);
}

.mont24negro {
    font-family: var(--mont);
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 34px;
    color: black;
}

.mont16negro {
    font-family: var(--mont);
    font-style: italic;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 19px;
    color: black;
}

.mont17blanco {
    font-family: var(--mont);
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 20px;
    color: white;
}

.mont16blanco {
    font-family: var(--mont);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 20px;
    color: white !important;
}


.bebas60verde {
    font-family: var(--bebas);
    font-weight: 400;
    font-size: 60px;
    letter-spacing: 0px;
    line-height: 63px;
    color: var(--verde);
}

.bebas42negro {
    font-family: var(--bebas);
    font-weight: 400;
    font-size: 42px;
    letter-spacing: 0px;
    line-height: normal;
    color: black;
}

.mont13negro {
    font-family: var(--mont);
    font-weight: 400;
    font-style: italic;
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 21px;
    color: black !important;
}

@media only screen and (max-width: 600px) {

    .mont32negra {
        font-size: 14px;
    }

    .contImgPalabra {
        justify-content: flex-start;
    }

    .bebas60dorado {
        font-size: 36px;
        line-height: 37px;
    }

    .bebas60dorado br {
        display: none;
    }

    .mont21negro {
        font-size: 19px;
        line-height: 22px;
    }

    .bebas48negro {
        font-size: 28px;
        line-height: 29px;
    }

    .mont28negro {
        font-size: 18px;
        line-height: 22px;
    }

    .bebas48dorado {
        font-size: 32px;
        line-height: 34px;
    }

    .bebas26dorado {
        font-size: 21px;
        line-height: 27px;
    }

    .bebas48blanco {
        font-size: 28px;
        line-height: 29px;
    }

    section.consejos {
        height: 986px;
        background-position-x: right !important;
        padding-top: 141px !important;
    }

    .bebas28dorado {
        font-size: 18px;
        line-height: 23px;
    }

    .mont24negro {
        font-size: 18px;
        line-height: 21px;
    }

    .mont52blanca {
        font-size: 31px;
        line-height: 37px;
    }

    .mont32blanca {
        font-size: 20px;
        line-height: 25px;
    }

    .bebas60verde {
        font-size: 45px;
        line-height: 45px;
    }

    .bebas42negro {
        font-size: 34px;
        line-height: 40px;
    }

    .mont16negro {
        font-size: 14px;
        line-height: 18px;
    }
}