@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

* {text-decoration: none; list-style: none;}

a { transition: all 350ms ease-in-out; }

html, body{
  font-family: 'Futura Std', sans-serif;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #485861;  
}

b, strong {
  font-family: 'Futura Std', sans-serif;
  font-size: 1.02em;
}

hr {
  border: 0;
  display: block;
  widows: 100%;
  height: 1px;
  background: #e4e4e4;
}

*::-webkit-scrollbar {
  width: 8px;
}

*.thin::-webkit-scrollbar {
  width: 2px;
}

*::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f5f9fa;
}

*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #dad9e7;
}

*::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(236, 240, 243, 0.8);
}

::-webkit-input-placeholder { /* Edge */
  font-weight: 500;
  font-size: .9em;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-weight: 500;
  font-size: .9em;
}

::placeholder {
  font-weight: 500;
  font-size: .9em;
}

@media only screen and (min-width: 993px){
  .container {
    width: 86%;
  }
}

/* Elementos Gerais */
.mtop-1 {margin-top: 1rem;}
.mtop-2 {margin-top: 2rem;}
.mtop-3 {margin-top: 3rem;}
.mtop-4 {margin-top: 4rem;}
.mbot-1 {margin-bottom: 1rem;}
.mbot-2 {margin-bottom: 2rem;}
.mbot-3 {margin-bottom: 3rem;}
.mbot-4 {margin-bottom: 4rem;}
.ptop-1 {padding-top: 1rem;}
.ptop-2 {padding-top: 2rem;}
.pbot-1 {padding-bottom: 1rem;}
.pbot-2 {padding-bottom: 2rem;}

.text-left {
  text-align: left !important;
}

.btDefault {
  padding: 5px 1rem !important;
  color: #FFF;
  background: rgba(167,169,172,1);
  border-radius: 6px;
  cursor: pointer;
  font-size: 1.4em;
}

.pagination li:hover{
  background-color: #3c3533;
}

.pagination li:hover a {
  color: #fff;
}

.pagination li.active{
  background-color: #42b1bb;
}

.btDefault.rounded{
  border-radius: 25px;
}

.btDefault:hover{
  background: rgba(60,53,51,1);
}

.bg-cinza{
  background: #edeef0;
}

.faq {
  background-color: transparent;
  border: 0 !important;
  box-shadow: none;
}

.faq p {
  text-align: left;
}

.collapsible-body{
  padding-top: 0;
}

a.link-padrao {
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  color: #2a4153;
  font-family: "Futura Std", "Roboto", sans-serif;
}

a.btMenu {
  padding: 0 2rem;
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; } 
}
@-moz-keyframes fadeIn {
  0% { opacity: 0;}
  100% { opacity: 1; }
}
@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}


a.bt-tab-padrao, a.bt-tab-padrao-dark {
  font-family: "Futura Std", "Roboto", sans-serif;
  color: #485861 !important;
  background: rgba(57,179,186,0) !important;
  border: 1px solid #e9e9e9;
  border-radius: 25px;
  width: 90% !important;
}

a.bt-tab-padrao-dark {
  color: #fff !important;
  border: 1px solid #fff;
}

a.bt-tab-padrao.active, a.bt-tab-padrao:hover,
a.bt-tab-padrao-dark.active, a.bt-tab-padrao-dark:hover {
  color: #fff !important;
  background: rgba(57,179,186,1) !important;
  border: 1px solid #42b1bb;
}

.tab-case{
  display: flex;
  justify-content: center;
}
.tab-case li {
  margin-left: 0 !important;
}

#barra-menu-link {
  background: rgba(42,65,83,1);
  width: 100%;
  text-align: center;
  padding-top: 1.2rem;
  padding-bottom: 1rem;
}

nav.nav-menu{ height: 80px;}

nav {
  background: rgba(255,255,255,1);
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-top: 1rem;
}

nav .brand-logo img{
  max-height: 50px;
}

nav ul.nav-header li {
  height: 38px !important;
  margin-top:1rem;
}

nav ul.nav-header li a, nav ul.nav-header li a i {
  height: auto !important;
  line-height: 1em !important;
}
nav ul.nav-header li a i {
  font-size: 2em;
  margin-top: .5rem;
}
nav ul li a {
  padding: 0 5px;
  color: #de2136;
}
nav ul li {
  position: relative;
}
nav ul li.campo-busca{
  margin-left: 1rem;
  border: 1px solid #485861;
  border-radius: 25px;
  padding-left: 15px;
}

