:root {
	--primary: #4cb7e5;
	--primary-light: #4cb7e5;
	--secondary: #72348b;
	--tertiary: #00dabf;
    --gradient: linear-gradient(to right, #0ee951, #00dabf);
}

.logo{
    padding: 5rem 5rem 5rem 5rem;
}
.fondo{
    background-image: url("../img/fondo.jpg");
   
}
i:hover {
    color: #4cb7e5;
    /* #4cb7e5 */
}
a:hover {
    color: #4cb7e5 !important;
}
