*{
	margin: 0px;
	padding: 0px;
}
body{
	font-family: 'Montserrat', sans-serif!important;
}
.topo-todo{
	width: 100%;
	position: absolute;
	z-index: 999;
	
	
}
.topo-todo-contato{
	width: 100%;
	padding: 10px 0px;
	background-color: rgba(32,35,60,0.8);
	display: flex;
	justify-content: center;
	align-items: center;
}
.item-contato-topo{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 20px;
}
@media screen and (max-width: 768px){
	.topo-todo-contato{
		flex-direction: column;
	}
	.item-contato-topo{
		margin: 5px 20px;
	}
}
.item-contato-topo img{
	width: 18px;
	height: 18px;
	margin-right: 10px;
}
.item-contato-topo p{
	color: #FFF;
	font-size: 0.8em;
	margin-bottom: 0rem!important;
}
.topo{
	width: 80%;
	margin: 0px auto;
	border-bottom: 1px solid #FFF;
	padding: 25px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 1120px){
	.topo{
		width: 90%;
	}
}
.topo img{
	width: 171px;
	height: 49px;
}
.logo-mobile{
	width: 171px;
	height: 49px;
	display: none;
	box-sizing: content-box!important;
}
.logo{
	width: 171px;
	height: 49px;
}
ul.menu{
	display: flex;
	justify-content: center;
	align-items: center;
}
ul.menu li{
	list-style: none;
	margin: 0px 5px;
}
ul.menu li a{
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	padding: 5px 15px;
	transition: 0.3s all;
}
ul.menu li a:hover{
	color: #c11320;
	transition: 0.3s all;
}
.ativo{
	color: #c11320!important;
}
.redes-mobile{
	display: none;
}
.redes-topo{
	display: flex;
	justify-content: center;
	align-items: center;
}
.redes-topo img{
	width: 18px;
	height: 18px;
	margin: 0px 5px;
}
.redes-topo-mobile{
	display: none;
	justify-content: center;
	align-items: center;
}
.redes-topo-mobile img{
	width: 18px;
	height: 18px;
	margin: 0px 5px;
}
@media screen and (max-width: 998px){
	.topo{
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
	}
	ul.menu{
		margin: 20px 0px;
	}
	.redes-topo img{
		margin: 0px 10px;
	}
}
ul.icones-home{
	width: 90%;
	margin: -75px auto 0px auto;
	z-index: 9999;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.icones{
	width: 25%;
	height: 150px;
	background-color: #20233c;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s all;
}
.icones:hover{
	background-color: #c11320;
	transition: 0.3s all;
}
.icones img{
	width: 20%;
	height: auto!important;
}
.borda{
	border-right: 1px solid #FFF;
}
.texto-icone{
	width: 65%;
	margin-left: 20px;
}
.texto-icone a{
	text-decoration: none;
}
.texto-icone h4{
	text-align: left;
	color: #FFF;
	font-style: italic;
	font-size: 0.9em!important;
	letter-spacing: 1px;
	cursor: pointer;
	text-transform: uppercase;
}
.texto-icone p{
	text-align: left;
	color: #FFF;
	font-weight: 400;
	cursor: pointer;
}
@media screen and (max-width: 1000px){
	.icones{
		flex-wrap: wrap;
		flex-direction: column;
	}
	.icones img{
		width: 28%;
	}
	.texto-icone{
		width: 90%;
		margin: 10px auto;
	}
	.texto-icone h4{
		text-align: center;
	}
	.texto-icone p{
		text-align: center;
	}

	.item-servico-home.vazio{
		width: 0;
	}
}
@media screen and (max-width: 768px){
	.topo img{
		width: 300px;
		height: 86px;
	}
	.topo-todo-contato{
		display: none;
	}
	.topo-todo{
		position: relative;
	}
	.logo{
		display: none;
	}
	.logo-mobile{
		display: block!important;
		padding-bottom: 20px;
	}
	ul.menu{
		display: none;
	}
	.borda{
		border-right: none;
		border-bottom: 1px solid #FFF;

	}
	ul.icones-home{
		width: 100%;
		margin: 0px auto 0px auto;
		background-color: #20233c;
		z-index: 0!important;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.icones{
		width: 100%;
		height: 100px;
		justify-content: center;
	}
	.icones img{
		width: 15%;
	}
	.texto-icone{
		width: auto!important;
		margin: 0px auto 0px 0px!important;
	}
	.texto-icone h4{
		text-align: left;
	}
	.texto-icone p{
		text-align: left;
	}
	.redes-topo{
		display: none;
	}
	.redes-topo-mobile{
		display: flex;
	}
	.redes-topo-mobile img{
		width: 18px!important;
		height: 18px!important;
		margin: 0px 5px;
		display: block!important;
	}
}
@media screen and (max-width: 450px){
	.topo img{
		width: 171px;
		height: 49px;
	}
}
@media screen and (max-width: 340px){
	.topo img{
		margin-top: 20px;
	}
}
@media screen and (max-width: 390px){
	ul.icones-home{
		width: 100%;
		margin: 0px auto 0px auto;
		background-color: #20233c;
	}
	.icones{
		width: 100%;
		margin: 0px auto;
		padding: 20px 0px;
		height: auto;
		flex-direction: column;
	}
	.icones img{
		width: 30%;
	}
	.texto-icone{
		margin: 0px auto 0px auto!important;
	}
	.texto-icone h4{
		width: 80%;
		margin: 0px auto;
		text-align: center;
	}
	.texto-icone p{
		width: 80%;
		margin: 0px auto;
		text-align: center;
	}
}
.imagem-grande{
	width: 100%;
	margin: 60px auto 0px auto;
}
.img-logo{
	width: 100%;
}
.topo-todo-interno{
	width: 100%;
	background-image: url(../img/banner-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.topo-interno{
	width: 80%;
	margin: 0px auto;
	padding: 60px 0px;
}
.topo-interno h1{
	color: #FFF;
	font-size: 2.5em;
}

/*969293*/

.sobre-h-todo{
	width: 100%;
	padding: 60px 0px;
	margin: 40px 0px 0px 0px;
	background-color: #f6f7f8;
}
.sobre-h{
	width: 90%;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 1160px){
	.sobre-h{
		align-items: center;
	}
}
.sobre-h-texto{
	width: 55%;
	display: flex;
	flex-direction: column;
}
.sobre-h-texto hr{
	background-color: #c11320;
	width: 100px;
	height: 4px;
	border: none;
	margin-bottom: 20px;
}
.sobre-h-texto h1{
	color: #20233c;
	font-style: italic;
}
.sobre-h-texto p{
	color: #969293;
	line-height: 25px;
	margin-top: 20px;
}
.sobre-icones-h{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: stretch;
	margin-top: 40px;
}
.item-sobre-icones-h{
	width: 47%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}
.item-sobre-icones-h img{
	width: 55px!important;
	height: 55px!important;
	margin-right: 20px;
}
.item-sobre-icones-h h1{
	font-size: 1em!important;
	font-weight: 700;
}
.item-sobre-icones-h hr{
	background-color: #969293!important;
	width: 50px!important;
	height: 4px;
	margin-bottom: 10px;
}
.item-sobre-icones-h p{
	font-size: 0.85em;
	margin-top: 10px!important;
}
.sobre-h-imagem{
	width: 40%;
}
@media screen and (max-width: 1160px){
	.sobre-h{
		width: 85%;
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: column;
	}
	.sobre-h-texto{
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.sobre-h-imagem{
		width: 100%;
	}
}
@media screen and (max-width: 520px){
	.item-sobre-icones-h{
		width: 100%;
		justify-content: center;
		align-items: center;
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 320px){
	.sobre-h-texto h1{
		font-size: 1.5em;
	}
	.item-sobre-icones-h h1{
		font-size: 1em!important;
	}
}
.servico-h{
	width: 90%;
	margin: 80px auto 40px auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.servico-h-texto{
	width: 22.5%;
}
.servico-h-texto hr{
	background-color: #c11320;
	width: 100px;
	height: 4px;
	border: none;
	margin-bottom: 20px;
}
.servico-h-texto h1{
	width: 80%;
	margin: 0px;
	text-align: left;
	color: #20233c;
	font-size: 1.4em!important;
	font-style: italic;
	font-weight: 700;
}
.servico-h-texto p{
	width: 80%;
	margin: 0px;
	text-align: left;
	color: #969293;
	line-height: 25px;
	margin-top: 20px;
	font-size: 0.9em!important;
}
.item-servico-home{
	width: 22.5%;
	margin-bottom: 40px;
}
@media screen and (max-width: 1100px){
	.servico-h{
		justify-content: center;
	}
	.servico-h-texto{
		width: 30%;
	}
	.item-servico-home{
		width: 30%;
		margin: 0px 10px 40px 10px;
	}
}
@media screen and (max-width: 768px){
	.servico-h{
		justify-content: space-between;
	}
	.servico-h-texto{
		width: 45%;
	}
	.item-servico-home{
		width: 45%;
	}
}
@media screen and (max-width: 450px){
	.servico-h{
		justify-content: center;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.servico-h-texto{
		width: 100%;
		margin: 0px 0px 20px 0px;
	}
	.servico-h-texto h1{
		width: 100%;
	}
	.servico-h-texto p{
		width: 100%;
	}
	.item-servico-home{
		width: 100%;
		margin: 0px 0px 20px 0px;
	}
}
.item-servico-home img{
	width: 100%!important;
}
.item-servico-home h1{
	color: #20233c;
	text-align: left;
	font-size: 1em!important;
	font-weight: 700;
	margin: 20px 0px;
}
.item-servico-home p{
	color: #969293;
	text-align: justify;
	font-size: 0.9em!important;
	line-height: 23px;
	padding-bottom: 20px;
}
.item-servico-home a{
	text-decoration: none;
	color: #969293;
	font-weight: 800;
	font-size: 0.9em!important;
	text-align: right!important;
}
.chamada-1-todo{
	width: 100%;
	padding: 100px 0px;
	background-image: url(../img/bg-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.chamada-1{
	width: 90%;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.chamada-1-texto{
	width: 60%;
}
.chamada-1-texto h3{
	color: #FFF;
	text-align: left;
	font-size: 1.4em;
	font-weight: 700;
}
.chamada-1-texto p{
	color: #FFF;
	text-align: left;
	line-height: 25px;
	margin-top: 20px;
}
@media screen and (max-width: 768px){
	.chamada-1{
		justify-content: center;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.chamada-1-texto{
		width: 100%;
	}
	.chamada-1-texto h3{
		text-align: center;
	}
	.chamada-1-texto p{
		text-align: center;
		padding-bottom: 40px;
	}
}
.chamada-1-link{
	background-color: #c11320;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.chamada-1-link a{
	color: #FFF;
	text-decoration: none;
	font-weight: 600;
	font-size: 1.2em;
	padding: 0px 20px;
}
.chamada-1-link span{
	background-color: #FFF;
	color: #c11320;
	font-size: 2em;
	padding: 0px 10px;
}
.clientes-home{
	width: 90%;
	margin: 0px auto;
	padding: 40px 0px;
}
.clientes-home hr{
	background-color: #c11320;
	width: 100px;
	height: 4px;
	border: none;
	margin: 0px auto;
}
.clientes-home h1{
	color: #20233c;
	text-align: center;
	font-size: 1.4em;
	font-style: italic;
	font-weight: 700;
	margin: 20px auto;
}
.clientes-home p{
	color: #969293;
	line-height: 25px;
	text-align: center;
	font-size: 0.9em;
}
.clear{
	clear: both;
}
.rodape-todo{
	width: 100%;
	margin: 60px auto 0px auto;
	border-top: 1px solid #d3cdcf;
	padding: 40px 0px 0px 0px;
}
.rodape{
	width: 90%;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.rodape img{
	width: 150px;
	height: 43px;
}
.rodape p{
	width: 40%;
	line-height: 25px;
	font-size: 0.9em;
	color: #969293;
	text-align: center;
}
@media screen and (max-width: 600px){
	.rodape{
		flex-direction: column;
		justify-content: center;
		flex-wrap: wrap;
	}
	.rodape img{
		width: 80%;
		height: auto;
	}
	.rodape p{
		width: 100%;
		margin: 40px 0px;
	}
}
.redes-rodape{
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.redes-rodape img{
	width: 18px;
	height: 18px;
	margin: 0px 5px;
}
/* MENU */

#header {
  padding: 5px 20px 5px 0px;
  right: 0px;
  display: none;position: absolute;
  z-index: 99999;
}
@media screen and (max-width: 768px){
	#header{
		display: block;
	}
}
#menu {
  background-color: rgba(32,35,60,1);
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  text-align: center;
  top: 0;
  transition: all 0.7s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 1100; }
  #menu.open {
    opacity: 1;
    visibility: visible; }
    #menu.open li:nth-child(1) {
      animation-delay: 0.1s; }
    #menu.open li:nth-child(2) {
      animation-delay: 0.2s; }
    #menu.open li:nth-child(3) {
      animation-delay: 0.3s; }
    #menu.open li:nth-child(4) {
      animation-delay: 0.4s; }
    #menu.open li:nth-child(5) {
      animation-delay: 0.5s; }
    #menu.open li:nth-child(6) {
      animation-delay: 0.6s; }
    #menu.open li:nth-child(7) {
      animation-delay: 0.7s; }
    #menu.open li:nth-child(8) {
      animation-delay: 0.8s; }
    #menu.open li:nth-child(9) {
      animation-delay: 0.9s; }
    #menu.open li:nth-child(10) {
      animation-delay: 1s; }
    #menu.open li {
      animation-duration: 1.0s;
      animation-fill-mode: both;
      animation-name: fadeInUp; }
  #menu ul:hover a {
    opacity: 0.5; }
  #menu ul a {
    -webkit-transform: translateZ(0);
    transition: opacity 0.3s ease-in-out; }
    #menu ul a:hover {
      opacity: 1; }
  #menu .main-nav {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
    #menu .main-nav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    #menu .main-nav a {
      color: #ffffff;
      display: block;
      font-size: 1.2em;
      font-weight: bold;
      padding: 1rem 1rem;
      text-decoration: none;
      text-transform: uppercase; }
      #menu .main-nav a:first {
        padding-top: 0; }
  #menu .menu-footer {
    padding: 2rem;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0; }
    #menu .menu-footer ul {
      display: inline-block;
      list-style: none;
      margin: 0;
      padding: 0; }
      #menu .menu-footer ul li {
        display: block;
        margin: 0; }
    #menu .menu-footer a {
      color: #ffffff;
      text-decoration: none;
      text-transform: uppercase; }
      @media screen and (max-width: 450px){
      	#menu .main-nav a {
	      font-size: 1em;
	  }
      	#menu .menu-footer a {
      		font-size: 0.9em;
      	}
      }

