/* :root {
  --colorPrincipal: #12967d;
  --colorPrincipal-hover: #228674;
  --colorSecundario: #424242;
  --colorFondo: #fff;
} */
@import "../css/icons/tabler-icons/tabler-icons.css";
:root {
  --colorPrincipal: #02B18E;
  --colorPrincipal-hover: #A6978A;
  --colorSecundario: #008554;
  --colorFondo: #02b18e88;

}

/*--------------------------------------------------------------
# General
------------------------------swiper-slide--------------------------------*/
#logo {
  width: 180px;
  height: auto;
}

.buscadorColectas {
  width: 39%;
  height: 60px;
  font-size: 18px !important;
}

.buscadorColectas::placeholder {
  color: #228992;
}

body {
  color: var(--colorSecundario);
  font-family: "Open Sans", sans-serif;
}

.fondo {
  background-color: var(--colorFondo);
  width: 100%;
  background-repeat: repeat-y;
}

a {
  color: var(--colorPrincipal);
  text-decoration: none;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: var(--colorPrincipal);
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

.btn-general {
  background: var(--colorPrincipal-hover);
  border: 2px solid var(--colorPrincipal-hover);
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 10px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}

.btn-volver {
  background: var(--colorPrincipal);
  border: 2px solid var(--colorPrincipal);
  font-family: "Raleway", sans-serif;
  border-radius: 15px;
  padding: 10px 30px; 
  color: #fff; 
  transition: 0.4s;
  /*border-color: #29acb9;*/
  cursor: pointer;
}

/*fondo-solidario*/
.position-relative {
  position: relative !important;
}

.card {
  margin-bottom: 30px;
}

.card-fondo {
  box-shadow: 0 0 15px rgba(75, 168, 177, 0.562);
}

.card-fondo img {
  height: auto;
  width: 100%;
  object-fit: cover;
  object-position: top;
  overflow: hidden;
}

.card-fondo h1 {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  margin: 0;
  padding: 0;
}

.card-fondo p {
  font-size: 14px;
  font-weight: 600;
  color: #29acb9;
  margin: 0;
  padding: 0;
}

.card-fondo .descuento {
  top: 13px;
  right: 11px;
  border-radius: 20px !important;
  font-size: 16px !important;
}

.card-fondo .destacada {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 58px;
  right: 11px;
  border-radius: 20px !important;
  font-size: 16px !important;
}

.card-fondo .fondo-btn {
  background-color: #1c7a82 !important;
  border-color: #1c7a82 !important;
}

@media screen and (max-width: 467px) {
  .card-fondo h1 {
      font-size: 20px;
  }

  .card-fondo img {
      height: auto;
  }
}


.btn-general:hover {
  background: none;
  color: var(--colorPrincipal-hover);
}

.btn-registrarse {
  background: var(--colorSecundario);
  border: 2px solid var(--colorSecundario);
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  max-height: 34px;
  padding: 4px 12px !important;
  border-radius: 10px;
  transition: 0.5s;
  margin: 10px 10px 10px 30px;
  color: #fff;
}

#btn-registrarse-xs {
  display: none;
}

.btn-registrarse:hover {
  background-color: #fff;
  color: var(--colorSecundario);
  border-color: var(--colorSecundario);
}

.btn-filter-category {
  background: var(--colorSecundario);
  border: 2px solid var(--colorSecundario);
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  height: 38px;
  padding: 4px 12px !important;
  border-radius: 10px;
  transition: 0.5s;
  margin: 10px 10px 10px 0px;
  color: #fff;
}

#btn-filter-category -xs {
  display: none;
}

.btn-filter-category :hover {
  background-color: #fff;
  color: var(--colorSecundario);
  border-color: var(--colorSecundario);
}

.btn-login {
  max-height: 34px;
  padding: 4px 12px !important;
  margin-left: 30px;
}

#btn-ingresar-xs {
  display: none;
}

.btn-cerrarModal {
  background-color: var(--colorSecundario);
  color: var(--colorFondo);
  float: right;
  position: absolute;
  right: 26px;
  z-index: 900;
  border-radius: 15px;
}

.btn-cerrarModal:hover {
  background-color: #2dc899;
  color: #444;
}

