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

body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

html {
  scroll-behavior: smooth;
}

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

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

.subtitle {
  text-align: center;
  font-size: 55px;
  color: #F07D00;
  margin: 40px 0;
}

.hr-style {
  color: #F07D00;
  opacity: 1;
  height: 4px;
  width: 15%;
}

.box-btn {
  margin: 35px 0;
}
.box-btn .btn-style {
  background: #F07D00;
  color: white;
  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-flex;
  border-radius: 20px;
}
.box-btn .btn-style:hover {
  background: #019541;
}

#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;
}
#menu .menu-section {
  background: #fff;
  display: flex;
  padding: 5px 15px;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  transition: 0.9s;
}
#menu .menu-section .logo {
  height: 40px;
  width: 230px;
  display: inline-flex;
  background: url("../img/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#menu .menu-section .logo img {
  object-fit: contain;
  width: 100%;
}
#menu .menu-section .nav-link {
  color: #F07D00;
  transition: 0.7s;
}
#menu .menu-section .nav-link:hover {
  opacity: 0.7;
}
#menu .menu-section .tel {
  margin-left: 20px;
  padding: 5px 15px;
  width: 220px;
  background: #F07D00;
  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: 17px;
}

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

#principal {
  height: 100vh;
  position: relative;
  background: linear-gradient(139deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../img/back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#principal .box-title {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 25%;
}
#principal .box-title h1 {
  font-size: 54px;
  font-weight: 700;
  color: #384251;
  display: grid;
  line-height: 80px;
}
#principal .box-title h1 span {
  font-size: 80px;
  font-weight: 700;
  color: #F07D00;
}
#principal .box-title small {
  font-size: 26px;
  line-height: 35px;
  font-weight: 300;
  color: #019541;
}

.logo-f {
  position: absolute;
  background: white;
  padding: 35px;
  border-radius: 50%;
  display: flex;
  width: 150px !important;
  height: 150px;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.logo-f img {
  width: 100%;
  object-fit: contain;
}

.logo-v {
  position: absolute;
  background: white;
  padding: 35px;
  border-radius: 50%;
  display: flex;
  width: 150px !important;
  height: 150px;
  right: -75px;
  bottom: 30%;
  z-index: 1;
}
.logo-v img {
  width: 100%;
  object-fit: contain;
}

#somos {
  padding: 100px 0;
  background: #384251;
}
#somos .box-text .box-metodos {
  background: #f2f2f2;
  padding: 30px 20px;
  border-radius: 20px;
  height: 100%;
  color: #384251;
  transition: 0.9s;
  text-align: center;
  margin: 15px 20px;
}
#somos .box-text .box-metodos:hover {
  background: #019541;
  transform: scale(1.05);
}
#somos .box-text .box-metodos:hover b {
  color: #f2f2f2;
}
#somos .box-text .box-metodos:hover .hr-style {
  color: #384251;
}
#somos .box-text .box-metodos:hover p {
  color: #fff;
}
#somos .box-text .box-metodos .box-img {
  width: 200px;
  height: 200px;
  padding: 20px;
  background: white;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  margin-bottom: 15px;
}
#somos .box-text .box-metodos .box-img img {
  width: 100%;
  object-fit: contain;
  padding: 35px;
}
#somos .box-text .box-metodos b {
  color: #019541;
  font-size: 24px;
  font-weight: 700;
}
#somos .box-text .box-metodos .hr-style {
  margin: 14px auto;
}
#somos .box-text .box-metodos h2 {
  font-size: 54px;
  color: #F07D00;
}
#somos .box-text .box-metodos p {
  font-size: 18px;
  font-weight: 200;
}
#somos .box-text .box-metodos ul {
  font-size: 22px;
  font-weight: 200;
}
#somos .box-img {
  width: 100%;
  height: 480px;
  display: flex;
}
#somos .box-img img {
  width: 100%;
  object-fit: contain;
}

#servicios {
  padding: 50px 0;
}
#servicios a {
  text-decoration: none;
}
#servicios a .box-serv {
  width: 85%;
  height: 100%;
  margin: 0 auto;
  background: #f7f7f7;
  color: #384251;
  border-radius: 20px;
  border: 1px solid #f1f1f1;
  padding: 20px;
  transition: 0.9s;
}
#servicios a .box-serv:hover {
  color: #F07D00;
  background: white;
  transform: scale(1.05);
}
#servicios a .box-serv img {
  width: 100%;
  object-fit: contain;
}

