.titulo_mundial_principal {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'oswald',sans-serif;
    text-align: center;
    font-size: 23px;
    height: 103px;
}

.titulo_mundial {
    /*position: relative;
    bottom: 129px;
    z-index: 9999999;
    color: #fff;
    text-align: center;
    width: 100%;
    font-family: Droid Sans;
    font-size: 14px;
    font-weight: 600;
    height: 65px;
    padding-top: 38px;
    padding-bottom: 23px;
    background-image: url(http://www.pueblaonline.com.mx/2017/portal/modules/mod_multinotas_v2/tmpl/Mundial/css/sombreado.png) !important;
    background-size: contain;
    background-position: center;
    text-shadow: 0px 2px 4px #000000;*/
	
	position: relative;
    bottom: 3px;
    /* z-index: 9999999; */
    color: #fff;
    text-align: center;
    width: 100%;
    font-family: Droid Sans;
    font-size: 14px;
    font-weight: 600;
    height: 65px;
    padding-top: 0px;
    padding-bottom: 11px;
    background-size: contain;
    background-position: center;
    background-color: #454393;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}


.imagen_mundial{
    /*height: 100%;
    width: 98% !important;
    padding: 2px !important;*/
    height: 140px;
    width: 95.9% !important;
    padding: 2px !important;
    background-color: #fff;
    border-radius: 3px;
    background-size: 100%;
    background-size: cover;
    border: 2px solid #fff;
    background-repeat: no-repeat;
}

/*Carrusel*/


.owl-item {
  display: table;
}

.owl-stage-outer {
    height: 24vh;
}

.owl-carousel_mundial .item {
    /*height: 200px;
    background-color: #ffffff;
    display: table-cell; */
    vertical-align: middle;
    text-align: center;
    margin: 1px;
    /* width: 100% !important; 
    margin-top: 0px;*/
}

.titulo_mundial > div{
    /*padding-left: 9px;
    padding-right: 9px;
    padding-top: 29px;*/
	padding-left: 9px;
    padding-right: 9px;
    padding-top: 12px;
}


.owl-theme .owl-nav [class*=owl-] {
    background: #215b33 !important;
}

/* Estilos de la plantilla*/




.all_page_shadow_left {
    margin-left: 1px;
}

.all_page_shadow_right {
    margin-right: 1px;
}



/* Dispositivos Moviles */



@media only screen and (max-width: 599px) and (min-width: 100px)  { 
	.owl-carousel_mundial .item {
		height: auto;
	}
	.owl-stage-outer {
		height: auto;
	}
	
	.titulo_mundial_principal{
		font-size: 40px;
	}
}


@media only screen and (max-width: 778px) and (min-width: 100px)  { 

	.sombreado_de {
		width: 0px !important;
	}
	
	.sombra_izquierda {
		padding-right: 0px;
	}
	
}


@media only screen and (max-width: 1062px) and (min-width: 100px)  { 

	.wrapp_all_page {
		width: 100% !important;
	}

}