.inner-page {
  background-image: url("../img/fondo-haikei-verde.svg");
  background-size: cover;
  width: 100%;
  height: 82vh;
}

/* terminos */
.inner-page-terminos {
  background-image: url("../img/fondo-haikei-verde.svg");
  background-size: cover;
  width: 100%;
}

.inner-page-terminos h2 {
  font-weight: 600;
  margin-top: 15px;
}

.inner-page-terminos .carta-terminos {
  background-color: #ffffff2f;
  padding: 15px;
  margin: 20px;
  border-radius: 35px;
}

/* politicas */
.inner-page-politicas {
  background-image: url("../img/fondo-haikei-verde.svg");
  background-size: cover;
  width: 100%;
}

.inner-page-politicas h2 {
  font-weight: 600;
  margin-top: 15px;
}

.inner-page-politicas .carta-politicas {
  background-color: #ffffff2f;
  padding: 15px;
  margin: 20px;
  border-radius: 35px;
}

/* preguntas frecuentes */
.inner-page-preguntas-frecuentes {
  background-image: url("../img/fondo-haikei-verde.svg");
  background-size: cover;
  width: 100%;
}

.inner-page-preguntas-frecuentes h2 {
  font-weight: 600;
  margin-top: 15px;
}

.inner-page-preguntas-frecuentes .carta-preguntas-frecuentes {
  background-color: #ffffff2f;
  padding: 15px;
  margin: 20px;
  border-radius: 35px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--colorSecundario);
  width: 40px;
  height: 40px;
  transition: all 0.4s;
  border-radius: 10px;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #71dfbe;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  padding: 0;
  height: 40px;
}

#topbar .contact-info i {
  font-style: normal;
  color: var(--colorPrincipal-hover);
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #444;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: var(--colorPrincipal-hover);
}

#topbar .social-links a {
  color: #555;
  padding: 0 15px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
  color: var(--colorPrincipal-hover);
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 130px;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

#header #logo h1 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#header #logo h1 a {
  color: var(--colorSecundario);
}

#header #logo h1 a span {
  color: var(--colorPrincipal-hover);
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header {
    height: 60px;
  }

  #header #logo h1 {
    font-size: 34px;
  }

  #header #logo img {
    max-height: 40px;
  }

  .buscadorColectas {
    width: 80%;
    height: 60px;
    font-size: 16px;
  }
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #444;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: var(--colorPrincipal-hover);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: var(--colorPrincipal-hover);
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: var(--colorSecundario);
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: var(--colorSecundario);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: var(--colorSecundario);
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: var(--colorPrincipal-hover);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: var(--colorPrincipal-hover);
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  width: auto;
  height: 100vh;
  position: relative;
  background-image: url("/images/portadaCU.jpg");
  box-shadow: 0px 10px 19px rgb(255 255 255) inset;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
}


#hero .hero-content {
  position: absolute;
  bottom: 100px;
  top: 500px;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

@media (max-width: 932px) {
  #hero {
       background-image: url('/images/cus_COLECTIVOS_sliders_genérico750x1160.jpg'); /* Imagen para pantallas pequeñas */
    }
  #hero .hero-content {
      top: 150px;
    }
  }
  

  
#hero .hero-content h2 {
  color: var(--colorSecundario);
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 700;
}

#hero .hero-content h2 span {
  color: var(--colorPrincipal-hover);
  text-decoration: underline;
}

@media (max-width: 767px) {
  #hero .hero-content h2 {
    font-size: 34px;
  }
}

#hero .hero-content .btn-get-started,
#hero .hero-content .btn-projects {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 10px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}

#hero .hero-content .btn-get-started {
  background: #ffffff;
  border: 2px solid var(--colorSecundario);
}

#hero .hero-content .btn-get-started:hover {
  background: none;
  color: var(--colorSecundario);
}

#hero .hero-content .btn-projects {
  background: var(--colorPrincipal-hover);
  border: 2px solid var(--colorPrincipal-hover);
}

#hero .hero-content .btn-projects:hover {
  background: none;
  color: var(--colorPrincipal-hover);
}

#hero .hero-slider {
  z-index: 8;
  height: 60vh;
}

