/* ----------- Non-Retina Screens ----------- */

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {}


/* ----------- Retina Screens ----------- */

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {}


/*@media (min-width: 1341px) and (max-width: 1519px) {
  .overview-item {
      min-height: 670px;
      margin-bottom: 60px;
  }
}*/

@media (min-width: 992px) and (max-width: 1199px) {
    .overview-item {
        min-height: 690px;
        margin-bottom: 60px;
    }
    .container-custom {
        width: 73%;
    }
    .test-float {
        width: 455px;
        padding-left: 100px;
    }
}

@media (min-width: 1200px) {
    .container-custom {
        max-width: 1645px !important;
    }
}

@media (min-width: 1205px) and (max-width: 1535px) {
    .badge-recuadro {
        font-size: x-large;
    }
}

@media screen and (min-width: 1150px) {
    .imagen_previa {
        width: 35% !important;
    }
    .img_sec_con {
        width: 50%;
    }
    .imagen_default_sec {
        width: 30%;
    }
}