/*aqui*/
.toggle-menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: right;
  height: 50px;
  outline: none;
  padding: 0;
  pointer-events: initial;
  position: relative;
  vertical-align: middle;
  width: 50px;
  z-index: 1110; }
  .toggle-menu span {
    background-color: #c11320;
    content: "";
    display: block;
    height: 2px;
    left: calc(50% - 13px);
    position: absolute;
    top: calc(50% - 1px);
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
    width: 26px; }
    .toggle-menu span:before, .toggle-menu span:after {
      background-color: #c11320;
      content: "";
      display: block;
      height: 2px;
      position: absolute;
      transform-origin: 50% 50%;
      transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
      width: 26px; }
    .toggle-menu span:before {
      top: 7px; }
    .toggle-menu span:after {
      top: -7px; }
  .toggle-menu.active span {
    background-color: transparent;
    transition: background 0.2s ease-out; }
    .toggle-menu.active span:before, .toggle-menu.active span:after {
      transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out; }
    .toggle-menu.active span:before {
      top: 0;
      transform: rotate3d(0, 0, 1, -45deg); }
    .toggle-menu.active span:after {
      top: 0;
      transform: rotate3d(0, 0, 1, 45deg); }

/* FINAL MENU */
.videobg {
  height: 450px;
  overflow: hidden;
  position: relative; /* requires for to position video properly */
}

