@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'effra-bold';
    src: url('../fonts/effra-bold-webfont.eot');
    src: url('../fonts/effra-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/effra-bold-webfont.woff2') format('woff2'),
         url('../fonts/effra-bold-webfont.woff') format('woff'),
         url('../fonts/effra-bold-webfont.ttf') format('truetype'),
         url('../fonts/effra-bold-webfont.svg#effrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'effra';
    src: url('../fonts/effra-regular-webfont.eot');
    src: url('../fonts/effra-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/effra-regular-webfont.woff2') format('woff2'),
         url('../fonts/effra-regular-webfont.woff') format('woff'),
         url('../fonts/effra-regular-webfont.ttf') format('truetype'),
         url('../fonts/effra-regular-webfont.svg#effraregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'effra-ligth';
    src: url('../fonts/effralight-regular-webfont.eot');
    src: url('../fonts/effralight-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/effralight-regular-webfont.woff2') format('woff2'),
         url('../fonts/effralight-regular-webfont.woff') format('woff'),
         url('../fonts/effralight-regular-webfont.ttf') format('truetype'),
         url('../fonts/effralight-regular-webfont.svg#effra_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
}
::-moz-selection {
    color:#FFF;
    background:#214934;
}

::selection {
    color:#FFF; 
    background:#214934;
}
body {		
	font-family:effra;
}
.font22{font-size: 22px;}
#notification{
	height:50px;
	width:100%;
	line-height:50px;
	text-align:center;
	border:1px solid #ECD0D3;
	color:#C1445C;
	border-radius:3px;
	background-color:#F2DEDE;
	display:none;	
}

#success{
	height:50px;
	width:100%;
	line-height:50px;
	text-align:center;
	border:1px solid #E1E4CA;
	color:#3C7D7A;
	border-radius:3px;
	background-color:#DFF0D8;
	display:none;	
}

.container {
	width:1050px;
	height:auto;
	margin:0 auto;
}

.subMenu {
	width:100%;
	height:auto;
	margin-top:3%;
	clear:both;
}

.pSubMenu {
	margin:15px 0 15px 0;
	color:#214934;
}

.aSub {
	text-decoration:none;
	color:#214934;
}

.aSub:hover {
	text-decoration:underline;
}




div#paginacao-banner{
	position:absolute;
	top:680px;	
	left:50%;
	margin-left: -160px;
	width:fit-content;
	z-index: 99999;
}

div.nav-banner{
	position:relative;
	background:url(../images/banner/nav.png) center no-repeat;
	width:78px;
	height:12px;	
	margin-right:5px;
	cursor:pointer;
	float:left;
}

div.nav-banner:hover{
	cursor:pointer;
}

div.nav-banner.ativo{
	background:url(../images/banner/nav-ativo.png) center no-repeat;
	width:78px;
	height:12px;
}

.slide-right{
	position:absolute;
	top:340px;	
	right:5%;
	width:68px;
	height:93px;
	z-index: 99999;
}

.slide-left{
	position:absolute;
	top:340px;	
	left:2%;
	width:68px;
	height:93px;
	z-index: 99999;
}
.slide-right:hover, .slide-left:hover {
	cursor:pointer;
}

/* ------- TOPO ------- */
.logo {
	display: none;
	width: 100%;
	padding: 40px 0;
  background: #f6f6f6;
  border-bottom: 5px solid #DDD;
}
.logo a {
	display: block;
  width: 24.55%;
  max-width: 100%;
  z-index: 10;
  position: relative;
  margin: 0 auto;
}
.logo img {
	width: 100%;
}

.menuD {
	width:100%;
	height:38px;
	background:#214934;
	border-bottom:2px solid #C6A156;
	padding-top:13px;
	position: relative;
	z-index: 100;
}

.menuM {
	width:100%;
	/*height:85px;*/
	background:#214934;
	border-bottom:2px solid #C6A156;
	padding-top:30px;
	display:none;
}

.menuDesktop {
  height:50px;
	width:1050px;
	margin:auto;
	z-index:2;
}


.menuDesktop ul {
  list-style: none;
	z-index:2;
}

.menuDesktop ul li {
  margin:0 auto;
  position: relative;
	font-size:18px;
	z-index:2;
	height:50px;
	display:inline-block;
	width: 24%;
  text-align: center;
}

