@charset "utf-8";

/* Diseño móvil: 480 px e inferior. */
#---MOVIL---{}



.cont-circulos {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: both;
	margin-top: 1%;
	overflow: hidden;
	text-align: justify;
	margin-bottom: 1%;
}


.cont-circulos .titulo {
	width: 100%;
	font-family: 'Passion One', cursive;
	text-align: center;
	margin-top: 1%;
	margin-bottom: 1%;
	color: #CE8247;
	font-size: 2.5em;

}

.cont-circulos .circulos  {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: both;
	overflow: hidden;
	margin-top: 1%;
	margin-bottom: 1%;

}

.cont-circulos .circulos .circulo  {
	width: 45%;
	height: 0;
	padding-bottom: 45%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-top: 4%;
	margin-right: 3%;
	margin-bottom: 4%;
	margin-left: 2%;
	float: left;
	clear: none;
	color: rgba(255,255,255,1.00);
	text-align: center;
}

.circulo .numero
{
	margin-top: 10%;
	font-family: 'Passion One', cursive;
	font-weight: bold;
	font-size: 3em;
	text-align: center;
	width: 100%;
	}

.circulo .textocirculo
{
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	text-align: center;
	margin-top: 5%;
	width: 80%;
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5%;
	}

.circulo1
{
	background-color: #E3B896;
}

.circulo2
{
	background-color: #D49360;
}
.circulo3
{
	background-color: #343776;
}
.circulo4
{
	background-color: #A05E2A;
}

.texto-home {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: both;
	margin-top: 2%;
	overflow: hidden;
	text-align: justify;
	margin-bottom: 3%;
}
.texto-home ul li a {
	color: #343776;
}


.texto-home .texto {
	overflow: hidden;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: both;

}



.texto-home  .titulo {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	float: left;
	font-family: 'Passion One', cursive;
	text-align: center;
	padding-bottom: 2%;
	font-size: 2em;

}



.texto-home .lista {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	float: left;

}




.lista ul li {
	line-height: 2em;
	margin-left: 20px;
}


.img-full-width {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: none;
	clear: both;
	}
	

.titulos-secciones-full {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	float: none;
	clear: both;
	background-color: rgba(224,224,224,1.00);
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	font-family: 'Baloo Tamma';
	font-size: 1.3em;
	}





@media only screen and (min-width: 700px) {
/* Diseño tableta: de 481 px a 768 px. Hereda estilos de: Diseño móvil. */
#---TABLET---{}


.cont-circulos .circulos .circulo  {
	width: 18%;
	height: 0;
	padding-bottom: 18%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-top: 1%;
	margin-right: 3.5%;
	margin-bottom: 1%;
	margin-left: 3.5%;
	float: left;
	clear: none;
	font-size: 1em;
}


.circulo .textocirculo
{
	font-family: 'Lato', sans-serif;
	font-size: 1.4em;
	text-align: center;
	margin-top: 5%;
	width: 85%;
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	}

.circulo .numero
{
	margin-top: 15%;
	font-family: 'Passion One', cursive;
	font-weight: bold;
	font-size: 4.5em;
	text-align: center;
	width: 100%;
	}

.texto-home .lista {
	width: 28%;
	font-family: 'Open Sans', sans-serif;
	color: rgba(58,58,58,1.00);
	line-height: 1.8em;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-left: 4%;
	margin-top: 1%;

}

.lista ul li {
}
}
/* Diseño escritorio: de 769 px hasta un máximo de 1232 px.  Hereda estilos de: Diseño móvil y Diseño tableta. */
#---PC---{}
@media only screen and (min-width: 1200px) {

}
