/* ========================================
  After Covers
======================================== */
.rapel {
  max-width: 560px;
  position: absolute;
  top: 0px;
  right: -3px;
}

.cleaning-jenny {
  max-width: 891px;
  position: absolute;
  top: 0px;
  right: -3px;
}

.maintenance {
  max-width: 891px;
  position: absolute;
  top: -190px;
  right: -3px;
}

.pestControl {
  max-width: 891px;
  position: absolute;
  top: -94px;
  right: -3px;
}

.img-hLeft { height: 446px; }

/* ========================================
  Backgrounds card imgs
======================================== */
/* Inicio */
.img-maintenance { background: linear-gradient(180deg, #F4F4F4 0%, #F4F4F4 5%, rgba(255, 255, 255, 0) 70%), url(../../img/pictures/inicio/mantenimiento.jpg); }
.img-cleaning { background: linear-gradient(180deg, #252525 0%, #252525 5%, rgba(255, 255, 255, 0) 70%), url(../../img/pictures/inicio/limpieza.jpg); }
.img-pests { background: linear-gradient(180deg, #F4F4F4 0%, #F4F4F4 5%, rgba(255, 255, 255, 0) 70%), url(../../img/pictures/inicio/controlPlagas.jpg); }
/*
.card:hover .img-maintenance {
  transform: scale(1.1);
}
*/

.img-teams {
  background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 5%, rgba(255, 255, 255, 0) 70%), url(../../img/pictures/inicio/equiposPreparados.jpg);
  width: 950px;
  background-size: cover;
  background-position: 0% 50%;
}

.img-courses {
  background: linear-gradient(270deg, #FFFFFF 0%, #FFFFFF 5%, rgba(255, 255, 255, 0) 70%), url(../../img/pictures/inicio/cursosCapacitacion.jpg);
  width: 950px;
}

.img-sanitation {  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 5%, rgba(255, 255, 255, 0) 70%), url(../../img/pictures/inicio/sanitizacion.jpg); }

.img-services {
  height: 403px;
  background-size: cover;
  background-position: 50% 50%;
}

/* Carousel Quality */
.img-qualityTeam {
  background: linear-gradient(90deg, #E1E1E1 0%, #E1E1E1 5%, rgba(255, 255, 255, 0) 70%), url(../../img/pictures/unServicioProfesionalCalidad/equipo2.jpg);
}

.img-qualityProductivity {
  background: linear-gradient(90deg, #E1E1E1 0%, #E1E1E1 5%, rgba(255, 255, 255, 0) 70%), url(../../img/pictures/unServicioProfesionalCalidad/productividad2.jpg);
}

.img-qualityServices {
  background: linear-gradient(90deg, #E1E1E1 0%, #E1E1E1 5%, rgba(255, 255, 255, 0) 70%), url(../../img/pictures/unServicioProfesionalCalidad/servicios2.jpg);
}

.img-quality {
  height: 500px;
  background-size: cover;
  background-position: 0% 50%;
}

/* Nosotros */
.img-bannerWe {
  background: linear-gradient(90deg, #E1E1E1 0%, #E1E1E1 5%, rgba(255, 255, 255, 0) 70%), url(../../img/pictures/nosotros/imgBannerLevantamiento.jpg);
  height: 344px;
  background-size: cover;
  background-position: 0% 18%;
  /*background-attachment: fixed;*/
}
.bg-jenny { background: url(../../img/pictures/nosotros/img1Jenny.jpg);  }
.bg-rappel { background: url(../../img/pictures/nosotros/img2Rappel.jpg); }
.bg-auxilios { background: url(../../img/pictures/nosotros/img3Auxilios.jpg); }
.bg-arnes { background: url(../../img/pictures/nosotros/img4Arnes.jpg); }
.bg-trabajo { background: url(../../img/pictures/nosotros/img5Trabajo.jpg); }

.bg-heightNum { height: 385px; }

/* Limpieza */
.img-bannerCleaning {
  background: linear-gradient(90deg, #E1E1E1 0%, #E1E1E1 5%, rgba(255, 255, 255, 0) 70%), url(../../img/pictures/limpieza/imagenBannerRenta.jpg);
  height: 344px;
  background-size: cover;
  background-position: 0% 50%;
}
.bg-deepCleaning { background: url(../../img/pictures/limpieza/limpiezaProfundaNaves.jpg); }
.bg-glassesHeight { background: url(../../img/pictures/limpieza/vidriosAltura.jpg); }
.bg-ductsStructure { background: url(../../img/pictures/limpieza/ductosEstructura.jpg); }

/* Mantenimiento */
.bg-plumbing { background: url(../../img/pictures/mantenimiento/plomeria.jpg); }
.bg-extIntPainting { background: url(../../img/pictures/mantenimiento/pinturasInterioes.png); }
.bg-greenAreas { background: url(../../img/pictures/mantenimiento/areasVerdes.jpg); }

/* Control de plagas */
.bg-rodents { background: url(../../img/pictures/controlPlagas/controlRoedores.jpg); }
.bg-technicalAdvice { background: url(../../img/pictures/controlPlagas/asesoriaTecnicaCambio.jpg); }
.bg-herbicide { background: url(../../img/pictures/controlPlagas/herbicidas.jpg); }
.bg-surfaceSanitization { background: url(../../img/pictures/controlPlagas/sanitizacionSuperficies.jpg); }

.bg-cover-50 {
  background-size: cover;
  background-position: 50% 50%;
  transition: transform 1s;
  -webkit-transition: transform 1s;
}

.bg-featuredServices {
  /*min-height: -webkit-fill-available;*/
  height: 100%;
}

.cd-cleaning .bg-cover-50:hover {
  transform: scale(1.15);
  min-width: -webkit-fill-available;
  transition: transform 1s;
  -webkit-transition: transform 1s;
}

.bgHover { 
  height: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.bgHover:hover { 
  transform: scale(1.15); 
  transition: all 0.5s ease-in-out; 
  -webkit-transition: all 0.5s ease-in-out; 
}

/* ========================================
  Carousel
======================================== */
.img-specialties {
  border-radius: 50%;
  margin-bottom: 30px;
  max-width: 100%;
  transition: all 0.5s ease-in-out;
}

/* ========================================
  Icons
======================================== */
.icon-index { height: 60px; transition: transform 0.3s ease-in; }
.icon-courses { height: 80px; transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);}
.icon-featuredServices { height: 50px; }

.iconHover:hover { transform: scale(1.5); }

/* ========================================
  Img Decorations
======================================== */
.helmet {
  position: absolute;
  top: -220px;
  left: 60px;
}

.safety-rope {
  position: absolute;
  top: -180px;
  right: 50px;
}

.gloves {
  position: absolute;
  top: -200px;
  left: -90px;
}

.wrench {
  position: absolute;
  top: -255px;
  right: -150px;
}

.jenny {
  position: absolute;
  top: -203px;
  right: 30px;
}

.tools-we {
  position: relative;
  top: 150px;
}

.tools-cleaning {
  position: absolute;
  top: 100px;
  max-width: 593px;
}

.tools-maintenance {
  position: absolute;
  top: -250px;
  max-width: 943px;
  right: -250px;
}

.tools-pestControl {
  position: absolute;
  top: 50px;
  max-width: 610px;
  right: 0px;
}

.smoke {
  position: absolute;
  top: 0px;
  right: 2px;
}

@media (max-width: 1397px) {

  .jenny { top: -153px; }
  
}

@media (max-width: 1280px) {

  .jenny { top: -143px; }
  
}

@media (max-width: 1199.98px) {

  /* ========================================
    Backgrounds card imgs
  ======================================== */
  /* Inicio */
  .img-services { height: 395px; }

  /* Carousel Quality */
  .img-quality { height: 450px; }

  /* ========================================
    Img Decorations
  ======================================== */
  .helmet {
    left: 40px;
    max-width: 380px;
  }
  
  .safety-rope {
    right: 30px;
    max-width: 380px;
  }
  
  .gloves {
    left: -60px;
    max-width: 380px;
  }
  
  .wrench {
    right: -120px;
    max-width: 380px;
  }

  .jenny {
    top: -183px;
    right: 70px;
  }
  
  .tools-cleaning { max-width: 550px; }
  
  .tools-maintenance {
    top: -200px;
    max-width: 890px;
    right: -200px;
  }
  
  .tools-pestControl {
    top: 80px;
    max-width: 570px;
  }

}

@media (max-width: 1024px) {

  /* ========================================
    Img Decorations
  ======================================== */
  .jenny {
    top: -237px;
    right: 50px;
  }
  
}

@media (max-width: 1020px) {

  /* ========================================
    Img Decorations
  ======================================== */
  .jenny { top: -173px; }
  
}

@media (max-width: 991.98px) {

  /* ========================================
    Backgrounds card imgs
  ======================================== */
  /* Inicio */
  .img-cleaning { 
    background-position: 50% 70%;
    background-size: cover;
  }

  .img-services { height: 345px; }

  /* Carousel Quality */
  .img-quality { height: 400px; }

  /* ========================================
    Img Decorations
  ======================================== */
  .helmet {
    left: 10px;
    max-width: 340px;
  }
  
  .safety-rope {
    right: 10px;
    max-width: 340px;
  }
  
  .gloves {
    left: -60px;
    top: -140px;
    max-width: 340px;
  }
  
  .wrench {
    right: -100px;
    top: -220px;
    max-width: 340px;
  }

  .jenny {
    top: -370px;
    right: 15px;
    max-width: 450px;
  }
  
  .tools-cleaning {
    top: -150px;
    right: -100px;
    max-width: 500px;
  }
  
  .tools-maintenance {
    top: -250px;
    max-width: 700px;
    right: -100px;
  }
  
  .tools-pestControl {
    top: -60px;
    max-width: 520px;
  }

}

@media (max-width: 920px) {

  /* ========================================
    Backgrounds card imgs
  ======================================== */
  /* Inicio */
  .img-sanitation { height: 360px; }
  
}

@media (max-width: 907px) {

  /* ========================================
    Img Decorations
  ======================================== */
  .jenny { top: -371px; }

}

@media (max-width: 878px) {

  /* ========================================
    Backgrounds card imgs
  ======================================== */
  /* Inicio */
  .img-sanitation { height: 400px; }
  
}

@media (max-width: 864px) {

  /* ========================================
    Img Decorations
  ======================================== */
  .jenny { top: -331px; }
  
}

@media (max-width: 853px) {

  /* ========================================
    Img Decorations
  ======================================== */
  .jenny { 
    top: -231px;
    max-width: 430px;
  }
  
}

@media (max-width: 767.98px) {

  /* ========================================
    Backgrounds card imgs
  ======================================== */
  /* Inicio */
  .img-cleaning { 
    background-position: 50% 50%;
    background-size: cover;
  }

  .img-services { height: 315px; }
  .img-sanitation { height: 300px; }

  /* Carousel Quality */
  .img-qualityTeam { background: linear-gradient(180deg, #E1E1E1 0%, #E1E1E1 5%, rgba(255, 255, 255, 0) 70%), url(../../img/pictures/unServicioProfesionalCalidad/equipo2.jpg); }
  .img-qualityProductivity { background: linear-gradient(180deg, #E1E1E1 0%, #E1E1E1 5%, rgba(255, 255, 255, 0) 70%), url(../../img/pictures/unServicioProfesionalCalidad/productividad2.jpg); }
  .img-qualityServices { background: linear-gradient(180deg, #E1E1E1 0%, #E1E1E1 5%, rgba(255, 255, 255, 0) 70%), url(../../img/pictures/unServicioProfesionalCalidad/servicios2.jpg); }

  .img-quality { 
    background-size: cover;
    background-position: 100% 50%;
    height: 350px;
  }

  /* Nosotros */
  .img-bannerWe {
    background: linear-gradient(180deg, #E1E1E1 0%, #E1E1E1 5%, rgba(255, 255, 255, 0) 70%), url(../../img/pictures/nosotros/imgBannerLevantamiento.jpg);
    height: 295px;
    background-size: cover;
    background-position: 50% 0%;
  }
  .bg-heightNum { height: 300px; }

  /* Limpieza */
  .img-bannerCleaning {
    background: linear-gradient(180deg, #E1E1E1 0%, #E1E1E1 5%, rgba(255, 255, 255, 0) 70%), url(../../img/pictures/limpieza/imagenBannerRenta.jpg);
    height: 295px;
    background-size: cover;
    background-position: 50% 0%;
  }

  /* ========================================
    Img Decorations
  ======================================== */
  .helmet {
    left: -10px;
    max-width: 280px;
  }
  
  .safety-rope {
    right: -20px;
    max-width: 280px;
  }
  
  .gloves {
    left: -120px;
    top: -120px;
    max-width: 280px;
  }
  
  .wrench {
    right: -110px;
    top: -150px;
    max-width: 280px;
  }

  .jenny {
    top: 30px;
    right: 80px;
    max-width: 100%;
  }
  
  .tools-cleaning {
    top: 20px;
    right: 0px;
    max-width: 400px;
  }
  
  .tools-maintenance {
    top: -70px;
    max-width: 500px;
    right: 50px;
  }

  .tools-pestControl {
    top: 30px;
    max-width: 470px;
  }
  
  .smoke {
    top: 110px;
    right: -116px;
    transform: rotate(90deg);
  }

}

@media (max-width: 640px) {

  /* ========================================
    Img Decorations
  ======================================== */
  .jenny { 
    top: 30px;
    right: 40px;
  }
  
}

@media (max-width: 575.98px) {

  /* ========================================
    Backgrounds card imgs
  ======================================== */
  /* Inicio */
  .img-services { height: 300px; }

  
  .img-teams {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 10%, rgba(255, 255, 255, 0) 70%), url(../../img/pictures/inicio/equiposPreparados.jpg);
    background-size: cover;
    height: 300px;
    width: 100%;
  }
  
  .img-courses {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 10%, rgba(255, 255, 255, 0) 70%), url(../../img/pictures/inicio/cursosCapacitacion.jpg);
    background-size: cover;
    height: 300px;
    width: 100%;
  }

  .img-sanitation { height: 300px; }

  /* ========================================
    Img Decorations
  ======================================== */
  .helmet {
    left: 0px;
    top: -90px;
    max-width: 190px;
  }
  
  .safety-rope {
    right: 0px;
    top: -100px;
    max-width: 180px;
  }

  .jenny {
    top: 26px;
    right: 20px;
  }
  
  .tools-cleaning {
    top: 50px;
    right: 70px;
    max-width: 300px;
  }
  
  .tools-maintenance {
    top: 0px;
    max-width: 350px;
    right: 100px;
  }
  
  .tools-pestControl {
    top: 40px;
    right: 90px;
    max-width: 350px;
  }

}

@media (max-width: 573px) {

  /* ========================================
    Img Decorations
  ======================================== */
  .jenny { 
    top: 47px;
  }
  
}

@media (max-width: 550px) {

  /* ========================================
    Img Decorations
  ======================================== */
  .jenny { 
    top: 92px;
    max-width: 500px;
  }
  
}

@media (max-width: 500px) {

  /* ========================================
    Img Decorations
  ======================================== */
  .helmet {
    left: -15px;
    top: -90px;
    max-width: 180px;
  }
  
  .safety-rope {
    right: -20px;
    top: -80px;
    max-width: 170px;
  }

  .jenny { 
    top: 33px;
    right: 70px;
    max-width: 370px;
  }

  .tools-cleaning { right: 50px; }

  .tools-maintenance { right: 70px; }

  .tools-pestControl {
    top: 60px;
    max-width: 300px;
  }

}


@media (max-width: 444px) {

  /* ========================================
    Img Decorations
  ======================================== */
  .helmet {
    left: -20px;
    top: -90px;
    max-width: 170px;
  }
  
  .safety-rope {
    right: -25px;
    top: -80px;
    max-width: 160px;
  }

  .jenny { 
    top: 27px;
    right: 50px;
    max-width: 342px;
  }

}

@media (max-width: 400px) {

  /* ========================================
    Img Decorations
  ======================================== */
  .helmet {
    left: -25px;
    top: -90px;
    max-width: 155px;
  }
  
  .safety-rope {
    right: -25px;
    top: -80px;
    max-width: 145px;
  }

  .jenny {
    top: 23px;
    right: 15px;
    max-width: 100%;
  }

  .tools-cleaning { right: 5px; }

  .tools-maintenance { right: 30px; }

  .tools-pestControl {
    top: 70px;
    right: 40px;
  }

}
