/*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;
}

::-moz-placeholder {
  color: gray;
  opacity: 1; /* Firefox */
}

::placeholder {
  color: gray;
  opacity: 1; /* Firefox */
}

input {
  color: lightgray;
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: lightgray;
}

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

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

.box-subtitle small {
  font-size: 15px;
  font-weight: 100;
  padding: 5px 8px;
  background: #f1f1f1;
  border-left: 4px solid #d41715;
  margin-bottom: 10px;
}
.box-subtitle .subtitle {
  font-size: 28px;
  color: #15332C;
  margin: 10px 0;
  font-weight: 1000;
}

.box-subtitle2 small {
  font-size: 15px;
  font-weight: 100;
  padding: 5px 8px;
  background: #f1f1f1;
  border-left: 4px solid #d41715;
  margin-bottom: 10px;
}
.box-subtitle2 .subtitle {
  font-size: 28px;
  color: #fff;
  margin: 10px 0;
  font-weight: 1000;
}

.box-subtitle3 small {
  font-size: 15px;
  font-weight: 100;
  padding: 5px 8px;
  background: #15332C;
  border-left: 4px solid #FEC810;
  margin-bottom: 10px;
}
.box-subtitle3 .subtitle {
  font-size: 28px;
  color: #fff;
  margin: 10px 0;
  font-weight: 1000;
}

.hr-right {
  border-right: 1px solid #f1f1f1;
}

.btn-style {
  background: #FEC810;
  color: #15332C;
  border: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  padding: 12px 40px;
  transition: 0.8s;
  position: static;
  text-decoration: none;
}
.btn-style:hover {
  background: #15332C;
  color: white;
}

.box85 {
  width: 85%;
  display: flow;
  justify-content: center;
  margin: auto;
}

.centrame {
  display: flex;
  justify-content: 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: 5px;
}
#menu .redes {
  text-decoration: none;
  list-style: none;
  display: inline-flex;
  margin: 0;
}
#menu .redes li {
  margin: 0 5px;
}
#menu .redes li a {
  color: white;
}
#menu .menu-section {
  background: #15332C;
  display: flex;
  padding: 5px 35px;
  position: absolute;
  top: 0;
  height: auto;
  width: 98%;
  transition: 0.9s;
  border-radius: 7px;
  box-shadow: 10px 12px 12px 0px rgba(0, 0, 0, 0.1411764706);
}
#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 {
  -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 .register {
  margin-left: 80px;
  padding: 5px 30px;
  background: #fff;
  border-radius: 5px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 20px;
  transition: 1s;
}
#menu .menu-section .register:hover {
  opacity: 0.8;
}
#menu .menu-section .register a {
  color: #15332C;
  text-decoration: none;
}
#menu .menu-section .register 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: #15332C;
  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: #fff;
}

.steps .one-step {
  display: flex;
  padding-bottom: 10px;
}
.steps .one-step h2 {
  font-size: 18px;
}
.steps .one-step h4 {
  font-size: 24px;
  padding-right: 15px;
  font-weight: 900;
  width: 35px;
  margin-bottom: 0;
}

#principal {
  height: 100vh;
  position: relative;
  background: linear-gradient(20deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#principal .box-title {
  display: flex;
  align-items: flex-start;
  height: 100vh;
  width: 55%;
  padding-top: 130px;
  padding-left: 40px;
}
#principal .box-title small {
  font-size: 15px;
  font-weight: 100;
  padding: 5px 8px;
  background: #15332C;
  color: white;
  border-left: 4px solid #FEC810;
  margin-bottom: 10px;
}
#principal .box-title h1 {
  font-size: 40px;
  font-weight: 600;
  color: black;
  line-height: 46px;
  margin: 25px 0;
}
#principal .box-title p {
  font-size: 16px;
  font-weight: 100;
}
#principal .box-back {
  height: 100vh;
  width: 41%;
  position: absolute;
  right: 3%;
  top: 0;
  background: url(../img/float.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}

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

#beneficios {
  padding: 100px 0;
}
#beneficios .box-icono {
  width: 100%;
  height: 65px;
  display: flex;
  margin: 0 auto;
}
#beneficios .box-icono img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#beneficios .benefit {
  margin-bottom: 10px;
}
#beneficios .box-text b {
  font-size: 18px;
  line-height: 20px;
}
#beneficios .box-text p {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 15px;
}

