@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;900&display=swap');
*{
  font-family:"Montserrat";
}
p{
	color: #1b1b1b;
}

hr{
  border-color: #d1d1d1;
}

a{
	transition: all .6s;
}

img{
	max-width: 100%;
}


@media (min-width: 1000px) {

  /* Animations */
  .anime-scroll [data-animate] {
    opacity: 0;
    transition: .5s;
  }

  .anime-scroll [data-animate="left"] {
    transform: translate3d(-50px, 0, 0);
  }

  .anime-scroll [data-animate="right"] {
    transform: translate3d(50px, 0, 0);
  }

  .anime-scroll [data-animate="top"] {
    transform: translate3d(0, -50px, 0);
  }

  .anime-scroll [data-animate="bottom"] {
    transform: translate3d(0, 50px, 0);
  }

  .anime-scroll [data-animate="fade"] {
    opacity: 0;
  }

  .anime-scroll [data-animate="zoom"] {
    transform: scale(.6);
  }

  .anime-scroll [data-animate="zoomIn"] {
    transform: scale(1.3);
    opacity: 0;
    transform-origin: top;
    transition: .7s;
  }

  .anime-scroll [data-animate].animate {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale(1);
  }

  .anime-scroll [data-delay="1"] {
    transition-delay: .1s;
  }

  .anime-scroll [data-delay="2"] {
    transition-delay: .2s;
  }

  .anime-scroll [data-delay="3"] {
    transition-delay: .3s;
  }

  .anime-scroll [data-delay="4"] {
    transition-delay: .4s;
  }

  .anime-scroll [data-delay="5"] {
    transition-delay: .5s;
  }

}

.banner_topo{
  height: 124px; background: url(../img/sindmetro.jpg) no-repeat center; background-size: cover;display: block; width: 100%;
}
.topo{ 
	background-color: #e2e2e2;
  font-size: 14px;
  padding: 5px 0;
}
#header{
  position: relative;
  z-index: 1;
}
#header .btn_s{
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 7px 0 0 0;
  text-align: center;
}

#header .btn_s svg{
  fill: #fff;
  width: 20px;
  height: 20px;
}
/********************** Inicio Menu *******************************/
#menu-toggle {cursor: pointer; display: none; }		

#menu{
  background-color: #a80f0e;
}
#menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
  text-align: center;
}

#menu ul li{ 
	display: inline-block;
  vertical-align: top;
	height: auto; 
	position: relative;
}

#menu ul li a{ 
	font-size: 16px; 
	display: block; 
	height: auto;  
	padding: 0px 6px; 
	line-height: 50px; 
	color: #fff; 
	text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
} 

#menu ul li a:hover{ 
	background: #700706;
	color: #fff;
}  
 

/* Submenu */
#menu li ul {position: absolute; z-index:99999; top: 99%; left:0px; display: none; width: 210px; margin-left:0px; padding-top: 1px;}
#menu li ul li { height:auto; width: 210px; text-align: left; }
#menu ul li:hover > ul {display: block; }
#menu li ul li a{height:auto; line-height:20px; padding: 8px 10px; font-size:90%; background: rgba(0,0,0,0.8); }
#menu li ul li a:hover{background: #700706;}
#menu li ul li:last-child a{border-bottom: none;}
#menu li ul li a span{
  font-size: 20px;
  padding-left: 5px; 
}
#menu ul.submenu{
  width: 265px;
}
#menu ul.submenu li{ width: 265px; }
#menu li ul ul {top: 0; left: 99%;}
 