.menuDesktop ul li a {
  color: #C6A156;
  text-decoration: none;
	z-index:99999;
}
.menuDesktop > ul > li > a {
  font-size: 20px;
}
.menuDesktop ul li a:hover {
    color: #FFF;
}

.menuDesktop ul li ul {
	display: none;
	float: none;
	left: 50%;
	position: absolute;
	top: 28px;
	padding: 0;
	background: #214934;
	text-align: center;
	z-index: 999999;
	min-width: 200px;
	transform: translateX(-50%);
}
.menuDesktop > ul > li > ul {
	padding: 40px 0 0 0;
	background: #214934 url(../images/menu.png) center top no-repeat;
	width: 200px;
}
.menuDesktop ul li:hover > ul {
   display: block;	
	z-index:9999999;
}
.menuDesktop ul li ul li {
  float: none;
  color: #FFF;
	width: 100%;
}
.menuDesktop ul li ul li a {
  float: none;
  color: #FFF;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
}

.menuDesktop ul li ul li a:hover {
  color: #0a321d;
  background: #C6A156;
}

.menuDesktop ul li ul li.par {
	background: rgba(0, 0, 0, 0.2);
}
.menuDesktop ul li ul li a:hover {
  float: none;
}
.menuDesktop ul li ul li {
  margin: 0;
  padding: 0 !important;
  height: auto !important;
}
.menuDesktop ul li ul li ul {
    left: 100%;
    top: 0;
    transform: none;
}
.menuDesktop ul li ul li ul li {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.z {
	border-bottom:2px solid #C6A156;

}
#slider {
	z-index: 1;
}
.paginacao-slider {
	position:absolute;
	right:5px;
	top:404px;	
	width:17px;
}


.menuMobile {
	width:100%;
	position:relative;
	padding:0;
	display:none;
	overflow: hidden;
	text-align: center;
}

.menuMobile a {
	width: 50%;
	display: inline-block;
}

.menuMobile img {
	width: 100%;
}





/* ---- FIM TOPO ---- */




/* ------ LINHA SILTEC ------ */

.linha {
	width:100%;
	height:540px;
	background-color:#F6F6F6;
	padding-top:30px;
	position:relative;
}

.titleLinha {
	text-align:center;
	color:#C6A156;
	font-weight:800;
}

.comLinha {
	text-align:center;
	color:#214934;
	font-size:16px;
	margin:5px 0 80px 0;
}

.produto-linha {
	width:27%;
	height:auto;
	float:left;
	margin-left:5%;
	position:relative;
}

.img-produto {
	width:100%;
	height:190px;
	margin-bottom:35px;
}

.linhaImg {
	max-width:100%;
	display:block;
}

.desc-produto {
	width:90%;
	height:auto;
	margin:0 auto;
	text-align:center;
	color:#323232;
	letter-spacing:1px;
}

.btn-vejaMais {
	width:100px;
	height:auto;
	padding:3px 0 3px 15px;
	background:#C6A156 url(../images/icon-branco.png) right no-repeat;
	border-radius:5px;
	margin:0 auto;
	margin-top:37px;
}
.p-vejaMais {
	line-height:28px;
	color:#FFFFFF;
	font-size:14px;
}

.btn-vejaMais:hover {
	cursor:pointer;
	background:#214934 url(../images/icon.png) right no-repeat;
}



/* ---- FIM LINHA SILTEC ---- */




/* ------ RODAPE ------ */

.rodape {
	width:100%;
	height:215px;
	position:relative;
	bottom:0;
	background-color:#214934;
	border-top:2px solid #C6A156;
	margin:0;
	padding:0;
	clear:both;
}


.imgRodape {
	max-width:80%;
	position:absolute;
	bottom:0;
}

.tituloRodape {
	color:#FFFFFF;
	float:left;
	margin-top:15px;
	font-weight:normal;
	letter-spacing:2px;
}

.logoRodape {
	float:right;
	margin-top:20px;
	width:300px;
	height:72px;
}

.fone {
	font-size:14px;
	float:right;
	color:#C6A156;
	margin-top:15px;
}

.foneN {
	font-size:18px;
}

.copy {
	float:right;
	color:#FFF;
	margin-top:30px;
}

.agencia {
	width:56px;
	height:17px;
	margin-top:10px;
	float:right;
	opacity:0.7;
}

