@font-face {
    font-family: 'robotocondensed';
    src: url('../fontes/roboto-condensed-webfont.eot');
    src: url('../fontes/roboto-condensed-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fontes/roboto-condensed-webfont.woff2') format('woff2'),
        url('../fontes/roboto-condensed-webfont.woff') format('woff'),
        url('../fontes/roboto-condensed-webfont.ttf') format('truetype'),
        url('../fontes/roboto-condensed-webfont.svg#robotocondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
reset
*/

*{
    margin: 0;
    padding: 0;
    outline: none;

}

body, input, textarea, iframe, hr, select{
	font-family: 'robotocondensed';
    font-size: 16px;
	border: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #656565;
}
input::-moz-placeholder, textarea:-moz-placeholder { /* Firefox 19+ */
  color: #656565;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */
  color: #656565;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
  color: #656565;
}

.Cont1300{
	width: 1300px;
	margin: 0 auto;
	
}


.Cont1250{
	width: 1250px;
	margin: 0 auto;
	
}

.Cont1200{
	width: 1200px;
	margin: 0 auto;
	
}

.Cont1120{
	width: 1120px;
	margin: 0 auto;
	
}

.Cont1100{
	width: 1100px;
	margin: 0 auto;
	
}

.Cont980{
	width: 980px;
	margin: 0 auto;
	
}

.Box-Header{
	width: 100%;
	float: left;
	position: relative;
	z-index: 99;
	
}

.Header-Top{
	width: 100%;
	float: left;
	background-color: #E8AB00;
}

.CondTop{
	float: right;
	position: relative;
}
/*
.CondTop:before{
	width: 
}*/

.ItemT{
    float: left;
    color: #ffffff;
    font-size: 13px;
    padding: 16px 34px 18px;
    letter-spacing: 0.5px;
    opacity: 0.95;
}

.ItemT a{
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;

}

.ItemT a:hover{
	opacity: 0.8;
}

.Hor{
	padding: 16px 8px 18px 20px;
	background-image: url('../images/Hor.png');
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 20px;
}


.Header-Medium{
	width: 100%;
	float: left;
	background: -moz-linear-gradient(left, rgba(138,16,2,0.85) 0%, rgba(138,16,2,0.85) 100%);
	background: -webkit-linear-gradient(left, rgba(138,16,2,0.85) 0%,rgba(138,16,2,0.85) 100%);
	background: linear-gradient(to right, rgba(138,16,2,0.85) 0%,rgba(138,16,2,0.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d98a1002', endColorstr='#d98a1002',GradientType=1 );
	-webkit-box-shadow: 0px 1px 43px -9px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 43px -9px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 43px -9px rgba(0, 0, 0, 0.2);
	
}

.Sub{
	width: 100%;
	float: left;
}


.ContLogo{
    width: 277px;
    height: 49px;
    float: left;
    margin: 30px 115px 29px 10px;
    position: relative;
    z-index: 9;
}


.ContLogo .Logo{
	font-size: 0;
    width: 100%;
    height: 100%;
    float: left;
	background-image: url('../images/Tarisul.png');
}

.ContMenu, .Menu{
	float: left;
	
}

.Ulmenu{
	float: left;
}

.TxtMenu{
	float: left;
	list-style: none;
	position: relative;
}


.AMenu{
    color: #ffffff;
    font-size: 19px;
    padding: 41px 43px 44px;
    float: left;
    text-decoration: none;
    letter-spacing: 0.5px;
    opacity: 0.96;
}


/*
.AMenu:after{
	content: '';
    height: 4px;
    width: 0;
    position: absolute;
    background-color: #F9D300;
    left: 0;
    right: 0;
    bottom: -2px;
    margin: auto;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}



.TxtMenu:hover .AMenu:after{
	width: 60%;

}
*/

.TxtMenu:hover .AMenu{
	background-color: #E8AB00;
    color: #ffffff;

}

.blackPage {
	background: -moz-linear-gradient(left, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000',GradientType=1 );
	width: 101%;
    height: 101%;
    position: fixed;
    top: 0;
    left: -1px;
    z-index: -9;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.25s, opacity 0.25s linear;
    -webkit-transition: visibility 0.25s, opacity 0.25s linear;
}


.RedesT{
	float: right;
	margin-left: 40px;
}

.RedesT .RedeT{
	width: 26px;
	height: 26px;
	float: left;
    padding: 41px 0 41px;
    cursor: pointer;
}

.RedesT a:hover .Facebook{
	fill: #E8AB00;
}


.ContFone{
	display: none;
	text-align: center;
    height: 70px;
    width: 22%;
    float: right;
	max-width: 110px;
}

/*FIM CABEÇALHO*/

.Conteudo{
	width: 100%;
	float: left;
	
}

.Banner{
	width: 100%;
	float: left;
	height: 880px;
	margin-top: -159px;
	position: relative;
	overflow: hidden;

}

#owl-Banner .owl-stage-outer{
	position: fixed !important;
	
}

#owl-Banner .item{
	width: 100%;
	height: 880px;
	float: left;
	position: relative;
	overflow: hidden;
	
}


#owl-Banner .item img{
	position: relative;
	object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 250px;

}

#svgPlay {
position: absolute;
width: 100%;
height: 130px;
text-align: center;
padding: 120px 0 0;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
float: left;
display: inline-block;
z-index: 9;
}
.fullSpan { position: absolute; width:100%; height: 100%; z-index: 99;cursor:pointer; }

#svgPlay:hover #fill01, #svgPlay:hover #fill02, .fullSpan:hover #fill01, .fullSpan:hover #fill02 {
fill: #8a1002e6;
}
.Vid {
width: 100%;
float: left;
height: 100%;
height: 100vh;
min-height: 400px;
object-fit: cover;
}


