/*BASE*/
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Regular.ttf);
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-family: "Poppins" !important;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}

.no-padding {
  padding: 0 !important;
}

.subtitle {
  text-align: center;
  font-size: 2rem;
  color: #3A7EBF;
}
.subtitle hr {
  height: 5px !important;
  opacity: 1;
  width: 8%;
  margin: 0 auto;
  margin-top: 16px;
  color: #F7B41F;
}

.btn-style {
  font-size: 13px;
  background: #3A7EBF;
  color: white;
  border: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  padding: 5px 36px;
  transition: 0.8s;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: 0.7s;
}
.btn-style:hover {
  background: #F7B41F;
  color: #fff;
}

.btn-stylew {
  font-size: 13px;
  background: #f4f5f7;
  color: #3A7EBF;
  border: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  padding: 10px 36px;
  transition: 0.8s;
  text-decoration: none;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: 0.7s;
}
.btn-stylew:hover {
  background: #3A7EBF;
  color: #fff;
}

.box-btn {
  margin: 20px 0;
}

.centrame {
  display: flex;
  justify-content: center;
  align-items: center;
}

#menu {
  width: 100%;
  position: fixed;
  z-index: 5;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  transition: 0.9s;
  text-align: center;
  justify-content: center;
  top: 0;
}
#menu a {
  font-size: 14px !important;
}
#menu .menu-section {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.09));
  display: flex;
  padding: 0 50px;
  position: absolute;
  height: auto;
  top: 0;
  transition: 0.9s;
}
#menu .menu-section .navbar-brand {
  display: flex;
}
#menu .menu-section .navbar-brand .logo {
  height: 95px;
  transition: 0.3s;
  width: 230px;
  display: inline-flex;
  background: url("../img/logow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#menu .menu-section .navbar-brand .logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
#menu .menu-section .nav-link {
  color: #fff;
  transition: 0.7s;
}
#menu .menu-section .nav-link:hover {
  opacity: 0.7;
}
#menu .menu-section .tel {
  margin-left: 20px;
  padding: 7px 20px;
  width: auto;
  background: #F7B41F;
  border-radius: 5px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 20px;
  transition: 1s;
}
#menu .menu-section .tel:hover {
  opacity: 0.8;
}
#menu .menu-section .tel a {
  color: #fff;
  text-decoration: none;
}
#menu .menu-section .tel a b {
  font-size: 16px;
}

#menu.sticky {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: #333;
  -webkit-backdrop-filter: blur(1em);
          backdrop-filter: blur(1em);
  top: 0;
}
#menu.sticky .menu-section {
  width: 100%;
  background: white;
  transition: 0.9s;
  border-radius: 0;
  box-shadow: none;
}
#menu.sticky .menu-section .logo {
  height: 45px;
  transition: 0.3s;
  background: url("../img/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#menu.sticky .menu-section .nav-link {
  color: #000;
}

#principal {
  height: 100vh;
  position: relative;
  background: linear-gradient(90deg, rgb(0, 0, 0), rgba(0, 0, 0, 0.3)), url(../img/back.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  letter-spacing: 1px !important;
}
#principal .box-title {
  position: absolute;
  color: #fff;
  bottom: 60%;
  top: 40%;
  line-height: 35px;
  width: 40%;
}
#principal .box-title h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 34px;
}
#principal .box-title small {
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}
#principal .box-title h2 {
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 30px;
  line-height: 22px;
}