#servicios {
  position: relative;
}
#servicios .padddi {
  padding: 0 0 40px 0;
}
#servicios .box-img {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
}
#servicios .box-img .box-text {
  position: absolute;
  bottom: 15px;
  left: 20px;
}
#servicios .box-img .box-text p {
  color: white;
  margin: 0;
  font-size: 20px;
}
#servicios .box-img .box-text b {
  color: #FEC810;
  font-size: 16px;
  font-weight: 200;
}
#servicios .servtitle {
  text-align: center;
}
#servicios .photo1 {
  background: linear-gradient(360deg, rgb(21, 51, 44), rgba(21, 51, 44, 0.5), rgba(0, 0, 0, 0)), url(../img/photo1.png);
}
#servicios .photo2 {
  background: linear-gradient(360deg, rgb(21, 51, 44), rgba(21, 51, 44, 0.5), rgba(0, 0, 0, 0)), url(../img/photo2.png);
}
#servicios .photo3 {
  background: linear-gradient(360deg, rgb(21, 51, 44), rgba(21, 51, 44, 0.5), rgba(0, 0, 0, 0)), url(../img/photo3.png);
}
#servicios .yellowline {
  background-color: #FEC810;
  position: absolute;
  z-index: -1;
  bottom: -60px;
  height: 30vh;
  width: 100%;
}

#proceso {
  padding: 100px 0;
}
#proceso .box-text {
  padding-left: 25px;
}
#proceso .box-img {
  width: 100%;
  display: flex;
}
#proceso .box-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#proceso .box-icono {
  width: 100%;
  display: flex;
}
#proceso .box-icono img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.back {
  position: relative;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0)), url(../img/boxes.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.special-border {
  border: 1px solid #f1f1f1;
  border-left: 0;
  border-right: 0;
}

#ecommerce {
  margin-top: -150px;
  z-index: 0;
  position: relative;
}
#ecommerce .box-content {
  background: white;
  padding: 40px 50px;
  width: 80%;
  margin: 0 auto;
}
#ecommerce .box-content .box-text {
  font-size: 12px;
  font-weight: 200;
}
#ecommerce .box-content .box-text .box-boxes {
  display: grid;
}
#ecommerce .box-content .box-text .box-boxes .box-line {
  display: inline-flex;
  margin: 6px 0;
}
#ecommerce .box-content .box-text .box-boxes .box-line img {
  width: 10%;
}
#ecommerce .box-content .box-text .box-boxes .box-line p {
  margin: 10px 0 0 10px;
}
#ecommerce .box-content .box-img {
  width: 100%;
  display: flex;
}
#ecommerce .box-content .box-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.box-contadores {
  margin: 30px 0;
}
.box-contadores .box-number {
  display: inline-flex;
  padding: 15px 0;
}
.box-contadores .box-number b {
  font-size: 40px;
  margin-right: 15px;
}
.box-contadores .box-number .texto {
  margin: 15px 0 0 0;
  font-size: 20px;
}
.box-contadores .box-number .texto::before {
  content: "";
  display: inline-block;
  background: #FEC810;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

#beneficios2 {
  padding: 100px 0;
}
#beneficios2 .box-icon {
  padding: 10px 20px;
}
#beneficios2 .box-icon h3 {
  font-weight: 200;
  font-size: 22px;
}
#beneficios2 .box-icon p {
  font-size: 12px;
  font-weight: 200;
}
#beneficios2 .box-icon .box-img {
  height: 60px;
  display: flex;
  width: 100%;
}
#beneficios2 .box-icon .box-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

#contacto {
  background: #15332C;
  padding: 80px 0;
}
#contacto p {
  color: #fff;
}
#contacto .formulario {
  color: #fff;
}
#contacto .contactos .contactin {
  height: auto;
  display: flex;
  margin: 20px 0;
}
#contacto .contactos .contactin .icon {
  height: 100%;
  width: 45px;
}
#contacto .contactos .contactin .icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
#contacto .contactos .contactin .text {
  margin-left: 10px;
}
#contacto .contactos .contactin .text a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  font-size: 15px;
}
#contacto .contactos .contactin .text p {
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
}

#contactoe {
  background: #fff;
  padding: 80px 0 80px;
}
#contactoe p {
  color: #15332C;
}
#contactoe .formulario {
  color: #15332C;
}
#contactoe .contactos .contactin {
  height: auto;
  display: flex;
  margin: 20px 0;
}
#contactoe .contactos .contactin .icon {
  height: 100%;
  width: 45px;
}
#contactoe .contactos .contactin .icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
#contactoe .contactos .contactin .text {
  margin-left: 10px;
}
#contactoe .contactos .contactin .text a {
  color: #15332C;
  text-decoration: none;
  font-weight: 300;
  font-size: 15px;
}
#contactoe .contactos .contactin .text p {
  margin-bottom: 0;
  font-size: 14px;
  color: #15332C;
}

