@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: 'ITC Franklin Gothic Std-BkCp';
  scroll-behavior: smooth !important;
  margin:0;
  padding: 0;
  color:#787878;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'ITC Franklin Gothic Std-DmCp';
  font-weight: 800 !important;
}
a:hover {
    text-decoration: none;
}
.box-texto-heroi p a {
    color:#26A9E0!important;
}
.box-texto-heroi p a:hover {
    color:#26A9E0!important;
}
.navbar {
    background-color: #26A9E0;
    padding-top: 20px;
    padding-bottom: 30px;
}
.navbar-azul {  
    border-bottom: 2px solid #fff;
    color:#fff;
}
.nav-item a {
    font-size:18px;
    text-transform: uppercase;
    font-family: 'ITC Franklin Gothic Std-DmCp';
    letter-spacing: 1px;
    margin-top:-30px;
    margin-left: 5px;
    padding-top: 40px;
    line-height: 20px;
    text-align: center;
}
.nav-submenu a{
    
}
.dropdown-menu  {
    background-color: #F0F0F0!important;
    border:none!important;
    margin:0;
    margin-left: 5px;
    padding: 0;
    /*-webkit-box-shadow: 15px 15px 22px -20px rgba(82,81,82,1);
-moz-box-shadow: 15px 15px 22px -20px rgba(82,81,82,1);
box-shadow: 15px 15px 22px -20px rgba(82,81,82,1);*/
}
.nav-item .dropdown-item {
    padding: 10px;
    margin:0;
    border-top: 2px solid #fff;
    text-align: left;
    padding-top: 25px;
    padding-left: 15px;
    width: 200px;
}

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

a.nav-link{
   border-bottom: 2px solid #26A9E0;
}
a.nav-link:hover {
    background-color:#1D3E74;
   border-bottom: 2px solid #fff;
}

.navbar-toggler {
    background-image: url('../img/hamburger.png');
    background-repeat: no-repeat;
    background-position: center top;
}

.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;
}
/*header {
    height:350px; 
}*/
.banner {      
    margin-top: 100px!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, .downloadbula {
    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;
}

/*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;
}

.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;
}