@media only screen and (min-width: 1200px) { 
	#menu.nav-fixed {position: fixed; left: 0; top:0; z-index: 199; width: 100%; padding: 5px 0; }
	#menu.nav-fixed ul{ display: block; margin: 0 auto; float: none; text-align: center; }
	#menu.nav-fixed ul li{display: inline-block; vertical-align: top; float: none;}
	#menu.nav-fixed ul a{line-height: 40px; color: #fff;} 
	#menu.nav-fixed li ul{text-align: left; display: none; top: 34px;}
	#menu.nav-fixed li ul a{ line-height:20px; }
  .arrow-menu::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
} 
.pull {display: none; background: url(../img/icones/pull.png?v=1) no-repeat right top #a80f0e; width: 36px; height: 36px; cursor: pointer;}

@media only screen and (max-width: 1200px) { 
  .pull {cursor: pointer; display: block; float: right;  }
  .bgplb{ background-position: right bottom; z-index: 999991; position: relative; }
  #menu {background: #fff; position: fixed; left: -100%; top: 0; padding-top: 25px; z-index: 9999; width: 100%; height:100vh; overflow-x: hidden;transition-property: left; transition-duration: 0.5s; transition-timing-function:  ease-in-out; margin: 0;}
  #menu ul{float: none !important; margin: 0 0; }
  #menu ul li {width: 90%; margin: 0 auto; display: block; float: none; height: auto; border-bottom:1px solid #ddd;}
  #menu ul li a {text-align: left; color: #171717; font-size: 1.1em; height: auto; line-height: 45px; padding: 0 10px; } 

  #menu ul li:hover > ul {display: block; }
  #menu ul li ul{position:relative; top:0px; margin:0px; width: 100% ; padding: 0 3%; } 
  #menu ul li li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    background: none;
  }
   #menu ul li li a{
    background: none;
    border-bottom: none;
     color: #171717;
   }
   #menu ul li li a:hover{
    border-bottom: none;
	}
   .arrow-menu:before{
    content: "›";
    position: absolute;
    top: -3px; 
    right: 10px;
    font-size: 40px;
    color: #171717;
   }
   #menu ul li li a:before{
    content: "»";
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-weight: bold;
   }
   #menu ul ul,
   #menu ul ul li{
    width: 100% !important;
   }
    #menu ul ul li ul{
      display: block;
      width: 100% !important;
      left: 0;
      top: 0;
    }
    #menu ul ul li ul a{
      background: #e7e7e7;
    }

  #menu-toggle:checked + #menu { left: 0 !important; }


	#header{
		position: sticky;
		top: 0;
		z-index: 111;
		background: #fff;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow:    0px 3px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow:         0px 3px 5px 0px rgba(0, 0, 0, 0.4);    
	} 
  .banner_topo{
    height: auto;
  }
}

.painel ul{
	padding-left: 0;
	list-style: none;
}
.painel img{
	width: 100%;
}
.slick-next {
  background-position: -34px 0 !important; 
  right: 5% !important;
}
.slick-prev {
  background-position: 0 0;
  left: 5% !important;
}

.carousel .slick-slide {
    padding:0 10px;  
}   
	.slick-next, .slick-prev{
    height: 32px !important; 
    opacity: 0.7;
    width: 32px !important;    
		background-image: url(../img/icones/arrow.png) !important;
  }
  .slick-next:before, .slick-prev:before{
    display: none !important;
  }
  .slick-next:hover, .slick-prev:hover{
    opacity: 1;
  }
  
