/* #A1182C */

body{
	font-family: 'Roboto Condensed', sans-serif;
}

.no-padding{
	padding: 0;
}

.margin-left-20{
	margin-left: 10px;
}

.modal-dialog {
    margin: -1px auto 30px;
}

.cookiesBar{
	width: 100%;
	position: fixed;
	left: 0;
	bottom: -500px;
	background: rgba(0, 0, 0, 0.85);
	color: #fff;
	-webkit-transition-duration: 2s; /* Safari */
    transition-duration: 2s;
    z-index: 99999;
    font-size: 12px:
}

.cookiesBar > div {
	padding: 15px 50px;
	overflow: hidden;
}

.cookiesBar > div > span{
	margin-top: 5px;
}

.cookiesBar.open{
	bottom: 0;
}

.cookiesBar span{
	float: left
}

.cookiesBar .acceptCookies{
	border: 1px solid #fff;
	border-radius: 0;
	background: transparent;
	color: #fff;
	padding: 5px 20px !important;
	float: right;
	cursor: pointer;
}

.titulo-modal div{
	font-size: 40px;
	padding: 10px 0;
	font-weight: 300;
}

.titulo-modal{
	color: #777;
	padding-bottom: 30px;
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
}

.link-login, .link-login:hover, .link-login:focus, .link-login:active{
	color: #777;
	text-decoration: none;
	padding: 54px 18px 30px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 300;
}

.modal-content{
	border-radius: 0;
	background-color: #f9f9f9;
}

.modal-header{
	border-bottom: 0;
}

.modal-footer{
	border-top: 0;
}

.modal-backdrop{
	background-color: #103757;
}

.simulador{
	color: #fff;
	position: fixed;
	z-index: 5;
	bottom: 100px;
	background: #ED1C24;
	padding: 15px 50px;
	text-transform: uppercase;
	border-radius: 10px;
	letter-spacing: 2px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	margin-left: 53px;
	cursor: pointer;
}

.simulador i{
	border: 2px solid #fff;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	padding: 1px 0 0 5px;
	margin-right: 10px;
	font-size: 15px;
}

.simulador a, .simulador a:hover, .simulador a:focus, .simulador a:active{
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}

.barra-telefone{
	background-color: #103757;
	color: #fff;
	font-size: 18px;
}

.barra-telefone a, .barra-telefone a:hover, .barra-telefone a:focus, .barra-telefone a:active{
	color: #fff;
	text-decoration: none;
}

.icon-header{
	float: left;
}

.numeros-header{
	float: right;
	padding-left: 12px;
	letter-spacing: 1px;
}

.numeros-header a, .numeros-header a:hover, .numeros-header a:focus, .numeros-header a:active{
	text-decoration: none;
	color: #103757;
}

.contactos-header{
	color: #103757;
	position: absolute;
	margin-top: 26px;
	margin-left: 300px;
	font-weight: 300;
	line-height: 31px;
	font-size: 23px;
}

.contactos-header span{
	font-size: 20px;
	padding: 19px 12px;
	border-right: 1px solid #999;
}

.contactos-header-mobile{
	color: #103757;
}

.contactos-header-mobile a, .contactos-header-mobile a:hover, .contactos-header-mobile a:focus, .contactos-header-mobile a:active{
	text-decoration: none;
	color: #103757;
}

.navbar-nav{
	margin: 0;
}

.navbar-toggle{
	margin-top: 26px;
}

.navbar-collapse{
	padding: 0;
}

.navbar-fixed-top{
	-webkit-box-shadow: 0px 6px 30px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 6px 30px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 6px 30px 0px rgba(0,0,0,0.2);
}

.navbar{
	margin-bottom: 0;
}

