/*
ESTILO PARA CONTACTOS

*/

/*--------------------------*/
/*---- PAGINA PRINCIPAL ----*/
/*--------------------------*/

@media(max-width:767.98px){
	#contactos{
		padding: 0 4%;
	}
}


#contactos h1{
	padding: 0;
}

#contactos h1::before{
	content: none;
}

#contactos ul{
	margin: 2rem 0 0;
	padding: 0;
	list-style: none;
}

#contactos ul li{
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 1.5rem;
}

#contactos ul img{
    width: 1.375rem;
    height: 1.375rem;
    margin-right: 1.5rem;
}

#contactos ul a{
	color: #252525;
}





