#hero .hero-slider::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 7;
}

#hero .hero-slider .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: opacity;
  /*width: 100%;*/
  /*background: #fff;*/
  /*se agrega 20220707*/
  height: 680px;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 40px 0;
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 32px;
  color: var(--colorSecundario);
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.section-header h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--colorPrincipal-hover);
  bottom: 0;
  left: 0;
}

.section-header p {
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #fafafa;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
  /* navegadorLateral mobile */
  .navegadorLateral {
    position: fixed;
    width: fit-content;
    z-index: 600;
    margin: auto !important;
    left: 0px !important;
    right: 0px !important;
    top: 87vh !important;
    bottom: 110px !important;
    height: 66px !important;
    border-radius: 25px;
    padding: 8px 20px 8px 20px !important;
    box-shadow: 10px 10px 15px rgba(0, 6, 22, 0.5);
    background: #fff;
  }

  .navegadorLateral .box {
    display: flex !important;
  }

  .navegadorLateral:hover {
    transform: none !important;
  }

  .itemNavegador {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.5s ease;
    margin: 0 10px !important;
  }

  .itemNavegador:hover {
    transform: translateY(-7px) !important;
  }

  .iconoNavegador i {
    font-size: 30px;
  }

  .textoNavegador {
    margin-left: 0px !important;
    font-size: 10px;
  }
}

/* About Section
--------------------------------*/
#about {
  padding: 60px 0 30px 0;
}

#about .about-img {
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }

  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#about .content h2 {
  color: var(--colorSecundario);
  font-weight: 700;
  font-size: 36px;
  font-family: "Raleway", sans-serif;
}

#about .content h3 {
  color: #555;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#about .content p {
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--colorPrincipal-hover);
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

/* iconosHero */

#iconosHero {
  display: flex;
  padding: 80px 0;
  background-size: cover;
}

#iconosHero .box {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  border-radius: 25px;
  padding: 7px;
  /* box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1); */
  background: #ffffff6b;
  transition: 0.4s;
  height: 100%;
  width: 360px;
  margin: 15px;
  border: 1px solid #ffffffa3;
}

#iconosHero .box .icon i {
  color: #444;
  font-size: 30px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#iconosHero .box .icon i:before {
  background: var(--colorSecundario);
  background: linear-gradient(
    45deg,
    var(--colorPrincipal-hover) 0%,
    #a3ebd5 100%
  );
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#iconosHero .box h2 {
  font-size: 20px;
  margin: 0px;
}

#iconosHero .box h2 label {
  color: var(--colorSecundario);
  background: linear-gradient(45deg, var(--colorSecundario) 0%, #a3ebd5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  font-weight: bold;
}

/* comoFunciona Section
--------------------------------*/
#comoFunciona {
  background-image: url("../img/fondo-invertido-haikei-verde.svg");
  background-size: cover;
}

#comoFunciona .box {
  border-radius: 50px;
  padding: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
  height: 100%;
}

#comoFunciona .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#comoFunciona .box .icon {
  float: left;
}

#comoFunciona .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#comoFunciona .box .icon i:before {
  background: var(--colorSecundario);
  background: linear-gradient(
    45deg,
    var(--colorPrincipal-hover) 0%,
    #a3ebd5 100%
  );
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#comoFunciona .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}

#comoFunciona .box h4 a {
  color: #444;
}

#comoFunciona .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* establecer el número máximo de líneas que se mostrarán */
  -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
  #comoFunciona .box .box {
    margin-bottom: 20px;
  }

  #comoFunciona .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #comoFunciona .box h4,
  #comoFunciona .box p {
    margin-left: 0;
    text-align: center;
  }

  #iconosHero .box {
    padding: 20px;
    margin: 2px;
    width: 230px;
  }

  #iconosHero .box .icon i {
    color: #444;
    font-size: 30px;
    transition: 0.5s;
    line-height: 0;
    margin-top: 34px;
  }

  #iconosHero .box h2 {
    font-size: 10px;
    margin: 0px;
  }

  #iconosHero .box h2 label {
    color: var(--colorSecundario);
    background: linear-gradient(45deg, var(--colorSecundario) 0%, #a3ebd5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-weight: bold;
  }
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 30px 0;
  margin-top: 80px;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

#clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid var(--colorPrincipal-hover);
}

#clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--colorPrincipal-hover);
}

#clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.swiper-wrapper {
  background-color: white;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

#hero .hero-slider .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: opacity;
 /* width: 100%;*/
  /*background: #fff;*/
  /*se agrega 20220707*/
  height: 680px;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #50d8af;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #50d8af;
}

#clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #50d8af;
}

#clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #50d8af;
}

/* Our Portfolio Section
--------------------------------*/
#portfolio {
  padding: 30px 0;
  background-image: url("../img/fondo-haikei-verde.svg");
  background-size: cover;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 18px 12px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #f7f7f7;
  border-radius: 20px;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: var(--colorPrincipal-hover);
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
  height: 270px;
}

#portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 30px 30px 30px 30px;
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: center;
}

#portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: var(--colorPrincipal-hover);
  padding: 15px 20px;
  border-radius: 30px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

#portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info .preview-link,
#portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: rgba(255, 255, 255, 0.6);
  transition: ease-in-out 0.3s;
}

#portfolio .portfolio-item .portfolio-info .preview-link:hover,
#portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

#portfolio .portfolio-item:hover img {
  top: -30px;
}

#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid var(--colorPrincipal-hover);
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: var(--colorPrincipal-hover);
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(12, 46, 138, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 30px 0;
  background-color: #fff;
}

#testimonials .testimonials-carousel,
#testimonials .testimonials-slider {
  overflow: hidden;
}

#testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 30px;
  margin: 30px 15px;
  text-align: center;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  border-radius: 35px;
}

@media (max-width: 767px) {
  #testimonials .testimonial-item {
    margin: 30px 10px;
  }
}

#testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.imagen-carrusel-destacados {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 35px;
  margin-bottom: 20px;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 300px;
  position: relative;
  display: block;
}



#testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

#testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

#testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid var(--colorPrincipal-hover);
}

#testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--colorPrincipal-hover);
}

#testimonials .meta-date {
  display: inline-block;
  background: #343a40; 
}


/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: var(--colorSecundario);
  background-size: cover;
  padding: 40px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 15px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: var(--colorPrincipal-hover);
  border: 3px solid var(--colorPrincipal-hover);
}

/* Our Team Section
--------------------------------*/
#team {
  background-image: url("../img/fondo-haikei-verde.svg");
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  overflow: hidden;
  text-align: center;
  border-radius: 35px 35px 0px 0px;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member .details-fundador {
  background: var(--colorPrincipal);
  color: #fff;
  padding: 15px;
  border-radius: 0 0 30px 30px;
}

#team .member .details-desarrollo {
  background: var(--colorSecundario);
  color: #fff;
  padding: 15px;
  border-radius: 0 0 30px 30px;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 5px;
}

#team .member .social a {
  color: #fff;
}

#team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  padding: 30px 0;
  /* background-color: #f5f5f5; */
  background-image: url("../img/fondo-haikei-verde.svg");
  background-size: cover;
  width: 100%;
}

#contact input,
textarea {
  border-radius: 15px !important;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
  border-radius: 35px;
  background-color: rgb(255 255 255 / 46%);
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: var(--colorPrincipal-hover);
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: var(--colorPrincipal-hover);
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  #contact #google-map {
    margin-top: 20px;
  }

  #logo {
    width: 132px;
  }

  #btn-ingresar {
    display: none;
  }

  #btn-registrarse {
    display: none;
  }

  #btn-ingresar-xs {
    display: block;
  }

  #btn-registrarse-xs {
    display: block;
  }

  #comoFunciona .box {
    border-radius: 50px;
    padding: 20px;
    box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
    background: #fff;
    transition: 0.4s;
    height: 100%;
  }

  #comoFunciona .box .title {
    font-size: 18px;
  }

  #comoFunciona .box .icon i {
    font-size: 50px;
  }

  .btn-cerrarModal {
    right: 17px;
    top: 20px;
  }
}

#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  border-radius: 15px;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input,
#contact .php-email-form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
  background-color: #ffffffa1;
}

