@charset "utf-8";


/* Diseño móvil: 480 px e inferior. */
#---MOVIL---{}


.traducciones {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5em;
	margin-bottom: 1%;
	margin-top: 0.5%;
}

.traducciones .central .imagen {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	margin-bottom: 3%;
	display: none;
}


.traducciones .central .texto {
	margin-top: 1%;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 1%;
	font-size: 1.2em;
	margin-right: auto;
	margin-left: auto;
	width: 96%;


}



.traducciones .central .texto .titulo {
	margin-top: 3%;
	font-family: 'Lato', sans-serif;
	margin-bottom: 3%;
	font-size: 1.2em;
	margin-right: auto;
	margin-left: auto;
	width: 94%;
	color: #e7b65f;
	text-align: center;
	font-weight: bold;
	line-height: 1.8em;


}

.traducciones .central .texto .desc {
	margin-top: 3%;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 3%;
	font-size: 1.3em;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	float: none;
	color:#e7b65f;
	text-align: center;
	line-height: 1.8em;


}

.traducciones .central .texto .banderas {
	margin-top: 2%;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 2%;
	margin-right: auto;
	margin-left: auto;
	width: 95%;
	color: #e7b65f;
	text-align: center;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	overflow: hidden;
	display: none;


}
.banderas .bandera .ico {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
	margin-bottom: 4%;
	overflow: hidden;
}
.banderas .bandera .texto {
	color: #e7b65f;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Roboto Condensed', sans-serif;
	width: 98%;
	margin-top: 10%;
	margin-bottom: 2%;
	float: none;
	clear: both;
	padding-top: 4%;
	font-size: 1.1em;
	text-align: center;
}


.texto .banderas .bandera {
	width: 27%;
	margin-top: 3%;
	margin-right: 3%;
	margin-bottom: 3%;
	margin-left: 3%;
	float: left;
	text-align: center;
}

.traduccion-textos {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5em;
	margin-bottom: 2%;
	margin-top: 0.5%;
	overflow: hidden;
}
.traduccion-textos .item {
	width: 98%;
	margin-top: 4%;
	margin-bottom: 4%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.traduccion-textos .item .ico {
	width: 18%;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
	float: left;
}
.traduccion-textos .item .texto {
	width: 72%;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 4%;
	float: left;
}
.item .texto .titulo {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.4em;
	margin-top: 1%;
	width: 98%;
	margin-bottom: 1px;
}
.item .texto .desc {
	font-family: 'Lato', sans-serif;
	font-size: 1.1em;
	margin-top: 2%;
	line-height: 1.5em;
	width: 98%;
}









/* Diseño tableta: de 481 px a 768 px. Hereda estilos de: Diseño móvil. */
#---TABLET---{}
@media only screen and (min-width: 700px) {

.traducciones .central .imagen {
	width: 42%;
	margin-left: 3%;
	margin-top: 2%;
	margin-right: 3%;
	margin-bottom: 3%;
	float: left;

}


.texto .banderas .bandera {
	width: 10.25%;
	margin-top: 1%;
	margin-right: 2%;
	margin-bottom: 1%;
	margin-left: 2%;
	float: left;
	text-align: center;
}



.traducciones .central .texto .titulo {
	font-size: 1.4em;
	margin-top: 2%;
	margin-bottom: 2%;




}

.traducciones .central .texto .desc {
	width: auto;
	margin-top: 1%;
	font-size: 1.6em;
	margin-bottom: 0px;



}

.traduccion-textos .item {
	width: 32%;
	margin: 1% 0.5%;
	overflow: hidden;
	float: left;
	min-height: 140px;
}
}

/* 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) {

}
