/*

TemplateMo 561 Purple Buzz

https://templatemo.com/tm-561-purple-buzz

---------------------------------------------
Table of contents
------------------------------------------------
1. Typography
2. Main Nav
3. Home
4. About
5. Work
6. Single Work
7. Pricing
8. Contact
--------------------------------------------- */

/* html {
   font-family: 'OpenSans-Regular' !important;
} */

* {
  font-family: "Open Sans", sans-serif;
}

body {
  overflow-x: hidden !important;
}

/* Typography */
p,
a {
  font-weight: 400;
}

.h2 {
  font-size: 40px;
}

.h3 {
  font-size: 28px;
}

.light-300 {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300;
}

.regular-400 {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400;
}

.semi-bold-600 {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600;
}

.typo-space-line::after,
.typo-space-line-center::after {
  content: "";
  width: 150px;
  display: block;
  position: absolute;
  border-bottom: 5px solid #6266ea;
  padding-top: 0.5em;
}

.typo-space-line-center::after {
  left: 50%;
  margin-left: -75px;
}

/* Main Nav */
/* #main_nav .nav-item .nav-link:hover {
   color: #1EA5D2;
} */

/* Home */
#index_banner {
  /* background-image: url('./../img/banner-bg-01.jpg');
   background-position: center center;
   background-size: cover;
   height: 100%; */
  /* min-height: 80vh; */
  /* width: 100%; */
  background-color: #fff !important;
}

#index_banner .carousel-item {
  min-height: 70vh;
}

#index_banner .carousel-control-prev i,
#index_banner .carousel-control-next i {
  color: #fff !important;
  text-decoration: none;
  font-size: 4em;
}

/* #index_banner .carousel-inner {
   height: 60vh;
} */

#index_banner .carousel-indicators li,
#index_banner .carousel-indicators.active {
  background-color: #fff !important;
}

.service-wrapper .service-footer {
  max-width: 720px;
}

.service-work.card {
  border-radius: 10px !important;
  cursor: pointer;
}

.service-work .service-work-vertical {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 33.33%,
    rgba(255, 255, 255, 1) 66.66%,
    rgba(255, 255, 255, 0) 99.99%
  );
  background-size: 300% 300%;
  background-position: 0% 100%;
  transition: 0.5s;
}

.service-work .service-work-vertical:hover {
  background-position: 0% 0%;
  transition: 0.5s;
}

.service-work .service-work-vertical:hover * {
  color: #000;
  border-color: #000;
  transition: 0.5s;
}

.recent-work.card {
  border-radius: 10px !important;
}

.recent-work .recent-work-vertical {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 33.333%,
    rgba(97, 84, 199, 1) 66.666%,
    rgba(255, 255, 255, 0) 99.999%
  );
  background-size: 300% 300%;
  background-position: 0% 100%;
  transition: 0.5s;
  cursor: pointer;
}

.recent-work .recent-work-vertical:hover {
  background-position: 0% 0%;
  transition: 0.5s;
}

.recent-work .recent-work-vertical:hover div.recent-work-content {
  top: 50%;
  margin-top: -2.5em;
  position: absolute;
}

.recent-work .recent-work-vertical:hover * {
  color: white;
  transition: 0.5s;
}

/* About */
#work_banner {
  background-image: url("./../img/banner-bg-02.jpg");
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.progress {
  height: 8px;
}

.objective-icon {
  border-radius: 13px;
  width: 8rem;
}

.partner-wap {
  background-color: #7276ec;
  transition: 1s;
  cursor: pointer;
}

.partner-wap:hover {
  background-color: #b1b3f5;
}

.why-us {
  background: rgb(239, 239, 253);
  background: -moz-linear-gradient(
    0deg,
    rgba(239, 239, 253, 1) 50%,
    rgba(255, 255, 255, 1) 50%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(239, 239, 253, 1) 50%,
    rgba(255, 255, 255, 1) 50%
  );
  background: linear-gradient(
    0deg,
    rgba(239, 239, 253, 1) 50%,
    rgba(255, 255, 255, 1) 50%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efeffd", endColorstr="#ffffff", GradientType=1);
}

.team-member-img {
  transition-duration: 0.15s;
}

.team-member:hover .team-member-img {
  padding: 10px !important;
}

/* Work */
/* Singel Work */
#work_single_banner {
  background-image: url("./../img/banner-bg-02.jpg");
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.related-content {
  border-radius: 20px;
  cursor: pointer;
}

/* Pricing */
.pricing-list {
  margin-bottom: 1px;
}

.pricing-table {
  max-width: 350px;
  margin: auto;
}

.pricing-table,
.pricing-horizontal {
  border-radius: 15px !important;
}

/* Contact */
#floatingtextarea {
  height: 150px;
}