.agencia:hover {
	cursor:pointer;
	opacity:1;
}

.margin-iso {margin-right: 15px;}

/* ---- FIM RODAPE ---- */



/* ---- CASES | EVENTOS ---- */


.ultimosCases {
	width:65%;
	height:auto;
	float:left;
	margin:5% 0 5% 0;
}

.proximosEventos {
	width:30%;
	height:auto;
	float:right;
	margin:5% 0 5% 0;

}

.listCase {
	width:45%;
	height:auto;
	float:left;
	margin-right:5%;
	margin-top:-3%;
}

.h2verde {
	color:#214934;
	margin-bottom:7%;
}

.evento {
	width:100%;
	height:auto;
	margin-bottom:8%;
}

.BtnE {
	width:80%;
	height:auto;
	margin:8% 0 8% 0;
	float:left;
}

.btn-link-pe {
	background:#C6A156 url(../images/icon-branco.png) right no-repeat;
	width:150px;
	height:auto;
	padding:7px 0 7px 15px;
	color:#FFFFFF;
	border-radius:3px;
}

.btn-link-pe:hover {
	background:#214934 url(../images/icon.png) right no-repeat;
	cursor:pointer;
}

.imgEvento{
	float:left;
	height:80px;
	width:190px;
	margin-right: 15px;
	border:1px solid #C6A156;
	border-radius: 3px;
	/*background:url(../images/logo.jpg) no-repeat center;*/
	background-size: cover;
}

/* ---- FIM CASES | EVENTOS ---- */





/* ---- BOTÕES LINK ---- */
.posBtnE {
	width:49%;
	height:auto;
	margin:8% 0 8% 0;
	float:left;

}

.posBtnD {
	width:49%;
	height:auto;
	margin:8% 0 8% 0;
	float:right;
}

.btn-link-e {
	background:#C6A156 url(../images/icon-branco.png) right no-repeat;
	width:270px;
	height:auto;
	padding:7px 0 7px 15px;
	color:#FFFFFF;
	border-radius:3px;
	float:right;
}

.btn-link-e:hover {
	background:#214934 url(../images/icon.png) right no-repeat;
	cursor:pointer;
}

.btn-link-d {
	background:#C6A156 url(../images/icon-branco.png) right no-repeat;
	width:270px;
	height:auto;
	padding:7px 0 7px 15px;
	color:#FFFFFF;
	border-radius:3px;
	float:left;
}

.btn-link-d:hover {
	background:#214934 url(../images/icon.png) right no-repeat;
	cursor:pointer;
}
/* ---- FIM BOTÕES LINK ---- */




/* ------ PRODUTOS CATEGORIA ------ */

.prodCat {
	width:280px;
	height:340px;
	padding:2% 1%;
	border-radius:5px;
	margin:auto;
	margin:10px 0 60px 4%;
	text-align:center;
	float:left;
	position:relative;
}

.lancamento {
	position: absolute;
	background: #c6a156;
	color: white;
	z-index: 100;
	padding: 6px 12px;
	border-radius: 0 0 10px 0;
}

.imgProCat {
	position: relative;
	width:265px;
	height:200px;
	max-width:100%;
	margin:auto;
	margin-bottom:25px;
	border-radius:3px;
}

.imgProCat {
	max-width:100%;
	overflow:hidden;
}
.prodCat:hover {
	background:#F5F5F5;
}

.titProCat {
	color:#214934;
	text-transform:uppercase;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:15px;
}

.titProCat:hover {
	color:#C6A156;
}

.descProCat {
	margin-bottom:15px;
	text-decoration:none;
	color:#333333;
}
.descProCat:hover {
	text-decoration:underline;
}

/* ---- FIM PRODUTOS CATEGORIA  ---- */





.img100Produto {
	margin: 0 auto;
	max-width:1800px;
	height:90px;
	border-bottom:1px solid #C6A156;
	background:url(../images/img_produto.jpg) no-repeat center;
	background-size: cover; 
	
}

/*
.img100 {
	margin: 0 auto;
	max-width:1600px;
	height:100px;
	border-bottom:1px solid #C6A156;
	background:url(../images/img_pagina.jpg) no-repeat center;
	background-size: cover; 
	background-position-y: 100%; 

}
*/