#title {
  position: relative;
}
#title .floating {
  z-index: 2;
  position: absolute;
  background: #fff;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.1607843137);
  width: 28%;
  right: 45px;
  margin: 0 auto;
  bottom: -210px;
  display: flex;
  padding: 25px 20px 25px 20px;
  justify-content: center;
  height: auto;
}
#title h2 {
  font-size: 22px;
  font-weight: 800;
  color: #3A7EBF;
  margin-bottom: 15px;
}
#title .list {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
  margin-top: 2px;
  color: #000;
}
#title .list i {
  margin-right: 5px;
}
#title .list-a {
  padding: 0 0 0 30px;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 2px;
  text-decoration: none;
  color: #000;
}
#title .list-a i {
  margin-right: 5px;
}
#title .list-b {
  padding: 0 0 0 50px;
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 2px;
  text-decoration: none;
  color: #000;
}
#title .list-b i {
  margin-right: 5px;
}
#title a:hover {
  color: #3A7EBF;
}
#title .lista {
  display: flex;
  flex-direction: column;
}

#elementos {
  padding: 0 0 70px 0;
  background: linear-gradient(45deg, #f4f5f7, #f4f5f7);
}
#elementos .card {
  background: #fff;
  box-shadow: 0 8px 15px -7px rgba(21, 59, 104, 0.4509803922);
  margin: 0;
  padding: 0 10px;
  border: 0;
  height: 100%;
}
#elementos .card .card-body {
  display: flex;
  align-items: center;
  padding: 20px;
  text-align: center;
}
#elementos .card .card-body h5 {
  color: #3A7EBF;
  font-size: 21px;
  line-height: 1.3;
}
#elementos .card .card-body p {
  font-size: 15px;
  color: #555;
}
#elementos .card .card-body i {
  font-size: 42px;
  color: #3A7EBF;
  opacity: 0.25;
  margin-bottom: 20px;
}

#cta {
  background: linear-gradient(45deg, #f4f5f7, #f4f5f7);
  height: auto;
  text-align: center;
}
#cta .box-text {
  padding: 20px;
}
#cta h3 {
  font-size: 34px;
  font-weight: 800;
  color: #3A7EBF;
  margin-bottom: 15px;
}
#cta h4 {
  font-size: 24px;
  font-weight: 300;
}
#cta p {
  font-size: 16px;
  font-style: italic;
  color: #F7B41F;
}

#beneficios {
  background: linear-gradient(45deg, #f4f5f7, #f4f5f7);
}
#beneficios .box-img {
  width: 100%;
}
#beneficios .box-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#beneficios .contador {
  padding: 20px 80px 50px 80px;
}

.counter {
  padding: 0 25px;
}
.counter .counter--text {
  font-size: 18px;
  color: #3A7EBF;
}
.counter .counter--value {
  font-size: 50px;
  color: #3A7EBF;
  margin: 0;
}
.counter i {
  font-size: 65px;
  color: #3A7EBF;
  opacity: 0.15;
}
.counter .centerthis {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  text-align: center;
}

#adicionales {
  padding: 50px 0;
  background: #93AA52;
  height: 25vh;
  margin-top: -5px;
  margin-bottom: 110px;
}
#adicionales .box-serv {
  padding: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #93AA52;
  color: white;
  margin: 10px 0;
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.1294117647);
  transition: 0.7s;
}
#adicionales .box-serv:hover {
  transform: scale(1.03);
}
#adicionales .box-serv span {
  border: 1px solid white;
  height: 150px;
  padding: 12px;
  margin: 0;
  display: grid;
  align-items: center;
}
#adicionales .box-serv span .box-icon {
  margin: 0 auto;
  display: flex;
  font-size: 36px;
}
#adicionales .box-serv span h5 {
  font-size: 15px;
  font-weight: 200;
}

#marcas {
  padding: 70px 0 50px;
}
#marcas .box-certificacion {
  display: flex;
  width: 100%;
  height: 120px;
  margin-top: 20px;
}
#marcas .box-certificacion img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#marcas h4 {
  text-align: center;
  margin: 40px 0;
  font-size: 28px;
  font-weight: 600;
  color: #F7B41F;
}
#marcas .titleonly {
  display: none;
}

