/*********************************************************/

/* GERAL */

/*********************************************************/

body {
    font-family: 'Gotham-Light', sans-serif !important;
    line-height: 1;
    overflow-x: hidden;
}

.txt-white {
    color: #ffffff !important;
}

.txt-black {
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300 !important;
}

h1 {
    font: normal normal normal 2em/1 'Gotham-Bold', serif !important;
    font-size: 2.5em !important;
    color: #C70000 !important;
    text-align: center !important;
    line-height: 1.1em !important;
    margin-bottom: 0.293em !important;
    text-transform: uppercase;
}




h2 {
    font: normal normal normal 2em/1 'Gotham-Light', serif !important;
    font-size: 2em !important;
    color: #C70000 !important;
    text-transform: uppercase;
    line-height: 1.1 !important;
    margin-bottom: 0.3em !important;
}


h3 {
    font: normal normal normal 2em/1 'Gotham-Light', serif !important;
    font-weight: 300 !important;
    font-size: 1.4em !important;
    color: #404040 !important;
    line-height: 1.1 !important;
    margin-bottom: 0.3em !important;

}

h5 {
    font: normal normal normal 2em/1 'Gotham-Bold', serif !important;
    font-weight: 300 !important;
    font-size: 1.5em !important;
    color: #404040 !important;
    line-height: 1.3 !important;
}

h6 {
    font: normal normal normal 2em/1 'Gotham-Bold', serif !important;
    font-weight: 300 !important;
    font-size: 1.125em!important;
    color: #C70000 !important;
    line-height: 1.3 !important;
    text-transform: uppercase;
}

h6 a {
    color: #ffffff !important;
}


.p_artigo{
    font: normal normal normal 2em/1 'Gotham-Light', serif !important;
    font-weight: 300 !important;
    font-size: 1em !important;
    color: #404040 !important;
    line-height: 1.3 !important;
}
p {
    font-size: 0.9em !important;
    font-weight: 300 !important;
    line-height: 1.3em !important;
    margin-bottom: 0.5em !important;
}
.txt_destaque{
    text-decoration: none !important;
    color: #404040;
    text-transform: uppercase;
    text-align: left;
}
.txt_nota{
    text-decoration: none !important;
    font-size: 0.8em !important;
    color: #404040;
    text-align: left;
}
.site{
    font-size: 0.9em !important;
    font-weight: 300 !important;
    line-height: 1.3em !important;
    margin-bottom: 0.5em !important;
    color:#C70000!important;
}
a {
    text-decoration: none !important;
    color: #ffffff;

}
.h2_image {
    width: 100%;
    max-width: 230px;

}

.space {
    margin: 4em 0 !important;
}

.center {
    margin: 0 auto;
    left: 0;
    right: 0;
}
.p_ink {padding:0!important}

.padding {
    padding: 2em 2em 0 2em !important;
}

.white {color: #fff !important;}

.nota {
    font-size:0.6em!important;
    line-height: 0.7em;
}

.bold {
    font-family: 'Gotham-Bold', serif !important;
}
.light {
    font-family: 'Gotham-Light', serif !important;
}

.arrow {
    margin: 0 auto;
    padding-bottom: 10px;
    display: block;
}

.arrowsmall {
    height: 30px!important;
    padding-bottom: 10px;
}

 /*********************************************************/

/* buttons */

/*********************************************************/ 
.ink-button {
    position: relative;
    display: inline-block;
    padding: 0.8em 1.6em !important;
    font-size: 0.8em;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color: #C70000!important;
    border: 1px solid #C70000!important;
    background: transparent!important;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.35s ease;
    z-index: 99999999;
}

.ink-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #C70000!important;
    z-index: -1;
    transition: width 0.35s ease;
}
.ink-button:hover::before {
    width: 100%;
    
}
.ink-button:hover {
    color: #fff!important;
    
    
    
}

