.el_mundo_es_tuyo{
	/*background-color: #b00026;
	background-position: 50% 50%;
    background-size: cover;*/
}
.centro_arte_adornar{
	max-width: 1250px;
    margin: 0px auto;
    padding: 30px 25px 10px 25px;
    overflow: hidden;
}
.container_imagen{
	width: 50%;
    float: left;
}
.container_textos{
	width: 50%;
    float: left;	
}
.parrafo_texto_inicial{
	color: white;
	font-family: 'Futura';
	text-align: center;
	font-size: 28px;
    line-height: 30px;
}
.titular_stand{
	text-align: center;
    color: white;
    font-family: 'TwCenMTStd';
    padding: 15px 0px;
    padding: 25px 0px;
    font-size: 20px;
}
.container_stands{
	display: flex;
	width: 100%;
}
.stand_text{
	color: white;
    text-align: center;
    width: 33%;
}
.font_bold_span{
	font-family: 'TwCenMTStd';
	font-weight: bold;
	font-size: 24px;
    line-height: 22px;
}
.font_light_span{
	font-family: 'TwCenMTStd';
	font-weight: 200;
    font-size: 20px;
    line-height: 30px;
}
.container_logos{
	width: 100%;
   	display: block;
    margin-top: 30px;
}
.columna_logo{
	width: 50%;
	float: left;
	text-align: center;
}
.columna_logo span{
	display: block;
	color: white;
	text-align: center;
	font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.3px;

}
.columna_logo img{
	margin-bottom: 20px;
}
.pie_logo{
	font-family: Montserrat, sans-serif;
}
.container_stands .stand_text:nth-child(2){
	border-right: 3px solid white;
    border-left: 3px solid white;
}
@media screen and (max-width: 991px) {
	.container_imagen{
		width: 100%;
	}
	.container_textos{
		width: 100%;
	}
	.container_imagen img{
		max-width: 400px;
    	margin: 0px auto;
    	display: block;
	}
}
@media screen and (max-width: 767px) {
	.centro_arte_adornar{
		max-width: 100%;
    	padding: 0px 0px;
	}
	.parrafo_texto_inicial{
		font-size: 20px;
    	line-height: 25px;
	}
	.titular_stand{
		padding: 18px 0px;
    	font-size: 18px;
	}
	.font_bold_span{
		font-size: 16px;
    	line-height: 18px;
	}
	.font_light_span{
		font-size: 18px;
    	line-height: 22px;
	}
}
@media screen and (max-width: 479px) {
	.container_imagen img{
		max-width: 100%;
	}
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/TwCenMTStd-Bold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/futura-medium-condensed-bt.ttf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ConfigCondensed';
  src: url('../fonts/ConfigCondensed-Bold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TwCenMTStd';
  src: url('../fonts/TwCenMTStd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TwCenMTStd';
  src: url('../fonts/TwCenMTStd-MediumCond.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TwCenMTStd';
  src: url('../fonts/TwCenMTStd-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}