.text{
    position: absolute;
    width: 100%;
	max-width: 1200px;
	left: 0;
	right: 0;
	bottom: 320px;
	margin: auto;
	z-index: 3;
	
}

.BloLef{
	float: left;

}

.P1{
	font-size: 65px;
	color: #8A1002;
	letter-spacing: 0.3px;
	position: relative;
	margin-bottom: 5px;
	font-weight: bold;
}

.P2{
	font-size: 36px;
	color: #3a3a3a;
	letter-spacing: 0.3px;
	position: relative;
}

.text:before{
	content: '';
	width: 5px;
	height: 82%;
	position: absolute;
	left: -30px;
	top: 8px;
	bottom: 0;
	margin: auto;
	background-color: #E8AB00;
}

.LinhaB{
	width: 100%;
	float: left;
	height: 3px;
	background-color: #E8AB00;
}


.Bloco, .Bran{
	width: 100%;
	float: left;
	background-color: #ffffff;
	position: relative;
	z-index: 9;
}

.ContTar{
	width: 100%;
	float: left;
}

.ContTxtTar{
	width: 100%;
	float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-image: url(../images/TarisulL.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-right: 40px;
    padding: 140px 0 140px 490px;
}

.TTar{
	width: 100%;
	float: left;
	font-size: 42px;
	color: #8A1002;
	margin-bottom: 15px;

}

.LinhaT{
	float: left;
	margin-left: -65px;
	height: 5px;
	width: 125px;
	background-color: #E8E8E8;
	margin-bottom: 15px;

}

.TxtTar{
	width: 100%;
    float: left;
   	/*font-size: 23px;*/
   	font-size: 18px;
   	color: #7F7F7F;
   	line-height: 30px;
        text-align: justify;
}

.ImgF{
	width: 100%;
	float: left;
	margin-top: 42px;
}

/*C1*/

.BlocoS{
	background-image: url('../images/BgMeio.jpg');
	background-position: center;
	background-attachment: fixed;

}

.BgS{
	width: 100%;
	float: left;
	background: -moz-linear-gradient(left, rgba(232,171,0,0.95) 0%, rgba(232,171,0,0.95) 100%);
	background: -webkit-linear-gradient(left, rgba(232,171,0,0.95) 0%,rgba(232,171,0,0.95) 100%);
	background: linear-gradient(to right, rgba(232,171,0,0.95) 0%,rgba(232,171,0,0.95) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2e8ab00', endColorstr='#f2e8ab00',GradientType=1 );
}

.ContT {
    width: 100%;
    float: left;
    text-align: center;
    padding: 50px 0 45px;
}

.TPrinc {
    display: inline-block;
    padding: 0 25px;
    text-align: center;
    font-size: 32px;
    position: relative;
    font-weight: normal;
    color: #ffffff;
    letter-spacing: 0.5px;
}


.BlocoC1{
	width: 100%;
	float: left;
	position: relative;
	margin: 0 0 85px;
}


.ItemC1{
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
	cursor: pointer;
	margin-top: 10px;

}

.ImgC1{
	width: 76px;
	height: 76px;
	background-color: #8A1002;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	display: inline-block;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;

}

.ItemC1:hover .ImgC1{
	    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    filter: brightness(120%);
    -webkit-filter: brightness(120%);
}

.ContTxtC1{
	width: 100%;
	float: left;
	
}


.NC1{
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 0.5px;
    padding: 24px 0 27px;
    font-weight: normal;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 1);
}

.RC1{
	text-align: left;
	width: 100%;
    float: left;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.8px;
    opacity: 0.9;
    line-height: 20px;

}

.PerC1{
	width: 100%;
    float: left;
    font-size: 13px;
    color: #333333;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 16px 5px 14px 33px;
    background-image: url(../images/Per.png);
    background-repeat: no-repeat;
    letter-spacing: 0.2px;
    background-position: 9px center;
    border-bottom: 1px solid #E8E8E8;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);

}


.Next{
	position: absolute;
	width: 30px;
	height: 46px;
	top: 10px;
	right: -90px;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	opacity: 0.4;
}

.Back{
	position: absolute;
	width: 30px;
	height: 46px;
	top: 10px;
	left: -90px;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	opacity: 0.4;
}


.Next:hover .HSet, .Back:hover .HSet{
	fill: #8A1002;

}

.BlocoSeja{
	background-image: url('../images/BgSeja2.jpg');
	background-position: right;
	background-attachment: fixed;
}

.BgSeja{
	width: 100%;
	float: left;
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 41%, rgba(255,255,255,0.71) 62%, rgba(255,255,255,0) 80%);
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 41%,rgba(255,255,255,0.71) 62%,rgba(255,255,255,0) 80%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 41%,rgba(255,255,255,0.71) 62%,rgba(255,255,255,0) 80%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.ContS{
	width: 100%;
	float: left;
	padding: 200px 0 215px;
}

.ContSeja{
	width: 100%;
	float: left;
	/*max-width: 558px;*/
	max-width: 65%;
}

.BtnSeja{
	float: left;
	background-color: #8A1002;
	padding: 14px 35px 17px;
	border-radius: 40px;
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
	margin-top: 45px;
}

.BtnSeja:hover{
	background-color: #E8AB00;
}


.BlocoLig{
	background-image: url('../images/BgLig.jpg');
	background-position: left;
	background-attachment: fixed;
}

.BgLig{
	width: 100%;
	float: left;
}

.BoxL{
	width: 100%;
	float: left;
	padding: 145px 0;
}

.ContL{
	width: 100%;
	float: left;
	max-width: 383px;
	padding-left: 80px;
}

.TLig{
	width: 100%;
    float: left;
    font-size: 33px;
    color: #8A1002;
    margin-bottom: 12px;
    letter-spacing: -1px;
}

.LinhaT2{
	float: left;
    margin-left: -60px;
    height: 5px;
    width: 125px;
    background-color: #E8E8E8;
    margin-bottom: 10px;
}

.TxtLig{
	width: 100%;
    float: left;
    font-size: 20px;
    color: #7F7F7F;
    line-height: 28px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 5px 80px;
    background-image: url('../images/Set.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.BoxForm{
    width: 100%;
    max-width: 380px;
    float: left;
    padding: 2px 40px 2px 70px;
}

.FormLig{
	width: 100%;
	float: left;
}

.InputLig{
	width: 100%;
	float: left;
	height: 55px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 25px 1px;
    background-color: #F3F3F3;
    border-radius: 40px;
    margin-bottom: 13px;
    color: #595959;
    font-size: 15px;
}

.SelLig{
	width: 100%;
	float: left;
	height: 55px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 25px 1px;
    background-color: #F3F3F3;
    border-radius: 40px;
    margin-bottom: 13px;
    color: #595959;
    font-size: 15px;
    background-image: url('../images/Down.png');
	background-position: center right;
	background-repeat: no-repeat;
	-webkit-appearance: none; 
   -moz-appearance: none;
   appearance: none;
}

.EnviarLig{
	float: right;
    background-color: #8A1002;
    padding: 10px 28px 12px;
    border-radius: 40px;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;

}

.Tremi{
	-webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.Tremi:hover{
	-webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
	background-color: #E8AB00;
}

@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

.Rodape{
	width: 100%;
	float: left;
	position: relative;
	z-index: 9;
	background-color: #8A1002;
}


.Rodape1{
	width: 100%;
	float: left;
	position: relative;
	
}

.ListRodape{
    width: 250px;
    float: left;
    padding: 78px 45px 76px 0;
	
}

.ListRodape2{
    width: 320px;
    float: left;
    padding: 78px 32px 52px;
}

.ListRodape3 {
    width: 280px;
    float: left;
    padding: 78px 50px 20px 80px;
}



.TR{
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 23px;
    position: relative;
    margin-bottom: 12px;
}

.LinhaR{
	width: 50px;
	height: 2px;
	margin-left: -20px;
	background-color: #FFCF25;
	float: left;
}


.UlRodape{
	width: 100%;
	float: left;
	margin-top: 13px;
	position: relative;
	backface-visibility: hidden;
}


.LiRodape{
    width: 100%;
    float: left;
    margin-bottom: 10.5px;
    color: #ffffff;
    font-size: 15px;
    list-style: none;
    letter-spacing: 0.3px;
    opacity: 0.92;
}

.LiRodape .LinkR{
	color: #ffffff;
	font-size: 15px;
	float: left;
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    text-decoration: none;
   
	
}

.LiRodape .LinkR:hover{
	transform: translateX(7px);
    -webkit-transform: translateX(7px);
	
}

.LinkR:before{
	content: '';
	float: left;
	width: 3px;
	height: 3px;
	margin: 8px 5px 0 0;
	border-radius: 50%;
	background-color: #ffffff;
	opacity: 0.9;
}

.LinkR2:before{
	margin: 7px 5px 50px 0;
}

.LinkR2{
	line-height: 22px
}

.LiRodape a{
	color: #ffffff;
	font-size: 15px;
	text-decoration: none;
	    
}

.Pho{
	
}

.FormNews{
	width: 100%;
	float: left;
	margin-top: 8px;
}

.InputNews{
    width: 100%;
    height: 40px;
    color: #666666;
    font-size: 13px;
    padding: 0 40px 1px 17px;
    border-radius: 3px;
    margin-bottom: 8px;
    letter-spacing: 0.3px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-style: italic;
    border-radius: 40px;
	
}

.InputNews::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #666666;
}
.InputNews::-moz-placeholder{ /* Firefox 19+ */
  color: #666666;
}

.EnviarNews{
	width: 50px;
	height: 40px;
	float: right;
	margin-top: -48px;
	z-index: 9999;
	position:relative;
	text-indent: -99999px;
	cursor: pointer;
	background-color: transparent;
	background-image: url('../images/EnviarNews.png');
	
}

.EnviarNews:hover{
	background-position: bottom;
	
}


.Rodape2{
	width: 100%;
	float: left;
	height: 480px;
	position: relative;
	background-color: #ffffff;

}

.Rodape3{
	width: 100%;
	float: left;
	background-color: #790d01;
	text-align: center;
}

.ContRedesR{
	width: 100%;
	float: left;
	padding: 25px 0 25px;
	text-align: center;
}

.ContRedesR a{
	display: inline-block;
	margin: 0 1px;
	
}

.ContRedesR a svg{
	-webkit-filter: drop-shadow( 2px 2px 0px rgba(99,11,1,1));
 	filter: drop-shadow( 2px 2px 0px rgba(99,11,1,1));
}

.ContRedesR a:hover .Hr{
	opacity: 0.8;
}

.Copy{
	display: inline-block;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 0.5px;
	padding: 12px 6% 11px;
	opacity: 0.95;
}

.Copy .Th{
	display: inline-block;
	font-size: 12px;
	font-weight: normal;

}

.Copy a{
	color: #ffffff;
	text-decoration: none;
}

.Copy a:hover{
	color: #FFCF25;

}


/*solução*/

.TopInt{
	background: #8a1002;
}

.ContTInt{
	width: 100%;
	float: left;
	position: relative;
	padding: 50px 0 40px;
}

.BoxT{
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
}

.TInt{
    font-size: 38px;
    color: #8A1002;
    letter-spacing: 0.3px;
    padding: 0 25px 15px 25px;
    background-color: #ffffff;
    position: relative;
    z-index: 9;
    display: inline-block;
}

.LinhaTInt{
	width: 100px;
    height: 4px;
    background-color: #e6aa00;
    display: table;
    margin: 0 auto;
}

.LinhaTInt2{
	width: 100%;
	position: absolute;
	top: 25px;
	height: 1px;
	background-color: #F4F4F4;
}


.BoxInt{
	width: 100%;
	float: left;
}

.TxtIntS{
    width: 90%;
    padding: 0 5% 40px;
    float: left;
    color: #7b7b7b;
    font-size: 21px;
    text-align: left;
    line-height: 31px;
}

.ContBtnInt{
	width: 100%;
	float: left;
	margin-top: 50px;
	text-align: center;
}

.ContBtnInt a{
	display: inline-block;
    background-color: #8A1002;
    padding: 14px 35px 17px;
    border-radius: 40px;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
}

/*SOLUÇÕES*/

.ContProd{
	width: 100%;
	margin: 20px 0 80px;
	float: left;
	text-align: center;
}

.ContProd .ItemC1{
	max-width: 250px;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 15px 35px 80px;
}


.ContProd .ItemC1 .NC1{
	color: #8a1002;
	text-shadow: 0px 0px 1px rgb(138, 16, 2);
}

.ContProd .ItemC1 .RC1{
	color: #6d6d6d;
}

/*CONTATO*/

.ContCont{
	width: 100%;
	float: left;
	margin: 25px 0 40px;
}

.Form{
	width: 100%;
	float: left;
	max-width: 500px;
	position: relative;
}


.InputC{
    float: left;
    width: 100%;
    height: 58px;
    padding: 0px 20px 0;
    font-size: 17px;
    color: #595959;
    margin-bottom: 11px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #F3F3F3;
    border-radius: 3px;
    letter-spacing: 0.3px;
	
}


.Area {
    width: 100%;
    height: 165px;
    float: left;
    padding: 20px 20px 65px;
   	background-color: #F3F3F3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    line-height: 20px;
    color: #595959;
    font-size: 17px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	letter-spacing: 0.3px;
}

.EnviarC{
    float: right;
    border-radius: 40px;
    background-color: #8A1002;
    padding: 16px 35px 17px;
    letter-spacing: 0.4px;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    margin-top: 16px;
    text-transform: uppercase;
}


.EnviarC:hover {
    background-color: #E8AB00;
}


.ContInfo{
	float: left;
	max-width: 400px;
	font-size: 19px;
	color: #666666;
	margin-left: 55px;
}

.ItemInfo{
	width: 100%;
	float: left;
	margin-bottom: 30px;
	line-height: 28px;
	
}

.TInfo{
	width: 100%;
	float: left;
	color: #656565;
	font-size: 20px;
	line-height: 30px;
}

.TxtInfo, .TxtInfo a{
	width: 100%;
	float: left;
	color: #7F7F7F;
	font-size: 19px;
	line-height: 24px;
	text-decoration: none;
}

.FoneInfo{
	width: 100%;
	float: left;
	margin-top: 5px;
}

.FoneInfo a{
	font-size: 28px;
    color: #8a1002;
    font-weight: bold;
    letter-spacing: 0.3px;
    text-decoration: none;
	
}

.FoneInfo a span{
	font-size: 18px;
	font-weight: normal;
}

.ContRedeC{
	width: 100%;
	float: left;
}

.ContRedeC a{
	float: left;
	margin: 4px;
	
}

.ContRedeC a:hover .HC{
	fill: #8A1002;
}

.ContTintB{
	width: 100%;
	float: left;
	padding: 60px 0 30px;
	text-align: center;
	position: relative;
	
}

.H2Int{
	font-size: 22px;
	color: #47718A;
	font-weight: normal;
	display: inline-block;
	padding: 0 25px;
	background-color: #ffffff;
	position: relative;
}

.SepT{
	width: 100%;
	height: 1px;
	background-color: #E8E8E8;
	float: left;
	margin-top: -11px;
	
}

.TSaiba{
	width: 100%;
	float: left;
	padding: 50px 0 0;
	text-align: center;
	background-color: #ffffff;

}


.TSaiba h3{
	font-weight: normal;
    display: inline-block;
    color: #8a1002;
    font-size: 20px;
    padding: 12px 0 15px;
    border-bottom: 3px solid #e6aa00;
}

.TInt4{
	color: #005c42;
}

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

.Next, .Back{
	display: none;
}

}

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


.Cont1300{
	width: 1200px;
}

.Cont1250{
	width: 1200px;
}

.ContLogo {
    margin: 30px 50px 29px 10px;
}

.AMenu {
	padding: 41px 38px 44px;
}

.ContProd .ItemC1 {
    margin: 10px 22px 80px;
}
	
}

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

	
.Cont1300, .Cont1200, .Cont1250, .Cont1120, .Cont1100{
	width: 980px;
	
}

