.bannerCaja {
background: linear-gradient(135deg, #2c3e50 0%, #4a6580 60%)!important; /*Color de fondo en degradee del slider*/
border-top: 2px solid #f40b4d;

}

.bannerFoto {
background-color: #fff;
}


     /** Responsividad **/

    /* Extra small devices (portrait phones, less than 576px) */
 @media (min-width: 768px) and (max-width: 991.98px) {
      .bannerCaja {
      max-height: 330px;}

      }    

/* Large devices (desktops, 992px and up) */
  @media (min-width: 992px) and (max-width: 1199.98px) {
     .bannerCaja {
      max-height: 450px;}

       }


 /* Extra large devices (large desktops, 1200px and up) */
    @media (min-width: 1200px) and (max-width: 1399.98px) {
        .bannerCaja {
      max-height: 450px;}

       }
      }