#contact .php-email-form input::placeholder,
#contact .php-email-form textarea::placeholder {
  color: rgb(0 0 0 / 39%);
}

#contact .php-email-form input::focus,
#contact .php-email-form textarea::focus {
  background-color: var(--colorPrincipal-hover);
}

#contact .php-email-form button[type="submit"] {
  background: var(--colorSecundario);
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .php-email-form button[type="submit"]:hover {
  background: #2dc899;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #f2f5f8;
  padding: 0 0 30px 0;
  font-size: 14px;
}

#footer .social-links a:hover {
  color: var(--colorSecundario);
}

.linksFooter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .linksFooter {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 15px;
  }
}

.linksFooter a {
  color: var(--colorSecundario);
  font-weight: 800;
}

.linksFooter a:hover {
  color: var(--colorPrincipal);
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #555;
}

#footer .credits a {
  color: var(--colorSecundario);
}

.accessoDirecto {
  margin-left: 0px;
  z-index: 600;
  position: fixed;
  width: fit-content;
  height: auto;
  left: 0%;
  top: 45px;
  border-radius: 50px;
  padding: 25px;
  box-shadow: 10px 10px 15px rgba(0, 6, 22, 0.5);
  background: #fff;
  transition: all 0.5s ease;
  right: -130px;
}

.iconoAccesoDirecto i {
  font-size: 30px;
}

.textoAccesoDirecto {
  margin-left: 15px;
}

.itemAccesoDirecto {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.5s ease;
  margin: 0px;
}

.itemAccesoDirecto:hover {
  transform: translateY(8px);
}

.navegadorLateral {
  z-index: 600;
  position: fixed;
  width: fit-content;
  height: auto;
  right: 0%;
  top: 25%;
  border-radius: 25px;
  padding: 25px;
  box-shadow: 10px 10px 15px rgba(0, 6, 22, 0.5);
  background: #fff;
  transition: all 0.5s ease;
  right: -95px;
  margin-left: 45px;
}

.navegadorLateral:hover {
  transform: translateX(-50%);
}

.itemNavegador {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.5s ease;
}

.itemNavegador:hover {
  transform: translateX(-20px);
}

.iconoNavegador i {
  font-size: 30px;
}

.textoNavegador {
  margin-left: 15px;
}

.section-login .php-email-form input,
.section-login .php-email-form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
  background-color: #ffffffa1;
  border-radius: 35px;
}

.section-login .php-email-form input::placeholder,
.section-login .php-email-form textarea::placeholder {
  color: rgb(0 0 0 / 39%);
}

.section-login .php-email-form input::focus,
.section-login .php-email-form textarea::focus {
  background-color: var(--colorPrincipal-hover);
}

.section-login .php-email-form button[type="submit"] {
  background: var(--colorSecundario);
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
  margin: 15px 15px;
}

.section-login .php-email-form button[type="submit"]:hover {
  background: #2dc899;
}

/* claculadora */

#calculadora {
  font-size: 20px;
}

#calculadora form {
  margin: 0 auto;
  width: 400px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

#calculadora label {
  display: block;
  margin-bottom: 10px;
}

#calculadora input[type="number"],
select {
  display: block;
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  font-size: 16px;
}

#calculadora button {
  display: block;
  margin-bottom: 15px;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background-color: var(--colorSecundario);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
}

.errorInputCalculadora {
  box-shadow: 0px 0px 13px 0px rgba(255, 19, 19, 0.75);
  -webkit-box-shadow: 0px 0px 13px 0px rgba(255, 19, 19, 0.75);
  -moz-box-shadow: 0px 0px 13px 0px rgba(255, 19, 19, 0.75);
}

#calculadora button:hover {
  background-color: var(--colorPrincipal);
}

#calculadora div {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}

#calculadora div p {
  margin-bottom: 10px;
}

#calculadora span {
  font-weight: bold;
}

#calculadora div2 {
  background-color: #fff;
  border-radius: 10px;
}

/*#calculadora div2 span {
}*/

#calculadora div2 p {
  font-size: 16px;
  margin-bottom: 8px;
}

#calculadora div2 h1 {
  font-size: 16px !important;
  font-weight: bold;
}