.ContLogo {
	margin: 30px 40px 29px 0;
}

.AMenu {
	padding: 42px 24px 45px;
    font-size: 17px;
}

.ItemT {
    padding: 16px 24px 18px;
}

.Hor {
    margin-right: 0;
    padding-right: 0;
}


.RedesT {
    margin-left: 10px;
}

.text {
    width: 80%;
}

.ContTxtTar {
    padding: 140px 0 140px 460px;
}

.ListRodape {
    width: 220px;
    float: left;
    padding: 78px 15px 76px 0;
}

.ListRodape2 {
	width: 320px;
    float: left;
    padding: 78px 40px 52px;
}

.ListRodape3 {
    width: 280px;
    float: left;
    padding: 78px 30px 20px 30px;
}

.ContProd .ItemC1 {
	max-width: 280px;
    margin: 10px 22px 80px;
}

}



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

 .Cont980, .Cont1100, .Cont1120, .Cont1200, .Cont1250, .Cont1300{
	width: 100%;
		
}

.CondTop{
	display: none;
}

.ItemT1, .ItemT2, .RedesT{
	display: none;
}

.ItemT3{
	float: left;
}


.Header-Medium{
	width: 100%;
	min-height: 70px;
	position: relative;
	background: #8A1002;
}

.FoneT{
	display: inline-block;
    padding: 14px 0;
	
}