nav ul li.campo-busca input[type=text], .campo-busca2 input[type=text]{
  margin: 0!important;
  border-bottom: 0 !important;
  line-height: 1rem !important;
  font-size: 1.2em;
  height: 30px !important;
  position: relative !important;
  width: 80%;
}

li.busca {
  margin-right: 3rem;
}

.campo-busca2 input[type=text]{
  color: #FFF;
}

.campo-busca2 {
  padding-left: 2rem;
  margin-top: 1rem;
}

nav ul li.campo-busca input:focus{
  box-shadow: none !important;
}
nav ul li.campo-busca input::placeholder{
  color: #485861;
  font-size: 1em;
  font-weight: 500;
}
.campo-busca2 input::placeholder{
  color: #FFF;
  font-size: 1.2em;
  font-weight: 300;
}

nav ul li.campo-busca a {
  height: auto !important;
  background: #de2136 !important;
}
nav ul li.campo-busca a i, .campo-busca2 a i{
  position: absolute;
  margin-top: 0rem;
  top: 0;
  right: 0px;
  font-size: 1em;
  padding: .8rem;
  border-radius: 25px;
  color: #fff;
  height: auto !important;
  line-height: 1em !important;
  background: #de2136 !important;
}
.campo-busca2 a i{
  position: relative;
}

.menu-social{
  
}

nav li.social-media a, nav li.social-media a:hover {
  background: #fff;
}
nav li.social-media a i {
  color: #2a4153;
  font-size: 2.3rem;
  transition: color 400ms ease-in-out;
  background: #fff;
}
nav li.social-media a:hover i {
  color: #de2136;
}

nav.bloco-breadcrumb{
  background: #edeef0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 50px;
  line-height: 50px;
}

nav.bloco-breadcrumb .breadcrumb{
  color: #de2136;
  font-size: 1em;
}

nav.bloco-breadcrumb .breadcrumb.active{
  color: #3c3533;
}

.bt-restrito img { width: 80%; opacity: 1; transition: opacity 400ms ease-in-out;}
.bt-restrito:hover img { opacity: 0.7;}

.menu-links {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.menu-links a {
  color: #FFF;
  font-size: 1.4rem;
  position: relative;
  font-weight: bold;
}
.menu-links a::before {
  content: " ";
  position: absolute;
  width: 0%;
  height: 3px;
  background: #FFF;
  z-index: 10;
  bottom: -5px;
  transition: all 400ms ease-in-out;
}
.menu-links a:hover, .menu-links a.active {
  color: #de2136;
}
.menu-links a:hover::before {
  width: 100%;
}

.dropdown-content {
  width: auto !important;
  margin-left: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  max-height: 400px;
}
.dropdown-content li {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.dropdown-content li > a {
  border-radius: 0px !important;
  padding: 5px 15px !important;
}

nav.bloco-breadcrumb .breadcrumb:before {
  color: #3c3533;
  font-size: 1.3em;
}

.input-text-padrao, .textarea-padrao {
  border: 1px solid #939598 !important;
  width: 96% !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  /* border-radius: 3px !important; */
  color: #485861 !important;
  margin-bottom: .6rem !important; 
}

.input-text-padrao::placeholder, 
.textarea-padrao::placeholder, 
.input-text-padrao::placeholder {
  color: #3c3533 !important;
}

.textarea-padrao {
  margin: 0 !important;
  padding: 15;
  min-height: 130px !important;
  width: 100% !important;
}

.box-search {
  border-radius: 3px;
  border: 1px solid #eaeaea
}
.box-search input[type=text] {
  border: 0px !important;
  border-radius: 0px !important;
}
.box-search .row, .box-search form {
  margin-bottom: 0px;
  margin-block-end: 0px;
}
.box-search button {
  margin-top: 0.4rem;
  background: rgba(57,179,186,0);
  border:0;
  transition: all 350ms ease-in-out;
  border-radius: 5px;
  padding: 10px 15px;
}

.box-search button i {
  color: #de2136;
  font-size: 1.3em;
  transition: all 350ms ease-in-out;
}

.box-search button:hover {
  background: rgba(57,179,186,1);
  cursor: pointer;
}
.box-search button:hover i {
  color: #fff;
}
.banner-1920x300 {
  background-size: cover;
  min-height: 300px;
}

.site-breadcrumb .row {
  margin-bottom: 0;
}
.site-breadcrumb a, .site-breadcrumb i {
  display: inline-block;
  margin-right: 0.2rem;
  color: #939598 !important;
  font-size: 1.2em;
}
.site-breadcrumb i {
  vertical-align: middle;
}

/* END ELEMENTOS GERAIS  */



.nav-menu .sidenav-trigger {
  color: #3c3533;
  margin-right: 1rem;
}

.nav-menu .sidenav-trigger i{
  font-size: 3em;
}

.sidenav {
  background: rgba(0,0,0,0.9);
  padding-top: 1rem; 
}
.sidenav li.side-logo {
  min-height: 100px; 
}
.sidenav li.side-logo img {
  width: 100%;
}
.sidenav li a {
  color: #FFF;
  font-family: "Futura Std", "Roboto", sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
}
.sidenav li a.active, .sidenav li a:hover {
  color: #de2136;
}


.sidenav li hr {
  border: none;
  height: 1px;
  background: rgba(57,179,186,0.2);
}

.mob-social {
  text-align: center;
}
.mob-social a{
  display: inline-block !important;
  width: 60px;
}
.mob-social a i{
  color: #de2136 !important;
  font-size: 2em;
}


/* HOME */
#bannerHome {
  min-height: 200px;
}

.banner-bt {
  position: absolute;
  z-index: 1000;
  margin-top: 12%;
}
.banner-bt.banner-bt-left {
  left: 2rem;
}
.banner-bt.banner-bt-right {
  right: 2rem;
}
.banner-bt i {
  color: rgba(255,255,255,0.4);
  font-size: 2rem;
  transition: all 250ms ease-in-out;
}

.banner-bt:hover i {
  color: rgba(255,255,255,0.8);
}


#carousel-categorias-home .item-carousel-categ img {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  transition: all 300ms ease-in-out;
  transition-delay: 100ms;
}
#carousel-categorias-home .item-carousel-categ p {
  text-align: center;
  color: #FFF;
  font-size: 1.3rem;
  font-weight: bold;
  background: #2a4153;
  padding: 1rem .3rem;
  letter-spacing: 0.1rem;
  margin-top: 0;
  transition: all 300ms ease-in-out;
}

