/* ==================================================
   ESTILOS GLOBALES: Section Products Labels
   ================================================== */ 

div.section-seo-service__title h2 {
    font-family: Founders Grotesk Official !important;
    text-align: start;
    color: #BB5D80 !important;
    font-weight: 600;
}

div.section-seo-service__text p {
    text-align: justify;
    font-weight: 300;
}

div.section-seo-service__container-paragraph {
    background: #F3DBD7;
    border-radius: 12px;
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
}



/* ==================================================
   ESTILOS DESKTOP: Section Products Labels
   ================================================== */ 

@media screen and (min-width: 1025px) {

    div.section-seo-service__title h2, div.section-seo-service__text p {
        width: 50rem !important;
    }
    
    div.section-seo-service__title h2 {
        font-size: 1.3rem !important;
        margin-bottom: .6rem !important;
    }
    
    div.section-seo-service__text p {
        font-size: 1.1rem;
        margin-bottom: 1.4rem !important;
    }
    
    div.section-seo-service__text--background p {
        margin-bottom: .8rem !important;
    }
    
    div.section-seo-service__container-wrapper {
        width: 55rem;
        margin: -0.7rem 0 1rem 0 !important;
        
    }
    
    div.section-seo-service__container-wrapper h2 {
        padding: 1rem 0 0 0;
    } 
}



/* ==================================================
   ESTILOS MOBILE: Section Products Labels
   ================================================== */ 

@media screen and (max-width: 767px) {

    div.section-seo-service__title h2, div.section-seo-service__text p {
        width: 100% !important;
    }
    
    div.section-seo-service__title h2 {
        font-size: 1.2rem !important;
        margin-bottom: .4rem !important;
    }
    
    div.section-seo-service__text p {
        font-size: 1.1rem;
        margin-bottom: 1.2rem !important;
    }
    
    div.section-seo-service__text--background p {
        margin-bottom: .7rem !important;
    }
    
    div.section-seo-service__container-wrapper {
        margin: -0.6rem 0 1rem 0;
    }
    
    div.section-seo-service__container-wrapper h2 {
        padding: 1rem 0 0rem 0;
    }
    
    div.section-seo-service__container-paragraph {
        width: 100vw;
        border-radius: 0;
    }
}



/* ==================================================
   ESTILOS TABLET: Section Products Labels
   ================================================== */ 

@media screen and (min-width: 768px) and (max-width: 1024px) {

    div.section-seo-service__title h2, div.section-seo-service__text p {
        width: 100% !important;
    }
    
    div.section-seo-service__title h2 {
        font-size: 1.2rem !important;
        margin-bottom: 1rem !important;
    }
    
    div.section-seo-service__text p {
        font-size: 1.1rem;
        margin-bottom: 1rem !important;
    }
    
    div.section-seo-service__container-paragraph {
        padding: 1rem 0 1rem 0;
    }
}
