/*
 Theme Name:   Divi Child
 Theme URI:    cromatiu.net
 Description:  Divi Child Theme
 Author:       Francisco Rodríguez
 Author URI:   http://cromatiu.net
 Template:     Divi
 Version:      1.0.0
 Tags:         customize, portfolio
 Text Domain:  divi-child
*/
@import url("../Divi/style.css");

/* =Aquí empieza la personalización de tu tema
-------------------------------------------------------------- */


.et-social-facebook a.icon:before { content: '\e093'; }
.et-social-twitter a.icon:before { content: '\e094'; }
.et-social-google-plus a.icon:before { content: '\e096'; }
.et-social-pinterest a.icon:before { content: '\e095'; }
.et-social-linkedin a.icon:before { content: '\e09d'; }
.et-social-tumblr a.icon:before { content: '\e097'; }
.et-social-instagram a.icon:before { content: '\e09a'; }
.et-social-skype a.icon:before { content: '\e0a2'; }
.et-social-flikr a.icon:before { content: '\e0a6'; }
.et-social-myspace a.icon:before { content: '\e0a1'; }
.et-social-dribbble a.icon:before { content: '\e09b'; }
.et-social-youtube a.icon:before { content: '\e0a3'; }
.et-social-vimeo a.icon:before { content: '\e09c'; }
.et-social-rss a.icon:before { content: '\e09e'; }

.ods{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	opacity: 1;
}
.ods:hover{
	opacity: .7;
}

.ods a{
	padding: 20px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.icono-ods{
	width: 15%;
	margin-right: 20px;

}
.ods h2{
	color: #fff;
	width: 85%;
}

@media (max-width: 550px) {
	.ods a{
		flex-direction:column;
		justify-content: center;
		align-items: center;
		
	}
	.icono-ods{
		width: 40%;
		margin-right: 0;
		margin-bottom: 20px;
	
	}
	.ods h2{
		width: 100%;
		text-align: center;
	}
	
}