

/********** CONTAINER **********/

.slider{
	background: #00C4B3;
	text-align: center;
	padding: 30px 0px;
}

.slider img{
	max-width: 676px;
	width: 100%;
}	

.contenido-principal{
	padding: 0px 0px;
}

.servicios{
	padding: 40px 0px;
}

.servicios h2{
	font-size: 45px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px;
}


.servicios-box{
	margin-bottom: 30px;
	padding: 0px 2%;
	word-wrap: break-word;
}

.clientes{
	margin-bottom: 20px;
}

.cliente{
	text-align: center;
	margin-bottom: 14px;
}

.box-white{
	background: #fff !important;
	color: #868686;
}

.box-white h1, .box-white h2{
	color: #00C4B3 !important;
	font-size: 45px;
}	

.box-aqua{
	background: #00C4B3 !important;
	color: #fff !important;
}

.box-aqua h1, .box-aqua h2{
	color: #fff !important;
	text-align: center;
	font-size: 45px;

}

.box-white h1, .box-white h2{
	color: #00C4B3 !important;
	text-align: center;
}

.clientes-edumarketing{
	padding: 40px 0px 30px 0px; 
}



/********** FOOTER **********/

.footer{
	background: #6D6D6D;
	padding: 40px 0px; 
}

.direccion{
	color: #fff;
	font-family: 'Raleway', sans-serif;
}


/********** MEDIA QUERIES **********/

@media(max-width: 780px){

	.direccion{
		text-align: center;
	}

	.redes-sociales-box{
		float: initial !important;
		text-align: center;
	}

	.submit-box{
		float: initial !important;
		text-align: center;
	}
}