/* Footer */
footer a.text-light:hover {
  color: #bfbfbf !important;
  transition-duration: 0.15s;
}

/* Add Styles */

#first_item {
  background-image: url(../img/imagen1.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 60vh;
  width: 100%;
}

#second_item {
  background-image: url(../img/imagen2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 60vh;
  width: 100%;
}

#third_item {
  background-image: url(../img/imagen3.png);
  background-position: center center;
  background-size: cover;
  height: 100%;
  min-height: 60vh;
  width: 100%;
}

#fourth_item {
  background-image: url(../img/imagen4.png);
  background-position: center center;
  background-size: cover;
  height: 100%;
  min-height: 60vh;
  width: 100%;
}

.font-poppins {
  font-family: "Poppins-Regular";
}

.font-poppins-italic {
  font-family: "Poppins-Italic";
}

.font-open-italic {
  font-family: "Poppins-Italic";
}

.font-open-bold {
  font-family: "OpenSans-Bold";
}

.banner-content .font-avenir {
  font-family: "Avenir Next";
  font-size: 50px;
  color: #64b900;
}

.banner-desinfeccion .font-avenir {
  font-family: "Avenir Next";
  font-size: 30px;
}

#empresa .font-avenir {
  font-family: "Avenir Next";
}

#empresa-foot .font-avenir {
  font-family: "Avenir Next";
  font-size: 24px;
  color: #64b900;
}

.font-avenir {
  font-family: "Avenir Next";
}

.iris .font-avenir {
  font-family: "Avenir Next";
  font-size: 23px;
  color: #64b900;
}

.card-body .font-avenir {
  font-family: "Avenir Next";
  font-size: 25px;
  color: #1ea5d2;
}

.active {
  background-color: #000;
}

.font-md {
  font-size: 14px;
}

.font-lg {
  font-size: 16px;
}

.font-sm {
  font-size: 13.5px;
}

.font-xl {
  font-size: 22px;
}

.font-xs {
  font-size: 10px;
}

.text-justufy {
  text-align: justify;
}

.bg-ecolimp {
  background-color: #64b900;
}

.bg-ecolimp2 {
  background-color: #1ea5d2;
}

#desinfeccion {
  position: relative;
}

#lista-desinfeccion {
  position: absolute;
  top: 120px;
  right: 0;
}

#lista-desinfeccion ul li {
  font-family: "OpenSans-Italic";
}

#trabajos-desinfeccionn {
  position: absolute;
  bottom: 0px;
  right: 150;
}

.banner-desinfeccion {
  position: absolute;
  top: 0;
}

.text-green {
  color: #003f44;
}

.text-light-green {
  color: #64b900;
}

.pe-10 {
  padding-right: 200px !important;
}

.text-light-blue {
  color: #1ea5d2;
}

.dropdown-toggle::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f078" !important;
  border: 0px !important;
  vertical-align: 0px !important;
  margin-left: 10px !important;
  font-weight: 400;
  transition-duration: 0.3s;
}

.dropdown-toggle.show::after {
  transform: rotate(180deg);
  transition-duration: 0.3s;
}

#dropdown-menu-child {
  background-color: #64b900;
}

.dropdown-item:hover {
  color: #64b900 !important;
  background-color: #fff !important;
}

.dropdown-item.active {
  color: #1ea5d2 !important;
  background-color: #fff !important;
}

/* #dropdown-menu-parent::hover #dropdown-menu-child{
   
} */

.navbar-light .navbar-nav .nav-link.active {
  color: #1ea5d2 !important;
}

.navbar-nav .servicios:focus {
  color: #fff !important;
}

.navbar-nav .servicios.active {
  color: #1ea5d2 !important;
}

/* Banner Imagenes */
.banner-container {
  position: relative;
}