.navbar-default{
	background-color: #f9f9f9;
	border-color: #f9f9f9;
	-webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.navbar-brand{
	height: auto;
	padding: 5px 15px;
}

.navbar-brand > img{
	width: 260px;
}

.nav > li{
	padding: 50px 15px 26px;
}

.nav > li > a{
	padding: 5px 3px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 300;
	color: #103757;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li > a:active{
	color: #777;
}

.navbar-nav > li > a.active{
	border-bottom: 1px solid #aaa;
	color: #ED1C24;
}

.navbar-nav > li > a.active:hover, .navbar-nav > li > a.active:focus, .navbar-nav > li > a.active:active{
	color: #ED1C24 !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{
	background: transparent;
	color: #777;
}

.dropdown-menu{
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 10px !important;
	min-width: 280px;
}

.dropdown-menu > li{
	padding: 3px 20px;
}

.dropdown-menu > li:last-child {
    padding-bottom: 0;
}

.dropdown-menu > li > a{
	border-bottom: 1px solid #aaa !important;
	background-color: #fff !important;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 300;
	padding: 0 0 5px;
	color: #777;
}

.dropdown-menu > li > a.active, .dropdown-menu > li > a.active:active, .dropdown-menu > li > a.active:hover, .dropdown-menu > li > a.active:focus{
	padding-left: 10px;
	color: #103757 !important;
	font-weight: 700;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:active{
	background: transparent;
	color: #777 !important;
}

.dropdown-menu > li:last-child > a {
    border-bottom: 0 !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

/*
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
*/

.caret-right {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
    margin-left: 5px;
}

.margin-top-slide-home{
	top: 85px;
}

.pelicula-banner{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
}

.item-slide-home{
	height: -moz-calc(80vh - 109.81px);
	height: -webkit-calc(80vh - 109.81px);
	height: -o-calc(80vh - 109.81px);
	height: calc(80vh - 109.81px);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.slide-caption{
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	position: absolute;
	width: 100%;
	text-align: center;
	color: #fff;
}

.slide-caption h1{
	text-transform: uppercase;
	font-size: 50px;
	font-weight: 700;
}

.slide-caption hr{
	width: 200px;
	border: 2px solid #fff;
}

.slide-caption div{
	font-size: 30px;
}

.pontos-slide, .setas-slide{
	margin-top: -1px;
}

.css-setas{
	position: absolute;
	bottom: -moz-calc(40vh - 109.81px);
	bottom: -webkit-calc(40vh - 109.81px);
	bottom: -o-calc(40vh - 109.81px);
	bottom: calc(40vh - 109.81px);
	width: 50px;
	height: 150px;
	background: rgba(255, 255, 255, 0.4);
	color: #fff;
	text-align: center;
	cursor: pointer;
	line-height: 150px;
}

.css-setas-top{
	bottom: -moz-calc(40vh - 130px);
	bottom: -webkit-calc(40vh - 130px);
	bottom: -o-calc(40vh - 130px);
	bottom: calc(40vh - 130px);
}

.seta-esquerda{
	left: 0;
}

.seta-direita{
	right: 0;
}

.slick-dots{
	list-style: none;
	text-align: center;
	margin-top: -50px;
	padding-left: 0;
}

.slick-dots-top{
	margin-top: 35px;
}

.slick-dots li{
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 3px;
	padding: 0;
	cursor: pointer;
	border: 2px solid #fff;
	border-radius: 50% !important;
}

.slick-dots li button{
	font-size: 0;
	line-height: 0;
	display: block;
	width: 15px;
	height: 15px;
	padding: 3px;
	cursor: pointer;
	color: transparent;
	outline: none;
	background: transparent;
	border: 0;
}

.slick-dots li.slick-active{
	background-color: #fff;
	color: #fff;
}

.fundo-cinza-footer{
	background-color: #eee;
}

.fundo-cinza{
	background-color: #f9f9f9;
	padding-top: 50px;
	padding-bottom: 50px;
}

.fundo-branco{
	background-color: #fff;
	padding-top: 100px;
	padding-bottom: 100px;
}

.fundo-azul{
	background-color: #103757;
	padding-top: 100px;
	padding-bottom: 100px;
}

.titulo-seccao{
	text-align: center;
}

.titulo-seccao-esquerda{
	text-align: left;
}

.titulo-seccao h1, .titulo-seccao-esquerda h1{
	color: #ED1C24;
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
}

.titulo-seccao h1 span, .titulo-seccao-esquerda h1 span{
	font-size: 30px;
}

.titulo-seccao hr, .titulo-seccao-esquerda div{
	width: 200px;
	border: 2px solid #ED1C24;
}

.titulo-seccao-esquerda div{
	margin: 20px 0;
}

.texto-produtos{
	color: #ccc;
	text-transform: uppercase;
	padding-top: 30px;
	font-size: 28px;
	font-weight: 400;
	text-align: center;
}

.texto-produtos div{
	cursor: pointer;
}

.texto-produtos a, .texto-produtos a:hover, .texto-produtos a:focus, .texto-produtos a:active{
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 3px;
	border-bottom: 1px solid #fff;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: 2px;
}

.fundo-servicos-top{
	margin-top: 20px;
}

.bloco-servico{
	text-align: center;
	margin-top: 60px;
	cursor: pointer;
}

.bloco-servico h2{
	color: #103757;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 35px;
}

.bloco-servico h2 span{
	font-size: 18px;
}

.bloco-servico div{
	color: #777;
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
}

.bloco-servico a, .bloco-servico a:hover, .bloco-servico a:focus, .bloco-servico a:active{
	color: #103757;
	text-transform: uppercase;
	padding-bottom: 3px;
	border-bottom: 1px solid #103757;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: 2px;
}

.img-clientes{
	text-align: center;
}

.img-clientes img{
	width: 80%;
}

.texto-clientes{
	font-size: 15px;
	color: #777;
	padding-top: 40px;
	text-align: center;
}

.fundo-breadcrumbs{
	background-color: #eee;
}

.fundo-breadcrumbs-top, .fundo-banner-area-reservada-top{
	margin-top: 85px;
}

.breadcrumbs{
	text-align: right;
}

.breadcrumbs ul{
	list-style: none;
	margin-bottom: 0;
}

.breadcrumbs ul li{
	display: inline-block;
	padding: 40px 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: 700;
	color: #777;
}

.breadcrumbs ul li a, .breadcrumbs ul li a:hover, .breadcrumbs ul li a:focus, .breadcrumbs ul li a:active{
	color: #777;
	text-decoration: none;
}

.item-relacionado{
	padding: 10px 0 3px;
}

.item-relacionado-sub{
	margin-left: 30px;
}

.item-selecionado{
	border-bottom: 1px solid #777;
}

.item-relacionado a, .item-relacionado a:hover, .item-relacionado a:focus, .item-relacionado a:active{
	text-transform: uppercase;
	text-decoration: none;
	color: #777;
	font-size: 18px;
}

.item-selecionado a, .item-selecionado a:hover, .item-selecionado a:focus, .item-selecionado a:active{
	color: #ED1C24;
	width: 100%;
}

.resumo-conteudo, .resumo-conteudo-grupos{
	text-transform: uppercase;
	color: #103757;
	font-size: 20px;
	padding-bottom: 50px;
}

.resumo-conteudo{
	text-align: center;
}

.texto-conteudo{
	color: #777;
	font-size: 17px;
	line-height: 30px;
	font-weight: 300;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}

.texto-conteudo h3{
	text-transform: uppercase;
	color: #103757;
}

.texto-conteudo img, .img-conteudos{
	max-width: 100% !important;
	height: auto !important;
}

.img-conteudos-grupos{
	max-width: 100%;
}

.css-setas-produtos{
	position: absolute;
	top: -moz-calc(50% - 5px);
	top: -webkit-calc(50% - 5px);
	top: -o-calc(50% - 5px);
	top: calc(50% - 5px);
	width: 10px;
	height: 10px;
	color: #000;
	text-align: center;
	cursor: pointer;
}

.seta-esquerda-produtos{
	left: 17px;
}

.seta-direita-produtos{
	right: 19px;
}

.nav-tabs {
    border-bottom: 2px solid #ddd;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
}

.nav-tabs > li{
	padding: 0 4px !important;
	margin-bottom: -2px;
	float: none;
	display: inline-block;
}

.nav-tabs > li > a{
	font-size: 13px;
	line-height: 30px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
	background-color: #f9f9f9;
	border: 2px solid #ddd;
	border-bottom-color: transparent;
	font-size: 14px;
	font-weight: 700;
}

.tab-content{
	padding-top: 50px;
}

.table-responsive, .table > tbody > tr > td{
	border: 0;
}

.table .table{
	background-color: #f9f9f9;
}

.links-ver-mais{
	font-size: 30px;
	text-align: center;
	position: relative;
	float: left;
	width: 100%;
	margin-top: 30px;
}

.links-ver-mais a{
	color: #304082;
	text-decoration: none;
	border: 1px solid #304082;
	border-radius: 50%;
	padding: 10px 16px;
}

.link-cloud{
	border: 1px solid #304082;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	margin-bottom: 30px;
}

.link-cloud a{
	color: #304082;
	text-decoration: none;
}

.link-cloud a i{
	font-size: 30px;
}

.vw-formulario{
	margin-top: 10px;
}

.form-control{
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border .5s;
    transition: border .5s;
}

.form-control::-moz-placeholder{
	color:#bbb;
	text-transform: uppercase;
	font-weight: 300;
	opacity:1;
}

.form-control:-ms-input-placeholder{
	color: #bbb;
	text-transform: uppercase;
	font-weight: 300;
}

.form-control::-webkit-input-placeholder{
	color:#bbb;
	font-weight: 300;
	text-transform: uppercase;
}

.g-recaptcha>div{
	border: 1px solid transparent;
	-webkit-transition: border .5s;
    transition: border .5s;
}

.form-control.error, .g-recaptcha>.error{
	border: 1px solid #ED1C24;
}

.form-group label, .form-check label{
	color: #777;
	text-transform: uppercase;
	font-weight: 700;
}

#captcha{
	float: left;
	width: 50%;
}

#captcha>.g-recaptcha {
    transform:scale(0.7);
    transform-origin:0 0;
    margin-top: 0;
}

.submitbtn{
	float: right;
	width: 50%;
	background-color: #ED1C24;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	padding: 11px 0;
	border: 0;
	border-radius: 10px;
	font-size: 12px;
}

.texto-contactos{
	font-size: 17px;
	line-height: 33px;
	font-weight: 400;
}

.texto-contactos span{
	font-size: 20px;
}

.texto-contactos p.large, .texto-contactos p.large2{
	font-size: 33px;
	margin: 0;
}

.texto-contactos p.large2{
	padding-top: 20px;
}

.texto-contactos a, .texto-contactos a:hover, .texto-contactos a:focus, .texto-contactos a:active{
	text-decoration: none;
	color: #103757;
}

.texto-contactos img{
	margin-left: 10px;
}

.footer{
	padding-top: 100px;
	padding-bottom: 100px;
	font-size: 16px;
	color: #777;
}

.modal-title{
	font-size: 30px;
	text-align: center;
}

.num-modal{
	text-align: center;
	line-height: 33px;
}

.num-modal hr{
	border-color: #777;
}

.num-modal img{
	margin-left: 10px;
}

.num-modal a, .num-modal a:active, .num-modal a:focus, .num-modal a:hover{
	text-decoration: none;
	color: #304082;
	font-size: 20px;
}

.localidades-footer{
	font-size: 17px;
	line-height: 33px;
}

.localidades-footer span{
	font-size: 20px;
}

.localidades-footer p.large, .localidades-footer p.large2{
	font-size: 33px;
	margin: 0;
}

.localidades-footer p.large2{
	padding-top: 20px;
}

.localidades-footer img{
	margin-left: 10px;
}

.lista-social{
	list-style: none;
	text-align: right;
}

.lista-social li{
	display: inline-block;
}

.lista-social li a{
	color: #777;
	font-size: 20px;
	padding: 10px;
}

.footer a, .link-ral, .link-ral:hover, .link-ral:focus, .link-ral:active{
	text-decoration: none;
	color: #103757;
}

.resumo-produtos-home{
	font-size: 24px;
	color: #686868;
	line-height: 30px;
	font-weight: 700;
	font-style: italic;
	margin-top: 30px;
	margin-bottom: 50px;
}

.coluna-produto-home{
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	border-radius: 5px;
	margin: 15px 10px;
}

.coluna-sem-margem{
	margin-left: 0;
	margin-right: 0;
}

.imagem-produto-home{
	height: 230px;
	border-radius: 5px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #fff;
}

.detalhe-produto-home{
	padding: 15px;
}

.detalhe-produto-home>h1{
	font-size: 18px;
	color: #ED1C24;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
}

.detalhe-produto-home>div{
	font-size: 17px;
	color: #103757;
	line-height: 22px;
}

.detalhe-produto-home>a{
	display: block;
	font-weight: 700;
	font-size: 12px;
	color: #103757;
	border: 1px solid #103757;
	border-radius: 8px;
	margin-top: 20px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding: 5px 0;
}

.altera-imagens img, .img-conteudos-grupos{
	border-radius: 5px;
}

/*/////////////////////////////////////////////*/
/*////////////////RESPONSIVE///////////////////*/
/*/////////////////////////////////////////////*/

@media screen and (max-width:767px){
	.cookiesBar{
		font-size: 10px;
		text-align: center;
	}
	
	.cookiesBar > div {
		padding: 5px 10px;
		margin-bottom: 10px;
	}
	
	.cookiesBar .acceptCookies{
		float: none;
		margin-top: 5px;
	}
	
	.table-responsive{
		-webkit-box-shadow: inset -20px 0px 15px -10px rgba(0,0,0,0.15);
		-moz-box-shadow: inset -20px 0px 15px -10px rgba(0,0,0,0.15);
		box-shadow: inset -20px 0px 15px -10px rgba(0,0,0,0.15);
	}
	
	.table > tbody > tr > td{
		display: block;
		width: 100% !important;
		height: auto !important
	}
	
	.breadcrumbs ul{
		padding-left: 0;
	}
	
	.breadcrumbs ul li{
		padding: 40px 2px;
		letter-spacing: 0;
	}
	
	.css-setas{
		display: none !important;
	}
	
	.img-clientes img{
		width: 100%;
	}
	
	.lista-social{
		text-align: left;
		padding-left: 0;
		margin-top: 20px;
	}
	
	.footer, .fundo-cinza, .fundo-branco{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.localidades-footer{
		font-size: 12px;
	}
}

@media screen and (max-width:1399px){
	.simulador{
		margin-left: 4px;
	}
	
	.nav > li{
		padding: 46px 10px 10px;
	}
	
	.link-login, .link-login:hover, .link-login:focus, .link-login:active{
		padding: 51px 13px 15px;
	}
	
	.contactos-header{
		margin-left: 275px;
		font-size: 20px;
	}
}

@media screen and (max-width:1199px){
	.simulador{
		margin-left: -47px;
	}
	
	.nav > li{
		padding: 46px 5px 10px;
	}
	
	.link-login, .link-login:hover, .link-login:focus, .link-login:active{
		padding: 51px 8px 15px;
		font-size: 13px;
	}
	
	.nav > li > a{
		font-size: 13px;
	}
	
	.icon-header{
		display: none;
	}
	
	.contactos-header{
		margin-top: 34px;
		line-height: 23px;
		font-size: 16px;
	}
}

@media screen and (max-width:991px){
	.navbar-brand > img{
		width: 200px;
	}
	
	.simulador{
		right: 15px;
		bottom: 10px;
		padding: 5px 25px;
	}
	
	.lista-social li a{
		padding: 10px 2px;
	}

	.nav > li{
		padding: 18px 5px 0 !important;
	}
	
	.link-login, .link-login:hover, .link-login:focus, .link-login:active{
		padding: 23px 8px 15px !important;
	}
	
	.navbar-nav{
		margin: 0;
	}
	
	.navbar-nav > li > a.active{
		border-bottom: 0;
	}
	
	.navbar-collapse{
		max-height: 340px;
	}
	
	.item-slide-home{
		height: -moz-calc(70vh - 87.81px);
		height: -webkit-calc(70vh - 87.81px);
		height: -o-calc(70vh - 87.81px);
		height: calc(70vh - 87.81px);
	}
	
	.margin-top-slide-home{
		top: 64px;
	}
	
	.slide-caption hr{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.slide-caption h1{
		margin: 0;
	}
	
	.css-setas-top{
		bottom: -moz-calc(40vh - 110px);
		bottom: -webkit-calc(40vh - 110px);
		bottom: -o-calc(40vh - 110px);
		bottom: calc(40vh - 110px);
	}
	
	.slick-dots-top{
		margin-top: 15px;
	}
	
	.bloco-servico h2{
		font-size: 18px;
	}
	
	.bloco-servico h2 span{
		font-size: 15px;
	}
	
	.slide-caption h1{
		font-size: 25px;
	}
	
	.slide-caption div{
		font-size: 18px;
	}
	
	.titulo-seccao h1, .titulo-seccao-esquerda h1{
		font-size: 25px;
	}
}

@media screen and (min-width:992px){
	.navbar-nav>li.dropdown:hover>ul.dropdown-menu {
	    display: block;
	}
	
	.link-login, .link-login:hover, .link-login:focus, .link-login:active{
		float: right;
	}
}

@media screen and (min-width:768px){
	.modal-dialog {
    	width: 1024px;
    }
}
	
@media screen and (max-width:768px){
	.bloco-servico img{
    	height: 100px;
    }
}

.grecaptcha-badge{
	display: none;
}

.sticky-container-social{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-130px;
    top:230px;
    width:210px;
    z-index: 1100;
    display: none;
}

.sticky-list li{
    list-style-type:none;
    background-color:#fff;
    color:#efefef;
    height:43px;
    padding:0px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}

.sticky-list li:hover{
    margin-left:-115px;
}