.ContLogo {
	width: 40%;
    height: 70px;
    float: left;
    position: absolute;
	padding: 0;
    left: 0;
	right: 0;
	top: 0;
	z-index: 9;
	margin: auto;
	-webkit-box-shadow: initial;
    -moz-box-shadow: initial;
     box-shadow: initial; 
	 
}


.ContLogo .Logo{
	float: initial;
    height: 45px;
	max-width: 170px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
    width: 100%;
	position: absolute;
	padding: 0;
    left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	
}

.ContMenu{
	text-align: center;
    width: 22%;
    float: left;
    max-width: 110px;
}

.ContMenu label{
	display: block;
	width: 100%;
	height: 70px;
	z-index:99;
	float: left;
	transition: all .3s linear;
	-webkit-transition:  all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition:all .3s linear;
	cursor: pointer;
}
	
	
.ContMenu .BMenu{
	width: 34px;
    height: 6px;
    display: block;
    margin: 0 auto;
    margin-top: 21px;
    border-radius: 2px;
    background-color: #ffffff;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2 linear;
    -o-transition: all .2s linear;
}

.ContMenu .BMenu2{
	width: 34px;
	height: 6px;
	display: block;
	margin: 5px auto;
	 border-radius: 2px;
	background-color: #ffffff;
	transition: all .2s linear;
	-webkit-transition:  all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition:all .1s linear;
}