.text-banner {
  font-family: "Avenir Next";
  font-size: 3.4vw;
  position: absolute;
  color: #fff;
  top: 35%;
  right: 30%;
}

.cliente:hover {
  opacity: 0.5;
}

.menu-footer {
  border-bottom: 3px #fff solid;
  padding-top: 0px;
  display: inline-block;
  padding-right: 50px;
  text-decoration: none;
}

.menu-footer-secondary {
  border-bottom: 3px #fff solid;
  padding-top: 0px;
  display: inline-block;
  padding-right: 50px;
}

.menu-footer:hover {
  color: #1ea5d2 !important;
  cursor: pointer;
}

.text-banner-barrido,
.text-banner-secundario,
.text-banner-sanitizacion {
  top: 50px;
  right: 15%;
  font-size: 50px;
}

/* ****************************************************************** */
/* **************************** MEDIA QUERYS ************************ */
/* ****************************************************************** */

@media (max-width: 576px) {
  .banner-content .font-avenir {
    font-family: "Avenir Next";
    font-size: 40px;
    color: #64b900;
  }

  .service-tag {
    position: relative;
    background-color: #fff;
  }

  .banner-desinfeccion {
    position: relative;
    padding: 0px !important;
  }

  #text-desinfecion {
    padding-left: 30px !important;
  }

  #lista-desinfeccion ul li {
    font-size: 20px;
    text-align: justify;
  }

  #lista-desinfeccion {
    position: relative;
    top: 20px;
  }

  .iris .font-avenir {
    font-size: 25px;
  }

  #empresa .font-avenir {
    font-size: 20px;
  }

  .lista-soluciones {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .banner-content .font-avenir {
    font-size: 45px;
  }

  .service-tag {
    position: relative;
    background-color: #fff;
  }

  .banner-desinfeccion {
    position: relative;
    padding: 0px !important;
  }

  #text-desinfecion {
    padding-left: 30px !important;
  }

  #lista-desinfeccion ul li {
    font-size: 20px;
    text-align: justify;
  }

  #lista-desinfeccion {
    position: relative;
    top: 20px;
  }

  .imagen-banner-secundario {
    min-height: 250px;
  }

  .text-banner-secundario {
    display: flex !important;
    justify-content: center !important;
    right: 20% !important;
    top: 40% !important;
    font-size: 40px !important;
  }

  .text-banner-barrido {
    display: flex !important;
    justify-content: center !important;
    right: 5% !important;
    top: 40% !important;
    font-size: 40px !important;
  }

  .text-banner-sanitizacion {
    display: flex !important;
    justify-content: center !important;
    right: 5% !important;
    top: 40% !important;
    font-size: 30px !important;
  }
}

@media (min-width: 769px) and (max-width: 1060px) {
  .imagen-banner-secundario {
    min-height: 200px;
  }

  .text-banner-secundario {
    display: flex !important;
    justify-content: center !important;
    right: 20% !important;
    top: 40% !important;
    font-size: 40px !important;
  }

  .text-banner-barrido {
    display: flex !important;
    justify-content: center !important;
    right: 10% !important;
    top: 40% !important;
    font-size: 40px !important;
  }

  .text-banner-sanitizacion {
    display: flex !important;
    justify-content: center !important;
    right: 10% !important;
    top: 40% !important;
    font-size: 40px !important;
  }
}

@media (max-width: 992px) {
  .imagen-desinfeccion {
    width: 100%;
  }

  .banner-content .font-avenir {
    font-size: 45px;
  }

  .service-tag {
    position: relative;
    background-color: #fff;
  }

  .banner-desinfeccion {
    position: relative;
    padding: 0px !important;
  }

  #text-desinfecion {
    padding-left: 30px !important;
  }

  #lista-desinfeccion ul li {
    font-size: 20px;
    text-align: justify;
  }

  #lista-desinfeccion {
    position: relative;
    top: 20px;
  }
}

@media (max-width: 1050px) {
  #wrap {
    display: none;
  }
}

@media (max-width: 1200px) {
  #dropdown-menu-parent {
    position: static !important;
  }

  #dropdown-menu-child {
    position: static !important;
    text-align: center;
    background-color: #529900;
  }

  .hoja {
    display: none;
  }
}
