/* ==================================================
   ESTILOS GLOBALES: Section Flower Variations
   ================================================== */

div.section-flower-variations__button a.elementor-button {
    color: #FEF3E7 !important;
}

div.section-flower-variations__button a.elementor-button:hover {
    color: #960946 !important;
}

div.section-flower-variations__copy-text p {
    font-weight: 300;
}



/* ==================================================
   ESTILOS DESKTOP: Section Flower Variations
   ================================================== */

@media screen and (min-width: 1025px) {

    div.section-flower-variations__copy-text {
        width: 48rem !important;
        font-size: 1.7rem;
    }
    
    div.section-flower-variations__button a.elementor-button {
        font-size: 1.2rem;
        color: #FEF3E7;
        padding: 0.8rem 3rem 0.9rem 3rem !important;
    }
}



/* ==================================================
   ESTILOS MOBILE: Section Flower Variations
   ================================================== */

@media screen and (max-width: 767px) {

    div.section-flower-variations__copy-text {
        font-size: 1.3rem;
        width: 90% !important;
    }
    
    div.section-flower-variations__button a.elementor-button {
        font-size: 1.1rem;
        color: #FEF3E7;
        padding: 0.8rem 2.4rem 0.9rem 2.4rem !important;
    }
}



/* ==================================================
   ESTILOS TABLET: Section Flower Variations
   ================================================== */

@media screen and (min-width: 768px) and (max-width: 1024px) {

    div.section-flower-variations__copy-text {
        font-size: 1.6rem;
        width: 42rem;
    }
    
    div.section-flower-variations__button a.elementor-button {
        font-size: 1.1rem;
        color: #FEF3E7;
        padding: 0.8rem 2.4rem 0.9rem 2.4rem !important;
    }
}