

body{
	overflow-x: hidden;
}

header{
	border-top:14px solid #D58339;
}

.datos{
	padding: 20px 0;
}

.datos .icono{
	display:block;
	float:left;
}

.datos .icono i{
	font-size: 36px;
    color: #D58339;
    padding: 5px 0;
}

.datos .texto{
	font-size: 16px;
	color:#666;
	font-weight:light;
    line-height: 18px;
    margin-left: 5px;
    display: block;
    float: left;
    padding: 5px;
}


#menu{
	display:block;
	float:none;
	margin:auto;
}

#menu ul li {
    line-height: 80px;
	margin-left:0px;
	padding: 0px 20px;
}

#menu > ul > li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    border-right: none !important;
}

header #logo a {
    line-height: 100px;
}

#servicios p{
	margin:0px;
	font-weight:light;
}

#servicios .srv p{
	font-size: 15px;
}


#servicios .vc_column_container>.vc_column-inner {
	padding-left: 0px;
    padding-right: 0px;
    border: 15px solid #FFF;
	padding-top: 15px;
}

#servicios h3 {
    font-family: Playfair Display;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0px;
}

#servicios .vc_icon_element {
    margin: 10px 0;
}

#servicios .vc_icon_element-icon.fa{
	color: #D58339 !important
}

#servicios .srv:hover .vc_column-inner{
	background-color: #D58339 !important;
}

#servicios .srv:hover .vc_icon_element-icon.fa{
	color: #FFF !important
}

#servicios .srv:hover h3,
#servicios .srv:hover p{
	color: #FFF !important
}

#comollegar{
    margin-top: -116px;
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern {
    color: #fff;
    border-color: #D58339;
    background-color: #D58339;
}

#contactenos .vc_icon_element-icon{
	font-size:38px;
	color: #593413;
}

#contactenos .vc_separator{
	margin: 10px 0;
}

#contactenos h4{
	font-size: 22px;
}

.wpcf7{
	border: 4px solid #F0F0F0;
    background: #FFF;
    padding: 20px 30px !important;
}

span.wpcf7-form-control-wrap {
    display: block;
    margin: 10px 0;
}

.wpcf7 input, .wpcf7 textarea {
    margin: 0;
    padding: 15px 20px;
    height: auto;
    border: 0px solid #F5F5F5;
    background: #F5F5F5 !important;
    color: #333 !important;
	width:100%;
}

.wpcf7 label {
    font-weight: 200;
    font-size: 14px;
}

.footer-widgets {
    padding: 10px 0 30px;
}

.wpcf7 .wpcf7-submit{
	display:none !important;
}

.wpcf7 textarea{
	height: 130px !important;
    margin-bottom: 0px !important;
}

.wpcf7 .wpcf7-captchac{
	margin-top:20px;
}

/* Móviles */
@media (max-width: 768px){
	.datos {
		display: none;
	}
	
	#menu{
		display:none !important;
	}
	
	header #logo a img {
		width: 180px;
		height:auto;
	}
	
	.wpb_content_element.exc {
		margin-bottom: 0px;
	}
	
	.vc_custom_1545306542769 {
		padding-bottom: 30px !important;
	}
}