/*========================================================
                        Camera
=========================================================*/
.camera_container {
  position: relative;
  padding-bottom: 40.76923077%;
}
@media (max-width: 858.49056604px) {
  .camera_container {
    padding-bottom: 350px;
  }
}
.camera_wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-bottom: 0 !important;
  height: 100%;
  background: #fff;
  z-index: 0;
}
.camera_wrap img {
  max-width: none !important;
}
.camera_fakehover {
  height: 100%;
  min-height: 60px;
  position: relative;
  width: 100%;
}
.camera_src {
  display: none;
}
.cameraCont,
.cameraContents {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cameraSlide {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.slider-img-link{
  text-align: right;
  padding-right: 2%;
}


.cameraContent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
}
.camera_target {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  text-align: left;
  z-index: 0;
}
.camera_overlayer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
}
.camera_target_content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 2;
}
.camera_loader {
  background: #ffffff url(/dist/img/common/camera-loader.gif) no-repeat center;
  border: 1px solid #ffffff;
  border-radius: 18px;
  height: 36px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  margin: -18px 0 0 -18px;
  top: 50%;
  width: 36px;
  z-index: 3;
}
.camera_nav_cont {
  height: 65px;
  overflow: hidden;
  position: absolute;
  right: 9px;
  top: 15px;
  width: 120px;
  z-index: 4;
}
.camerarelative {
  overflow: hidden;
  position: relative;
}
.imgFake {
  cursor: pointer;
}
.camera_command_wrap .hideNav {
  display: none;
}
.camera_command_wrap {
  left: 0;
  position: relative;
  right: 0;
  z-index: 4;
}
.showIt {
  display: none;
}
.camera_clear {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 25px;
  position: relative;
}
.camera_caption {
  display: none;
}
.cameraContent .camera_caption {
  display: block;
}
/*================   Custom Layout&Styles   =====================*/
.camera_caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 238px;
}
.camera_caption > div {
  height: 100%;
}

.camera_caption .text {
    float: right;
    text-align: right;
      width: 800px;
}

.camera_caption .text h1 {font-family: 'open_sanssemibold'; font-size:60px; margin: 0;}

.camera_caption .text h3 {font-family: 'open_sanslight'; font-size:30px;    margin: 0;}

.camera_caption .text h6 {font-family: 'open_sanssemibold';font-size:14px; text-transform:uppercase;}

    .camera_caption .text#azul {
        color: var(--color-texto-primario);
    }
        .camera_caption .text#azul h6 a {
            font-family: 'open_sanssemibold';
            font-size: 16px;
            text-transform: uppercase;
            color: var(--color-texto-primario);
        }

.camera_caption .text#blanco { color:#ffffff;}
.camera_caption .text#blanco h6 a {font-family: 'open_sanssemibold';font-size:16px; text-transform:uppercase; color:#ffffff;}


@media (max-width: 1599px) {
  .camera_caption {
    bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .camera_caption {
    bottom: 20%;
  }
  .camera_caption h6 {
    display: none;
  }

.camera_wrap img.img-slide {
    max-width: 50%!important;
}
.camera_container {
    margin-top: 0px!important;
}


}
.camera_pag {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}
.camera_pag_ul {
  text-align: center;
}
    .camera_pag_ul li {
        display: inline-block;
        width: 15px;
        height: 15px;
        line-height: 20px;
        text-align: center;
        cursor: pointer;
        background: var(--fondo-primario);
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }
.camera_pag_ul li.cameracurrent,
.camera_pag_ul li:hover {
  background: #00ACF2;
}
.camera_pag_ul li + li {
  margin-left: 15px;
}
.camera_pag_ul li > span {
  display: none;
}
.cameraSlide img,
    .cameraappend img {
      margin-top: 0 !important;
  }
@media (max-width: 1599px) {
  .camera_pag {
    bottom: 5%;
  }
}
@media (max-width: 1199px) {
  .camera_pag {
    bottom: 60px;
  }
  .cameraSlide img,
    .cameraappend img {
      margin-top:93px !important;
  }
}

@media (max-width: 1024px){
.camera_wrap{
    height:450px !important;
}


}

@media (max-width: 767px) {

.camera_caption {
  bottom: 60px;
}

.slider-img-link{
  text-align: center!important;
  padding-right: 0%!important;
}

.camera_caption > div {
    background: rgba(0, 0, 0, 0.6);
    padding: 20px 0;
}

.camera_wrap img.img-slide {
    max-width: 85%!important;
}

}


@media (max-width: 950px) {

.camera_pag {
    bottom: 20%;
}

.camera_caption {
    bottom: 25%;
}

}
@media (max-width: 767px){
.camera_caption {
    bottom: 60px;
}
.camera_wrap{
    height:300px !important;
}
.cameraSlide img,
.cameraappend img{
    margin-top: 0!important;
    height: 240px!important;
}
.camera_pag {
    bottom: 7%;
}
}

@media (max-width: 500px){
.camera_caption {
    bottom: 60px;
}
.camera_wrap{
    height:300px !important;
}
.cameraSlide img{
    margin-top: 0!important;
    height: 240px!important;
}
.camera_pag {
    bottom: 7%;
}
}