.ink-button.rosa {
    color: #e4416d!important;
    border: 1px solid #e4416d!important;
}
.ink-button.rosa::before {
    color: #fff!important;
    background-color: #e4416d!important;
}
.ink-button.rosa:hover {
    color: #fff!important;
}

.ink-button.verde {
    color: #009d8f!important;
    border: 1px solid #009d8f!important;
}
.ink-button.verde::before {
    color: #fff!important;
    background-color: #009d8f!important;
}
.ink-button.verde:hover {
    color: #fff!important;
}
.ink-button.roxo {
    color: #8e29b5!important;
    border: 1px solid #8e29b5!important;
}
.ink-button.roxo::before {
    color: #fff!important;
    background-color: #8e29b5!important;
}
.ink-button.roxo:hover {
    color: #fff!important;
}
.ink-button.amarelo {
    color: #e6ab20!important;
    border: 1px solid #f9bb28!important;
}
.ink-button.amarelo::before {
    color: #fff!important;
    background-color: #f9bb28!important;
}
.ink-button.amarelo:hover {
    color: #fff!important;
}


  

  
/*********************************************************/


/*********************************************************/

/* HEADER */

/*********************************************************/

.logo {
    float: left;
    position: absolute;
    margin: 0 auto;
    max-width: 400px;
    z-index: 1;

}


header {
    height: 700px;
    background-image: url("../imagens/bg.webp") !important;
    background-size: cover;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    position: relative;


}

header p {
    color: #ffffff;
    text-align: center;
    font-size: 1.3em !important;
    line-height: normal;
    font-weight: bold !important;
}

.info {
    max-width: 1000px;
    margin: auto;
    top: 50%;
    bottom: 50%;
    position: absolute;
    z-index:1;
    justify-content: center;
    align-content: center;
    padding-left: 50px;

}

#elements {
    position: absolute;
    width: 100%;
    height: 700px;
    float: left;
    transform-style: preserve-3d;
    transform: perspective(1450px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#shape {
    position: relative;
    bottom: 0;
    left:-280px;
}
#shape_mobile {
    position: relative;
    bottom: 0;
    right:0px;
    display:none;
    height: 600px;

}
#shape_mobile2 {
    position: relative;
    bottom: 0;
    right:0px;
    display:none;
    height: 600px;

}
#shape_rosa {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 400px;
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
#triangulo_ilustrado {
    position: absolute;
    top: 0;
    height: 580px;
    right: 294px;
    -webkit-animation-name: slideInDown2;
    animation-name: slideInDown2;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#triangulo_ilustrado_mobile {
    position: absolute;
    top: 0;
    height: 580px;
    right: 0px;
    display:none;
    -webkit-animation-name: slideInDown2;
    animation-name: slideInDown2;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#triangulo_ilustrado_mobile2 {
    position: absolute;
    top: 0;
    height: 580px;
    right: 0px;
    display:none;
    -webkit-animation-name: slideInDown2;
    animation-name: slideInDown2;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}


#visual {
    position: absolute;
    bottom: 0;
    right: 100px;
    height: 640px;
    -webkit-animation-name: slideInleft2;
    animation-name: slideInleft2;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;

}
#icon1 {
    position: absolute;
    bottom: 90px;
    left: 70px;
    -webkit-animation-name:slideInRight;
    animation-name: slideInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
#icon2 {
    position: absolute;
    bottom: 30px;
    left: 170px;
    -webkit-animation-name:zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.badge_conteudo {
    right: 2em;
    position: absolute;
    z-index: 1;
    margin-top: -60px;
}
.img_barra {
    width: 119px!important;
    height: auto;
}



/*********************************************************/

/* Lateral */