#carousel-categorias-home .item-carousel-categ a:hover p {
  background: #de2136;
}
#carousel-categorias-home .item-carousel-categ a:hover img {
  -webkit-filter: grayscale(90%); /* Safari 6.0 - 9.0 */
  filter: grayscale(90%);
}

#home-categorias {
  position: relative;
}
#home-categorias .carousel-bts {
  position: absolute;
  width: 100%;
  top: 9rem;
  z-index: 20;
}
#home-categorias .carousel-bts .bt-prev {
  float: left;
  margin-left: -5rem;
  opacity: 0.7;
  transition: all 300ms ease-in-out;
}
#home-categorias .carousel-bts .bt-next {
  float: right;
  margin-right: -3.5rem;
  opacity: 0.7;
  transition: all 300ms ease-in-out;
}

#home-categorias .carousel-bts .bt-prev:hover {opacity: 1;}
#home-categorias .carousel-bts .bt-next:hover {opacity: 1;}

#content-bar-text {
  background: #2a4153;
  display: block;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#content-bar-text .row {
  margin-bottom: 0;  
}
#content-bar-text p {
  color: #FFF;
  font-size: 1rem;
  text-align: center;  
}



#content-blog.parallax-container {
  height: auto !important;
}
.home-bloco-noticias .bloco-noticia {
  position: relative;
  width: 100%;
  height: 300px;
  transition: all 350ms ease-in-out;
  -webkit-box-shadow: 0px 9px 13px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 9px 13px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 9px 13px 0px rgba(0,0,0,0.1);
  
}
.home-bloco-noticias .bloco-noticia:hover {
  -webkit-box-shadow: 0px 9px 13px 0px rgba(0,0,0,0.62);
  -moz-box-shadow: 0px 9px 13px 0px rgba(0,0,0,0.62);
  box-shadow: 0px 9px 13px 0px rgba(0,0,0,0.62);
}
.home-bloco-noticias .item-noticia .item-noticia-bg {
  height: 300px;
  padding-right: 0;
  background-position-x: -6rem !important;
}
.home-bloco-noticias .item-noticia .item-noticia-bg-dir {
  height: 300px;
  padding-left: 0;
  background-position-x: 12rem !important;
}
.home-bloco-noticias .item-noticia .item-noticia-bg .noticia-chamada {
  background: rgba(255,255,255,1);
  display: block;
  position: relative;
  width: 50%;
  height: 100%;
  float: right;
  padding: 1rem;
}
.home-bloco-noticias .item-noticia .item-noticia-bg-dir .noticia-chamada-dir {
  background: rgba(255,255,255,1);
  display: block;
  position: relative;
  width: 50%;
  height: 100%;
  float: left;
  padding: 1rem;
}



