/* @font-face {
    font-family: 'ITC Franklin Gothic Std-BkCp';
    src: url('font/ITCFranklinGothicStd-BkCp.woff2') format('woff2'),
        url('font/ITCFranklinGothicStd-BkCp.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Franklin Gothic Std-DmCp';
    src: url('font/ITCFranklinGothicStd-DmCp.woff2') format('woff2'),
        url('font/ITCFranklinGothicStd-DmCp.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Franklin Gothic Std-DmCpIt';
    src: url('font/ITCFranklinGothicStd-DmCpIt.woff2') format('woff2'),
        url('font/ITCFranklinGothicStd-DmCpIt.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Franklin Gothic Std-BkCpIt';
    src: url('font/ITCFranklinGothicStd-BkCpIt.woff2') format('woff2'),
        url('font/ITCFranklinGothicStd-BkCpIt.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
 */





body, html {
  font-family: "Open Sans", sans-serif !important;
  scroll-behavior: smooth !important;
  margin:0;
  padding: 0;
  color:#787878;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800 !important;
  font-family: "Baloo 2", Sans-serif;
}
a:hover {
    text-decoration: none;
    color: #FFF;
}
















.navbar {
    background-color: #26A9E0;
    padding-top: 20px;
    padding-bottom: 30px;
}
.navbar-azul {  
    color:#fff;
    background: linear-gradient(180deg, #00adf9 70%, transparent 10%);
    border-top: 30px solid #fff;
    height: 150px;
}
@media (max-width: 768px) {
    /* .navbar-azul {  
        border-top: 10px solid #fff;
        height: 100px;
    } */
}




.navbar-brand  {
    margin-top: -30px !important;
    z-index: 99;
}
.navbar-nav {
    margin-top: -20px;
    background-color:  #00adf9;
}
.nav-item a {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.4;
    font-family: 'Baloo 2', display;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.nav-submenu a{    
}

.dropdown-menu  {
    background-color: #0d2963 !important;
    font-size: 16px;
    border-radius: 10px;  
}

.dropdown-menu li {
    padding: 5px 10px;
    border:none;
    width: 240px;
    margin:0;
}
.nav-item .dropdown-item {    
    text-align: left;
    color:#FFF;
}

.nav-link {
     color:#ffffff!important;
     /*background-color: #26A9E0;
     padding: 20px; */
}
.navbar-expand-lg {
    /* background-color: #26A9E0; */
}

a.nav-link{

}
a.nav-link:hover {

}

.navbar-toggler {
    background-image: url('../img/hamburger.png');
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    top: -1.5rem;
    right: 1rem;

}

.logo img{
    width:180px;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;

}
/* submenu */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);   
} 
.navbarDropdownMenuLink { 
    border:none!important;
    
}
.dropdown-item {
    /* background-color: #F0F0F0;
    color: #fff;
    margin-top:10px;
    margin-left: 2px;
    padding-top: 5px;
    color:#787878; */
}
a.dropdown-item:hover {
    background-color: #1D3E74;
    color: #fff;
}

/*----------------------------------------
NAV - MOBILE
------------------------------------------*/
@media (max-width: 768px) {
    .navbar-nav {
        padding: 0;
        position: absolute;
        right: 0;
        /* top: 0; */
        /* margin-top: -30px; */
        padding-top: 1rem;
        height: 100vh;
        overflow-y:scroll;
    }
    .navbar-nav li {
        padding: .25rem 1.5rem;
    }
    .navbar-nav li a.nav-link {
        border-bottom: none;
        padding: 0;
        margin: 0;
        height: inherit;
        font-size: 20px;
    }
    .navbar-nav li a.nav-link:hover {
        background-color:  #00adf9;
    }

    .navbar-nav li .dropdown-menu {
        display: block !important;
    }
    .navbar-nav li .dropdown-menu li{
        padding: .25rem 1.5rem;
    }
    .navbar-nav li .dropdown-menu a.dropdown-item {
        height: inherit;
        margin: 0;
        padding: 0;
    }

    .navbar-collapse.collapsing {
        right: -75%;
        margin-top: -30px;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        right: 0;
        margin-top: -30px;
        transition: left 300ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }
}
