#testimonios {
  padding: 80px 0;
  height: auto;
  position: relative;
  background: url(../img/back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#testimonios .owl-item {
  width: 370px;
}
#testimonios .owl-stage {
  display: flex;
  align-items: center;
}
#testimonios .box-carousel .active {
  opacity: 0.5;
  transition: all 0.3s;
}
#testimonios .box-carousel .center {
  opacity: 1;
}
#testimonios .box-carousel .center h5 {
  font-size: 24px;
}
#testimonios .box-carousel .center h5 span {
  font-size: 20px;
}
#testimonios .box-carousel .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px rgba(21, 59, 104, 0.4509803922);
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}
#testimonios .box-carousel .card .box-img {
  height: 120px;
  width: 120px;
  display: flex;
  margin: 0 auto;
  border-radius: 83px;
  padding: 20px;
}
#testimonios .box-carousel .card .box-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#testimonios .box-carousel .card .card-body h5 {
  color: #FEC810;
  font-size: 21px;
  line-height: 1.3;
}
#testimonios .box-carousel .card .card-body h5 span {
  font-size: 16px;
  color: #d41715;
}
#testimonios .box-carousel .card .card-body p {
  font-size: 14px;
  color: #15332C;
  padding-bottom: 15px;
}
#testimonios .box-carousel .owl-nav {
  display: none;
}
#testimonios .box-carousel .owl-stage-outer {
  padding: 30px 0;
}
#testimonios .box-carousel .owl-dots {
  text-align: center;
}
#testimonios .box-carousel .owl-dots .active {
  box-shadow: none;
}
#testimonios .box-carousel .owl-dots .active span {
  background: #FEC810;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
#testimonios .box-carousel .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #00112a;
  margin: 0 5px;
}
#testimonios .owl-carousel .owl-nav button.owl-next, #testimonios .owl-carousel .owl-nav button.owl-prev, #testimonios .owl-carousel button.owl-dot {
  outline: 0;
}

footer {
  background: #15332C;
  color: white;
  padding: 0 0 60px 0;
}
footer .footimage {
  height: 30vh;
  width: 100%;
}
footer .footimage img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
footer .topy {
  margin-top: 60px;
}
footer .logofoot {
  height: 60px;
}
footer .logofoot img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
footer .menufoot ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1rem;
  display: flex;
  margin-bottom: 0;
}
footer .menufoot ul a {
  color: #fff;
  text-decoration: none;
  margin-left: 30px;
}
footer .register {
  margin-left: 80px;
  padding: 5px 30px;
  background: #fff;
  border-radius: 5px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 20px;
  transition: 1s;
}
footer .register:hover {
  opacity: 0.8;
}
footer .register a {
  color: #15332C;
  text-decoration: none;
}
footer .register a b {
  font-size: 16px;
}
footer .contactfoot {
  height: auto;
  display: flex;
  margin: 20px 0;
}
footer .contactfoot .icon {
  height: 100%;
  width: 40px;
}
footer .contactfoot .icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
footer .contactfoot .text {
  margin-left: 10px;
}
footer .contactfoot .text a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  font-size: 12px;
}
footer .contactfoot .text p {
  margin-bottom: 0;
  font-size: 11px;
}
footer .copy {
  margin: 20px 0 0 0;
}
footer .copy .first {
  display: flex;
}
footer .copy .second {
  opacity: 0.7;
  text-align: right;
}
footer .copy p {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}
footer .copy a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  margin-left: 5px;
}

/* precios */
#cards {
  padding: 30px 0;
}
#cards .card {
  text-align: center;
  padding: 50px 25px;
  background: #15332C;
  color: #fff;
  height: 100%;
}
#cards .card h3 {
  font-size: 24px;
}
#cards .card .pricy {
  font-size: 72px;
  font-weight: 700;
}
#cards .card span {
  font-size: 18px;
  font-weight: 100;
}
#cards .card p {
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 0;
}
#cards .card .smally {
  font-size: 12px;
  font-weight: 100;
}
#cards .card2 {
  text-align: center;
  padding: 50px 25px;
  background: #f3f3f3;
  color: #15332C;
  height: 100%;
}
#cards .card2 h3 {
  font-size: 24px;
}
#cards .card2 .pricy {
  font-size: 62px;
  font-weight: 700;
}
#cards .card2 span {
  font-size: 18px;
  font-weight: 100;
}
#cards .card2 p {
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 0;
}
#cards .card2 .smally {
  font-size: 13px;
  font-weight: 100;
  line-height: 15px;
}