.home-bloco-noticias .item-noticia h5 {
  font-family: "Futura Std", "Roboto", sans-serif;
  font-size: 1.6rem;
  background: #de2136;
  display: block;
  margin-top: 0;
  text-align: center;
  color: #FFF;
  width: 100px;
  padding: .5rem 1rem;
}

.home-bloco-noticias .item-noticia a.link-padrao {
  margin-top: 0.5rem;
}
.home-bloco-noticias .item-noticia p {
  font-size: .9rem;
  margin-top: 0.5rem;
  margin-block-end: 0.5rem;
}
.home-bloco-noticias .item-noticia span {
  display: block;
  margin-block-end: 0.3rem;
  font-size: 1.1rem;
  font-weight: 600;
}

/* PÁGINA QUEM SOMOS */
#content-quemsomos iframe {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: -8rem;
  -webkit-box-shadow: 0px 9px 13px 0px rgba(0,0,0,0.52);
  -moz-box-shadow: 0px 9px 13px 0px rgba(0,0,0,0.52);
  box-shadow: 0px 9px 13px 0px rgba(0,0,0,0.52);
}
.barra-vermelha {
  min-height: 200px;
  width: 100%;
  left: 0;
  padding-top: 8rem;
  padding-bottom: 3rem;
  background: #de2136;
}
.barra-vermelha h5{ color: #FFF; font-weight: 600; font-size: 2rem;}
.barra-vermelha p{ color: #FFF; font-size: 1.2rem;}

.quemsomos-equipe{padding-bottom: 5rem !important;}
.quemsomos-equipe h5{color: #FFF; text-align: center;}

.item-equipe{
  height: 320px;
  padding: 0 !important;
  position: relative;
}
.item-equipe p{
  color: #FFF;
  font-size: 1.1rem !important;
  letter-spacing: 0.05rem;
  padding: 0.6rem 1rem;
  background: #de2136;
  position: absolute;
  width: 100%;
  bottom: -3rem;
}
.item-equipe p span{ text-transform: uppercase;}

.quemsomos-clientes {
  position: relative;
}
.quemsomos-clientes h5{
  text-align: center;
  font-weight: 600; 
  font-size: 2rem;
}

.quemsomos-clientes .carousel-bts {
  position: absolute;
  width: 100%;
  top: 7rem;
  z-index: 20;
}
.quemsomos-clientes .carousel-bts .bt-prev {
  float: left;
  margin-left: -5rem;
  opacity: 0.7;
  transition: all 300ms ease-in-out;
}

.quemsomos-clientes .carousel-bts .bt-next {
  float: right;
  margin-right: -3.5rem;
  opacity: 0.7;
  transition: all 300ms ease-in-out;
}

.quemsomos-clientes .carousel-bts .bt-prev:hover {opacity: 1;}
.quemsomos-clientes .carousel-bts .bt-next:hover {opacity: 1;}
/* END PÁGINA QUEM SOMOS */

/* PÁGINA PRODUTOS */

#produto-interna {
  min-height: 600px;
}

.form-busca .input-field i {
  position: absolute;
  color: #de2136;
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-left: 1rem;
}

.form-busca input[type=text] {
  border: 2px solid #de2136;
  padding-left: 3rem;
  padding-right: 4rem;
  border-radius: 15px;
  color: #2a4153;
  width: 75%;
}

.form-busca input[type=text]::placeholder {
  color: #de2136;
}

.form-busca button {
  background: #de2136;
  z-index: 10;
  right: 2.5rem;
  font-size: 1.6rem;
  padding: .76rem 1rem;
  border: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  position: absolute;
  color: #FFF;
  transition: all 350ms ease-in-out;
  cursor: pointer;
}

.form-busca button:hover {
  background: #2a4153;
}


.item-categoria img {
  width: 100%;
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  transition: all 300ms ease-in-out;
  transition-delay: 100ms;
}
.item-categoria p {
  text-align: center;
  color: #FFF;
  font-size: 1.3rem;
  font-weight: bold;
  background: #2a4153;
  padding: 1rem .3rem;
  letter-spacing: 0.1rem;
  margin-top: 0;
  transition: all 300ms ease-in-out;
}

.item-categoria a:hover p {
  background: #de2136;
}
.item-categoria a:hover img {
  -webkit-filter: grayscale(90%); /* Safari 6.0 - 9.0 */
  filter: grayscale(90%);
}

.item-produto img {
  width: 100%;
}
.item-produto p {
  display: block;
  padding: 1rem;
  width: 100%;
  text-align: center;
  background: #2a4153;
  color: #fff;
  transition: all 400ms ease-in-out;
}
.item-produto a:hover p {
  background: #de2136;
}

.box-menu-categ{
  position: relative;
}

.bloco-categoria-lateral {
  border: 1px solid #d7d7d7;
  padding: 0!important;
  background: #FFF;
  position: relative;
  left: 0;
  max-width: 94%;
  z-index: 100;
}

.bloco-categoria-lateral .item-subcategoria {
  padding: 0!important;
}

.bloco-categoria-lateral .item-subcategoria h6 {
  background: #FFF;
  margin: 0;
  padding: 0.8rem 0.5rem;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  color: #2a4153;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  position: relative;

}
.bloco-categoria-lateral .item-subcategoria h6 i{
  position: absolute;
  right: 0.5rem;
}

.bloco-categoria-lateral .item-subcategoria h6:hover, 
.bloco-categoria-lateral .item-subcategoria h6.active {
  background: #edecec;
} 
.bloco-categoria-lateral .item-subcategoria .subcategorias {
  padding-left: 2rem;
  padding-right: 0.5rem;
  display: none;
}
.bloco-categoria-lateral .item-subcategoria .subcategorias a {
  display: block;
  color: #2a4153;
  font-size: 1rem;
  margin-top: 0.3rem;
  transition: all 300ms ease-in-out;
} 
.bloco-categoria-lateral .item-subcategoria .subcategorias a:hover,
.bloco-categoria-lateral .item-subcategoria .subcategorias a.active {
  color: #de2136;
  font-size: 1.1rem;
}
.bloco-categoria-lateral .item-subcategoria .subcategorias.active {
  display: block;
}

#produto-detalhes1 {
  background: #2a4153;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: -8rem;
}
#produto-detalhes1 h4 {
  font-weight: 600;
  color: #FFF;
}
#produto-detalhes1 p, #produto-detalhes2 p {
  color: #FFF;
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
}
#produto-detalhes1 img, #produto-detalhes2 img {
  width: 100%;
}