.box-prod {
  border-radius: 10px;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.1607843137);
  padding: 13px;
  position: relative;
  height: 100%;
}
.box-prod .box-img {
  display: flex;
  height: 25vh;
  width: 100%;
}
.box-prod .box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 15px;
}
.box-prod .box-text {
  text-align: center;
  margin-bottom: 10px;
}
.box-prod .box-text h4 {
  margin: 35px 0 25px 0;
  color: #3A7EBF;
  font-size: 19px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 1px;
}

.text b {
  font-weight: 800;
}

#eficiencia {
  height: auto;
  background: linear-gradient(270deg, rgb(255, 255, 255), rgb(255, 255, 255), rgba(255, 255, 255, 0)), url(../img/eficiencia.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
}
#eficiencia .box-text {
  padding: 60px 60px 25px 25px;
}
#eficiencia h3 {
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 600;
}
#eficiencia p {
  font-size: 16px;
  font-weight: 300;
}

#eficiencia-productos {
  padding: 30px 0;
}
#eficiencia-productos h3 {
  color: #3A7EBF;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 15px;
}

#paneles {
  height: auto;
  background: linear-gradient(270deg, rgb(255, 255, 255), rgb(255, 255, 255), rgba(255, 255, 255, 0)), url(../img/paneles.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
}
#paneles .box-text {
  padding: 60px 60px 25px 25px;
}
#paneles h3 {
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 600;
}
#paneles p {
  font-size: 16px;
  font-weight: 300;
}

#paneles-productos {
  padding: 30px 0;
}
#paneles-productos h3 {
  color: #3A7EBF;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 15px;
}

#electromovilidad {
  height: auto;
  background: linear-gradient(270deg, rgb(255, 255, 255), rgb(255, 255, 255), rgba(255, 255, 255, 0)), url(../img/electromovilidad.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
}
#electromovilidad .box-text {
  padding: 60px 60px 25px 25px;
}
#electromovilidad h3 {
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 600;
}
#electromovilidad p {
  font-size: 16px;
  font-weight: 300;
}
#electromovilidad .imagen {
  height: 90px;
  display: flex;
  width: 195px;
}
#electromovilidad .imagen img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
  margin-right: 40px;
}

#electromovilidad-productos {
  padding: 30px 0;
}
#electromovilidad-productos h3 {
  color: #3A7EBF;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 15px;
}

#codigo {
  height: auto;
  background: linear-gradient(270deg, rgb(255, 255, 255), rgb(255, 255, 255), rgba(255, 255, 255, 0)), url(../img/codigo.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
}
#codigo .box-text {
  padding: 60px 60px 25px 25px;
}
#codigo h3 {
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 600;
}
#codigo p {
  font-size: 16px;
  font-weight: 300;
}

#codigo-productos {
  padding: 30px 0;
}
#codigo-productos h3 {
  color: #3A7EBF;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 15px;
}

#industria {
  height: auto;
  background: linear-gradient(270deg, rgb(255, 255, 255), rgb(255, 255, 255), rgba(255, 255, 255, 0)), url(../img/industria.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
}
#industria .box-text {
  padding: 60px 60px 25px 25px;
}
#industria h3 {
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 600;
}
#industria p {
  font-size: 16px;
  font-weight: 300;
}

#industria-productos {
  padding: 30px 0;
}
#industria-productos h3 {
  color: #3A7EBF;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 15px;
}

#equipo {
  height: auto;
  background: linear-gradient(270deg, rgb(255, 255, 255), rgb(255, 255, 255), rgba(255, 255, 255, 0)), url(../img/equipo.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
}
#equipo .box-text {
  padding: 60px 60px 25px 25px;
}
#equipo h3 {
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 600;
}
#equipo p {
  font-size: 16px;
  font-weight: 300;
}

#equipo-productos {
  padding: 30px 0;
}
#equipo-productos h3 {
  color: #3A7EBF;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 15px;
}