.skills {
  width: 80%;
  max-width: 960px;
  height: 200px;
  margin: auto;
  position: relative;
}

.lines {
  height: 100%;
  position: relative;
}

.line {
  height: inherit;
  width: 2px;
  position: absolute;
  background: rgba(238, 238, 238, 0.6);
}

.line.l--0 {
  left: 0;
}

.line.l--25 {
  left: 25%;
}

.line.l--50 {
  left: 50%;
}

.line.l--75 {
  left: 75%;
}

.line.l--100 {
  left: calc(100% - 1px);
}

.line__label {
  display: block;
  width: 100px;
  text-align: center;
  position: absolute;
  bottom: -20px;
  right: -50px;
}

.line__label.title {
  text-transform: uppercase;
  font-weight: bold;
}

.charts {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.chart:not(:first-child) {
  margin-top: 10px;
}

.chart__title {
  display: block;
  margin: 0 0 10px;
  font-weight: bold;
  opacity: 0;
  animation: 1s anim-lightspeed-in ease forwards;
}

.chart--prod .chart__title {
  animation-delay: 3.3s;
}

.chart--design .chart__title {
  animation-delay: 4.5s;
}

.chart--horiz {
  overflow: hidden;
}

.chart__bar {
  height: 30px;
  margin-bottom: 10px;
  background: linear-gradient(to left, #4cb8c4, #3cd3ad);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  opacity: 0;
  animation: 1s anim-lightspeed-in ease forwards;
}

.chart--dev .chart__bar:nth-of-type(11) {
  animation-delay: 2.7s;
}

.chart--dev .chart__bar:nth-of-type(10) {
  animation-delay: 2.5s;
}

.chart--dev .chart__bar:nth-of-type(9) {
  animation-delay: 2.3s;
}

.chart--dev .chart__bar:nth-of-type(8) {
  animation-delay: 2.1s;
}

.chart--dev .chart__bar:nth-of-type(7) {
  animation-delay: 1.9s;
}

.chart--dev .chart__bar:nth-of-type(6) {
  animation-delay: 1.7s;
}

.chart--dev .chart__bar:nth-of-type(5) {
  animation-delay: 1.5s;
}

.chart--dev .chart__bar:nth-of-type(4) {
  animation-delay: 1.3s;
}

.chart--dev .chart__bar:nth-of-type(3) {
  animation-delay: 1.1s;
}

.chart--dev .chart__bar:nth-of-type(2) {
  animation-delay: 0.9s;
}

.chart--dev .chart__bar:nth-of-type(1) {
  animation-delay: 0.7s;
}

.chart--prod .chart__bar:nth-of-type(2) {
  animation-delay: 4.2s;
}

.chart--prod .chart__bar:nth-of-type(1) {
  animation-delay: 4s;
}

.chart--design .chart__bar:nth-of-type(4) {
  animation-delay: 5.8s;
}

.chart--design .chart__bar:nth-of-type(3) {
  animation-delay: 5.6s;
}

.chart--design .chart__bar:nth-of-type(2) {
  animation-delay: 5.4s;
}

.chart--design .chart__bar:nth-of-type(1) {
  animation-delay: 5.2s;
}

.chart__label {
  padding-left: 10px;
  line-height: 30px;
  color: white;
}

@keyframes anim-lightspeed-in {
  0% {
    transform: translateX(-200%);
    opacity: 1;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}


/* Boton scroll down */
#down-animation {
  position: absolute;
  width: 100%;
  height: 83px;
  padding: 30px;
  margin: 15px;
  top: 84%;
}
#down-animation::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 80%;
}
#down-animation a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
#down-animation a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#down-animation a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
#down-animation a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* Proporción de aspecto para videos 16:9 */
  height: 0;
  overflow: hidden;
}

.responsive-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

/**WHATSAPP FLOTANTE**/
.whats-app {
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 90px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 46px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  /*box-shadow: 3px 4px 3px #999;*/
  right: 70px;
  z-index: 100;
}

.my-float {
  margin-top: 10px;
}

@media (max-width: 991px) {
  .whats-app {
    bottom: 160px;
    right: 7px;
  }
}