#produto-detalhes2 {
  background: #de2136;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#produto-detalhes2 h5 {
  font-weight: 600;
  color: #FFF;
  margin-top: 0;
}
#produto-detalhes3 {
  background: #2a4153;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 3rem;
  
}
#produto-detalhes3 h4 {
  font-weight: 600;
  color: #FFF;
  text-align: center;
}

#produto-carousel .item-carousel-prod {
  background: #fff;
  padding-top: 0.5rem;
  overflow: hidden;
  margin-bottom: -1rem;
}
#produto-carousel .item-carousel-prod img {
  transform: scale(1);
  transition: all 200ms ease-in-out;
  transition-delay: 100ms;
  width: 100%;
}
#produto-carousel .item-carousel-prod p {
  text-align: center;
  color: #FFF;
  font-size: 1rem;
  font-weight: bold;
  background: #de2136;
  padding: 1rem .3rem;
  letter-spacing: 0.1rem;
  margin-top: 0;
  transition: all 300ms ease-in-out;
  position: relative;
  z-index: 100;
  min-height: 90px;
}

#produto-carousel .item-carousel-prod a:hover p {
  background: #8f1120;
}
#produto-carousel .item-carousel-prod a:hover img {
  transform: scale(1.15);
}

#produto-carousel {
  position: relative;
}
#produto-carousel .carousel-bts {
  position: absolute;
  width: 100%;
  top: 18rem;
  z-index: 20;
}
#produto-carousel .carousel-bts .bt-prev {
  float: left;
  margin-left: -5rem;
  opacity: 0.7;
  transition: all 300ms ease-in-out;
}
#produto-carousel .carousel-bts .bt-next {
  float: right;
  margin-right: -3.5rem;
  opacity: 0.7;
  transition: all 300ms ease-in-out;
}

#produto-carousel .carousel-bts .bt-prev:hover {opacity: 1;}
#produto-carousel .carousel-bts .bt-next:hover {opacity: 1;}

#produto-interna .item-produto {
  height: 400px;
}

/* END PÁGINA PRODUTOS */

/* PÁGINA PARCEIROS */
#parceiros .form-busca button {
  padding: .75rem 1rem;
}