#accion {
  padding: 50px 0;
  background: linear-gradient(45deg, #f4f5f7, #f4f5f7);
}
#accion .box-casos {
  padding: 25px 50px;
  background: #3A7EBF;
  color: white;
  border-radius: 22px;
  width: 90%;
  margin: 40px auto;
  box-shadow: 0 8px 30px -7px rgba(21, 59, 104, 0.4509803922);
}
#accion .box-casos .box-text {
  height: 240px;
  display: flex;
  align-items: center;
}
#accion .box-casos .box-text h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
#accion .box-casos .box-text p {
  font-size: 18px;
}
#accion .box-btn {
  height: 182px;
  display: flex;
  align-items: center;
}
#accion .box-btn a:hover {
  background: #e3e3e3;
  color: #F7B41F;
}

footer {
  background: #3A7EBF;
  color: white;
  padding: 20px 0;
}

/* de telefono a tablet */
@media (max-width: 450px) {
  body {
    width: 100%;
  }
  .subtitle {
    font-size: 2rem;
  }
  #menu {
    top: 0;
  }
  #menu .menu-section {
    width: 100%;
    border-radius: 0;
  }
  #menu .menu-section .tel {
    margin: 0;
  }
  #menu .box-nav {
    display: flex;
  }
  #menu .box-nav button {
    height: 40px;
    margin-top: 7px;
  }
  #menu .box-nav button i {
    color: #3A7EBF;
  }
  #menu.sticky .box-nav i {
    color: #3A7EBF;
  }
  #menu.sticky .tel {
    display: none;
  }
  #principal {
    height: 100vh;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url(../img/back.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #principal .box-title {
    bottom: 70%;
    top: 30%;
    line-height: 32px;
    width: 92%;
    text-align: center;
  }
  #principal .box-title h2 {
    font-size: 26px;
  }
  #principal .box-title small {
    font-size: 18px;
  }
  #principal .box-title h2 {
    font-size: 15px;
  }
  #title .floating {
    position: initial;
    width: 90%;
    display: flex;
    padding: 25px 20px 25px 20px;
  }
  #title h1 {
    font-size: 20px;
    text-align: center;
  }
  #title p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
  #elementos {
    padding: 40px 0;
  }
  #cta .box-img {
    width: 100%;
    height: auto;
    padding: 30px 0;
  }
  #cta .box-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #beneficios .box-img {
    height: 50vh;
  }
  #beneficios .box-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #beneficios h3 {
    font-size: 28px;
  }
  #beneficios h4 {
    font-size: 20px;
  }
  #beneficios .contador {
    padding: 30px;
  }
  .counter {
    padding: 20px 0;
  }
  #adicionales {
    height: auto;
    margin-bottom: 0;
  }
  #adicionales .box-icon {
    font-size: 32px;
  }
  #adicionales span {
    padding: 10px;
    height: 160px;
  }
  #adicionales span h5 {
    font-size: 14px !important;
  }
  #eficiencia {
    height: 150vh;
    background: linear-gradient(0deg, rgb(255, 255, 255), rgb(255, 255, 255), rgba(255, 255, 255, 0)), url(../img/eficiencia.webp);
    align-items: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #eficiencia .box-text {
    padding: 15px;
  }
  #eficiencia p {
    font-size: 15px;
  }
  #codigo {
    height: 120vh;
    background: linear-gradient(0deg, rgb(255, 255, 255), rgb(255, 255, 255), rgba(255, 255, 255, 0)), url(../img/codigo.webp);
    align-items: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #codigo .box-text {
    padding: 15px;
  }
  #codigo p {
    font-size: 15px;
  }
  #industria {
    height: 130vh;
    background: linear-gradient(0deg, rgb(255, 255, 255), rgb(255, 255, 255), rgba(255, 255, 255, 0)), url(../img/industria.webp);
    align-items: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #industria .box-text {
    padding: 15px;
  }
  #industria p {
    font-size: 15px;
  }
  #equipo {
    height: 95vh;
    background: linear-gradient(0deg, rgb(255, 255, 255), rgb(255, 255, 255), rgba(255, 255, 255, 0)), url(../img/equipo.webp);
    align-items: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #equipo .box-text {
    padding: 15px;
  }
  #equipo p {
    font-size: 15px;
  }
  #paneles {
    height: 95vh;
    background: linear-gradient(0deg, rgb(255, 255, 255), rgb(255, 255, 255), rgba(255, 255, 255, 0)), url(../img/paneles.webp);
    align-items: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #paneles .box-text {
    padding: 15px;
  }
  #paneles p {
    font-size: 15px;
  }
  #marcas {
    padding: 50px 0;
  }
  #marcas .titleonly {
    display: block;
  }
  #marcas .titleyes {
    display: none;
  }
  #electromovilidad {
    height: 142vh;
    background: linear-gradient(0deg, rgb(255, 255, 255), rgb(255, 255, 255), rgba(255, 255, 255, 0)), url(../img/electromovilidad.webp);
    align-items: flex-end;
    background-repeat: no-repeat;
  }
  #electromovilidad .box-text {
    padding: 15px;
  }
  #electromovilidad p {
    font-size: 15px;
  }
  #electromovilidad .imagen {
    height: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #electromovilidad .imagen img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 85px;
    width: 90%;
    margin-right: 40px;
    margin-bottom: 10px;
  }
  #accion .box-casos {
    padding: 25px;
    margin: 0;
    width: 100%;
  }
  #accion .box-casos .box-text {
    font-size: 20px;
    height: auto;
  }
  #accion .box-casos .box-btn {
    height: auto;
  }
  footer p {
    font-size: 12px;
  }
}
/* whatsapp */
@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}
#whats {
  z-index: 999;
}
#whats .pulse {
  animation-name: pulse;
}
#whats .nav-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: flex-end;
  width: auto;
  height: auto;
  position: fixed;
  z-index: 10000000000000000000000000000000000000000000000000000000000000000000000000000000;
  bottom: 0px;
  right: 0px;
  padding: 5px;
  margin: 0px;
}
#whats .whatsapp-button {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 60px;
  height: 60px;
  z-index: 10000000000000000000000000000000000000000000000000000000000000000000000000000000;
  transition: 0.3s;
  margin: 10px;
  padding: 7px;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  background-color: #25d366;
  box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
  display: flex;
  align-items: center;
  justify-content: center;
}
#whats .whatsapp-button:focus {
  outline: none;
}
#whats .whatsapp-button:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 25px;
  background: red;
  position: absolute;
  right: 10px;
  top: 15px;
  z-index: 0;
}
#whats .whatsapp-button i {
  color: #fff;
  font-size: 36px;
  cursor: pointer;
}
#whats .circle-anime {
  display: flex;
  position: absolute;
  justify-content: center;
  align-content: center;
  width: 60px;
  height: 60px;
  top: 15px;
  right: 15px;
  border-radius: 50%;
  transition: 0.3s;
  background-color: #77bb4a;
  animation: pulse 1.2s 4s ease 4;
}
#whats .title {
  background: rgb(9, 94, 84);
  color: white;
  padding: 25px;
  width: 100%;
  margin: 0 !important;
  line-height: 2px;
  border-radius: 9px 9px 0 0;
}
#whats .title small {
  font-weight: 100;
}
#whats .title small:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 25px;
  background: #2bd32b;
  position: absolute;
  left: 84px;
  top: 42px;
  z-index: 0;
}
#whats .popup-whatsapp {
  display: none;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  bottom: 85px;
  right: 25px;
  transition: 0.5s;
  border-radius: 10px;
  background-color: #f1f1f1;
  box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
  animation: slideInRight 0.6s 0s both;
  border: 1px solid #f1f1f1;
  z-index: 1000000000000000000000000000000000000000000000000000000000;
}

