/*Programado por: Gustavo Bayeux Franco*/

/*Importação de fontes*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
/*Importação de fontes*/


/* COMEÇA CELULAR PEQUENO*/
@media only screen and (min-width:100px) and (max-width: 282px) {
.beneficios_do_acai {
 font-size:5vw !important;
}
#col3{
 display:none;
}
.img_acai{
 width:142px !important;
}
.beneficios_titulo{
 text-align:center;
 font-size:10vw !important;
 margin-bottom: 0px !important;

}
}
/* TERMINA CELULAR PEQUENO*/

/* COMEÇA CELULAR CONVENCIONAL */  
@media only screen and (min-width:282px) and (max-width: 330px) {
.beneficios_do_acai {
 font-size:5vw !important;
}
#col3{
 display:none;
}
.img_acai{
 width:142px !important;
}
.beneficios_titulo{
 text-align:center;
 font-size:10vw !important;
 margin-bottom: 0px !important;
}
 }
/* TERMINA CELULAR CONVENCIONAL */

/* COMEÇA CELULAR MÉDIO */
@media only screen and (min-width:330px) and (max-width: 590px) {

.beneficios_do_acai {
 font-size:5vw !important;
}
#col3{
 display:none;
}
.img_acai{
 width:200px !important;
}
.beneficios_titulo{
 text-align:center;
 font-size:10vw !important;
 margin-bottom: 0px !important;
}
}
/* TERMINA CELULAR MÉDIO */

/* COMEÇA CELULAR GRANDE */
@media only screen and (min-width:590px) and (max-width: 640px) {

.beneficios_do_acai {
 font-size:5vw !important;
}
#col3{
 display:none;
}
.img_acai{
 width:250px !important;
}
.beneficios_titulo{
 text-align:center;
 font-size:10vw !important;
 margin-bottom: 0px !important;
}

}
/* TERMINA CELULAR GRANDE */
 
/* COMEÇA TABLET PEQUENO */
@media only screen and (min-width: 640px) and (max-width: 1000px) {

.beneficios_do_acai {
 font-size:1.8vw !important;
}
#col3{
 display:none;
}
.img_acai{
 width:160px !important;
}

}
/* TERMINA TABLET PEQUENO */

/* COMEÇA TABLET CONVENCIONAL */
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
    .beneficios_do_acai {
        font-size:1.8vw !important;
        padding-top: 13% !important;
       }
       
       .img_acai{
        width:180px !important;
       }
}
@media only screen and (min-width: 1400px) and (max-width: 2500px) {

.beneficios_do_acai {
    width:100%;
    padding:0px;
    font-family:bebas neue;
    font-size:1.6vw;
    text-align:center;
    background-size:100%;
    padding-top:15% !important;
   }
   .fas{
    margin-right:10px;
    color:#460333;
   }
   .col{
    display:inline-block;
   }
   #fas2{
    margin-right:0px !important;
    margin-left:10px;
    color:#460333;
   }
   .img_acai{
    width:250px !important;
   }
   .beneficios_titulo{
    text-align:center;
    font-size:5.5vw;
    z-index:-1;
    margin-bottom:-12% !important;
    color:#500F84;
    font-weight:lighter;
    font-family:bebas neue;
   }
}

/* TERMINA TABLET CONVENCIONAL */



/* COMEÇAM AS DEFINIÇÕES GERAIS */  
.beneficios_do_acai {
    width:100%;
    padding:0px;
    font-family:bebas neue;
    font-size:1.6vw;
    text-align:center;
    background-size:100%;
    padding-top:5%;
   }
   .fas{
    margin-right:10px;
    color:#460333;
   }
   .col{
    display:inline-block;
   }
   #fas2{
    margin-right:0px !important;
    margin-left:10px;
    color:#460333;
   }
   .img_acai{
    width:220px;
   }
   .beneficios_titulo{
    text-align:center;
    font-size:5.3vw;
    z-index:-1px;
    margin-bottom:-11%;
    color:#500F84;
    font-weight:lighter;
    font-family:bebas neue;
   }
   /* TERMINAM AS DEFINIÇÕES GERAIS */  

/*Programado por: Gustavo Bayeux Franco*/