/* ROYAL SLIDER full-width-1 */
#full-width-slider {
  width: 100%;
  color: #000;
}
.coloredBlock {
  padding: 12px;
  background: rgba(255,0,0,0.6);
  color: #FFF;
   width: 200px;
   left: 20%;
   top: 5%;
}
.button-slider {
    background-color: #0cb0e0 !important;
    margin-top: 1em !important;
    margin-bottom: 0em !important;
}
.infoBlock {
  position: absolute;
  top: 50px !important;
  right: 30px;
  left: 25px !important;
  max-width: 36%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.6) !important;
  overflow: hidden;
  padding: 20px;
}
.infoBlockLeftBlack {
  color: #1466ad;
  background: #fff !important;
  background: rgba(255, 255, 255, 0.6) !important;
  left: 30px;
  right: auto;
}
.infoBlock h4 {
  font-family: 'webfont-cepromar', Fallback, sans-serif;
  font-size: 37px;
  line-height: 40px;
  margin: 0;
  padding-bottom: 2px;
  color: #1a2840 !important;
}
.infoBlock p {
  color: #000;
  font-size: 14px;
  margin: 4px 0 0;
}
.infoBlock a {
  color: #FFF;
  text-decoration: none;
}
.photosBy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: #FFF;
  color: #000;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25;
}
.photosBy a {
  color: #000;
}
.fullWidth {
  max-width: 1400px;
  margin: 0 auto 24px;
}
/* NUEVO ESTILO*/
.rsMinW .rsBullet {
    display: none !important;
}

@media screen and (min-width:960px) and (min-height:660px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      height: 260px !important;
  }
}

@media screen and (min-width:960px) and (min-height:1000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
      height: 260px !important;
    }
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 150px !important;
  }
  .button-slider {
      background-color: #0cb0e0 !important;
      margin-top: 1em !important;
      margin-bottom: 0em !important;
  }
  .infoBlock {
    top: 25px !important;
    left: 15px !important;
    max-width: 65%;
  }
  .infoBlock h4 {
    font-family: 'webfont-cepromar', Fallback, sans-serif;
    font-size: 35px;
    line-height: 30px;
    margin: 0;
    padding-bottom: 3px;
  }
  .infoBlock p {
    font-size: 12px;
    line-height: 16px;
  }
}