@media (max-width: 360px) {
  #whats .nav-bottom {
    width: 320px;
  }
}
@media (max-width: 680px) {
  #whats .popup-whatsapp p {
    font-size: 0.9em;
  }
}
#whats .popup-whatsapp > div {
  margin: 5px;
}

#whats .popup-whatsapp > .content-whatsapp.-top {
  display: -webkit-inline-box;
  flex-direction: column;
  cursor: auto;
  /*background: #e6ddd4;*/
  background: linear-gradient(rgba(230, 221, 212, 0.9), rgba(230, 221, 212, 0.9)), url(../img/whatsapp.webp);
  margin: 0;
  padding: 15px;
}

#whats .popup-whatsapp > .content-whatsapp.-top p {
  width: 215px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1em;
  margin-right: 16px;
  margin-top: 3px;
  background: #fff;
  color: #2f4e6f;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 0 15px 15px;
  cursor: auto;
}

#whats .popup-whatsapp > .content-whatsapp.-top p:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-right: 7px solid #fff;
  border-bottom: 12px solid transparent;
  position: absolute;
  left: 8px;
  top: 90px;
  cursor: auto;
}

#whats .popup-whatsapp > .content-whatsapp.-bottom {
  display: flex;
  flex-direction: row;
}
#whats .popup-whatsapp > .content-whatsapp.-bottom .button-send {
  padding: 2px 15px;
  border-radius: 25px;
  background: white;
  width: 250px;
  text-align: center;
  text-decoration: none;
  color: #000;
}