/*header {
    height:350px; 
}*/
.banner {      
    margin-top: 150px!important;
}
.banner-item1 {
    background-image: url('../img/bg-banner-1.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}
.banner-item1 img, .banner-item2 img, .banner-item3 img, .banner-active img  {
    margin: 0 auto;
}
.banner-item2 {
    background-image: url('../img/bg-banner-2.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}
.banner-item3 {
    background-image: url('../img/bg-banner-3.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}
.banner-active {
    background-image: url('../img/bg-banner-4.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}
.banner-expo {
    background-image: url('../img/bg-banner-sorocaba.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}
.banner-heroi, .banner-heroi-thanks {
    margin-top: 100px!important;
    background-image: url('../img/header-seu-heroi.jpg');
    background-repeat: no-repeat;
    background-position: center top; 
    background-color: #F0F0F0!important;
    min-height:700px;
    padding-bottom: 80px;
}
.banner-heroi-thanks {
    min-height:500px;
    padding-bottom: 40px;
}
.banner-heroi h1, .banner-heroi-thanks h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    padding-top: 90px;
    margin-bottom: 80px;
}
.banner-heroi-thanks h1 {
    padding-top: 90px;
    margin-bottom: 180px;
}
.box-heroi {
    background-color: #F0F0F0;
    min-height:670px;
    padding-bottom: 40px;
    margin-top: -30px;
}
.box-texto-heroi {
    width: 825px;
    min-height:640px;
    background-color: #fff;
    margin:0 auto;
    border-bottom: 4px solid #25AAE1;
    font-size: 21px;
    line-height: 22px;
    padding: 30px;
    padding-top: 50px;
}
.box-texto-heroi p {
    margin-bottom: 30px!important;
}
.escudo {
    width: 420px;
    padding-top: 10px;
    margin-left: -100px;
}
.video {
    background-color: #F0F0F0;
    background-image: url('../img/raio.png');
    background-repeat: no-repeat;
    background-position: 220px top;
    min-height:600px;
    padding-top:70px;
    padding-bottom: 30px;
}
.box-video {
    width:700px;
    height:410px;
    background-color: #000;
}
.box-txt-1 {
    position: relative;
}
.box-texto {
    width:380px;
    min-height:395px;
    background-color: #fff;
    /*position: absolute;
    z-index: 1;
    top:50px;
    left:30px;*/
    padding: 25px;

}
.box-texto h3 {
    color:#26A9E0;
    text-transform: uppercase;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.box-texto p {
    font-size:20px;
    line-height: 24px;
    font-weight:300;
}
.saibamais, .comprar, .ondeencontrar {
    width:160px;
    height:40px;
    background-color: #1D3E74;
    color: #fff;
    padding: 10px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-family: 'ITC Franklin Gothic Std-DmCp';
}
.saibamais a, .comprar a, .ondeencontrar a, .downloadbula a {
    color: #fff;
}
.saibamais a:hover, .comprar a:hover, .ondeencontrar a:hover, .downloadbula a:hover {
    color: #fff;
    text-decoration: none;
}
.comprar {
    width: 250px;
    margin-top: 50px;
}
.ondeencontrar {
    background-color: #26A9E0;
   width: 250px;
   margin-top: 50px;
}
.btn-custom {
  border-radius: 0;
  width: 250px;
  height: 40px!important;
  margin-top: 50px; 
}
.btn-blue { 
    background-color: #1D3E74;
    color:#fff!important;
    font-weight: 900;
    font-family: 'ITC Franklin Gothic Std-DmCp';
}
.btn-comprar {
    width: 253px;
    margin-top: 0;
    margin-left: -28px;
    font-size: 20px;
}

.packproduto {
    width: 350px;
}
.produtos {
    min-height:500px;
    padding-top: 100px;
    font-size:20px;
    line-height: 21px;
}
.produtos h3 {
    color:#26A9E0;
    text-transform: uppercase;
    font-size: 40px;
    margin-top: 30px;
    line-height: 33px;
}
.produtos p {
    width:200px;
}
.descricao {
    margin-top: 100px!important;
    min-height: 580px;
    padding-top: 50px;
    padding-bottom: 30px;
}
.descricao h1 {
    color:#26A9E0;
    text-transform: uppercase;
    font-size: 50px;
    margin-top: 30px;
    line-height: 33px;
     line-height: 38px;
}
.descricao h3 {
    font-size: 21px;
    margin-top: 10px;
    margin-bottom: 50px;
}
.descricao p {
    font-size: 21px;
    line-height: 22px;
    margin-right: 5px;
}
.bula {
    background-color: #F0F0F0;
    padding-top: 50px;
    padding-bottom: 50px;
}
.bula p {
    font-size: 18px;
}
.bula b, .bula strong{
   font-family: 'ITC Franklin Gothic Std-DmCp';
  font-weight: 800 !important;
}
.downloadbula {
    background-color: #26A9E0;
   width: 350px;
   height: 45px;
   margin-top: 50px;
   font-size: 21px;
}
.tabela {
    margin-bottom: 30px;
    margin-top: 30px;
}

.lojas {
    min-height:600px;
    background-color: #4586ba;
    background-image: url('../img/fazenda.png');
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 110px;
}
.lojas h2, .contato h2 {
    color:#fff;
    font-size: 45px;
    width:240px;
    text-transform: uppercase;
    line-height: 50px;
}
.enderecos {
    width:100%;
    height:350px;
    margin-top: 10px;
    background-color: #fff;
    margin: 10px;
	    overflow: auto;
}

.herois {
    height:600px;
    padding-top: 50px;
}
.herois-logo {
    width:300px;
    margin:0 auto;
}

.contato {
    min-height:600px;
    background-color: #F0F0F0;
    padding-top: 50px;
    padding-bottom: 50px;
}
.contato h2 {
    color: #25AAE1;
    font-size: 50px;
    width:240px;
    text-transform: uppercase;
    line-height: 50px;
    margin-bottom:30px;
}
.contato p {
    font-size: 22px;
    margin:0;
}
.contato p a {
    color: #787878;
}
.btn-enviar {
    width:150px;
    height:50px;
    font-size: 25px;
    background-color: #1D3E74;
    color: #fff;
    padding: 15px;
    padding-top: 10px!important;
    font-family: 'ITC Franklin Gothic Std-DmCp';
}
.form-control {
    height: 50px;
    border: 1px solid #fff;
    border-radius:none;
    font-size: 21px;
}
.form-group {
    margin-top:5px!important;
    margin-bottom:5px!important;
}
footer {
    color: #1D3E74;
    font-weight: 300;
    min-height: 100px;
    padding-top: 25px;
    text-transform: uppercase;
}
footer a {
    color:#1D3E74;
}
footer a:hover {
    color: #26A9E0;
}



.carousel-item{
    max-height: 480px;
}

/*Carrossel Herois do Campo*/
.MultiCarousel { 
    float: left; 
    overflow: hidden; 
    padding: 15px; 
    width: 100%; 
    position:relative; 
}
.MultiCarousel .MultiCarousel-inner { 
    transition: 1s ease all; 
    float: left; 
}
.MultiCarousel .MultiCarousel-inner .item { 
    float: left;
}
.MultiCarousel .MultiCarousel-inner .item > div { 
    text-align: center; 
    padding:10px; 
    margin:10px; 
    background:#fff; 
    color:#787878;
}
.MultiCarousel .leftLst, .MultiCarousel .rightLst { 
    position:absolute; 
    border-radius:50%;
    top:calc(50% - 70px); 
}
.MultiCarousel .leftLst { 
    left:0; 
    font-size: 30px;
    color:#1D3E74;
    /*border: 1px solid #1D3E74;*/
}
.MultiCarousel .rightLst { 
    right:0;
    font-size: 30px; 
    color:#1D3E74;
    /*border: 1px solid #1D3E74;*/
}   
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { 
    pointer-events: none; 
    /*background:#1D3E74;*/ 
}
.MultiCarousel p.lead {
    padding-top:50px;
    font-size: 25px;
    line-height: 25px;
    background-image: url('../img/aspas.png');
    background-repeat: no-repeat;
    background-position: center 30px;
}

.carousel-showmanymoveone .carousel-control {
   width: 4%;
   background-image: none;
}

.carousel-showmanymoveone .carousel-control.left {
   margin-left: 0;
}

.carousel-showmanymoveone .carousel-control.right {
   margin-right: 0;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
   display: none;
}

.carousel .item .col-xs-12 {
   padding: 0;
}


.show-mobile {
    display: none;
}


.show-mobile img {
    width: 100%;
}











.dark-icon {
    background-image: url('../img/seta.png');
}
.dark-icon-2 {
    background-image: url('../img/seta-2.png');
}

.msg-cookie {
    background-color: rgba(19, 24, 25, 0.9); 
    border:none; 
    color: #fff; 
    font-size:20px; 
    margin-bottom: 0!important; 
    border-radius: 0!important;
}
.msg-cookie p {
    padding-top: 15px;
}
.btn-cookie {

}

.tit-loja{
    font-weight: 700;
    margin-top: 10px;
}





/*----------------------------------------
HOME - NOSSO PROGRAMA
------------------------------------------*/
#home-nosso-programa {
    background-color: #EFEFEF;
}
#home-nosso-programa h2 {
    color: #0D2963;
    font-family: 'Baloo 2', sans-serif;
    text-align: left;
    font-size: 43px;
    font-weight: 800;
    line-height: 1.1em;
}
#home-nosso-programa .button-blue {
    font-size: 40px;
    font-weight: 800;
    padding: .5rem 1.5rem;
    min-height: inherit;
} 
@media (max-width: 768px) {
    #home-nosso-programa {
    }    
    #home-nosso-programa h2 {
        font-size: 32px;
        text-align: center;
    }
    #home-nosso-programa .button-blue {
        font-size: 30px;
    } 
}


/*----------------------------------------
HOME - APRENDA MAIS
------------------------------------------*/
#home-aprenda-mais h2{
    font-size: 47px;
}
#home-aprenda-mais #aprenda-cards-container {
    text-align: left;
}
#home-aprenda-mais #aprenda-cards-container img {
    max-width: 325px;
    aspect-ratio: 1.5;
    object-fit: cover;
}
#home-aprenda-mais #aprenda-cards-container .card-title {
    font-family: 'Baloo 2', sans-serif;
    color: #00adf9;
    font-size: 33px;
    text-align: left;
}
#home-aprenda-mais #aprenda-cards-container .card-subtitle {
    font-family: 'Baloo 2', sans-serif;
    color: #0d2963;
    font-size: 26px;
    display: inline-block;
    min-height: 7rem;
    text-align: left;
}
#home-aprenda-mais .button-blue{
    font-size: 30px;
    font-weight: 800;
    max-height: inherit;
    padding: .5rem 1.5rem;
}
@media (max-width: 768px) {
    #home-aprenda-mais #aprenda-cards-container .card-subtitle {
        min-height: inherit;
    }
}