#cadastro-parceiro{
  /* position: relative; */
}
#cadastro-parceiro::before{
  content: ' ';
  width: 100%;
  min-height: 700px;
  background: #de2136;
  position: absolute;
  left: 0;
  z-index: -1;
}
#cadastro-parceiro h5{
  color: #FFF;
}

#login-parceiros input[type=text],
#login-parceiros input[type=password],
#cadastro-parceiro input[type=text],
#cadastro-parceiro input[type=email],
#cadastro-parceiro textarea {
  border: 0;
  background: #2a4153;
  color: #FFF;
  border-radius: 0;
  width: 94%;
  padding-left: 15px;
  padding-right: 15px;
}
#cadastro-parceiro textarea {
  padding: 15px;
  min-height: 100px;
  width: 100%;
}
#login-parceiros input[type=text]::placeholder,
#login-parceiros input[type=password]::placeholder,
#cadastro-parceiro input[type=text]::placeholder, 
#cadastro-parceiro input[type=email]::placeholder,
#cadastro-parceiro textarea::placeholder {
  color: #FFF;
}

#login-parceiros button,
#cadastro-parceiro button {
  background: #2a4153;
  padding: 0.4rem 1rem;
  border: 0;
  font-size: 1.1rem;
  position: relative;
  color: #FFF;
  transition: all 350ms ease-in-out;
  cursor: pointer;
  border-radius: 0;
  top: unset;
  right: unset;
  margin-right: 0;
  margin-top: 15px;
}

#login-parceiros {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #2a4153;
}

#login-parceiros input[type=text],
#login-parceiros input[type=password],
#login-parceiros button {
  background: #de2136;
}
#login-parceiros input[type=text],
#login-parceiros input[type=password] {
  width: 94%;
}
#login-parceiros h5 {
  color: #FFF;
  font-weight: 600;
  position: relative;
}
#login-parceiros button {
  margin-right: -0.9rem;
}

#downloads span {
  display: block;
  margin-top: 2rem;
  width: 60px;
  height: 6px;
  background: #de2136;
  float: right;
}
#downloads h4 {
  color: #FFF;
  font-weight: 600;
  transition: color 350ms ease-in-out;
}
#downloads a:hover h4 {
  color: #de2136;
}

#box-info-parceiro a {
  color: #2a4153;
}
#box-info-parceiro p {
  color: #2a4153;
  font-size: 1.2rem;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* END PÁGINA PARCEIROS */

/* PAGINA NOTÍCIAS */
#post-primario h5 {
  background: #de2136;
  font-size: 2rem;
  color: #FFF;
  padding: 2rem 2rem 3rem 2rem;
  position: relative;
  margin-top: -5rem;
  font-weight: 600;
  transition: all 350ms ease-in-out;
}
#post-primario h5 span {
  font-size: 1.6rem;
  color: #FFF;
  font-weight: 300;
}

#post-primario a:hover h5 {
  background: #2a4153;
}
#post-primario .input-field i {
  position: absolute;
  color: #de2136;
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-left: 1rem;
}

#post-primario input[type=text] {
  border: 2px solid #de2136;
  padding-left: 3rem;
  padding-right: 4rem;
  border-radius: 15px;
  color: #2a4153;
  width: 75%;
}

#post-primario input[type=text]::placeholder {
  color: #de2136;
}

#post-primario button {
  background: #de2136;
  z-index: 10;
  right: 2.5rem;
  font-size: 1.6rem;
  padding: .776rem 1rem;
  border: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  position: absolute;
  color: #FFF;
  transition: all 350ms ease-in-out;
  cursor: pointer;
}

#post-primario button:hover {
  background: #2a4153;
}

#blog-lista a {
  color: #2a4153;
}

#blog-lista a:hover h5 {
  color: #de2136;        
}

#blog-lista .img-post {
  height: 200px;
}
#blog-lista .item-post {
  min-height: 380px;
  -webkit-box-shadow: 0px 9px 13px 0px rgba(0,0,0,0);
  -moz-box-shadow: 0px 9px 13px 0px rgba(0,0,0,0);
  box-shadow: 0px 9px 13px 0px rgba(0,0,0,0);
  transition: all 550ms ease-in-out;
}
#blog-lista .item-post:hover {
  -webkit-box-shadow: 0px 9px 13px 0px rgba(0,0,0,0.52);
  -moz-box-shadow: 0px 9px 13px 0px rgba(0,0,0,0.52);
  box-shadow: 0px 9px 13px 0px rgba(0,0,0,0.52);
  transition: all 350ms ease-in-out;
}
#blog-lista h5 {
  font-size: 1.2rem;
  font-weight: 600;
  min-height: 50px;
}