.ContMenu  .BMenu3{
	width: 34px;
	height: 6px;
	display: block;
	margin: 0 auto;
	 border-radius: 2px;
	background-color: #ffffff;
	transition: all .2s linear;
	-webkit-transition:  all .2s linear;
	-moz-transition: all .2 linear;
	-o-transition: all .2s linear;
}

.BAtivo{
	display: block !important;

}

.BAtivo2{
	background-color: #E8AB00;
	position: relative;
}

.BAtivo .BMenu2{
	background: transparent;
}

.BAtivo .BMenu{
	transform: translate(0px, 11px) rotate(46deg);
	-webkit-transform: translate(0px, 11px) rotate(46deg);
	-o-transform:translate(0px, 11px) rotate(46deg);
	-moz-transform: translate(0px, 11px) rotate(46deg);
	background-color: #ffffff;
	
}

.BAtivo .BMenu3{
	transform: translate(0px, -11px) rotate(315deg)!important;
	-webkit-transform: translate(0px, -11px) rotate(315deg);
	-o-transform: translate(0px, -11px) rotate(315deg);
	-moz-transform: translate(0px, -11px) rotate(315deg);
	background-color: #ffffff;
}	

.Menu{
	display: none;
	width: 100%;
	position: absolute;
	float: left;
	text-align: left;
	padding: 0;
	margin-top: 71px;
	z-index: 999999999;
	display: none;
	outline-offset: -1px;
    outline: 2px solid #DDDDDD;
	background-color: #ffffff;
	
}



