@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
/*html{
	height: 150%;
}*/
body{
	font-family: 'Open Sans', sans-serif;
	background-color: #f7f7f7;
}
p{
	font-weight: 300;
   font-size: 14px;
   line-height: 18px
}
div.content{
	padding-top: 160px;
}
h4.subtitle{
   width: 220px;
   padding: 10px 0;
   /*color: #7EB09B;*/
   color: #7F524E;
   border-bottom: 1px solid #7F524E;
}
.modal h4.subtitle{
	width: auto;
}
div.info{
   background-color: #7F524E;
   color: #fff;
   padding: 12.5px;
   font-size: 13px;
   text-align: right;
   width: 100%;
}
@media only screen and (max-width: 600px) {
	div.info span{
		font-size: 10px;
		clear: both;
		display: block;
		width: 100% !important;
		background: none !important;
		height: auto !important;
		padding: 1px;
	}
}
div.info span.info--address{
   background: url('../images/icons/home.png');
   background-repeat: no-repeat;
   width: 17px;
   height: 21px;
   margin: 0 5px;
   padding-left: 27.5px;
}
div.info span.info--phone{
   background: url('../images/icons/phone.png');
   background-repeat: no-repeat;
   width: 17px;
   height: 21px;
   margin: 0 5px;
   padding-left: 20px;
}
div.info span.info--zap{
   background: url('../images/icons/whatsapp.png');
   background-repeat: no-repeat;
   width: 17px;
   height: 23px;
   margin: 0 5px;
   padding-left: 20px;
   background-size: 18px;
}

div#modal-resultados h4{
	font-size: 22px;
	width: 300px;
}
div#modal-resultados p{
	padding-bottom: 20px;
}
div#modal-resultados .input-field{
	margin-top: 0px;
}
@media only screen and (max-width: 600px) {
	div#modal-resultados h4.subtitle{
		font-size: 14px !important;
		width: auto;
	}
	div#modal-resultados p{
		font-size: 12px !important;
	}
}
.breadcrumb-section{
	padding: 40px 40px 10px 0px !important;
}
.breadcrumb-section a{
	color: #333;
}
.breadcrumb:last-child {
    color: #7F524E !important;
}
.switch-element{
	padding: 15px 0;
}
.breadcrumb:before {
    content: '\E5CC';
    color: #7F524E;
}

footer .container{
   width: 95% !important;
}

a {
    padding: 0px !important;
}

.btn{
    background-color: #7F524E !important;
}