/*----------------------------------------
HOME - PRODUTOS
------------------------------------------*/
#home-produtos {
    background-color: #166EA0;
}
#home-produtos img {
    aspect-ratio: 1.03;
    object-fit: contain;
    background-color: white;
    max-width: 172px;
}
#home-produtos h3 {
    color: white!important;
    font-size: 33px;
}
#home-produtos .home-produto-card {
    font-family: "Open Sans", Sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.1em;
    text-align: left;
}
#home-produtos .home-produto-card h4{
    font-size: 21px;
    font-weight: 400 !important;
}
#home-produtos .home-produto-card p{
    display: inline-block;
    min-height: 10rem;
}
@media (max-width: 768px) {
    #home-produtos {
        text-align: center;
    }
    #home-produtos .home-produto-card {
        text-align: center;
    }
    #home-produtos img {
        margin: 0 auto;
    }
    #home-produtos .home-produto-card h4{
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 1rem;
    }
    #home-produtos .home-produto-card p{        
        min-height: inherit;
        font-weight: 300;
    }
    #home-produtos .button-blue {
        margin: 0 auto;
    }
}

/*----------------------------------------
HOME - CAFÉ COM LEITE
------------------------------------------*/
#home-cafe-com-leite{
    background-color: #85CCF0;
}
#home-cafe-com-leite h3{
    color: #0D2963;
    font-size: 40px;
    font-weight: 800;
    line-height: 1em;
    text-align: left;
}
#home-cafe-com-leite .cafecomleite-card {
    text-align: left;
}
#home-cafe-com-leite .cafecomleite-card h3 {
    color: #1B3E74;
    font-size: 36px;
    font-weight: 800; 
    min-height: 6rem;
    margin-top: 2rem;
}
#home-cafe-com-leite .cafecomleite-card .resumo {
    color: #1B3E74;
    font-family: "Open Sans", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 1.3em;
    min-height: 32rem;
}
#home-cafe-com-leite .cafecomleite-card .button-navy {
    padding: .5rem 1.5rem;
    box-shadow: none;
    background-color: #1B3E74;
    font-size: 30px;
    font-weight: 800;
}
@media (max-width: 768px) {
    #home-cafe-com-leite h3{
        font-size: 30px;
        text-align: center;
    }
    #home-cafe-com-leite .cafecomleite-card {
        text-align: center;
        margin-bottom: 1rem;
    }
    #home-cafe-com-leite .cafecomleite-card h3 {
        min-height: inherit;
    }
    #home-cafe-com-leite .cafecomleite-card .resumo {
        min-height: inherit;
    }
}