.NavMenu, .Ulmenu{
	width: 100%;
	float: left;
	background-color: #ffffff;
	
}

.TxtMenu{
	width: 100%;
	border-bottom: 2px solid #DDDDDD;
    color: #727272;
	background-color: #ffffff;
	position: relative;
}

.TxtMenu2{
	width: 100%;
	display: block;
}


.AMenu{
	display: block;
    color: #232323;
    padding: 18px 20px;
	font-size: 17px;
	float: initial;
	
}

.AMenu:after{
	display: none;
}

.TxtMenu:hover .AMenu{
	background-color: initial;
	color: #232323;
	transform: translateY(0);
    -webkit-transform: translateY(0);
}


.UlSub{
	opacity: 1;
	visibility: visible;
	position: relative;
	margin-top: 0;
	-webkit-box-shadow: initial;
    -moz-box-shadow: initial;
    box-shadow: initial;
}

.TxtSub .ASub {
	width: 100%;
    max-width: 100%;
    -box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 18px 32px;
    background-color: #e8e8e8;
	color: #727272;
	border-top: 2px solid #d4d4d4;
}

.TSub{
	padding: 0;
	text-align: left;
	font-size: 18px;
}

.TxtSub{
	width: 100%;
}


.Cat, .blackPage{
	display: none;
}