.legenda {
	font-size:13px;
	float:right;
}




.title404 {
	color:#C6A156;
	margin-bottom:50px;
}

.p404 {
	color:#214934;
	margin:0 0 6% 6%;
	font-size:28px;
	font-family:effra-ligth;
}

.esquerda {
	width:44%;
	height:500px;
	float:left;
	padding:0 0 0 6%;
	margin-bottom:50px;
}

.direita {
	width:49%;
	height:500px;
	float:right;
	margin-bottom:50px;
}

.link404 {
	color:#214934;
	margin-bottom:5px;
	margin-left:8%;
	font-size:18px;
}

.link404 a {
	text-decoration:none;
	color:#214934;
}

.link404 a:hover {
	text-decoration:underline;
}

.btn-cases {
	background:#C6A156 url(../images/icon-branco.png) right no-repeat;
	width:60%;
	height:auto;
	float:right;
	padding:7px 0 6px 15px;
	color:#FFFFFF;
	border-radius:3px;
	margin-top:250px;
}

.btn-cases:hover {
	background:#214934 url(../images/icon.png) right no-repeat;
	cursor:pointer;
}

.h5gold {
	color:#C6A156;
}

.pVerde {
	color:#214934;
}

.btn-cases-d {
	background:#C6A156 url(../images/icon-branco.png) right no-repeat;
	width:60%;
	height:auto;
	float:left;
	padding:7px 0 6px 15px;
	color:#FFFFFF;
	border-radius:3px;
	margin-top:163px;
}

.btn-cases-d:hover {
	background:#214934 url(../images/icon.png) right no-repeat;
	cursor:pointer;
}


.titlePadra {
	color:#C6A156;
	font-weight:bold;
	margin-bottom:50px;
	font-size: 34px;
}

.sobre {
	width:45%;
	height:auto;
	padding:0 3% 0 6%;
	float:left;
	margin-bottom:90px;
}

.principios {
	width:45%;
	height:auto;
	float:right;
	margin-bottom:90px;
}

.h3gold {
	color:#C6A156;
	margin-bottom:30px;
}

.list {
	padding-left:6%;
	color:#214934;
	margin-bottom:12px;
	font-weight:bold;
}

.btn {
	text-decoration:none;
}

.btn-case-contato {
	background:#C6A156 url(../images/icon-branco.png) right no-repeat;
	width:255px;
	height:auto;
	padding:7px 0 7px 15px;
	color:#FFFFFF;
	border-radius:3px;
	margin-left:6%;
	margin-bottom:8px;
}

.btn-case-contato:hover {
	background:#214934 url(../images/icon.png) right no-repeat;
	cursor:pointer;
}

.blocos {
	width:100%;
	height:auto;
	margin-bottom:90px;
	position:relative;
}


.bloco1 {
	width: 30.33%;
  height: 330px;
  background: #214934;
  z-index: 1;
  position: relative;
  float: left;
  padding: 15px;
  display: block;
  box-sizing: border-box;
  box-shadow: 10px -10px 0 #c6a156;
  margin-bottom: 90px;
}

.espc {
	margin: 0 4.5%;
}

.titlebloco {
	color: #c6a156;
	margin-bottom:12px;
	text-align: center;
}

.pbloco {
	font-size: 18px;
  color: #fff;
}

.pCasesInt {
	color:#214934;
	margin:0 0 6% 6%;
	font-size:28px;
}

.descricaoCase {
	width:59%;
	height:auto;
	float:left;
}

.chamadaProduto {
	color:#C6A156;
	font-size:14px;
	margin:0  0 1% 14%;
	font-weight:bold;
}

.produtoCase {
	color:#214934;
	margin:0 0 6% 16%;
	font-size:18px;
	font-weight:bold;
}

.descricaoProdCase {
	margin:0 0 3% 10%;
}

.imagensCase {
	width:35%;
	height:auto;
	float:right;
}


.imgCasesInt {
	width:100%;
	height:205px;
	border:1px solid #C6A156;
	border-radius:6px;
	margin-bottom:8%;
	overflow:hidden;
}


.listCases {
	width:30%;
	height:auto;
	float:left;
	margin:0 0 7% 3%;
}

.imgCases {
	width:100%;
	height:130px;
	max-width:100%;
	border:1px solid #C6A156;
	border-radius:6px;
	margin-bottom:15px;
	overflow:hidden;
}