.carousel .slick-slide{
  height: 110px;
}
.carousel .slick-slide img{
  display: block;
  margin: 0 auto;
  vertical-align: middle;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@media(min-width: 768px){
  .chamada{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 60px 20px 25px 20px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 84%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 84%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 84%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  }
}

@media(max-width: 768px){
  .chamada{
    color: #000;
    font-size: 18px;
    display: block;
    margin-top: 10px;
    font-weight: 500;
    border-bottom: 1px solid #a80f0e;
  }
  .chamada:after{
    content: "";
    width: 100%;
    margin-top: 8px;
    margin-bottom: 2px;
    display: block;
    border-bottom: 1px solid #9d9d9d;
  }
}
@media(max-width: 568px){
  .chamada{ 
    border-bottom: none;
  }
  .chamada:after{
    display: none;
  }
}

.noticias_home .media{
  padding-bottom: 5px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 5px;
}
.noticias_home .media:last-child{
  border:none;
}

.noticias_home img{
  height: 87px;
}
.noticias_home .media-body{
  font-size: 14px;
  color: #1b1b1b;
}

.zoom{display: block; text-align: center; width: 100%; overflow: hidden; position: relative;}
.zoom img {transition: all .5s; vertical-align: middle; width: 100%;}
.zoom:hover img {transform: scale(1.3); transition: all .5s;}
.lupa:before{
  position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    background: rgba(0, 0, 0, .4) url(../img/icones/zoom.png) no-repeat center;
    opacity: 0;
    transition: all .5s;
    z-index: 1;
    left: 0;
}
.lupa:hover:before{
  opacity: 1;
}

.btn1{
  color: #a80f0e;
  font-weight: 500;
  border-radius: 0; 
  border: 1px solid #a80f0e;
}
  .btn1:hover{
    background-color: #a80f0e;
    color: #fff;
  }

@media(min-width: 992px){
  .galeria_home{
    position: relative;
    width: 100%;
    display: block;
  }
  .galeria_home:hover figcaption{
    opacity: 1;
  }
  .galeria_home figcaption{
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: all .4s;
    padding: 30px 10px 10px 10px;
    text-align: center;
  background: -moz-linear-gradient(top,  rgba(168,15,14,0) 0%, rgba(168,15,14,1) 72%, rgba(168,15,14,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(168,15,14,0) 0%,rgba(168,15,14,1) 72%,rgba(168,15,14,1) 100%);
  background: linear-gradient(to bottom,  rgba(168,15,14,0) 0%,rgba(168,15,14,1) 72%,rgba(168,15,14,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a80f0e', endColorstr='#a80f0e',GradientType=0 );
  }
}
@media(max-width: 992px){
  .galeria_home figcaption{
    color: #000;
    font-size: 14px;
    display: block;
    margin-top: 5px;
  }
}
/*
.bnr{
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
}
@media(max-width: 660px){
  .bnr{
    height: 160px;
  }
}
.bnr-quemsomos{
  background-image: url(../img/topo/quemsomos.jpg);
}
.bnr-acordoscoletivos{
  background-image: url(../img/topo/acordoscoletivos.jpg);
}
.bnr-faleconosco{
  background-image: url(../img/topo/faleconosco.jpg);
}
.bnr-formacao{
  background-image: url(../img/topo/formacao.jpg);
}
.bnr-fotos{
  background-image: url(../img/topo/fotos.jpg);
}
.bnr-juridico{
  background-image: url(../img/topo/juridico.jpg);
}
.bnr-noticias{
  background-image: url(../img/topo/noticias.jpg);
}
.bnr-parcerias{
  background-image: url(../img/topo/parcerias.jpg);
}
.bnr-sejasocio{
  background-image: url(../img/topo/sejasocio.jpg);
}
.bnr-videos{
  background-image: url(../img/topo/videos.jpg);
}
.bnr-termo{
  background-image: url(../img/topo/termo.jpg);
}*/

.page-header{
  padding: 20px 0 0 0;
  margin-bottom: 40px;
  background: #fff;
  border-bottom: 2px solid #fe201e;
}
.page-header:after{
  content: "";
  margin-top: 8px;
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
}
  
.page-header h1{
  color: #700706;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0;
  margin: 0 0;
}

.tit{
  color: #a80f0e;
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #9d9d9d;
  font-weight: 600;
  position: relative;
  margin-bottom: 30px;
}

  .tit:before{
    content: "";
    width: 260px;
    border-bottom: 3px solid #a80f0e;
    position: absolute;
    left: 0;
    bottom: -7px;
  }

.tt{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000000;
}

/*@media(min-width: 768px){
  .tt{
    min-height: 60px;
  }
}*/

.topic{
  color: #a80f0e;
  font-size: 18px;
  text-transform: uppercase; 
  font-weight: 600;
  margin-bottom: 30px;
}

.topic2{
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.tt-gal{
  /*padding-left: 15px;*/
  text-align: center;
  margin-bottom: 5px;
  font-size: 16px;
  margin-top: 10px;
  min-height: 35px;
  margin-bottom: 10px;
}
/*.tt-gal:before{
  margin-top: 4px !important;
}*/

.list_link,
.list{
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

.list li{
  padding-left: 15px;
  margin-bottom: 5px;
}

/*.tt-gal:before,*/
.list_link li:before,
.list li:before{
  content: "";
  width: 7px;
  height: 7px;
  float: left;
  margin-top: 8px;
  background: #e3191c;
  margin-left: -15px; 
}

.list_link li{
  padding: 7px 7px 7px 25px;
  border:1px solid #d1d1d1;
  margin-bottom: 10px;
  transition: all .4s;
}

.list_link li:hover {
  border-color: #fe211e;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow:    0px 2px 8px 0px rgba(0, 0, 0, 0.35);
  box-shadow:         0px 2px 8px 0px rgba(0, 0, 0, 0.35);  
}

.list_link li a {
  color: #333;
}

.list_link li a:hover{
  color: #fe211e;
}
.marcas {
    border: 1px solid #c9c9c9;
    height: 200px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
}

 .marcas img{
 	display: block;
 	margin: 0 auto;
 	max-width: 80%;
  vertical-align: middle;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
 }

 .noticia{
 	border-bottom: 1px dotted #a5a5a5;
 	margin-bottom: 30px;
 }

 .noticia h3{
 	color: #a20e0d;
 	font-size: 22px;
 }

 .noticia time{
 	color: #999;
 }

 .pagination .active a.page-link{
 	background: #a20e0d;
 	border-color: #a20e0d;
 }

 .pagination a.page-link{
 	color: #a20e0d;
 }

 .btn-volta{
 	background: #a20e0d;
 	color: #fff;
 }

 .btn-volta:hover{
  	background: #860807;
    color: #fff;
  }

.cabecalho h2{
	color: #a20e0d;
  font-weight: 600;
	font-size: 22px;
	margin-bottom: 5px;
}

.cabecalho time{
	color: #737373;
}

 #form label{
  font-weight: 500;
 }

 #form .form-control{
  	min-height: 45px;
    background: #f7f7f7;
    border:1px solid #b8b8b8;
    border-radius: 0;
 }

 #form .btn{
 	background: #a20e0d;
 	color: #fff;
 	margin-top: 20px;
 	height: 50px;
 	border: none;
 	cursor: pointer;
  border-radius: 0;
 }

  #form .btn:hover{
  	background: #5a0201;
  }

 .captcha{
 	float: left;
 	border:1px solid #ccc;
 	margin-right: 10px;
 	padding: 9px 5px 9px 10px;
 }

 #captcha{
 	width: 180px;
 	float: left !important;
 }
 
input#termos-privacidade{
  margin: 0 10px 0 0; width: 15px; height: 15px;
}