/*----------------------------------------
FOOTER
------------------------------------------*/
.#footer {
    display: flex;
    align-items:center;
    font-size: 12px;
    font-weight: normal;
}
#footer .row{
    display: flex;
    align-items:center;
}
#footer .txt-footer{
    text-align: center;
    font-size: 12px;
}
@media (max-width: 768px) {
    .#footer{
        text-align: center;
    }
    #footer .txt-footer{
        text-align: center !important;
    }
    .#footer  .img-mobile{
        margin: 0 auto;
    }
}




/*----------------------------------------
FOOTER
------------------------------------------*/
.paginterna{
    padding-top: 150px;
    text-align: left;
    padding-bottom: 50px;
}
.paginterna .wrapbanner{
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 3rem;
}
.paginterna .wrapbanner img{
    width: 100%;
}
.paginterna h2 {
    color: #0D2963;
    font-family: "Baloo 2", Sans-serif;
    font-size: 43px;
    font-weight: 800;
    line-height: 1.1em;
    text-align: left;
    margin-bottom: 2rem;
}
.paginterna  .tit-azul {
    color: #006dbc;
    font-family: "Baloo 2", Sans-serif;
    font-size: 22px !important;
    text-align: left;
    font-weight: 800;
    
}
.paginterna p {
    color: #1D1D1B;
    font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
}
@media (max-width: 768px) {
    .paginterna h2 {
        display: block;
        font-size: 33px;
        text-align: center;
    }
}