/*********************************************************/
.column-group.lateral {
    display: flex;
    flex-direction: column;
    align-items: center;   
    justify-content: center;
    max-width: 100px;
    position: absolute;
    top: 0;
    left: 10px;
    height: 100%;
    z-index: 1;
  }
  .column-group.lateralquizz {
    display: flex;
    flex-direction: column;
    align-items: center;   
    justify-content: left;
    max-width: 100px;
    position: absolute;
    top: 0;
    left: 10px;
    height: 100%;
    z-index: 1;
    padding-top: 40px;
  }
  
  #line_small {
    width: 1px;
    height: 60px;
    background-color: #c8c8c8;
  }
  
  .lateral_number {
    font-family: 'Gotham-Light', sans-serif !important;
    font-size: 2.8em;
    color: #C70000;
    text-align: center;
  }
  
  #line_medium {
    width: 1px;
    height: 40px;
    background-color: #c8c8c8;
    margin-bottom: 10px;
  }
  
  .lateral_txt {
    font-family: 'Gotham-Light', sans-serif !important;
    font-size: 1.125em;
    color: #C70000;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    text-align: center;
    margin-bottom: 10px;
  }
  
  #line_big {
    width: 1px;
    height: 100px;
    background-color: #c8c8c8;
  }

/*********************************************************/



/*******************************************************/

/*cartoons*/

/*******************************************************/

.cartoons {
    background-color: #f7f7f7;
    position: relative;
}
/*******************************************************/
/*artigos*/
/*******************************************************/
.artigos {
    position: relative;
}
.box_artigos_simples {
    background-color: #f8f7f7;
    position: relative;
    width: 60%;
    margin: 0 auto;
 }
 .box_artigos_simples img {
    position: relative;
    background-color: #fff;
    transform: translateX(-10px) translateY(-10px);
 }
 .art2 img {
    position: relative;
    background-color: #fff;
    transform: translateX(10px) translateY(-10px)!important;
 }
.box_artigos {
    background-color: #f8f7f7;
    position: relative;
    width: 70%;
    margin: 0 auto;
 }
 
.box_artigos img {
    position: relative;
    background-color: #fff;
    transform: translateX(-10px) translateY(-10px);
 }
.art {
    margin-bottom: 0!important;
 }
.a_info {
    display: flex;
    align-items: center; 
}
 .a_conteudo {
    padding: 0px 20px 0px 20px;
 }
 .c_center {
    max-width: 50% !important;
    margin: 0 auto;
    left: 0;
    }
/*******************************************************/
/*produtos*/
/*******************************************************/

.produtos {
    background-color: #fff;
    position: relative;
}
.box {
   background-color: #f8f7f7;
   position: relative;
}
.box img {
    position: relative;
    border:1px solid #bcbcbc;
    background-color: #fff;
    transform: translateX(-10px) translateY(-10px);
 }
.noline{
    border:none!important;
   
 }
.p_conteudo {
    padding: 20px;
 }