video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover; /* combined with 'absolute', works like background-size, but for DOM elements */
}

/** Marco 18-02-2021 */

.made-by{
	margin-top: 10px;
	padding: 15px 0px;
	text-align: center;
	font-size: 0.9em;
	color: #969293;

	display: flex;
	justify-content: space-around;
	align-items: center;

	flex-wrap: wrap;
}

.made-by a{
	color: #969293;
	text-decoration: none;
}

/* <!-- Carousel --> */
#jquery-script-menu{position:absolute;height:90px;width:100%;top:0;left:0;border-top:5px solid #316594;background:#fff;-moz-box-shadow:0 2px 3px 0 rgba(0,0,0,.16);-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.16);box-shadow:0 2px 3px 0 rgba(0,0,0,.16);z-index:999999;padding:10px 0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.jquery-script-center{max-width:960px;margin:0 auto}.jquery-script-center ul{width:212px;float:left;line-height:45px;margin:0;padding:0;list-style:none}.jquery-script-center a{text-decoration:none}.jquery-script-ads{max-width:728px;height:90px;float:right}.jquery-script-clear{clear:both;height:0}#carbonads{display:block;overflow:hidden;max-width:728px;position:relative;font-size:22px;box-sizing:content-box}#carbonads>span{display:block}#carbonads a{color:#4078c0;text-decoration:none}#carbonads a:hover{color:#3664a3}.carbon-wrap{display:flex;align-items:center}.carbon-img{display:block;margin:0;line-height:1}.carbon-img img{display:block;height:90px;width:auto}.carbon-text{display:block;padding:0 1em;line-height:1.35;text-align:left}.carbon-poweredby{display:block;position:absolute;bottom:0;right:0;padding:6px 10px;text-align:center;text-transform:uppercase;letter-spacing:.5px;font-weight:600;font-size:8px;border-top-left-radius:4px;line-height:1;color:#aaa!important}@media only screen and (min-width:320px) and (max-width:759px){.carbon-text{font-size:14px}}@media only screen and (max-width:1023px){.jquery-script-ads{display:none}}