/*----------------------------------------
PILULAS / ARTIGOS
------------------------------------------*/
.aprendamais {
}
.aprendamais h2 {
    text-align: center;
    font-size: 34px;    
}
.aprendamais h3 {
    text-align: center;
    font-size: 46px; 
    color: #0D2963;
    margin-bottom: 2rem;   
}
.aprendamais .card {
    text-align: left;
    margin-bottom: 2rem;
    border: none;
}
.aprendamais .card h4 {
    text-align: left;
    color: #00ADF9;
    font-family: "Baloo 2", Sans-serif;
    font-size: 33px;
    font-weight: 800;
    margin: 1.5rem 0;
}
.aprendamais .card h5 {
    text-align: left;
    color: #0D2963;
    font-family: "Baloo 2", Sans-serif;
    font-size: 30px;
    font-weight: 800;
    min-height: 7rem;
}
.aprendamais .button-navy {
    background: #00adf9;
    border-radius: 30px 0px 30px 30px;
    text-align: center;
    color: #FFF;
    font-family: "Baloo 2", Sans-serif;
    font-size: 32px;
    font-weight: 800;
    box-shadow: none;   
    width: 15rem; 
    height: inherit;
    padding: 1rem 2rem;
}
@media (max-width: 768px) {
    .aprendamais .card {
        text-align: center;
        margin-bottom: 2rem;
    }
    .aprendamais .card h3 {
        text-align: center;
        margin-bottom: 1rem;
    }
    .aprendamais .card h4 {
        text-align: center;
    }
    .aprendamais .card h5 {
        text-align: center;
        min-height: inherit;
        margin-bottom: 1rem;
    }
    .aprendamais .button-navy {
        margin: 0 auto;
    }
}




