#comp261777-338790-row .destacado_seccion_ruta{
	padding-left:0!important
}
.cntb-353-block{
	display:flex;
   align-items: center;
   justify-content:space-around;
}
.cntb-353-block>*{
	flex: 0 0 40%;
}
.cntb-353-0-0-imagen-picture{
	display:block;
   width:100%;
}
.cntb-353-0-img-contenedor-row{
	width:inherit;
} 
  .rutas_text_center p{
  	 opacity: 1;
    color: rgba(0,0,0,1);
    font-family: "ECIFont Light";
    font-size: 22px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 1.87px;
    text-align: center;
    line-height: 26px;
    max-width:830px;
    margin:20px auto;
  }
 .flex-center{
	width:100%;
	display:flex;
   justify-content:center;
}
@media only screen and (max-width:768px){
	.flex-center{
     flex-direction:column;
     align-items:center;
	}
   .flex-center .btn-primary{
   	width:fit-content;
      margin:15px auto;
   }
}