#post-interna {
  padding-bottom: 4rem;
}

#post-interna .post-data {
  font-style: italic;
  font-size: 1.2rem;
  margin-top: 1rem;
}

#post-interna h5 {
  font-size: 2.5rem;
  font-weight: 600;
}

#post-interna h5 span {
  font-size: 1.6rem;
  font-weight: 400;
}



/* END NOTÍCIAS */

#gtx-trans{display: none !important;}

.sombra{
  -webkit-box-shadow: 0px 9px 13px 0px rgba(0,0,0,0.52);
  -moz-box-shadow: 0px 9px 13px 0px rgba(0,0,0,0.52);
  box-shadow: 0px 9px 13px 0px rgba(0,0,0,0.52);
}

.home-newsletter {
  -webkit-box-shadow: 0px 9px 13px 0px rgba(0,0,0,0.52);
  -moz-box-shadow: 0px 9px 13px 0px rgba(0,0,0,0.52);
  box-shadow: 0px 9px 13px 0px rgba(0,0,0,0.52);
}

.container-newsletter h5{
  color: #FFF;
  margin-top: 1.5rem;
}

.container-newsletter input[type=text], .container-newsletter input[type=email] {
  border: 2px solid #FFF;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 15px;
  color: #FFF;
  width: 90%;
}

.container-newsletter input[type=text]::placeholder, 
.container-newsletter input[type=email]::placeholder {
  color: #FFF;
}
.container-newsletter button {
  background: #FFF;
  z-index: 10;
  right: 1%!important ;
  font-size: 1.6rem;
  padding: .75rem 1rem;
  border: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  position: absolute;
  color: #2a4153;
  transition: all 350ms ease-in-out;
  cursor: pointer;
}
.container-newsletter button:hover {
  background: #de2136;
  color: #fff;
  
}


/* Footer */




@keyframes lds-blocks {
  0% {
    background: #de2136;
  }
  12.5% {
    background: #de2136;
  }
  12.625% {
    background: #f7f7f7;
  }
  100% {
    background: #f7f7f7;
  }
}
@-webkit-keyframes lds-blocks {
  0% {
    background: #de2136;
  }
  12.5% {
    background: #de2136;
  }
  12.625% {
    background: #f7f7f7;
  }
  100% {
    background: #f7f7f7;
  }
}
.lds-blocks {
  position: relative;
}
.lds-blocks div {
  position: absolute;
  z-index: 1000;
  width: 20px;
  height: 20px;
  background: #f7f7f7;
  -webkit-animation: lds-blocks 1s linear infinite;
  animation: lds-blocks 1s linear infinite;
}
.lds-blocks {
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

.box-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8)
}



footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  height: auto !important;
}
footer h4.titulo1, footer h4.titulo2{
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}
footer h4.titulo2{
  float: right;
}
footer h4.titulo1::before {
  content: ' ';
  position: absolute;
  width: 45px;
  height: 4px;
  top: 7.5rem;
  background: #de2136;
}
footer h4.titulo2::before {
  content: ' ';
  position: absolute;
  width: 45px;
  height: 4px;
  top: 7.5rem;
  margin-left: 3.3rem;
  background: #de2136;
}

footer h5{
  color: #FFF;
  font-size: 1.3rem;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}
footer .contato-fone h5{
  color: #FFF;
  font-size: 1.6rem;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}
footer img{
  width: 100%;
}

footer ul{
  max-width: 180px; display: inline-block; vertical-align: top;}
footer ul li{
  padding-top: 1rem;
  padding-right: 2rem;
}
footer ul li a{
  color: #FFF;
  font-size: 1.5rem;
  transition: all 350ms ease-in-out;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}

footer ul li a:hover{
  color: #de2136;
}
footer .link-social a{
  display: inline-block;
  color: #FFF;
  font-size: 2.2rem;
  margin-right: 0.6rem;
  margin-top: 2rem;
  transition: all 350ms ease-in-out;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}

footer .link-social a:hover{
  color: #de2136;
}

