.hero-section-prod2 {
    background-image: url('../images/banner-mg.webp');
}

/*/
/*----------------------------------------------------------
Media Queries <<<<<=========================================
----------------------------------------------------------*/

/* 
1200px � Desktops, notebooks com monitores widescreen
***********************************************************/

@media screen and (min-width: 960px) {

    .hero-bg-blog {
        background-position: 50%;
    }

}

@media screen and (max-width: 1200px) {}

/* 
960px � Tablets no formato paisagem e alguns monitores mais antigos
***********************************************************/
@media screen and (max-width:960px) {
    .bio-container {
        margin-top: 42vh;
    }

    .hero-section-prod2 {
        background-image: url('../images/banner-vert.webp');
    }



}

/* 
768px � Tablets no formato retrato, como o iPad
***********************************************************/
@media screen and (max-width:768px) {
    .hero-content-prod2 {
        align-items: center;
        flex-direction: column;
        margin-top: 0px !important;
        padding: 15px !important;
    }

    .hero-text-prod2 {
        padding-bottom: 10vh;
    }
}



/* 
480px � Smartphones no formato paisagem com tela pequena
***********************************************************/
@media screen and (max-width:480px) {}

/* 
320px � Smartphones no formato retrato com tela pequena
***********************************************************/
@media screen and (max-width:320px) {}
}