.txt_produtos {
    font-family:'Gotham-Book', serif;
    font-weight: 300 !important;
    font-size: 0.9em !important;
    line-height: 1;
    text-align: left;
}
.rosa {color:#e4416d!important;}
.roxo {color:#8e29b5!important;}
.verde {color:#009d8f!important;}
.amarelo {color:#f9bb28!important;}



.lista {
    list-style: none;
    padding-left: 0; 
    font-size: 0.85em;
  }
  
.lista li {
    position: relative;
    padding-left: 20px; 
    margin-bottom: 8px;
    font-size: 0.9em;
}
  
.lista li::before {
    content: '\25CB'; 
    position: absolute;
    left: 0;
    color: #e4416d; 
    font-size: 18px;  
    line-height: 1;
}
.lista-verde li::before {
    color: #009d8f; 
}
.lista-roxo li::before {
    color: #8e29b5; 
}
.lista-amarelo li::before {
    color: #dca116; 
}
.center-column {
    float: none;
    margin: 0 auto;
    display: block;

}
.higiene {
    margin: 0 auto;
    justify-content: center;

}
.chaveta_bottom{
    position: absolute;
    bottom: 11px; 
    right: 11px; 
    border-bottom: 2px solid #C70000;
    border-right: 2px solid #C70000;
    height: 10px;
    width: 10px;
}
.chaveta_rosa_bottom{
    position: absolute;
    bottom: 11px; 
    right: 11px; 
    border-bottom: 2px solid #e4416d;
    border-right: 2px solid #e4416d;
    height: 10px;
    width: 10px;
}
.chaveta_verde_bottom{
    position: absolute;
    bottom: 11px; 
    right: 11px; 
    border-bottom: 2px solid #009d8f;
    border-right: 2px solid #009d8f;
    height: 10px;
    width: 10px;
}
.chaveta_roxo_bottom{
    position: absolute;
    bottom: 11px; 
    right: 11px; 
    border-bottom: 2px solid #8e29b5;
    border-right: 2px solid #8e29b5;
    height: 10px;
    width: 10px;
}
.chaveta_amarelo_bottom{
    position: absolute;
    bottom: 11px; 
    right: 11px; 
    border-bottom: 2px solid #f9bb28;
    border-right: 2px solid #f9bb28;
    height: 10px;
    width: 10px;
}
.column-group.gravidez {
    display: flex;
    /*justify-content: right;*/
    flex-wrap: wrap;
    display: block;
  }

.gravidez {
    width: 70% !important;
    margin: 0 auto!important;   
}
.gravidez_t{
    align-content: center;
}
.gravidez img {
    width: 100%;
    max-width: 80px;   
    justify-content: right;
}
.info1{
    align-content: center;
}
.chaveta_copy_top{
    border-top: 3px solid #D80000;
    border-left: 3px solid #D80000;
    height: 15px;
    width: 15px;
}

.chaveta_copy_bottom2{
    border-bottom: 3px solid #D80000;
    border-right: 3px solid #D80000;
    height: 15px;
    width: 15px;
}


/*********************************************************/

/* separadores */

/*********************************************************/

.separadores {
    background-image: url("../imagens/bg.webp") !important;
    background-size: 100% 100%;
    background-position: left center;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.column-group.marca{
    margin-bottom:0!important;
    margin: 0 auto;
}
.marca {
    width:100% ;
    background-image: url("../imagens/bg_teste.webp") !important;
    background-position: left center;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
    background-size: cover;
}
.frase { 
    font-size: 1.5em !important;
    line-height: 1.2em!important;
    color:#fff!important;
    margin-bottom: 0 !important;
    text-transform: uppercase;
    
}
.mobile_frase {
    position: absolute;
    background-color: #f396aeb8;
    padding: 15px;
}
.box_separador {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}




/*********************************************************/

/* quizz */

/*********************************************************/

.quizz {
    width: 100%;
    background:url('../imagens/quizz.webp') left bottom no-repeat;
    background-color: #f7f7f7;
    background-size: auto 65%;
    background-repeat: no-repeat;
    position: relative;
}
.line_horizontal {
    width: 60px;
    height: 1px;
    background-color: #c8c8c8;
    margin: 0 auto;
}


/*********************************************************/
/* FOOTER */
/*********************************************************/

footer>div {
    padding: 1em;
}

footer p {
    padding-top: 1em;
    font-size: 0.8em !important;
    color: rgba(255, 255, 255, 0.625) !important;
}

.text_footer {
    font-weight: 500 !important;
    font-size: 0.9em !important;
    color: #ffffff !important;
    line-height: 1.3 !important;
    margin-bottom: 0em !important;
    text-align: left !important;
}
.text_footer a {
    text-decoration: none;
    color: #ffffff !important;
}   

.text_footer a:hover {
    text-decoration: none;
    color: #feaecd !important;
}

.logo_footer {
    max-width: 70px;
    width: 100%;
    margin-bottom: 0;
}

footer {
    background-color: #3a3a3a;
}

footer>div>div {
    border-top: 1px solid #353240;
}

.box_to-top{
    background: #59595a;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fa-chevron-up{
    color:white!important;
    
}
.line {
    border-top: 1px solid #8a8a8a;
}

/*********************************************************/

/*Breakpointys  Header

/*********************************************************/

@media screen and (min-width: 1501px) and (max-width: 1700px) {
    #shape {left: -200px;}
    #triangulo_ilustrado {right: 229px;}
    .info {padding-left: 94px;}
}

@media screen and (min-width: 1261px) and (max-width: 1500px) {
    #shape {left: -60px;}
    #triangulo_ilustrado {right: 60px;height: 544px; top: 0px;}
    .info {padding-left: 120px;}
    #visual {right: 0px;height: 600px;}
    #shape_rosa {left: -23px;}
    #icon1 {left: 50px;}
    #icon2 {left: 140px;}
    h1 {font-size: 2.2em !important;}
    .quizz {
        background-size: auto 60%;
    }
  
}


@media screen and (min-width: 1101px) and (max-width: 1260px) {
    header {height: 600px!important;}
    #elements { height: 600px;}
    #shape {left: -90px;}
    #triangulo_ilustrado {
        right: 70px;
        height: 444px;
        top: 0px;
    }

    .info {padding-left: 110px;top: 41%;}
    #visual {right: 0px;height: 510px;}
    #shape_rosa {left: -93px;}
    #icon1 {left: 10px;height: 130px;}
    #icon2 {left: 90px;height: 130px;}
    h1 {font-size: 2em !important;}
    .quizz {
        background-size: auto 55%;
    }
    
   
}
@media screen and (min-width: 961px) and (max-width: 1100px) {
    header {height: 600px!important;}
    #elements { height: 600px;}
    #shape {left: -90px;}
    #triangulo_ilustrado {
        right: 41px;
        height: 444px;
        top: 0px;
    }

    .info {padding-left: 70px;top: 41%;}
    #visual {right: 0px;height: 500px;}
    #shape_rosa {left: -93px;}
    #icon1 {left: 10px;height: 130px;}
    #icon2 {left: 90px;height: 130px;}
    h1 {font-size: 2em !important;}
    .quizz {
        background-size: auto 50%;
    }

   
}
@media screen and (min-width: 741px) and (max-width: 960px) {
    header {height: 600px!important;}
    #elements { height: 600px;}
    #shape {display:none;}
    #shape_mobile {        right: 122px;display:block;}
    #triangulo_ilustrado {display:none;}
    #triangulo_ilustrado_mobile {
            
        right: 0;
        height: 410px;
        top: 0;
        display: block;
    
    }

    .info {padding-left: 75px;
        top: 32%;}
    #visual {
        right: 0px;
        height: 426px;
    }
    #shape_rosa {left: -93px;}
    #icon1 {left: 10px;height: 130px;}
    #icon2 {left: 90px;height: 130px;}
    h1 {font-size: 1.9em !important;}
    .quizz {
        background-size: auto 45%;
    }
    .logo {
        max-width: 369px!important;
    }

   
}
@media screen and (min-width: 641px) and (max-width: 740px) {
    header {height: 600px!important;}
    #elements { height: 600px;}
    #shape {display:none;}
    #shape_mobile {right: 72px !important;display:block;}
    #triangulo_ilustrado {display:none;}
    #triangulo_ilustrado_mobile {
        right: 0;
        height: 391px;
        top: 0;
        display: block;
    }
    
    .info {padding-left: 22px;top: 31%;}
    #visual {right: 0px;height: 349px;}
    #shape_rosa {left: -148px;}
    #icon1 {left: 30px;height: 100px;bottom: 50px;}
    #icon2 {left: 90px;height: 100px;bottom:20px}
    h1 {font-size: 1.9em !important;}  
    .logo {max-width: 300px!important;}
    .quizz {
        background-size: auto 35%!important;
        background:url('../imagens/quizz_mobile.webp') left bottom no-repeat;
        background-color: #f7f7f7;
    }
}
@media screen and (min-width: 551px) and (max-width: 640px) {
    header {height: 600px!important;}
    #elements { height: 600px;}
    #shape {display:none;}
    #shape_mobile {right: 50px !important;display:block;}
    #triangulo_ilustrado {display:none;}
    #triangulo_ilustrado_mobile {
        right: 0;
        height: 371px;
        top: 0;
        display: block;
    }
    
    .info {padding-left: 20px;top: 30%;}
    #visual {right: 0px;height: 320px;}
    #shape_rosa {left: -188px;}
    #icon1 {left: 10px;height: 80px;bottom: 52px;}
    #icon2 {left: 50px;height: 80px;bottom:10px}
    h1 {font-size: 1.6em !important;}  
    .logo {max-width: 300px!important;}
    .quizz {
        background-size: auto 30%!important;
        background-color: #f7f7f7!important;
        background-image: none!important;
    }

    
}
@media screen and (min-width: 451px) and (max-width: 550px) {
    header {height: 600px!important;}
    #elements { height: 600px;}
    #shape {display:none;}
    #shape_mobile {right: 31px !important;display:block;}
    
    #triangulo_ilustrado {display:none;}
    #triangulo_ilustrado_mobile {
        right: 0;
        height: 322px;
        top: 0px;
        display: block;
    }
    
    .info {padding-left: 20px;top: 27%;}
    #visual {right: 0px;height: 305px;}
    #shape_rosa {left: -188px;}
    #icon1 {left: 10px;height: 80px;bottom: 52px;}
    #icon2 {left: 50px;height: 80px;bottom:10px}
    h1 {font-size: 1.4em !important;}  
    .h2_image {
        width: 100%;
        max-width: 185px;
    }
    .logo {max-width: 250px!important;}
    .quizz {
        background-size: auto 30%!important;
        background-color: #f7f7f7!important;
        background-image: none!important;
    }
    
}
@media screen and (min-width: 321px) and (max-width: 450px) {
    header {height: 600px!important;}
    #elements { height: 600px;}
    #shape {display:none;}
    #shape_mobile {display: none;}
    #shape_mobile2 {
        right: 0px !important;
        display: block;
        bottom: 0px;
    height: 600px;}
    #triangulo_ilustrado {display:none;}
    #triangulo_ilustrado_mobile {display: none;}
    #triangulo_ilustrado_mobile2 {
        right: 0;
        height: 240px;
        top: 0px;
        display: block;
    }
    
    .info {padding-left: 7px;top: 23%;}
    #visual {right: 0px;height: 305px;}
    #shape_rosa {left: -76px;}
    #icon1 {
        left: 6px;
        height: 65px;
        bottom: 132px;
    }
    #icon2 {
        left: 39px;
        height: 65px;
        bottom: 100px;
    }
    h1 {font-size: 1.4em !important;}  
    .arrow {height: 50px;}
    .logo {max-width: 250px!important;}
    .quizz {
        background-size: auto 30%!important;
        background-color: #f7f7f7!important;
        background-image: none!important;
    }
    .arrow { height: 40px;}

    
}
@media screen and (max-width: 320px) {
    header {height: 600px!important;}
    #elements { height: 600px;}
    #shape {display:none;}
    #shape_mobile {display: none;}
    #shape_mobile2 {
        right: 0px !important;
        display: block;
        bottom: 0px;
    height: 600px;}
    #triangulo_ilustrado {display:none;}
    #triangulo_ilustrado_mobile {display: none;}
    #triangulo_ilustrado_mobile2 {
        right: 0;
        height: 240px;
        top: -5px;
        display: block;
    }
    .quizz {
        display:none;
    }
    
    .info {padding-left: 7px;top: 14%;}
    #visual {right: 0px;height: 305px;}
    #shape_rosa {left: -76px;}
    #icon1 {
        left: 6px;
        height: 65px;
        bottom: 132px;
    }
    #icon2 {
        left: 39px;
        height: 65px;
        bottom: 100px;
    }
    h1 {font-size: 1.3em !important;}  
    .arrow {height: 50px;}
    .logo {max-width: 200px!important;}
    .arrow {height: 35px;}
    .h2_image {max-width: 183px!important}
    
   
}
/*********************************************************/