.imgFotos{
	width:100%;
	height:230px;
	max-width:100%;
	border:1px solid #C6A156;
	border-radius:6px;
	margin-bottom:15px;
	overflow:hidden;
}

.borderVideo {
	border:1px solid #C6A156;
	border-radius:6px;
}

.caseImg {
	/*width:auto;*/
    width: 100%;
    height: auto;

}


.descCase {
	color:#214934;
	font-size:18px;
	margin-bottom:15px;
	text-decoration:none;
}

.descCase:hover {
	text-decoration:underline;
}

.verCase {
	color:#C6A156;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.verCase:hover {
	color:#214934;
	cursor:pointer;
}

.infoContato {
	width:100%;
	height:auto;
	float:left;
}

.formulario {
	width:49%;
	height:300px;
	float:right;
	margin-bottom:40%;
}

.endereco {
	font-size:16px;
	font-weight:bold;
}

.telefone {
	font-size:22px;
}

label {
	color:#303030;
}

.inputP {
	width:100%;
	height:37px;
	margin:1% 0 3% 0;
	background:#F4F4F4;
	border:1px solid #DBDBDB;
	border-radius:5px;
	font-size:20px;
	font-family:effra;
	padding-left:7px;
}

.inputP:focus {
	outline:auto #C6A156;
}

.inputTel {
	width:70%;
	height:37px;
	margin:1% 0 3% 0;
	background:#F4F4F4;
	border:1px solid #DBDBDB;
	border-radius:5px;
	font-size:20px;
	font-family:effra;
	padding-left:7px;
}

.inputTel:focus {
	outline:auto #C6A156;
}

.msg {
	width:100%;
	height:180px;
	margin:1% 0 0 0;
	background:#F4F4F4;
	border:1px solid #DBDBDB;
	border-radius:5px;
	font-size:20px;
	font-family:effra;
	padding:7px;
}

.msg:focus {
	outline:auto #C6A156;
}

.camposObrigatorios {
	float:right;
	font-size:14px;
}

.enviar {
	background:#214934 url(../images/icon.png) right no-repeat;
	width:90px;
	font-size:18px;
	height:auto;
	padding:7px 0 7px 0;
	color:#FFFFFF;
	border-radius:3px;
	margin-top:7%;
}

.enviar:hover {
	background:#C6A156 url(../images/icon-branco.png) right no-repeat;
	cursor:pointer;
}

.enviarP {
	float:left;
	margin-left:10%;
}


.eventos {
	width:80%;
	height:auto;
	margin-bottom:6%;
	padding-left:12%;
}

.dataEvento {
	font-size:14px;
	color:#C6A156;
	margin-bottom:1%;
	font-weight:bold;
}

.titleEvento {
	font-size:18px;
	color:#214934;
	font-weight:bold;
}

.titleProdInt {
	color:#C6A156;
	text-transform:uppercase;
	margin-bottom:2%;
}

.menuProduto {
	width:95.5%;
	height:35px;
	border-top:1px solid #C6A156;
	border-bottom:1px solid #C6A156;
	margin-bottom:3%;
	padding:17px 0 0 4.5%;
}

.separa {
	margin:0 0.5%;
}

.obsProdutoInt {
	width:40%;
	height:auto;
	float:left;
	padding-left:3.5%;
	margin-bottom:8%;
}

.sobreProduto {
	margin-left:6%;
	margin-bottom:12%;
}

.imgPrinProdInt {
	width:50%;
	max-height:540px;
	float:right;
	border-radius:6px;
	overflow:hidden;
}

.h3goldPro {
	color:#C6A156;
	margin-left:5.2%;
}

.aumentaFoto {
	margin-left:5%;
	font-size:14px;
}


.imgsPronInt {
	width:97%;
	height:auto;
	padding-left:3%;
}



.imgProdInt {
	width:220px;
	height:150px;
	padding:0;
	border:1px solid #C6A156;
	border-radius:2px;
	margin:1% 1% 2% 2%;
	float:left;
	position:relative;
	overflow:hidden;
}

.videosProd {
	width:100%;
	height:auto;
	margin:5% 0;
}

.videos {
	width:450px;
	margin:2% 0 0 6%;
	height:300px;
	border:1px solid #C6A156;
	position:relative;
	float:left;
}







