#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:100%;
}
@media only screen and (max-width: 1024px) {
    .cntb-353-0-img-contenedor-element-row .cntb-353-0-0-imagen-picture {
        width: 100% !important;
        aspect-ratio: unset !important;
        margin-top: 35px !important;
        height: auto !important;
        display: block;
    }
}
@media only screen and (max-width: 755px) {
    .cntb-353-0-img-contenedor-element-row .cntb-353-0-0-imagen-picture {
        width: 100% !important;
        aspect-ratio: unset !important;
        margin-top: 35px !important;
        height: auto !important;
        display: block;
    }
    #comp261777-338790-row .destacado_seccion_ruta {
        padding: 20px 20px !important;
    }
    .cntb-353-block {
      display: flex;
      align-items: center;
      justify-content: space-around;
      flex-direction: column-reverse;
      flex-wrap: nowrap;
  }
  .cntb-353-block>* {
    flex: 0 0 auto;
  }
} 
  .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;
   }
}