#whats .closePopup {
  position: absolute;
  right: 15px;
  top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  /*margin: 0px 0px 15px 0px;*/
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer !important;
  background-color: #f1f1f1;
  color: #2f4e6f;
  box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  cursor: auto;
}

#whats .closePopup:hover {
  background-color: #f1f1f1;
  transition: 0.3s;
  cursor: auto;
}

#whats .send-msPopup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 0px 0px 0px 5px;
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  border: 1px solid #25d366;
  cursor: auto !important;
}

#whats .send-msPopup:hover {
  background-color: #f8f8f8;
  transition: 0.3s;
  cursor: auto;
}

#whats .send-msPopup:focus {
  outline: none;
  cursor: auto;
}

#whats .send-msPopup:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid #f1f1f1;
  position: absolute;
  bottom: -11px;
  left: 10px;
}

#whats .is-active-whatsapp-popup {
  display: flex;
  animation: slideInRight 0.6s 0s both;
  cursor: auto;
}

#whats input.whats-input[type=text] {
  width: 200px;
  height: 40px;
  box-sizing: border-box;
  border: 0px solid #ffffff;
  border-radius: 20px;
  font-size: 1em;
  background-color: #ffffff;
  padding: 0px 0px 0px 10px;
  transition: width 0.3s ease-in-out;
  outline: none;
  transition: 0.3s;
  cursor: auto;
}

@media (max-width: 420px) {
  #whats input.whats-input[type=text] {
    width: 225px;
    cursor: auto;
  }
}
#whats input.whats-input::-moz-placeholder {
  /* Most modern browsers support this now. */
  color: rgba(68, 68, 68, 0.705);
  opacity: 1;
  cursor: auto;
}
#whats input.whats-input::placeholder {
  /* Most modern browsers support this now. */
  color: rgba(68, 68, 68, 0.705);
  opacity: 1;
  cursor: auto;
}

#whats input.whats-input[type=text]:focus {
  background-color: #f8f8f8;
  transition: width 0.3s ease-in-out;
  transition: 0.3s;
  cursor: auto;
}

#whats .icon-whatsapp-small {
  width: 24px;
  height: 24px;
  cursor: auto;
}

#whats .icon-whatsapp {
  width: 45px;
  height: 45px;
}

#whats .icon-font-color {
  color: #ffffff;
}

#whats .icon-font-color--black {
  color: #333333;
}

#whats .send-msPopup i {
  cursor: auto !important;
}

/* End whatsapp *//*# sourceMappingURL=styles.css.map */