
body.home .prefooter {
	position: relative;
	top: 90px;
}

.prefooter {
	position: relative;
	top: 90px;
	margin-bottom: 133px;
}

body.home .prefooter .newsletter, .prefooter .newsletter {
	background-color: #4e74ca;
}

.footer-widgets {
	background-color: #fff;
}

.footer-widgets li *, .footer-widgets p, .footer-widgets p *, .footer-widgets .widget-title {
	color: rgba(0, 0, 0, .7) !important;
}

.prefooter .logos {
	text-align: center;
}

.prefooter .logos ul {
	margin-bottom: 70px;
}

.prefooter .logos ul li {
	display: inline-block;
}

.social li.face {
	width: 58px;
}

.footer-widgets .social a {
	width: 52px;
	height: 52px;
	background-color: rgba(203, 203, 203, .23);
	border-radius: 12px;
	display: inline-block;
	position: relative;
}

.footer-widgets .social a:hover {
	background-color: rgba(255, 112, 32, .23);
}

.footer-widgets .social a i {
	position: relative;
	border: 0;
	top: 12px;
	color: rgba(78, 78, 78, .45) !important;
	padding: 0;
	left: 17px;
}

.footer-widgets .social a:hover i {
	color: #ff7020 !important;
}

.footer-widgets .widget-title {
	font-size: 20px;
	font-family: "Ubuntu";
}

.footer-widgets-1 p {
	font-size: 18px;
	font-weight: 400;
	font-style: italic;
	color: rgba(0, 0, 0, .5);
}

.footer-widgets a {
	text-transform: none;
	font-size: 18px;
	font-weight: 400;
}

.texto_contacto_footer .tarriba {
	font-size: 14px;
	font-weight: 400;
	color: #000 !important;
}

.texto_contacto_footer .tabajo {
	font-size: 16px;
	font-weight: 700;
	color: #ff7020 !important;
}

.site-footer .wrap {
	display: flex;
}

.site-footer .wrap p {
	width: 50%;
	padding: 0 30px;
	color: #5c5c5c;
}

.site-footer .wrap p.fooizq {
	text-align: left;
}

.site-footer .wrap p.fooder {
	text-align: right;
}

.site-footer {
	border-top: 2px solid #c4c4c4;
}

@media all and (max-width: 1280px) {
	.footer-widgets .social a {
		width: 36px;
		height: 36px;
	}
	
	.footer-widgets .social a i {
		top: 5px;
		left: 11px;
	}
	
	.texto_contacto_footer .tarriba {
		font-size: 12px;
	}
	
	.texto_contacto_footer .tabajo {
		font-size: 14px;
	}
	
	.contacto_footer {
		top: 236px;
	}
}

@media all and (max-width: 1196px) {
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4, .footer-widgets-5 {
		width: 100% !important;
	}
	
	.contacto_footer {
		top: 0px;
	}
}

@media all and (max-width: 780px) {
	body.home .prefooter, .prefooter {
		top: 50px;
	}
	
	.site-footer .wrap {
		display: flex;
		flex-direction: column;
	}
	
	.site-footer .wrap p {
		width: 100%;
		padding: 0 30px;
	}
	
	.site-footer .wrap p.fooizq {
		text-align: center;
		margin-bottom: 15px;
	}
	
	.site-footer .wrap p.fooder {
		text-align: center;
	}
}

@media all and (max-width: 600px) {
	.prefooter .logos ul {
		margin-bottom: 30px;
	}
	
	.prefooter .logos ul li img {
		width: 60px;
	}
}