/*Breakpointys  gerais

/*********************************************************/
@media screen and (min-width: 961px) and (max-width: 1260px) {
    .box_artigos {
        position: relative;
        width: 80%!important;
    } 
   
  
}
@media screen and (min-width: 641px) and (max-width: 960px) {
    .box_artigos {
        position: relative;
        width: 80%!important;
    } 
    h6 {font-size: 1.05em !important;}
    .frase { 
        font-size: 1.2em !important;
        
    }
  
}



@media screen and (min-width: 641px) and (max-width: 960px) {
    h3 {
        font-size: 1.8em !important;
    }
    h4 {
        font-size: 1.2em !important;
    }
    h5 {
        font-size: 0.9em !important;
    }
    h6 {
        font-size: 1em !important;
    }
    .logo_footer {
        padding-right: 10px;
    }
    .box_artigos {
        position: relative;
        width: 80%!important;
    } 
    .box_artigos_simples {
        position: relative;
        width: 85%!important;
    }
    .box_artigos_simples {
        position: relative;
        width: 77% !important;
    }
    .a_conteudo {
        padding: 20px 20px 20px 20px;
    }
    .a_conteudo {
        padding: 20px 20px 20px 15px;
    }
    .a_info {
        align-items: flex-start!important;
    }
    .gravidez {
        width: 100% !important;
        margin: 0 auto!important;   
    } 
    .a_info {
        align-items: flex-start!important;
    }
    .ink-button {
        padding: 0.8em 1.5em !important;
        font-size: 0.7em!important;
    }
    .column-group.lateral {
        left: 5px!important;
    }
    .lateral_number {
        font-size: 2.5em!important;
    }
    
}