/*www.oguzhansengul.com*/
#rcbrandDemo1, #rcbrandDemo2, #rcbrandDemo3 {
    display:none;
    }
    
    .rc-rcbrand-container {
        position:relative;
        max-width:100%;
        margin-bottom: 20px;
    }
    .rc-rcbrand-ul {
        position:relative;
        width:99999px;
        margin:0px;
        padding:0px;
        list-style-type:none;   
        text-align:center;  
        overflow: auto;
    }
    
    .rc-rcbrand-inner {
        position: relative;
        overflow: hidden;
        float:left;
        width:100%;
        background: #ffffff;;
        border-radius:5px;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;  
    }
    
    .rc-rcbrand-item {
        float:left;
        margin:0px;
        padding:0px;
        cursor:pointer;
        position:relative;
        line-height:0px;
    }
    .rc-rcbrand-item img {
        max-width: 100%;
        cursor: pointer;
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .rc-rcbrand-nav-left,
    .rc-rcbrand-nav-right {
        padding:5px 10px;
        border-radius:50%;    
        position: absolute;
        cursor: pointer;
        z-index: 4;
        top: 50%;
        transform: translateY(-50%);   
        /*background: rgb(32, 35, 60, 0.5);*/
        color: #20233c;
        font-size: 3em;
        font-weight: 600;   
    }
    
    .rc-rcbrand-nav-left {
        left: 10px;
    }
    
    .rc-rcbrand-nav-left:before {
        content: "<"
    }
    
    .rc-rcbrand-nav-left.disabled {
        opacity: 0.4;
    }
    
    .rc-rcbrand-nav-right {
        right: 5px;    
    }
    
    .rc-rcbrand-nav-right:before {
        content: ">"
    }
    
    .rc-rcbrand-nav-right.disabled {
        opacity: 0.4;
    }

/* <!-- Final Carousel --> */