.button-blue {
    font-family: 'Baloo 2', sans-serif;
    font-size: 1.5rem;
    line-height: 125%;
    color: white;
    font-weight: bold;
    border-radius: 30px 0 30px 30px;
    padding: 1rem 1.5rem;
    background-color: #00ADF9;
    max-height: 64px;
    border: 0;
}

.button-navy {
    font-family: 'Baloo 2', sans-serif;
    height: 65px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #166ea0;
    font-size: 25px;
    font-family: 'Baloo 2', sans-serif;
    color: #fff;
    border-radius: 30px 0 30px 30px ;
    -webkit-box-shadow: 10px 10px 20px -8px rgba(28,14,56,1);
    -moz-box-shadow: 10px 10px 20px -8px rgba(28,14,56,1);
    box-shadow: 10px 10px 20px -8px rgba(28,14,56,1);
    border: 0;
}

#faleconosco input, 
#faleconosco textarea {
    border-radius: 0;
    color: #444444;
    font-size: 1rem;
}





#lojas {
    background:#0D2963;
}
#lojas h2{
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 600 !important;
    line-height: 1;
    margin-bottom: 5rem;
}
#lojas .filter-title {
    font-weight: 800;
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: inherit;
    padding: .5rem 0;
}
#lojas .form-control {
    font-weight: 600 !important;   
    font-family: 'Baloo 2', sans-serif;
}

#lojas  .enderecos {
    background:#0D2963;
    color: #FFF;
}

#lojas .enderecos .tit-loja {
    font-size: 20px;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
}

#faleconosco {
    background-color: #00ADF9;
}
#faleconosco h2{
    margin-bottom: 2rem;
    font-weight: 600 !important;   
}

#faleconosco .form-control {
    font-weight: 600 !important;   
    font-family: 'Baloo 2', sans-serif;
    font-size: 20px;
    margin-bottom: 2rem;
}
#faleconosco .btn-enviar {
    font-weight: 800;
    font-size: 30px;
}
#faleconosco .contatos {
    display: flex;
    align-items:center;
    font-size: 14px;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
}
#faleconosco .contatos img {
    margin-right: 10px;
}

.fade:not(.show) {
    display: none !important;
}



















#artigos .block-image{
    display: block;
    background-color: red;
    border-radius: 80px 0px 80px 80px !important;
    filter: grayscale(0%);
    overflow: hidden;
    border-radius: 0px 0px 0px 0px;
    height: 20rem;
    margin-bottom: 2rem;
    text-align: center; 
    background-position: center center;   
    background-size: cover;
}
#artigos .card{
    text-align: left !important;
}
#artigos .card h4{
    margin: .5rem 0;
}
#artigos .card h3{
    text-align: left !important;
    margin: .5rem 0;
    font-size: 30px;
    color: #0D2963;
}
#artigos .card h3 a{
    font-size: 30px;
    color: #0D2963;
}







