@charset "utf-8";

.footer{
	color: #5f5f5f;
	background: #fff;
	width: 100%;
	height:70px;
	padding-bottom: 1px;
	font-family: telefonica-regular;
	border-top:1px solid #e4e4e4;
}
.footer a{ 
	color:#5CD2ED; 
	text-decoration:none;
	font-family: telefonica-regular;
	
}
.footer p {
    margin-top: 13px;
}

.telefonica {
    float: left;
    margin-right: 40px;
    margin-top: 15px;
}
.copy{
	color:#000;
	text-align:right;
	font-size:13px;
	padding-top: 12px;
	font-family: telefonica-regular;
}

.copy a{
	color:#515559;
	outline:none;
}
.copy a:hover{
	color:#7b7e81;
}
.footercen{
	width: 1024px;
	margin:0 auto;
}

p.terminos-text{
	padding: 0px 20px 20px 20px;
}
.footer p {
		margin-top: 13px;
		text-align: right;
	}
@media all and (max-width: 1091px){
	.footercen{
	width: 100%;
	}
}

@media (max-width: 767px){
	.footer{ padding-top:10px; height:auto;}
	.social, .telefonica, .contacto{float:none; display:block; margin:0 auto;}
	.contacto { text-align:center; margin-bottom:20px;}
	.social{ margin-bottom:10px;}
	.copy {
		padding-bottom: 15px;
	}
	
	.footer p {
		margin-top: 13px;
		text-align: center;
	}
	.contenedor-elementos-footer{
		flex-direction: column !important;
		justify-content: center !important;
	}
	.telefonica{
		align-self: center;
	}
	.contenedor-certificado-seguridad{
		order: 2;
		padding-bottom: 1em;
		margin-top: 0 !important;
	}
}

.telefonica{
	align-self: flex-start;
}

.certificado-seguridad{
	align-self: center;
}

.contenedor-elementos-footer{
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	display: flex !important;
}

.contenedor-elemento{
	width: 100%;
}

.contenedor-certificado-seguridad{
	display: flex;
	justify-content: center;
	margin-top: 6px;
}