#carac {
  padding: 100px 0;
}
#carac .img-ap {
  height: 100vh;
  background: linear-gradient(90deg, #ffffff00, rgba(255, 255, 255, 0)), url(../img/fumigacion.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#aplicaciones {
  padding: 50px 0 100px;
  background: #384251;
  position: relative;
}
#aplicaciones .box-text {
  position: relative;
  padding: 5px 105px 5px 5px;
  color: white;
}
#aplicaciones .box-text ul li {
  font-size: 19px;
  display: grid;
  font-weight: 100;
  margin: 20px 0;
}
#aplicaciones .box-text ul li b {
  font-size: 20px;
}
#aplicaciones .img-aplicaciones {
  background: linear-gradient(90deg, #ffffff00, rgba(255, 255, 255, 0)), url(../img/aplicaciones.png);
  background-position: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 36vw;
}
#aplicaciones .img-mec {
  background: linear-gradient(90deg, #ffffff00, rgba(255, 255, 255, 0)), url(../img/mecanismos.jpg);
  background-position: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 36vw;
}

.box-serv {
  text-align: center;
  z-index: 1;
  position: relative;
}
.box-serv .box {
  width: 90%;
  height: 100%;
  margin: 15px 0 15px auto;
  position: relative;
}
.box-serv .box .box-icon {
  background: #019541;
  color: #fff;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  left: -50px;
  top: 25px;
}
.box-serv .box .box-icon img {
  width: 100%;
  object-fit: contain;
  padding: 20px;
  border-radius: 50%;
}
.box-serv .box .box-text {
  background: #019541;
  color: #fff;
  padding: 40px 60px 20px;
  border-radius: 20px;
  height: 72%;
  margin: 15px 0;
  text-align: left;
  transition: 0.7s;
}
.box-serv .box .box-text:hover {
  transform: scale(1.02);
  border: 2px solid #F07D00;
}
.box-serv .box .box-text h3 {
  font-size: 22px;
}

#cta {
  padding: 80px 0;
  height: auto;
  position: relative;
  background: linear-gradient(90deg, #384251a8, rgba(56, 66, 81, 0.83)), url(../img/back-san.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}
#cta h3 {
  font-size: 38px;
  margin-top: 35px;
}
#cta p {
  font-size: 31px;
  font-weight: 100;
}

#numero {
  padding: 50px 0 0;
}
#numero .logo {
  background: linear-gradient(90deg, #ffffff00, rgba(255, 255, 255, 0)), url(../img/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
  margin-top: 50px;
}
#numero .box-datos {
  height: 300px;
  display: flex;
  align-items: center;
  color: #019541;
}
#numero .box-datos h3 {
  font-size: 40px;
}
#numero .box-datos .box-info {
  text-align: center;
}
#numero .box-datos .box-info p {
  font-size: 55px;
  font-weight: 900;
  color: #F07D00;
  margin: 0;
}
#numero .box-datos .box-info span {
  font-size: 20px;
  font-weight: 400;
  line-height: 8px;
}

#cta2 {
  height: 80vh;
  position: relative;
  background: linear-gradient(90deg, #ffffff00, rgba(255, 255, 255, 0)), url(../img/cta2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
#cta2 h3 {
  font-size: 53px;
  margin-top: 35px;
}
#cta2 p {
  font-size: 31px;
  font-weight: 100;
}

.title-cont {
  background: linear-gradient(139deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../img/portada-blanco.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.title-plaga {
  background: linear-gradient(139deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../img/portada-gris.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.title-san {
  background: linear-gradient(139deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../img/back-san.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

#contacto {
  padding: 60px 0;
}
#contacto .box {
  display: inline-flex;
}
#contacto .box .box-img {
  width: 25%;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
#contacto .box .box-img img {
  width: 100%;
  object-fit: contain;
}
#contacto .box .box-text {
  width: 75%;
  display: flex;
  align-items: center;
  color: #019541;
  padding: 20px;
}
#contacto .box .box-text p {
  font-size: 50px;
  font-weight: 300;
  line-height: 40px;
}
#contacto .bor {
  border-left: 2px solid #F07D00;
}
#contacto .box-texto {
  margin-left: 10px;
}
#contacto .box-texto p {
  color: #019541;
  font-size: 35px;
  font-weight: 300;
  line-height: 40px;
}
#contacto .box-texto b {
  color: #F07D00;
  font-size: 30px;
  font-weight: 800;
}
#contacto .box-texto ul {
  list-style: none;
  padding: 0;
}
#contacto .box-texto ul li {
  line-height: 35px;
}
#contacto .box-texto ul li a {
  display: inline-flex;
  text-decoration: none;
  color: #F07D00;
}
#contacto .box-texto ul li a:hover {
  color: #F07D00;
}
#contacto .box-texto ul li a i {
  margin-right: 15px;
  margin-top: 5px;
  font-size: 20px;
}
#contacto .box-texto ul li a p {
  font-size: 22px;
  line-height: initial;
  margin-bottom: 2px;
}
#contacto .box-button .btn-style {
  width: 70%;
  padding: 15px 20px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 9px #0000004D;
  border-radius: 10px;
  opacity: 1;
  display: flex;
  text-decoration: none;
  color: #F07D00;
  font-size: 29px;
  transition: 0.7s;
  justify-content: center;
  margin: 0 auto;
}
#contacto .box-button .btn-style:hover {
  background: #019541;
  color: white;
}
#contacto .box-button .btn-style i {
  margin-right: 10px;
  font-size: 45px;
}