#produto{
    margin-top: 150px;
    padding: 2rem 0;
}
#produto h1{
    font-size: 68px;
    line-height: 68px;
    font-weight: 800;
    color:#006DBC;
}
#produto .wrapimg{
 padding-right: 3rem;
}
#produto h3{
    margin: 1rem 0;
    font-size: 24px;
    line-height: 28px;
    font-weight: 800;
    color:#0F75BF;
}
#produto .resumo{
    margin: 1rem 0 1rem;
    padding: 30px 30px 30px 30px;
    background-color: #1B3E74;
    border-radius: 30px 0px 30px 30px;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}
#produto .button-navy{
    background: #00ADF9;
    padding: .5rem 1.5rem;
    font-weight: 800 !important;
    box-shadow: none;
    margin: 2rem 0;
}
#produto .descricaoproduto{
    font-size: 18px;
    font-weight: 300;
    line-height: inherit;
    font-family: "Open Sans", sans-serif;
}

#produto  .tit-azul{
    color: #006dbc;
    font-family: "Baloo 2", Sans-serif;
    font-size: 22px !important;
    font-weight: 800;
}
#produto .dbula {
    font-size: 18px;
}
@media (max-width: 768px) {
    #produto{
        text-align: center;
    }
    #produto h1, #produto h3{
        text-align: center;
    }
}















#artigo-detail{
    padding-top: 150px;
}
#artigo-detail .thumbnail{
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    height: 345px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#artigo-detail .overlay-thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
#artigo-detail h2{
    text-align: left !important;
    margin: 3rem 0 2rem;
    color: #0D2963;
    font-family: "Baloo 2", Sans-serif;
    font-size: 40px;
    line-height: 56px;
}

#artigo-detail .titrel{
    text-align: left !important;
    margin: 3rem 0 2rem;
    color: #0D2963;
    font-family: "Baloo 2", Sans-serif;
    font-size: 35px;
}


#artigo-detail  .cardrel .block-image{
    display: block;
    background-color: red;
    border-radius: 0px 80px 80px 80px !important;
    filter: grayscale(0%);
    overflow: hidden;
    border-radius: 0px 0px 0px 0px;
    height: 15rem;
    margin-bottom: 2rem;
    text-align: center; 
    background-position: center center;   
    background-size: cover;
}
#artigo-detail  .cardrel{
    text-align: left !important;    
    color: #0D2963;
    font-family: "Baloo 2", Sans-serif;
    font-weight: 800;
    line-height: 2rem;
}

#artigo-detail  .cardrel  a{
    font-size: 30px;
    color: #0D2963;
}


#cafecomleite h2{
    font-size: 33px;
    padding-bottom: 2rem;
}
#cafecomleite .card {
    margin-bottom: 2rem;
    border: 0;
}
#cafecomleite .card h3{
    text-align: left !important;
    margin: .5rem 0;
    font-size: 30px;
    color: #0D2963;
}
#cafecomleite .card .resumo {
    min-height: 40rem;
}
#cafecomleite .card .resumo p{
    font-weight: 300;
    color: #0D2963;
    font-size: 16px;
}
#cafecomleite .card h3 a{
    font-size: 30px;
    color: #0D2963;
}
#cafecomleite .card .button-navy {
    background-color: #006dbc;
    font-family: "Baloo 2", Sans-serif;
    font-size: 33px !important;
    font-weight: 800;
    box-shadow: none;
    margin:0 auto;
    padding: .5rem 1.5rem;
}
@media (max-width: 768px) {
    #cafecomleite .card .resumo {
        min-height: inherit;
    }
}





.share{
    padding: 2rem 0;
}
.share a {
    display: inline-block;
    color: #0D2963;
    font-size: 1.5rem;
}

.shareon a,
.shareon button {
    background-color: #0D2963 !important;
    color: #FFF !important;
}
.shareon .email::before{
    position: absolute !important;
}