#china {
  background-color: #F4F4F4;
  padding: 100px 0;
}
#china .box-text {
  padding-left: 25px;
}
#china .box-img {
  width: 100%;
  display: flex;
  height: 30vh;
}
#china .box-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#china .box-icono {
  width: 100%;
  display: flex;
}
#china .box-icono img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#mty {
  padding: 100px 0;
}
#mty .box-text {
  padding-left: 25px;
}
#mty .box-img {
  width: 100%;
  display: flex;
  height: 30vh;
}
#mty .box-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mty .box-icono {
  width: 100%;
  display: flex;
}
#mty .box-icono img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* FAQ */
#faq {
  padding: 50px 0;
}
#faq .box-preguntas .accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: transparent !important;
}
#faq .box-preguntas .accordion-item {
  background-color: transparent !important;
  border: 0 !important;
}
#faq .box-preguntas .accordion-button:not(.collapsed) {
  color: #FEC810 !important;
}
#faq .box-info {
  display: flex;
  height: 670px;
  align-items: center;
}
#faq .box-info .box-contacto {
  width: 85%;
  margin: 0 0 0 auto;
  height: 55vh;
  position: relative;
  background: linear-gradient(20deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/photo2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#faq .box-info .box-contacto a {
  color: white;
  text-decoration: none;
  margin: 15px 0;
}
#faq .box-info .box-contacto .box-subtitle small {
  border-left: 4px solid #FEC810;
  font-size: 18px;
}
#faq .box-info .box-contacto .box-subtitle .subtitle {
  color: white;
  font-size: 24px;
  font-weight: 300;
  padding: 10px 0;
}
#faq .box-info .box-contacto .box {
  position: absolute;
  width: 80%;
  left: -55px;
  padding: 25px;
  transform: translateY(30%);
  background: #15332C;
}
#faq .box-info .box-contacto .box img {
  width: 100%;
}
#faq .box-info .box-contacto .box p {
  margin-bottom: 0;
  font-size: 18px;
}
#faq .box-info .box-contacto .box b {
  font-size: 22px;
}
#faq .box-info .box-contacto .box .box-btn {
  display: flex;
}

#prohibidos {
  padding: 60px 0;
  width: 75%;
  margin: 0 auto;
}

/* de telefono a tablet */
@media (max-width: 380px) {
  #principal .box-title small {
    font-size: 10px;
  }
  #principal .box-back {
    display: none;
  }
  #principale {
    height: 35vh;
  }
  #principale .box-title {
    width: 100%;
    position: relative;
    padding-top: 130px;
  }
  #principale .thisno {
    display: none;
  }
  #faq .box-info {
    height: auto;
    padding: 40px 0 10px;
  }
  #faq .box-info .box-contacto {
    height: 45vh;
  }
  #faq .box-info .box-contacto .box {
    width: 100%;
    left: -20px;
    transform: translateY(10%);
  }
}
@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 .menu-section .register {
    margin-left: 0;
  }
  #menu .box-nav {
    display: flex;
  }
  #menu .box-nav button {
    height: 40px;
    margin-top: 7px;
  }
  #menu .box-nav button i {
    color: #FEC810;
  }
  #menu.sticky .box-nav i {
    color: #FEC810;
  }
  #principal {
    height: auto;
    background: linear-gradient(20deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/backm.jpg);
  }
  #principal .box-title {
    width: 100%;
    bottom: 10px;
    line-height: 24px;
    padding: 130px 20px 20px 20px;
  }
  #principal .box-title h1 {
    font-size: 25px;
    line-height: 30px;
  }
  #principal .box-title p {
    font-size: 12px;
    line-height: 18px;
  }
  #principal .box-back {
    height: 25vh;
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: inherit;
    bottom: 0;
    background: url(../img/floatm.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  #beneficios {
    padding: 80px 0;
  }
  #beneficios .box-icono img {
    width: auto;
  }
  #servicios .box-img {
    height: 40vh;
  }
  #proceso {
    padding: 80px 0;
  }
  #proceso .box-text {
    padding: 0;
  }
  #proceso .box-icono {
    height: 65px;
  }
  #proceso .box-icono img {
    width: auto;
  }
  #ecommerce .box-content {
    width: 95%;
    padding: 30px 20px;
  }
  #beneficios2 {
    padding: 80px 0;
  }
  #beneficios2 .box-icon {
    padding: 0;
  }
  #testimonios p {
    font-size: 13px;
  }
  #contacto .formulario {
    padding-top: 40px;
  }
  footer p {
    font-size: 12px;
  }
  footer ul {
    flex-direction: column;
    padding: 0;
    display: none !important;
  }
  footer a {
    margin-left: 0 !important;
  }
  footer .register {
    margin: 0;
  }
  footer .loc {
    flex-direction: column;
  }
  footer .loc .icon {
    margin-bottom: 10px;
  }
}
/* 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: pulse 1.2s 4s ease 4;
}
#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: 10px 10px 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;
}
#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 .is-active-whatsapp-popup {
  display: flex;
  animation: slideInRight 0.6s 0s both;
  cursor: auto;
}
@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: 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: 91px;
  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;
}

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