.ASub:hover{
	background-color: #e8e8e8;

}

.MaisM{
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #e8e8e8;
	background-image: url(../images/Dow.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 21px 35px;
}


.FundoMenu{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
	width: 101%;
	height: 120%;
	position: fixed;
	top: 0;
	left: -1px;
	z-index: -1;
	display: none;
	
}

.ContFone{
	display: block;
}

.Banner{
	margin-top: 0;
	height: 400px;
}

#owl-Banner .owl-stage-outer{
    position: relative !important;
	
}

#owl-Banner .item {
    height: 400px;
}

#owl-Banner .item img {
    float: left;
	min-height: 250px;
	transform: initial !important;
}

.text {
    width: 80%;
    left: 0;
    right: 0;
    bottom: 0 !important;
    top: 40% !important;
    margin: auto;
    display: table;
    height: 70px;
}

.text:before {
    top: -8px;
}

.P1 {
    font-size: 27px;
}

.P2 {
    font-size: 20px;
}

.Vid{
    height: 100%;
}

.TTar {
    font-size: 35px;
}

.LinhaT {
    margin-left: 0;

}

.ContTxtTar {
    padding: 60px 5% 230px 5%;
    background-position: bottom center;
    margin-bottom: 60px;
}

.TxtTar {
    font-size: 21px;
    line-height: 30px;
}


