/**PESRSONALIZADO**/

body {
	color:#2B2A29;
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	
}
#img_loader{
	max-width: 250px;
}
.c-pointer{
	cursor:pointer;
}
.navbar-toggler{
	padding:5px;
	position: absolute; 
	top:-64px;
	left: 0px;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto #949494;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.02rem rgb(0, 0 ,0);
}
i{
	font-size: 32px;
}
a{
	color:#fff;
}
h1{
	color:#865936;
}
.btn_enviar{
	background: unset;
	border: 0px;
	font-size:24px;
	font-weight: 600;
	color:#533629;
}
#rgpdlabel a{
	color:#2B2A29;
}
.alertify-inner, .cc-message, .cc-btn{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 500;
}
.fixed{
	border-bottom: 1px solid #7E502A;
	animation:slide-down 0.7s;
	z-index: 1;
	position: fixed;
	transition: 0.4s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.div_topo{
	background:#fff;
}
label{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}
.morada, .morada a{
	color: #533629;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}
.morada a:hover{
	color:#865936;
}
.texto{
	font-family: 'Open Sans', sans-serif;
}
.legenda_foto{
	font-size: 13px;
	font-weight: 600;
	color:#865936;
	font-family: 'Open Sans', sans-serif;
}
header{
	width: 100%;
	border-bottom: 1px solid #7E502A;
}
a:hover,
a:focus{
	color:#EBDCC8;
	text-decoration: none;
}
.img_icone{
	max-width: 25px;
	margin-right: 5px;
}
.img_icone2{
	max-width: 30px;
}
.fundo_slider{
	height: 620px;
	background-size: cover;
}
.fundo_beje{
	background-color:#EBDCC8;
}
/*Fim Personalização*/
/*image checkbox*/
.image-checkbox {
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 4px solid transparent;
	margin-bottom: 0;
	outline: 0;
	border: 1px solid #989898;
	padding: 2px;
	width: 37px;
	height: 33px;
	margin-left: 5px;
	border-radius: 6px;
}
.image-checkbox img{
	margin: auto;
    max-width: 100%;
    display: block;
    padding-top: 3px;
}
.image-checkbox input[type="radio"] {
	display: none;
}


/**Comum**/
.breadcrumbs ul{margin-top:0px;padding-left:0px;list-style:none;text-transform:lowercase}
.breadcrumbs ul li{display:inline;}
.breadcrumbs a,
.breadcrumbs a:visited,
.breadcrumbs a:link{text-decoration:none;color:#141515; font-family:'Open Sans',  sans-serif; text-transform: uppercase; font-size:10px; color:#000;}
.breadcrumbs a:hover{text-decoration:none;color:#865936;}
.breadcrumbs ul li:not(:last-child):after{text-decoration:none;content:" / ";}
.img_responsiva {
	max-width: 100%;
}
.separador_medio{
	width: 100%;
	height:35px;
}
.separador_pequeno{
	width: 100%;
	height:15px;
}
.separador_grande{
	width: 100%;
	height:55px;
}

.caixa_imagens_pequenas {
	text-align: center;
	width: 100%;
}
.caixa_imagens_pequenas img{
	margin-bottom: 10px;
}
.p-relative{
	position: relative!important;
}
.imagens_pequenas a {
	width: 100%;
}
.imagens_pequenas img {
	max-width:100%;
	border: 1px solid #e4dfdf;
}
.div_logo{
	padding-bottom: 12px;
	border-bottom: 1px solid #fff;
}
.img_centro{
	display: block;
	margin: auto;
}
/*
Tipografia
*/

.weight_500{
	font-weight:500!important;
}
.weight_700{
	font-weight:700!important;
}
.weight_600{
	font-weight:600!important;
}
.weight_400{
	font-weight:400!important;
}

.font-18{
	font-size:18px!important;
}
.font-16{
	font-size:16px!important;
}
.font-14{
	font-size:14px!important;
}
.font-20{
	font-size:20px!important;
}
.font-24{
	font-size:24px!important;
}
.font-12{
	font-size:12px!important;
}
.font-10{
	font-size:11px!important;
}
.breadcrumbs nav, .menu_topo a{
	font-size: 12px;
}

/*Checkboxes styles*/
input[type="checkbox"] { display: none; }
input[type="text"], textarea{
	border: 0px;
	border-bottom: 1px solid #818181;
}
input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #cecece;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border: 1px solid #5B5B5B;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*
Navegacao
*/
.mainmenu a{
	font-family:'Open Sans',  sans-serif;
	color:#865936 ;
	font-weight:600;
	padding:10px;
	font-size: 14px;
}
.mainmenu a:hover, .active_item a, .btn_enviar:hover {
	 color: #b07b3e;
}  
   
footer {
	font-family:'Open Sans', sans-serif;
	color: #fff;
	background-color:#533629;
}


footer nav > ul {
	padding: 0px;
	margin: 0px;
	color: #5B5B5B;
}

footer nav > ul > li {
	padding: 2px 0px;
	margin: 0px;
	list-style: none;
	display: flex;
}

footer nav > ul > li,
footer nav > ul > li > a,
footer nav > ul > li > a:link,
footer nav > ul > li > a:visited,
footer nav > ul > li > a:active {
	font-size: 14px;
	color:#fff;
	text-decoration: none;
	-webkit-transition: background-color 0.25s ease-in-out;
	   -moz-transition: background-color 0.25s ease-in-out;
         -o-transition: background-color 0.25s ease-in-out;
	        transition: background-color 0.25s ease-in-out;
}
footer nav > ul > li > a:hover, .sub_rodape a:hover {
	/*color: #727271;*/
	color:#ebdcc8;
}
.sub_rodape, .sub_rodape ul>li>a {
	font-size:12px;
}
/*
Botoes
*/

.btn_topo {	cursor: pointer;
	border: none;
	display: inline-block;
	color: #EBECEC;
	z-index: 85;
	/* IE7 inline-block fix */
	width: auto;
	line-height: 16px;
	margin: 0;
	outline: none;
	position: relative;
	text-align: center;
	text-decoration: none;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    right: 30px;
    bottom: 30px;
    padding: 5px 10px;
		
	font-size: 10px;
	
	/* Fancy box shadows */
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	   -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	
	/* CSS Transitions */	
	-webkit-transition: background-color 0.15s ease-in-out;
	   -moz-transition: background-color 0.15s ease-in-out;
         -o-transition: background-color 0.15s ease-in-out;
	        transition: background-color 0.15s ease-in-out;	
}

.btn_topo:hover {
	color: #fff;
    background: rgba(157, 158, 158, 1);
}
#logo{
	max-width: 250px;
}
@media (max-width: 575.98px) {
	.w-50-lg{
		width:100%;
	}
	footer li a{
		margin-bottom: 7px;
	}
	.fundo_slider {
		height: 250px;
		background-position: 50%;
	}
	.padding-50{
		padding-left: 15px;
		padding-right: 15px;
	}
	.mainmenu {
		padding-left: 0px;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.w-50-lg{
		width:100%;
	}
	footer li a{
		margin-bottom: 7px;
	}
	.fundo_slider {
		height: 250px;
		background-position: 50%;
	}
	.padding-50{
		padding-left: 15px;
		padding-right: 15px;
	}
	.mainmenu {
		padding-left: 0px;
	}
	footer{
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.w-50-lg{
		width:75%;
	}
	.padding-50{
		padding-left: 15px;
		padding-right: 15px;
	}
	.fundo_slider {
		height: 250px;
		background-position: 50%;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) { 
	.w-50-lg{
		width:75%;
	}
}

@media (min-width: 1200px) {
	.padding-50{
		padding-left: 70px;
		padding-right: 70px;
	}
	.w-50-lg{
		width:50%;
	}
	
}
