.bannerServicios{background:url("../images/servicios/bannerServicios.jpg") no-repeat;background-size:cover;background-position:50%}
.infoFlex{float:left;width:100%;display:flex;flex-wrap:wrap}
.infoFlexChild{float:left;-webkit-box-flex:0;width:calc(33.33% - 70px);padding:40px 20px;margin-right:40px;background:#FFF;border:1px solid #DCDEE9;border-radius:10px}
.infoFlexChild:nth-of-type(3){margin-right:0}
.infoFlexChild h5{margin-bottom:40px;font-size:35px;line-height:26px;text-align:left}
.infoFlexChild span{float:left;width:100%;margin-bottom:40px}
.infoFlexChild ul{float:left;width:100%}
.infoFlexChild li{float:left;width:calc(100% - 30px);padding-left:30px;margin-bottom:22px;background:url(../images/bullet1.png) no-repeat;background-position:left 8px;letter-spacing:-1.5px}
.infoFlexChild li:last-of-type{margin-bottom:0}
@media(max-width:1366px){
.infoFlexChild{padding:20px}
.infoFlexChild h5{font-size:28px;line-height:28px;margin-bottom:18px}}
@media(max-width:1190px){
.infoFlexChild{width:calc(50% - 62px)}
.infoFlexChild:nth-of-type(2){margin-right:0}
.infoFlexChild:nth-of-type(3){margin-top:40px;margin-left:50%;transform:translateX(-50%)}}
@media(max-width:720px){
.infoFlexChild{width:calc(100% - 42px)}
.infoFlexChild:nth-of-type(1){margin-right:0}
.infoFlexChild:nth-of-type(2){margin-top:40px}
.infoFlexChild:nth-of-type(3){margin-left:0;transform:translateX(0)}}