.BlocoC1, .BlocoC2{
	width: 80%;
	padding: 20px 10% 40px;
	margin-bottom: 30px;
	
}

.Next{
	right: 2%;
	display: block;
}

.Back{
	left: 2%;
	display: block;
}

.ItemC1:hover .ImgC1 {
    transform: initial;
    -webkit-transform: initial;
    filter: initial;
    -webkit-filter: initial;
}

.ContSeja {
    width: 100%;
    float: left;
    max-width: 90%;
    padding: 0 5%;
}

.BlocoSeja, .BlocoLig {
    background-image: none;
}

.BlocoLig{
	background-color: #f3f3f3;
}

.Tremi:hover {
    -webkit-animation-name: initial;
    animation-name: initial;
    background-color: #8A1002;
}

.ContS, .BoxL {
    width: 100%;
    float: left;
    padding: 100px 0 115px;
}

.ContL {
    width: 100%;
    float: left;
    max-width: 90%;
    padding: 0 5% 20px;
}

.LinhaT2 {
    margin-left: 0;
}

.TxtLig {
	padding: 0 5px 100px;
    background-image: url(../images/Set2.png);
    background-position: bottom center;
}

.BoxForm {
    width: 100%;
    max-width: 90%;
    float: left;
    padding: 5px 5% 20px;
}

.InputLig, .SelLig{
	background-color: #ffffff;
}

.Rodape{
	background-image: none;

}

.Rodape1{
    width: 100%;
    float: left;
    padding-bottom: 20px;
}

.LinhaR{
	margin-left: 0;
}

.LiRodape .LinkR:hover {
    transform: none;
    -webkit-transform: none;
}

.ListRodape{
	width: 40%;
	float: left;
	padding: 40px 5% 20px;
	margin: 0;
	border: none;
	
}

.ListRodape3 {
    width: 90%;
    float: left;
    padding: 20px 5% 40px;
}

/*SOLUÇÃO*/


.ContTInt {
    position: relative;
    background-image:none;
}


.TInt {
    font-size: 26px;
}

.BoxInt{
	width: 90%;
	margin: 0 5%;
}

.LinhaTInt2 {
    top: 18px;

}

.ContEmpInt{
	margin: 0 0 80px;
}

.BoxTxt{
	font-size: 19px;
}

.TxtIntS{
	width: 100%;
	padding: 0 0 30px;
	font-size: 18px;
    line-height: 29px;
}





/*PRODUTOS*/

.ContProd .ItemC1{
	max-width: 40%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 10px 4% 80px;
}


/*CONTATO*/

.ContCont{
	width: 100%;
	padding: 0;
	margin: 10px 0 40px;
}

.Form{
	max-width: 100%;
	margin: 0 0 30px;
}

.ContInfo {
    max-width: 100%;
    margin-left: 0;
    margin-top: 25px;
}


}

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

}

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

.P1 {
    font-size: 22px;
}

.P2{
    font-size: 16px;
}

.ContProd .ItemC1{
	max-width: 80%;
	margin: 0 10% 60px;
}

.TTar, .TLig {
    font-size: 30px;
}

.TxtTar {
    font-size: 19px;
    line-height: 28px;
}

.TPrinc {
    font-size: 28px;
}

.ListRodape {
    width: 90%;
    float: left;
    padding: 40px 5% 30px;
    margin: 0;
    border: none;
    text-align: left;
    border-bottom: 1px solid #750E02;
}


.ListRodape3{
	border: none;
}

.Banner{
    height: 280px;
}

#owl-Banner .item {
    height: 280px;
}

.Vid{
    min-height: auto;
}

}


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

.UlComp{
	max-width: 100%;
	margin-left: 0;
	
}

.TTar, .TLig, .TPrinc {
    font-size: 24px;
}


.Banner{
    height: 220px;
}

#owl-Banner .item {
    height: 220px;
}

}

.con940{ width:940px; margin:0 auto; position: relative; }
.bannNewsF{ align-items:center; left:0; top:calc(50% - 201px); max-width:782px; right:0; margin:auto; }
.bannNews{ width:782px; height:440px; }