#plagas {
  background: #f1f1f1;
  padding: 50px 0;
}
#plagas .box-plagas .box {
  background: white;
  display: flex;
  align-items: center;
  padding: 4px 25px;
  margin: 20px 0;
  border: 1px solid #384251;
  border-radius: 7px;
  height: 100%;
  transition: 0.7s;
}
#plagas .box-plagas .box:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 8px 0px #0000002e;
}
#plagas .box-plagas .box .image {
  display: flex;
  width: 190px;
  height: 120px;
  margin-right: 10px;
}
#plagas .box-plagas .box .image img {
  width: 100%;
  object-fit: contain;
}
#plagas .box-plagas .box .box-text h3 {
  font-size: 25px;
  color: #019541;
}
#plagas .box-plagas .box .box-text ul {
  list-style: circle;
  color: #515151;
  font-weight: 300;
}

footer {
  background: #384251;
  color: white;
  padding: 80px 0;
}
footer b {
  margin-bottom: 10px;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer ul li a {
  display: inline-flex;
  text-decoration: none;
  color: white;
}
footer ul li a:hover {
  color: #F07D00;
}
footer ul li a i {
  margin-right: 10px;
  margin-top: 5px;
}
footer ul li a p {
  margin-bottom: 2px;
}

/* de telefono a tablet */
@media (max-width: 450px) {
  body {
    width: 100%;
  }

  .subtitle {
    font-size: 2.4rem;
  }

  #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: black;
  }

  #menu.sticky .box-nav i {
    color: white;
  }

  #principal .box-title {
    bottom: 10px;
    line-height: 24px;
    width: 100%;
  }
  #principal .box-title h1 {
    font-size: 40px;
  }
  #principal .box-title h1 span {
    font-size: 30px;
  }
  #principal .box-title small {
    font-size: 21px;
  }

  .logo-v {
    display: none;
  }

  #aplicaciones .box-text {
    padding: 10px;
  }
  #aplicaciones .box-text ul {
    padding: 0;
  }
  #aplicaciones .img-aplicaciones {
    display: none;
  }

  #servicios a .box-serv {
    margin-top: 15px;
  }

  #carac {
    padding: 0px 0 50px;
  }
  #carac .box-serv .box .box-icon {
    width: 80px;
    height: 80px;
  }
  #carac .box-serv .box .box-text {
    padding: 15px 30px 5px;
  }
  #carac .img-ap {
    display: flex;
  }

  #cta, #cta2 {
    background-size: cover;
  }
  #cta h3, #cta2 h3 {
    font-size: 40px;
  }
  #cta p, #cta2 p {
    font-size: 24px;
  }

  #numero .logo {
    height: 140px;
  }
  #numero .box-datos {
    display: inline;
  }

  #contacto .box .box-img {
    display: none;
  }
  #contacto .box .box-text {
    width: 100%;
    padding: inherit;
  }
  #contacto .box .box-text p {
    font-size: 36px;
    line-height: 45px;
  }
  #contacto .box-button {
    margin: 20px 0;
  }
  #contacto .box-button .btn-style {
    width: 100%;
    font-size: 25px;
  }
  #contacto .box-button .btn-style i {
    font-size: 33px;
  }
  #contacto .box-texto p {
    font-size: 28px;
    line-height: 43px;
  }
  #contacto .box-texto b {
    font-size: 25px;
  }
  #contacto .bor {
    display: none;
  }

  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 {
  -webkit-animation-name: 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: 10000000000000001000000000000000000000000000000000000000000000000000000000000000;
  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: 10000000000000001000000000000000000000000000000000000000000000000000000000000000;
  transition: 0.3s;
  margin: 10px;
  padding: 7px;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  background-color: #25d366;
  -webkit-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
  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: #095e54;
  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;
  -webkit-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
  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;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  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;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  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;
  -webkit-transition: width 0.3s ease-in-out;
  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::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;
  -webkit-transition: width 0.3s ease-in-out;
  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 */