footer #form-campos .row{
  margin-bottom: 0;
}
footer #form-campos .contato-form { margin-top: 7rem}
footer #form-campos input[type=text], footer #form-campos input[type=email],
footer #form-campos textarea {
  border: 2px solid rgb(218, 218, 218);
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 15px;
  color: #FFF;
  width: 92%;
}
footer #form-campos textarea {
  width: 100%;
  height: 150px;
}
footer #form-campos button{
  border: 2px solid rgb(218, 218, 218);
  border-radius: 15px;
  background: rgba(217, 27, 45, 0);
  color: rgb(218, 218, 218);
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  font-size: 1.3rem;
  transition: all 350ms ease-in-out;
}
footer #form-campos button:hover{ 
  background: rgba(217, 27, 45, 1);
  color: rgb(255, 255, 255);
}
footer .developer {width: 12%; margin-top: 1rem;}

#player {height: 300px;}

.hide-desk {display: none;}
.hide-mobile{display: unset;}

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

  .hide-mobile{display: none;}
  .hide-desk {display: unset;}
  .content-site{
    padding-top: 49px;
    padding-bottom: 0;
  }

  .container {
    width: 100%;
  }

  #bannerHome {
    min-height: 200px;
    height: auto !important;
  }
  
  .banner-bt, .carousel-bts {display: none;}

  .nav-menu {
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
    left: 0;
    height: 80px;
    border-bottom: 1px solid #eeeeee;
  }
  
  .nav-menu .brand-logo img {
    width: 200px;
    margin-left: 4rem;
    margin-top: 1rem;
  }

  .nav-menu .brand-logo { 
    left: 85px;
  }
  
  .container-newsletter{
    text-align: center;
  }

  .carousel-item img {
    height: 200px !important;
    transform: scale(1.1);
    transform: scaleX(1.3);
  }

  .home-bloco-noticias .item-noticia .item-noticia-bg {
    height: auto !important;
    padding-right: 0;
    background-position-x: 0 !important;
  }
  .home-bloco-noticias .item-noticia .item-noticia-bg-dir {
    height: auto !important;
    padding-left: 0;
    background-position-x: 0 !important;
  }
  .home-bloco-noticias .item-noticia .item-noticia-bg .noticia-chamada {
    width: 100%;
    height: 100%;
    float: unset;
    
  }
  .home-bloco-noticias .item-noticia .item-noticia-bg-dir .noticia-chamada-dir {
    width: 100%;
    height: 100%;
    float: unset;
  }

  .bloco-noticia-mobile {
    background: #fff;
    text-align: center;
  }

  .form-busca button {
    right: 10px;
  }

  .container-newsletter button, #post-primario button {
    top: 0;
    right: 10px;
  }

  input[type=text], input[type=email], input[type=password]{
    width: 86% !important;
  }

  #login-parceiros input[type=text], 
  #login-parceiros input[type=password], 
  #cadastro-parceiro input[type=text], 
  #cadastro-parceiro input[type=email], 
  #cadastro-parceiro textarea{
    width: 90% !important;
  }
  #cadastro-parceiro textarea{
    width: 100% !important;
  }

  .form-busca input[type=text], #post-primario input[type=text] {
    width: 66% !important;
  }

  #login-parceiros button {
    margin-right: 10px;
  }

  #post-primario h5 {
    margin-top: 0
  }

  footer h4.titulo2 {
    position: relative;
    float: left;
  }
  footer h4.titulo2::before {
    margin-left: 0;
    top: 3rem;
  }

}

@media only screen and (max-width: 550px){

  #mobile-demo .campo-busca2 { position: relative; }
  #mobile-demo .campo-busca2 input { max-width: 80%; }
  #mobile-demo .campo-busca2 i {
    position: absolute;
    right: 5px;
    top:0px;
  }

  #bannerHome {
    min-height: 120px;
  }

  #bannerHome .carousel .carousel-item>img {
    width: 94%;
    margin-left: 3%;
  }
  #bannerHome .carousel-item img {
    height: 120px !important;
  }
  #carousel-categorias-home .item-carousel-categ img {
    width: 100%;
    max-width: 100%;
  }

  #produto-carousel .item-carousel-prod {
    text-align: center;
  }
  #produto-carousel .item-carousel-prod img {
    width: auto;
    max-width: 100%;
    display: unset;
  }

  #player {height: auto;}

  .carousel-item img {
    height: 200px !important;
    transform: scale(1);
    transform: scaleX(1);
  }
  footer .titulo1 {text-align: center; margin-left: -7%;}
  footer .titulo2 {text-align: center; display: block; width: 100%; margin-left: -7%;}
  footer .link-social {text-align: center; }
  .copydev {text-align: center;}
  .copydev img.developer {width: 30%;}
}