body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:100%;
	height:100%;
	background-color: #FFFFFF;
    position: relative;
	overflow-x: hidden;
}
body, html { width:100%; height:100%; }

img {
	width: 100%;
	height: auto;
}

.clear{
	clear: both;
}

.FundoBlog {
	background-color: #a70a15;
	padding-top: 166px;
}

.TextEmBreve {
    font: 69px 'tekosemibold', Arial, sans-serif;
    color: #fff;
    text-align: center;
    padding-top: 6vw;
}

.LogoBlog {
    width: 400px;
    margin: 0 auto;
    padding-top: 27px;
    padding-bottom: 6vw;
}

#FecharMenu {
	display: none;
    color: #000;
    position: absolute;
    z-index: 10001;
    right: 20px;
    font: 69px 'tekosemibold', Arial, sans-serif;
}

.ImgCarrousel {
	cursor: pointer;
}

.BtWhatsapp {
    z-index: 10;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-image: url(images/bt_whatsapp.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.BtWhatsapp:hover {
    width: 70px;
    height: 70px;
}


/* PARALLAX PARALLAX PARALLAX PARALLAX PARALLAX PARALLAX PARALLAX PARALLAX */

.parallax {
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transform: scale(1.01);
}









/* TOPO  TOPO TOPO TOPO TOPO TOPO TOPO TOPO TOPO */

.VideoResp {
	display: none;
}

.Topo {
	position: fixed;
	width: 100%;
	z-index: 999;
	background-color: #fff;
}

.ForaTopo {
    display: flex;
    width: 1400px;
    margin: 0 auto;
    justify-content: space-between;	
	align-items: center;
	padding-top: 30px;
    padding-bottom: 30px;
}

.LogoTopo {
    width: 350px;	
}

.MenuTopo {
    width: 45%;
    display: flex;
    justify-content: space-between;	
}

.MenuTopo a {
	font: 20px 'Heebo Medium', Arial, sans-serif;
    color: #35373d;
	cursor: pointer;
}

.ForaRedes {
    display: flex;
    justify-content: space-between;
    width: 12%;	
}

.ImgRedes {
	width: 24px;
}

.ForaBanner {	
	margin-bottom: -5px;
    background-image: url(images/ImgBanner.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1430px) {
	
.LogoTopo {
    width: 300px;
}
	
.ForaTopo {
    width: 1150px;
}
	
}

@media screen and (max-width: 1170px) {
	
.ForaRedes {
    width: 15%;
}
	
.LogoTopo {
    width: 250px;
}
	
.ForaTopo {
    width: 900px;
}
	
}


@media screen and (max-width: 925px) {
	
.MenuTopo, .ForaRedes {
	display: none;
}
	
.ForaTopo {
    width: 90%;
}
	
}

@media screen and (max-width: 800px) {
	
.Video {
	display: none;
}
.VideoResp {
	display: block;
}
	
}

@media screen and (max-width: 475px) {
	
.LogoTopo {
    width: 190px;
}
	
.LogoBlog {
    width: 80%;
}
	
}





/* TRAMPO  TRAMPO TRAMPO TRAMPO TRAMPO TRAMPO TRAMPO TRAMPO TRAMPO */

.ForaTrampo {
    background-image: url(images/FundoTrampo.jpg);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Trampo {
    width: 1655px;
    display: flex;
    padding-top: 10vw;
    padding-bottom: 9vw;	
}

.EsquerdaTrampo {
    width: 40%;
    display: flex;
    background-color: #bc121b;
    justify-content: flex-end;
    align-items: center;
    border-top-right-radius: 26px;
	border-bottom-right-radius: 26px;
    margin-right: -27px;
    z-index: 10;
    box-shadow: 11px 2px 2px 1px rgb(0 0 0 / 6%);
}

.ImgEsqTrampo {
    width: 60px;
    padding-right: 65px;
    padding-left: 23px;
}

.DireitaTrampo {
    width: 60%;
    background-color: #a60a15;
	border-top-right-radius: 26px;
	border-bottom-right-radius: 26px;
}

.TextEsqTrampo {
	font: 60px 'Heebo ExtraBold', Arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
}

.TextDirTrampo {
    font: 20px 'Heebo', Arial, sans-serif;
    color: #fff;
    padding-top: 30px;
    padding-left: 70px;
}

.TextDirTrampo:nth-child(7) {
	padding-bottom: 30px;
}


@media screen and (max-width: 1650px) {
	
.Trampo {
    width: 1360px;
}
	
}

@media screen and (max-width: 1350px) {
	
.Trampo {
    width: 1135px;
    padding-top: 5vw;
    padding-bottom: 5vw;
}
	
.EsquerdaTrampo {
    width: 42%;
}

	
.DireitaTrampo {
    width: 70%;
}
	
.TextDirTrampo {
    font: 18px 'Heebo', Arial, sans-serif;
    color: #fff;
    padding-top: 30px;
   	padding-left: 48px;
}
	
}

@media screen and (max-width: 1120px) {
	
.Trampo {
    width: 90%;
    flex-direction: column;
    margin: 0 auto;
}
	
.EsquerdaTrampo {
    width: 333px;
    margin: 0 auto;
    padding-bottom: 30px;
}
	
.ImgEsqTrampo {
    padding-right: 0px;
}
	
.DireitaTrampo {
    width: 100%;
	border-radius: 26px;
}
	
.TextDirTrampo {
    padding-top: 30px;
    padding-left: 0px;
    width: 90%;
    margin: 0 auto;
}
	
}

@media screen and (max-width: 450px) {
	
.TextEsqTrampo {
    font: 55px 'Heebo ExtraBold', Arial, sans-serif;
}
	
.EsquerdaTrampo {
    width: 310px;
}
	
}









/* BULGADA  BULGADA BULGADA BULGADA BULGADA BULGADA BULGADA BULGADA BULGADA */

.ForaBulgada {
	background-image: url("images/FundoBulgada.jpg");
	background-position: center;
	background-repeat: no-repeat;
}

.Bulgada {
    display: flex;
    width: 1400px;
    margin: 0 auto;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
	align-items: center;
}

.EsquerdaBulgada {
    width: 55%;	
}

.DireitaBulgada {
    width: 27%;	
}

.TextEsquerdaBulgada1 {
	font: 55px 'Heebo Light', Arial, sans-serif;
	color: #343434;
	text-align: center;
}

.TextEsquerdaBulgada2 {
	font: 75px 'Heebo ExtraBold', Arial, sans-serif;
	color: #bc121b;
	text-align: center;
}

.TextEsquerdaBulgada3 {
	font: 23px 'Heebo', Arial, sans-serif;
	color: #343434;
    padding-top: 40px;
}

.TextEsquerdaBulgada4 {
    font: 27px 'HeeboBold', Arial, sans-serif;
    color: #343434;
    text-align: center;
    text-transform: uppercase;
    width: 80%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.ImgEsquerdaBulgada {
    width: 300px;
    margin: 0 auto;	
}

@media screen and (max-width: 1435px) {
	
.EsquerdaBulgada {
    width: 68%;
}
	
.Bulgada {
    width: 1100px;
}
	
}

@media screen and (max-width: 1130px) {
	
.Bulgada {
	width: 880px;
}

}

@media screen and (max-width: 910px) {
	
.ForaBulgada {
	background-repeat: repeat;
}
	
.Bulgada {
	width: 100%;
	flex-direction: column;
    padding-top: 12px;
    padding-bottom: 30px;
}
	
.TextEsquerdaBulgada1 {
    font: 48px 'Heebo Light', Arial, sans-serif;
}
	
.TextEsquerdaBulgada2 {
    font: 65px 'Heebo ExtraBold', Arial, sans-serif;
}
	
.TextEsquerdaBulgada3 {
    font: 23px 'Heebo', Arial, sans-serif;
    padding-top: 5px;
    line-height: 28px;
    text-align: justify;
}
	
.TextEsquerdaBulgada4 {
    padding-top: 25px;
    padding-bottom: 25px;
}
	
.DireitaBulgada {
    width: 250px;
    margin-top: 30px;
}
	
.EsquerdaBulgada {
    width: 90%;
    margin: 0 auto;
}
	
}

@media screen and (max-width: 500px) {
	
.TextEsquerdaBulgada3 {
    font: 18px 'Heebo', Arial, sans-serif;
}
	
.TextEsquerdaBulgada4 {
    font: 19px 'HeeboBold', Arial, sans-serif;
	width: 100%;
}
	
.DireitaBulgada {
    width: 160px;
}
	
.ImgEsquerdaBulgada {
    width: 250px;
    margin: 0 auto;
}
	
}



/* CLIENTES CLIENTES CLIENTES CLIENTES CLIENTES CLIENTES CLIENTES CLIENTES CLIENTES */

.ForaClientes {
	background-image: url("images/FundoClientes.jpg");
	background-position: center;
	background-repeat: no-repeat;
	
}

.Clientes {
	width: 1400px;
	margin: 0 auto;
    padding-top: 65px;
    padding-bottom: 65px;
}

.TextClientesCima {
	font: 50px 'Heebo ExtraBold', Arial, sans-serif;	
	color: #fff;
}

.ClientesCima {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 300px;
    justify-content: space-between;
    padding-bottom: 65px;
}

.TextClientesBaixo {
	font: 19px 'Heebo Light', Arial, sans-serif;
	color: #fff;
}

.ItemClientes {
	width: 24.5%;
}

.ClientesBaixo {
	width: 74px;
    margin: 0 auto;
    padding-top: 50px;
}


@media screen and (max-width: 1430px) {
	
.Clientes {
    width: 1110px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
	
.ClientesCima {
    padding-bottom: 40px;
}
	
.Clientes {
    width: 950px;
    padding-top: 40px;
    padding-bottom: 40px;
}
	
}

@media screen and (max-width: 970px) {
	
.ClientesMeio {
    flex-wrap: wrap;
}
	
.ItemClientes {
    width: 48.5%;
    padding-top: 30px;
}
	
.ForaClientes {
    background-image: none;
	background-color: #bc121b;
}
	
.ClientesCima {
    padding-bottom: 0px;
}
	
.Clientes {
    width: 75%;
    padding-top: 40px;
    padding-bottom: 40px;
}
	
}

@media screen and (max-width: 500px) {
	
.Clientes {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
}
	
}




/* LIGANOIS LIGANOIS LIGANOIS LIGANOIS LIGANOIS LIGANOIS LIGANOIS LIGANOIS LIGANOIS */


.ForaLiga {
	background-image: url("images/FundoLigaNois.jpg");
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
}

.LigaNois {
	width: 1650px;
}

.ForaTituloLiga {
    display: flex;
    width: 317px;
    justify-content: space-between;
    margin: 0 auto;	
	align-items: center;
	padding-top: 70px;
	padding-bottom: 70px;
		
}

.TituloLiga {
	font: 50px 'Heebo ExtraBold', Arial, sans-serif;	
	color: #fff;
}

.ImgTituloLiga {
    width: 54px;
    height: 64px;
}

.ForaConteudoLiga {
	display: flex;
    padding-bottom: 140px;
}

.EsquerdaConteudoLiga {
	width: 60%;
	background-color: #fff;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	z-index: 10;
}

.DireitaConteudoLiga {
	width: 40%;
	background-color: #bc121b;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-left: -17px;
}

.FormLiga {
    display: flex;
    flex-direction: column;	
}

.Form2Linhas {
	display: flex;
	justify-content: space-between;
}

.ForaInput2linhas {
    display: flex;
    flex-direction: column;
    width: 47%;
}

.ForaEsquerdaConteudo {
    width: 680px;
    float: right;
    padding-right: 60px;
    padding-top: 55px;
    padding-bottom: 55px;
}

.TextEsqLiga {
	font: 28px 'Heebo ExtraBold', Arial, sans-serif;
	color: #bc121b;
}

.FormLiga span {
	font: 17px 'Heebo Medium', Arial, sans-serif;
	color: #989898;
    padding-top: 40px;
}

.TextDirLiga1 {
	font: 26px 'Heebo ExtraBold', Arial, sans-serif;
	color: #fff;
    padding-top: 75px;
}

.ForaTextDirLiga2 {
	display: flex;
    padding-top: 45px;
	align-items: center;
}

.ForaTextDirLiga2:nth-child(2) {
	display: flex;
    padding-top: 45px;
}

.ForaConteudoDirLiga {
	padding-left: 110px;
}

.TextDirLiga2 {
	font: 28px 'Heebo Medium', Arial, sans-serif;	
	color: #fff;
}

.InputLiga {
    border: 0px;
    border-bottom: 2px solid #909090;	
    height: 35px;
	padding-left: 1vw;
    font: 17px 'Heebo', Arial, sans-serif;
}

#c_telefone {
	width: 47%;
}

#c_mensagem {
    height: 110px;
    width: 89%;
    margin-bottom: 26px;
}

.BotaoEnvia {
    width: 65px;
    border-radius: 129px;
    background-color: #bc121b;
    height: 64px;
    border: 0px;
    cursor: pointer;
}	

.BotaoEnviar {
    width: 200px;
    height: 35px;
    background-color: #bc121b;
    color: #fff;
    border: 0px;
    margin-top: 15px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

.BotaoEnvia img {
    width: 40px;
}	

.ForaInputEnvia {
	display: flex;
    align-items: flex-end;	
}

@media screen and (max-width: 1650px) {
	
.LigaNois {
    width: 1280px;
}
	
}

@media screen and (max-width: 1280px) {
	
.LigaNois {
    width: 1157px;
}
	
.ForaConteudoDirLiga {
    padding-left: 30px;
}
	
.DireitaConteudoLiga {
    width: 35%;
}

.EsquerdaConteudoLiga {
    width: 65%;
}
	
.ForaEsquerdaConteudo {
    width: 600px;
    float: left;
    padding-right: 0px;
    padding-top: 55px;
    padding-left: 30px;
    padding-bottom: 55px;
}
	
}


@media screen and (max-width: 1157px) {
	
.ForaLiga {
	background-size: cover;
}
	
.LigaNois {
    width: 80%;
    margin: 0 auto;
}
	
.ForaConteudoLiga {
	flex-direction: column;
    padding-bottom: 100px;
}
	
.DireitaConteudoLiga {
    width: 100%;
    margin-left: 0px;
    border-radius: 12px;
}
	
.ForaTituloLiga {
    display: flex;
    width: 317px;
    align-items: center;
    padding-top: 45px;
    padding-bottom: 45px;
}
	
.EsquerdaConteudoLiga {
    width: 100%;
    border-radius: 17px;
}
	
.EsquerdaConteudoLiga {
    width: 100%;
}
	
.ForaEsquerdaConteudo {
    width: 90%;
    margin: 0 auto;
    float: unset;
    padding-right: 0px;
    padding-top: 25px;
    padding-left: 0px;
    padding-bottom: 25px;
}
	
.ForaConteudoDirLiga {
    padding-left: 0px;
    width: 90%;
    margin: 0 auto;
    display: flex;
}
	
.DireitaConteudoLiga {
    width: 100%;
    margin-left: 0px;
    border-radius: 12px;
}
	
.ForaConteudoDirLiga {
    padding-left: 0px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
	
.TextDirLiga1 {
    padding-top: 0px;
    width: 50%;
}

.ForaTextDirLiga2 {
    display: flex;
    padding-top: 0px;
    align-items: center;
}
	
.ForaTextDirLiga2:nth-child(2) {
    display: flex;
    padding-top: 0px;
}
	
}

@media screen and (max-width: 900px) {

.ImgDirLiga2 {
    width: 45px;	
}
	
.TextDirLiga2 {
    width: 87%;
}
	
.LigaNois {
    width: 90%;
    margin: 0 auto;
}
	
}

@media screen and (max-width: 620px) {

.ForaTituloLiga {
    padding-top: 30px;
    padding-bottom: 30px;
}
	
.ForaConteudoLiga {
    padding-bottom: 50px;
}
	
.TextDirLiga1 {
    padding-top: 0px;
    width: 100%;
    text-align: center;
}
	
.ForaConteudoDirLiga {
    flex-direction: column;
}
	
}


@media screen and (max-width: 440px) {
	
.Form2Linhas {
    flex-direction: column;
}
	
.ForaInput2linhas {
	width: 100%;
}
	
#c_telefone {
    width: 100%;
}
	
.TextDirLiga1 {
    font: 23px 'Heebo ExtraBold', Arial, sans-serif;
}
	
.TextDirLiga2 {
    font: 22px 'Heebo Medium', Arial, sans-serif;
   	width: 100%;
}
	
}






/* RODAPE RODAPE RODAPE RODAPE RODAPE RODAPE RODAPE RODAPE RODAPE */


.RodapeCima {
	background-color: #bc121b;
}

.ForaRodapeCima {
    width: 1250px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.EsquerdaRodapeCima {
    width: 330px;	
}

.ImagensRodapeCima {
    display: flex;
    justify-content: space-between;	
	padding-top: 10px;
}

.TextRodapeCima {
    font: 45px 'Heebo ExtraBold', Arial, sans-serif;
    color: #fff;
    text-align: center;
}

.TextRodapeBaixo {
	font: 45px 'Heebo Thin', Arial, sans-serif;	
	color: #fff;	
}

.TextRodapeBaixo {
    font: 22px 'Heebo Thin', Arial, sans-serif;
    color: #ccc;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.ForaRodapeBaixo {
	background-color: #35373d;
}


@media screen and (max-width: 1310px) {
	
.ForaRodapeCima {
    width: 900px;
}
	
}

@media screen and (max-width: 950px) {

.ForaRodapeCima {
    width: 710px;
}
	
}

@media screen and (max-width: 740px) {
	
.ForaRodapeCima {
    width: 590px;
}
	
.EsquerdaRodapeCima {
    width: 255px;
}
	
.DireitaRodapeCima {
    width: 305px;	
}
	
}

@media screen and (max-width: 620px) {
	
.EsquerdaRodapeCima {
    width: 255px;
    padding-bottom: 30px;
}	

.ForaRodapeCima {
    width: 90%;
    flex-direction: column;
    padding-top: 25px;
    padding-bottom: 25px;
}
	
.TextRodapeBaixo {
    width: 90%;
    margin: 0 auto;
}
	
}








/* SOBRESOCIOS SOBRESOCIOS SOBRESOCIOS SOBRESOCIOS SOBRESOCIOS SOBRESOCIOS SOBRESOCIOS SOBRESOCIOS SOBRESOCIOS */


.FundoSobreSocios {
	background-image: url("images/FundoSobreSocios.jpg");
	background-size: cover;
	background-position: center;
    padding-top: 165px;
}

.ForaSobreSocios {
    width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

.TituloSobreSocios {
	font: 40px 'Heebo ExtraBold', Arial, sans-serif;
    color: #bc121b;
    text-align: center;
    width: 230px;
    margin: 0 auto;
    line-height: 43px;
}

.TextSobreSocios {
	font: 22px 'Heebo', Arial, sans-serif;
    color: #343434;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.TextSobreSocios2 {
    font: 36px 'Heebo ExtraBold', Arial, sans-serif;
    color: #343434;
    text-align: center;
}


@media screen and (max-width: 1200px) {
	
.ForaSobreSocios {
    padding-top: 5vw;
    padding-bottom: 5vw;
}
	
.TextSobreSocios {
    padding-top: 5vw;
    padding-bottom: 5vw;
}
	
.ForaSobreSocios  {
	width: 90%;
}
	
}





