/*****  CONTACTANOS  *****/
#contact-us{
	height: 370px;
	width: 100%;
	background-color: white;
	color: white;
	background-image: linear-gradient(to bottom, rgba(115, 103, 48, 0.7) 10%, rgba(115, 103, 48, 0.7) 100%), url(../img/banners/contact-us.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#contact-us > div{
	width: 70%;
    margin: 0 auto;
	height: 100%;
}

#contact-data, #social-networks-footer{
	justify-content: center;
	float: left;
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
}

#contact-data > div, #social-networks-footer > div{
	height: 205px;
	/* background: rgba(255, 255, 255, 0.8); */
	padding: 20px 20px;
	border-radius: 20px;
} 

#contact-data h3, #social-networks-footer h3{
	font-size: 30px;
	color: white;
	margin-block-start: 0;
	font-weight: normal;
}

#contact-data p{
	font-size: 15px;
    width: 90%;
    margin-top: 5px;
    line-height: 20px;
}

#emergency-contact > img{
	float: left;
	margin-right: 10px;
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(27%) hue-rotate(98deg) brightness(106%) contrast(109%);
	margin-top: -5px;
}

#emergency-contact h4{
	margin-block-end: 0;
	color: white;
}

#emergency-contact a:hover{
	color: #14212b;
}

#networks-footer > div{
	display: inline-block;
	background-color: #736730;
	border: 1px solid #736730;
	border-radius: 30px;
	height: 40px;
	width: 40px;
	padding: 5px;
	margin: 5px 10px;
	text-align: center;
	vertical-align: text-bottom;
}

#networks-footer > div:hover{
	background: #3b392d;
	border: 1px solid #3b392d;
}

#networks-footer > div:hover img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(27%) hue-rotate(98deg) brightness(106%) contrast(109%);
}

#networks-footer > div img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(271deg) brightness(108%) contrast(101%);
	width: 85%;
	position: relative;
	top: 3px;
}
/***** FIN CONTACTANOS  *****/


@media only screen and (max-width: 599px) {
	#contact-us{
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		height: auto;
		display: flex;
		align-items: center;
		/*background-image: url(../img/foto-footer-movil.jpg);*/
	}
	
	#contact-us > div{
		width: 90%;
		height: auto;
	}
	
	#contact-data, #social-networks-footer {
		float: initial;
		width: 100%;
		height: auto;
		text-align: center;
	}
	
	#contact-data p{
		margin: 0 auto;
		margin-top: 5px;
		color: white;
	}
	
	#emergency-contact > img{
		position: relative;
		top: -8px;
		left: 15px;
	}
	
	#contact-data > div, #social-networks-footer > div{
		width: 100%;
		height: auto;
		background: initial;
	}

	#contact-data h3, #social-networks-footer h3, #emergency-contact h4{
		color: white;
	}
}


@media only screen and (min-width: 600px) and (max-width: 767px){
	#contact-us{
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	#contact-us > div{
		width: 90%;
	}
	
	#contact-data > div, #social-networks-footer > div{
		height: auto;
	}

	#contact-data{
		width: 65%;
	}

	#social-networks-footer{
		width: 35%;
	}
	
	#contact-data p{
		width: 100%;
	}
	
	#emergency-contact{
		width: 80%;
	}
}


@media only screen and (min-width: 768px) and (max-width: 991px){
	#contact-us > div{
		width: 90%;
	}
	
	#contact-data > div, #social-networks-footer > div{
		height: 230px;
	}

	#contact-data p{
		width: 100%;
	}
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
	#contact-us > div{
		width: 85%;
	}
}