@media screen and (min-width: 320px) and (max-width: 640px) {
    h3 {
        font-size: 1.4em !important;
    }
    h4 {
        font-size: 1em !important;
    }
    h5 {
        font-size: 0.9em !important;
    }
    .gravidez {
        width: 100% !important;
        margin: 0 auto!important;   
    }
    .logo_footer {
        max-width: 50px;
    }
    .box_artigos {
        width: 90%!important;
    }
    .box_artigos_simples {
        position: relative;
        width: 75% !important;
    }
    .a_info {
        align-items: flex-start!important;
    }
    .a_conteudo {
        padding: 20px 20px 20px 15px;
    }
    .ink-button {
        padding: 0.8em 1.5em !important;
        font-size: 0.7em!important;
    }
    .frase { 
        font-size: 1em !important;
        line-height: 1em!important;
        color:#fff!important;
        
    }
    .mobile_frase {
        padding: 10px!important;
    }
    .produto_mobile{
        width: 95%;
        margin: 0 auto !important;
    }

}

@media screen and (max-width: 320px) {
  
    h3 {
        font-size: 1.4em !important;
    }
    h4 {
        font-size: 1em !important;
    }
    h5 {
        font-size: 0.9em !important;
    }
    .gravidez {
        width: 100% !important;
        margin: 0 auto!important;   
    }
    .box_artigos {
        width: 90%!important;
    }
    .box_artigos_simples {
        position: relative;
        width: 85% !important;
    }
    .a_info {
        align-items: flex-start!important;
    }
    .a_conteudo {
        padding: 20px 20px 20px 15px;
    }
    .ink-button {
        padding: 0.8em 1.5em !important;
        font-size: 0.7em!important;
    }
    .frase { 
        font-size: 1em !important;
        line-height: 1em!important;
        color:#fff!important;
        
    }
    .mobile_frase {
        padding: 10px!important;
    }
    
}