.caractOpcionais {
	margin:5% 0;
}

.organizaImgText {
	width:45%;
	height:100px;
	position:relative;
	float:left;
	margin:0 0 2% 5%;
}

.imgCarOpc {
	width:30%;
	height:100px;
	float:left;
	margin-right:1%;
}

.border-opi-carac{
	border-radius:2px;
	width:100%;
	border:1px solid #C6A156;
}

.textCarOpc {
	width:65%;
	height:100px;
	float:right;
}






.hintProduto {
	font-size:14px;
	font-weight:bold;
	margin:-3% 0 5% 6%;
}

.categoriaProduto {
	width:280px;
	height:auto;
	text-align:center;
	padding:2% 1%;
	display:inline-block;
	margin: 0 0 10% 3%;
	border-radius:7px;
}

.categoriaProduto:hover {
	background-color:#F5F5F5;
}

.titleProdCat {
	color:#214934;
	margin-bottom:10%;
}

.modelosD {
	margin-bottom:10%;
}

.imgCatPro {
	width:100%;
	max-width:100%;
	height:200px;
}

.nome-descricao {
	width:100%;
	height:20px;
	margin-bottom:2%;
}
.pNormal {
	color:#000000;
}
.nomeProduto {
	float:left;
	color:#214934;
	text-transform:uppercase;
	font-weight:bold;
	font-size:120%;
}

.descricaoProduto {
	float:right;
	font-size:90%;
}

.descricaoProduto:hover {
	color:#C6A156;
	cursor:pointer;
}



.infoRepresentantes {
	width:25%;
	height:auto;
	padding-left:10%;
	margin-bottom:3%;
	float:left;
}

.containerAlert {
	width:28%;
	height:auto;
	padding-left:10%;
	margin-bottom:3%;
	float:left;
}

.estado {
	float:left;
	padding-left:10%;
	margin-bottom:4%;
	width:28%;
}

.cidade {
	color:#C6A156;
	margin-bottom:2%;
}

.nomeRepresentante {
	color:#214934;
	font-size:19px;
	margin-bottom:1%;
}

.telRepresentante {
	margin-bottom:1%;
}

.mapa1 {
	float:right;
}

.mapa2 {
	display:none;
}

.mapa3 {
	display:none;
}
.estadoGold:hover {
	fill:#C6A156;
}

g:hover {
	cursor:pointer;
}

.selectEstados {
	margin:3% 0 5% 9.5%;
	width:180px;
	height:40px;
	padding:8px;
	font-size:16px;
	border:1px solid #CCC;
	border-radius:5px;
	display:none;
}

#welcome-video {
	width: 100%;
	display: table;
  background: #fff;
}

#social {
	background: #F6F6F6;
	padding: 50px;
	text-align: center;
}
#social h1 {
	text-transform: uppercase;
}
#social ul {
	padding-top: 50px;
}
#social li {
	display: inline-block;
	padding: 0 25px;
}
#social li:hover {
	opacity: 0.75;
}
#social li a {
	color: #333;
}
.social-b img {
	display: inline-block;
  width: 66px;
  margin-bottom: 10px;
}

.video-list {
	margin-left: 5%;
	list-style-type: none;
	margin-top: 10px;
}
.video-list li {
  display: inline-block;
  margin-right: 5px;
  padding: 6px 15px;
  border-radius: 5px;
  margin-top: 8px;
  background: #214934;
}

.video-list li:hover {
  background: #c6a156;
}

.video-list li a {
	font-weight: bold;
	color: #fff;
}

/* CONTATOS EDIÇÃO 2020 */
.contato-content {
	width: 100%;
	display: table;
}
.contato-content > div {
	display: table-cell;
}
h5.hGold {
  font-size: 16px;
  background: #C6A156;
  display: inline-block;
  padding: 5px 25px 5px 10px;
  color: #FFF;
  margin-bottom: 15px;
}
.contato-content .tel {
	width: 100%;
	display: table;
	font-size: 20px;
}
.contato-content .tel > span,
.contato-content .tel > img {
	margin-bottom: -5px;
}
.contato-content .tel span {
	width: 1%;
	font-size: 30px;
	font-weight: bold;
  white-space: nowrap;
}
.contato-content .tel img {
	width: 30px;
	margin-left: 5px;
}