#footer{
	padding: 30px 0 0 0;
	background: #a20e0d;
	color: #fff;
}

#footer address,
#footer p{
	color: #fff;
}

#footer .btn_s{
	border: 1px solid #fff;
	border-radius: 0;
	width: 37px;
	height: 37px;
	padding: 8px 0 0 0;
} 

	#footer svg{
		fill: #fff;
		width: 20px;
		height: 20px;
	}

.tt-footer{
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
} 
	
.rodape{
	margin-top: 15px;
	background-color: #860807;
	padding: 5px 0;
  font-size: 14px;
}

.fancybox-type-iframe .fancybox-inner {
  height: 450px !important;
}

.barratopo{display:none} 

 
@media(max-height: 295px){
 #menu{
 	 overflow-y: scroll;
 }
}

@media only screen and (max-width: 1200px) { 
 
  .barratopo{position:fixed; display: block; left: 0; top: 0; padding: 0; font-size:14px; width: 100%; height: 35px;
   z-index:99999; background: #006baa; }
  .barratopo span {color: #fff; position: absolute; line-height:35px; left: 10px;}
  .barratopo span img{margin: 0px 5px 0 0px;}
 
 
}

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


.wa img { max-width: 30px; margin-top: 4px; vertical-align: middle;}
.wa {color: #fff; display: block;}
.wa:hover {background: #41a79d;}

.wa {position: fixed; right: 40px; width: 50px; height: 50px; bottom: 30px; padding: 5px; vertical-align: middle; text-align: center;
border-radius: 50%; background: #0ba360; z-index: 1000; z-index: 2000;}
.wa::after,
.wa::before{content: ''; position: absolute; opacity: 0; border: 4px solid #0ba360; left: -10px; top: -10px; right: -10px; bottom: -10px; -webkit-border-radius: 50%; animation: WaveWhatsApp 1.5s ease infinite;}
.wa::after{animation-delay: .5s;}
@keyframes WaveWhatsApp {0%{ transform: scale(0.5); } 50%{ opacity: 1; } 100%{ transform: scale(1.2); opacity: 0; }}


.codephix_blog_post_video {
  width: 700px;
  max-width: 90%;
  margin: 25px auto 0 auto;
}
.codephix_embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.codephix_embed-container iframe, .codephix_embed-container object, .codephix_embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.codephix_embed-container embed, .codephix_embed-container video, .codephix_embed-container iframe, .codephix_embed-container iframe[style] {
  max-width: 100%;
}

#privacy-policy {
    width: 85%;
    max-width: 808px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    background-color: #fff !important;
    border-radius: 5px;
    position: fixed;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    z-index: 9999999999;
    padding: 20px 20px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: fadeIn 1.3s 5s forwards;
    -moz-animation: fadeIn 1.3s 5s forwards;
    animation: fadeIn 1.3s 5s forwards;
    font-size: 13px; 
}

#privacy-policy h5 {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;
}

#privacy-policy article {
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: calc(100% - 130px);
}

#privacy-policy button {
    width: 112px;
    height: 44px;
    border-radius: 5px;
    background-color: #a80f0e;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
}

#privacy-policy a {
  text-decoration: underline;
}

@media  (max-width: 767px) {
    #privacy-policy {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #privacy-policy article {
        width: 100%;
    }

    #privacy-policy button {
        width: 100%;
    }
}

  .alertRetorno{
    position: fixed;
      top: 0;
      z-index: 9999999999;
      background: rgba(0,0,0,0.5);
      width: 100%;
      height: 100%;
  }

  .fundoRetorno{
      margin: auto;
      top: 40%;
      position: relative;
      text-align: center;
      background: #fff;
      max-width: 308px;
      padding: 45px;
      border-radius: 7px;
  }

  .fechaalerta{
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer;
  }


.font-weight-normal {
    font-weight: 400 !important;
}