@charset "UTF-8";
/*=============== VARIABLES CSS ===============*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*=============== Configuración General ===============*/
/*=============== VARIABLES CSS ===============*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*=============== VARIABLES CSS ===============*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*=============== VARIABLES CSS ===============*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*=============== VARIABLES CSS ===============*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*=============== VARIABLES CSS ===============*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*=============== VARIABLES CSS ===============*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*=============== VARIABLES CSS ===============*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*=============== VARIABLES CSS ===============*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*=============== VARIABLES CSS ===============*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*=============== Responsive ===============*/
/*=============== VARIABLES CSS ===============*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*=============== VARIABLES CSS ===============*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*=============== VARIABLES CSS ===============*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --font-regular: 400;
  --font-semi-bold: 600;
  --z-tooltip: 10;
  --z-fixed: 100;
}
@media screen and (min-width: 1024px) {
  :root {
    --normal-font-size: 1rem;
  }
}

:root {
  --font-regular: 400;
  --font-semi-bold: 600;
  --z-tooltip: 10;
  --z-fixed: 100;
}
@media screen and (min-width: 1024px) {
  :root {
    --normal-font-size: 1rem;
  }
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  user-select: none;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 0.938rem;
  background-color: hsl(220, 100%, 97%);
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

:root {
  --font-regular: 400;
  --font-semi-bold: 600;
  --z-tooltip: 10;
  --z-fixed: 100;
}
@media screen and (min-width: 1024px) {
  :root {
    --normal-font-size: 1rem;
  }
}

/*=============== HEADER ===============*/
.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: var(--z-fixed);
  background-color: #fff;
}

.nav {
  display: flex;
  height: 8vh !important;
}
.nav__logo,
.nav__burger,
.nav__close {
  color: hsl(0, 0%, 100%);
}
.nav__data {
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav__logo {
  display: inline-flex;
  align-items: center;
  column-gap: 0.25rem;
  font-weight: var(--font-semi-bold);
}
.nav__logo i {
  font-weight: initial;
  font-size: 1.25rem;
}
.nav__toggle {
  position: relative;
  width: 32px;
  height: 32px;
}
.nav__burger,
.nav__close {
  position: absolute;
  width: max-content;
  height: max-content;
  inset: 0;
  margin: auto;
  font-size: 1.25rem;
  cursor: pointer;
  transition: opacity 0.1s, transform 0.4s;
}
.nav__close {
  opacity: 0;
}
@media screen and (max-width: 1118px) {
  .nav__menu {
    position: absolute;
    left: 0;
    top: 2.5rem;
    width: 100%;
    height: calc(100vh - 3.5rem);
    overflow: auto;
    pointer-events: none;
    opacity: 0;
    transition: top 0.4s, opacity 0.3s;
  }
  .nav__menu::-webkit-scrollbar {
    width: 0;
  }
  .nav__list {
    background-color: hsl(0, 0%, 100%);
    padding-top: 1rem;
  }
}
.nav__link {
  color: #222;
  font-weight: var(--font-semi-bold);
  padding: 1.25rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s;
}
.nav__link:hover {
  background-color: hsl(0, 0%, 100%);
}

.show-menu {
  opacity: 1;
  top: 3.5rem;
  pointer-events: initial;
}

.show-icon .nav__burger {
  opacity: 0;
  transform: rotate(90deg);
}

.nav__burger {
  color: #222 !important;
}

.show-icon .nav__close {
  color: #222;
  opacity: 1;
  transform: rotate(90deg);
}

.dropdown__item {
  cursor: pointer;
}
.dropdown__arrow {
  font-size: 1rem;
  font-weight: initial;
  transition: transform 0.4s;
}
.dropdown__link,
.dropdown__sublink {
  padding: 1.25rem 1.25rem 1.25rem 2.5rem;
  color: #222;
  background-color: hsl(0, 0%, 100%);
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  font-weight: var(--font-semi-bold);
  transition: background-color 0.3s;
}
.dropdown__link i,
.dropdown__sublink i {
  font-size: 1.25rem;
  font-weight: initial;
}
.dropdown__link:hover,
.dropdown__sublink:hover {
  background-color: hsl(0, 4%, 84%);
}
.dropdown__menu,
.dropdown__submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}
.dropdown__item:hover .dropdown__menu,
.dropdown__subitem:hover > .dropdown__submenu {
  max-height: 1000px;
  transition: max-height 0.4s ease-in;
}
.dropdown__item:hover .dropdown__arrow {
  transform: rotate(180deg);
}

.dropdown__add {
  margin-left: auto;
}
.dropdown__sublink {
  background-color: hsl(0, 4%, 84%);
}

.nav__logo img {
  width: 60%;
}

@media screen and (max-width: 720px) {
  .nav__logo img {
    width: 40%;
  }
}
:root {
  --font-regular: 400;
  --font-semi-bold: 600;
  --z-tooltip: 10;
  --z-fixed: 100;
}
@media screen and (min-width: 1024px) {
  :root {
    --normal-font-size: 1rem;
  }
}

.formulario-Content {
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  z-index: 100;
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
}
.formulario-Content .closed {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  padding: 10px;
  justify-content: center;
  gap: 20px;
}
.formulario-Content .closed i {
  color: #ff0000;
  font-size: 1.5rem;
  cursor: pointer;
}
.formulario-Content .closed .formulario {
  width: 600px;
  height: auto;
  max-height: 90vh;
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.formulario-Content .closed h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #02c93e;
  font-weight: 500;
}
.formulario-Content .closed .form-group {
  margin-bottom: 20px;
}
.formulario-Content .closed label {
  display: block;
  font-weight: bold;
  font-weight: 300;
}
.formulario-Content .closed input[type="text"],
.formulario-Content .closed input[type="email"],
.formulario-Content .closed textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.formulario-Content .closed textarea {
  resize: vertical;
}
.formulario-Content .closed button[type="submit"] {
  background-color: #02c93e;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}
.formulario-Content .closed button[type="submit"]:hover {
  background-color: #036e23;
}

#mailEnviado {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(3, 255, 79, 0.226);
  gap: 20px;
}
#mailEnviado .msm {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #02c93e;
  gap: 10px;
  border-radius: 20px;
  padding: 2% 5%;
}
#mailEnviado .msm h2 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
}
#mailEnviado .msm i {
  font-size: 1.5rem;
  color: #fff;
}

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 500;
}
.loading .loader {
  z-index: 100;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #02c93e;
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}

@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 0%,
      100% 0%,
      100% 0%
    );
  }
  25% {
    clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 100%,
      100% 100%,
      100% 100%
    );
  }
  50% {
    clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 100%,
      50% 100%,
      0% 100%
    );
  }
  62.5% {
    clip-path: polygon(
      50% 50%,
      100% 0,
      100% 0%,
      100% 0%,
      100% 100%,
      50% 100%,
      0% 100%
    );
  }
  75% {
    clip-path: polygon(
      50% 50%,
      100% 100%,
      100% 100%,
      100% 100%,
      100% 100%,
      50% 100%,
      0% 100%
    );
  }
  100% {
    clip-path: polygon(
      50% 50%,
      50% 100%,
      50% 100%,
      50% 100%,
      50% 100%,
      50% 100%,
      0% 100%
    );
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
/*=============== Contenedor HEADER===============*/
.container {
  max-width: 1120px;
  margin-inline: 1.5rem;
}

:root {
  --font-regular: 400;
  --font-semi-bold: 600;
  --z-tooltip: 10;
  --z-fixed: 100;
}
@media screen and (min-width: 1024px) {
  :root {
    --normal-font-size: 1rem;
  }
}

/*=============== PUBLICIDAD ===============*/
* {
  font-family: "Poppins", sans-serif;
}

.publicidad {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-direction: column;
}
.publicidad .textoprincipal {
  margin: 100px 0;
  gap: 3vh;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 20%;
}
.publicidad .textoprincipal h1 {
  font-size: 2rem;
  color: #131b2b;
}
.publicidad .textoprincipal p {
  color: rgb(165, 166, 168);
  font-size: 1.2rem;
}
.publicidad .contenedorvideo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}
.publicidad video {
  width: 100%;
  height: auto;
}
.publicidad .publicidadfacturafacil {
  width: 100%;
  height: 130vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.publicidad .publicidadfacturafacil .texto {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.publicidad .publicidadfacturafacil .texto h2 {
  color: #131b2b;
  font-size: 3rem;
}
.publicidad .publicidadfacturafacil .texto p {
  color: rgb(165, 166, 168);
  font-size: 1.5rem;
}
.publicidad .publicidadfacturafacil .imagen {
  width: 100%;
  object-fit: cover;
  height: auto;
}
.publicidad .publicidadfacturafacil .imagen img {
  width: 100%;
}

.fadein {
  animation: fadein 0.5s ease-in-out;
}

.fadeout {
  animation: fadeout 0.5s ease-in-out;
}

.opacityIn {
  animation: opacityIn 0.5s ease-in-out;
}

@keyframes fadein {
  0% {
    background-color: hsl(220, 100%, 97%);
  }
  100% {
    background-color: #222;
  }
}
@keyframes fadeout {
  0% {
    background-color: #222;
  }
  100% {
    background-color: hsl(220, 100%, 97%);
  }
}
@keyframes opacityIn {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 720px) {
  .publicidad .textoprincipal {
    padding: 0 10px;
    margin: 20px 0;
  }
  .textoprincipal h1 {
    text-align: center;
    font-size: 1.5rem !important;
  }
  .textoprincipal p {
    font-size: 1rem !important;
  }
  .publicidad .publicidadfacturafacil {
    height: 110vh;
    padding: 20px 0;
  }
  .publicidad .publicidadfacturafacil .texto h2 {
    text-align: center;
  }
  .contenedorvideo {
    width: fit-content !important;
    height: fit-content !important;
  }
}
:root {
  --font-regular: 400;
  --font-semi-bold: 600;
  --z-tooltip: 10;
  --z-fixed: 100;
}
@media screen and (min-width: 1024px) {
  :root {
    --normal-font-size: 1rem;
  }
}

* {
  font-size: "Poppins", sans-serif;
}

.FacElect {
  width: 100%;
  height: 110vh;
  display: flex;
  background-image: url("../images/facturacioneel.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.FacElect::after {
  content: "";
  width: 100%;
  height: 110vh;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}
.FacElect .imagen-btn-fe {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translateX(150%);
}
.FacElect .imagen-btn-fe img {
  width: 35%;
}
.FacElect .caja-btn-fe {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 10px;
}
.FacElect .caja-btn-fe a {
  font-size: 1.3rem;
  background-color: hsl(0, 0%, 100%);
  color: #131b2b;
  text-decoration: none;
  border-radius: 10px;
  border: 2px hsl(0, 0%, 100%) solid;
  padding: 10px;
  transition: all 0.3s ease-in-out;
}
.FacElect .caja-btn-fe a:hover {
  border: 2px hsl(0, 0%, 100%) solid;
  background-color: transparent;
  color: hsl(0, 0%, 100%);
}
.FacElect .textoFacElec {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  padding: 50px 100px;
  gap: 50px;
}
.FacElect .textoFacElec h2 {
  font-size: 5rem;
  color: hsl(0, 0%, 100%);
}
.FacElect .textoFacElec p {
  color: hsl(0, 0%, 100%);
  font-size: 2rem;
}

.agregaranimacion2 {
  animation: 2s animacion2;
}

@keyframes animacion2 {
  0% {
    transform: translateX(150%);
  }
  100% {
    transform: translateX(60%);
  }
}
@media screen and (max-width: 720px) {
  .FacElect .textoFacElec {
    padding: 0 20px;
  }
  .FacElect .textoFacElec h2 {
    font-size: 2rem !important;
  }
  .FacElect .textoFacElec p {
    font-size: 1.2rem !important;
  }
}
:root {
  --font-regular: 400;
  --font-semi-bold: 600;
  --z-tooltip: 10;
  --z-fixed: 100;
}
@media screen and (min-width: 1024px) {
  :root {
    --normal-font-size: 1rem;
  }
}

.testimonios {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 20px;
  gap: 30px;
}
.testimonios h3 {
  font-weight: 400;
  font-size: 2rem;
  color: rgb(165, 166, 168);
}
.testimonios h2 {
  font-size: 1.7rem;
  color: #131b2b;
}
.testimonios .contenedor-sldier {
  padding: 20px 10px;
  margin-top: 20px;
  width: 80%;
  height: 50vh;
  border-radius: 20px;
  background-color: rgb(236, 236, 236);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.testimonios .contenedor-sldier .arrow {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.testimonios .contenedor-sldier .arrow i {
  font-size: 2rem;
  cursor: pointer;
}
.testimonios .contenedor-sldier .perfil {
  width: 20%;
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 30px;
  overflow: hidden;
}
.testimonios .contenedor-sldier .perfil img {
  width: 100%;
  height: auto;
  border: 8px hsl(0, 0%, 100%) solid;
  border-radius: 100%;
}
.testimonios .contenedor-sldier .contendidotestimonios {
  width: 70%;
  height: 100%;
  display: flex;
  gap: 30px;
  border-radius: 20px;
  flex-direction: column;
  background-color: hsl(0, 0%, 100%);
  padding: 20px 50px;
}
.testimonios .contenedor-sldier .contendidotestimonios .calificacion {
  width: 100%;
  height: auto;
  display: flex;
  gap: 5px;
}
.testimonios .contenedor-sldier .contendidotestimonios .calificacion i {
  color: rgb(247, 222, 5);
  font-size: 1.5rem;
}
.testimonios .contenedor-sldier .contendidotestimonios .mensaje {
  width: 70%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonios .contenedor-sldier .contendidotestimonios .mensaje p {
  font-size: 1.5rem;
  color: rgb(165, 166, 168);
}
.testimonios .contenedor-sldier .contendidotestimonios .nombre {
  width: 100%;
  height: auto;
}
.testimonios .contenedor-sldier .contendidotestimonios .nombre h3 {
  color: #131b2b;
}

@media screen and (max-width: 720px) {
  .perfil {
    width: 100% !important;
    height: 30vh !important;
    overflow: hidden !important;
  }
  .perfil img {
    width: auto !important;
    height: 100% !important;
  }
  .contenedor-sldier {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
  }
  .testimonios h3 {
    font-size: 2rem !important;
    text-align: center;
  }
  .testimonios {
    height: 100% !important;
  }
  .testimonio {
    justify-content: center;
    align-items: center;
    flex-direction: column !important;
  }
  .testimonios .contenedor-sldier .contendidotestimonios {
    width: 90%;
    padding: 20px;
  }
  .testimonios .contenedor-sldier .contendidotestimonios .mensaje {
    width: 90%;
  }
}
:root {
  --font-regular: 400;
  --font-semi-bold: 600;
  --z-tooltip: 10;
  --z-fixed: 100;
}
@media screen and (min-width: 1024px) {
  :root {
    --normal-font-size: 1rem;
  }
}

.legal {
  padding: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgb(0, 0, 0);
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  flex-direction: column;
}
.legal .boton {
  width: 100%;
  overflow: hidden;
}
.legal .boton i {
  position: absolute;
  right: 0;
  top: 0;
  color: hsl(0, 0%, 100%);
  font-size: 3rem;
  cursor: pointer;
}
.legal .boton i:hover {
  color: red;
}
.legal .pdf {
  width: 100%;
  height: 100%;
}

.termino {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgb(0, 0, 0);
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  flex-direction: column;
}
.termino .pdf {
  width: 100%;
  height: 100%;
}

:root {
  --font-regular: 400;
  --font-semi-bold: 600;
  --z-tooltip: 10;
  --z-fixed: 100;
}
@media screen and (min-width: 1024px) {
  :root {
    --normal-font-size: 1rem;
  }
}

.volverarriba {
  position: fixed;
  justify-content: center;
  align-items: center;
  height: 3%;
  width: 1%;
  padding: 20px;
  border: 2px #fff solid;
  z-index: 1000;
  background-color: #131b2b;
  right: 100px;
  bottom: 20px;
  border-radius: 50%;
  display: none;
}
.volverarriba i {
  color: #fff;
  font-size: 1.5rem;
}

@media screen and (max-width: 720px) {
  .volverarriba {
    right: 22px;
    bottom: 90px;
  }
}
/*=============== WHATSAPP FLOTANTE ===============*/
.float {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  bottom: 15px;
  right: 16px;
  background-color: #3bce0b;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.float:hover {
  text-decoration: none;
  color: #fff;
  background-color: #35a410;
}
.float.my-float {
  margin-top: 16px;
}

@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.nav-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: flex-end;
  width: auto;
  height: auto;
  position: fixed;
  z-index: 800;
  bottom: 0px;
  right: 0px;
  padding: 5px;
  margin: 0px;
}
@media (max-width: 360px) {
  .nav-bottom {
    width: 320px;
  }
}

.whatsapp-button {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 60px;
  height: 60px;
  z-index: 8;
  transition: 0.3s;
  margin: 10px;
  padding: 7px;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  background-color: white;
  -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);
}

.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;
}

.popup-whatsapp {
  display: none;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding: 10px;
  bottom: 85px;
  right: 6px;
  transition: 0.5s;
  border-radius: 10px;
  background-color: white;
  -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;
}

.popup-whatsapp > div {
  margin: 5px;
}

@media (max-width: 680px) {
  .popup-whatsapp p {
    font-size: 0.9em;
  }
}
.popup-whatsapp > .content-whatsapp.-top {
  display: flex;
  flex-direction: column;
}

.popup-whatsapp > .content-whatsapp.-top p {
  color: #585858;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1em;
}

.popup-whatsapp > .content-whatsapp.-bottom {
  display: flex;
  flex-direction: row;
}

.closePopup {
  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;
  background-color: #3bce0b;
  -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);
}
.closePopup:hover {
  background-color: #35a410;
  transition: 0.3s;
}

.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);
}
.send-msPopup:hover {
  background-color: #f8f8f8;
  transition: 0.3s;
}

.is-active-whatsapp-popup {
  display: flex;
  animation: slideInRight 0.6s 0s both;
  background-color: #fafafa;
}

input.whats-input[type="text"] {
  width: 250px;
  height: 40px;
  box-sizing: border-box;
  border: 0px solid #ffffff;
  border-radius: 20px;
  font-size: 1em;
  background-color: #ededed;
  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;
}
@media (max-width: 420px) {
  input.whats-input[type="text"] {
    width: 225px;
  }
}

input.whats-input::placeholder {
  color: rgba(68, 68, 68, 0.705);
  opacity: 1;
}

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

.icon-whatsapp-small {
  width: 24px;
  height: 24px;
}

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

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

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

:root {
  --font-regular: 400;
  --font-semi-bold: 600;
  --z-tooltip: 10;
  --z-fixed: 100;
}
@media screen and (min-width: 1024px) {
  :root {
    --normal-font-size: 1rem;
  }
}

/*=============== Configuración General ===============*/
/*=============== VARIABLES CSS ===============*/
:root {
  --font-regular: 400;
  --font-semi-bold: 600;
  --z-tooltip: 10;
  --z-fixed: 100;
}
@media screen and (min-width: 1024px) {
  :root {
    --normal-font-size: 1rem;
  }
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  user-select: none;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 0.938rem;
  background-color: hsl(220, 100%, 97%);
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.container__foot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  gap: 20px;
  background-color: #131b2b;
  overflow: hidden;
  flex-direction: column;
  padding: 50px 40px;
}
.container__foot p {
  color: hsl(0, 0%, 100%);
}
.container__foot .contenedoresdeitems {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.container__foot .fotteritem {
  margin: 0 20px;
  flex-grow: 1;
  height: auto;
  display: flex;
  flex-direction: column;
}
.container__foot .fotteritem h2 {
  font-size: 1.1rem;
  font-weight: 500;
  color: hsl(0, 0%, 100%);
  margin: 30px 0;
}
.container__foot .fotteritem .contacto {
  display: flex;
  flex-direction: column;
}
.container__foot .fotteritem a {
  font-size: 0.9rem;
  color: rgb(165, 166, 168);
  margin: 6px 0;
}
.container__foot .fotteritem a:hover {
  color: hsl(0, 0%, 100%);
  cursor: pointer;
}
.container__foot .copyrigth {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: auto;
  gap: 10px;
}
.container__foot .copyrigth .textofooter {
  flex: 1;
  display: flex;
  height: auto;
  gap: 10px;
}
.container__foot .copyrigth .redes {
  flex: 1;
  height: 10vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container__foot .copyrigth .redes a {
  font-size: 1.7rem;
  color: hsl(0, 0%, 100%);
  margin: 0 10px;
  transition: transform 0.5s ease;
}
.container__foot .copyrigth .redes a:hover {
  transform: scale(0.8);
}
.container__foot .copyrigth .imagenes {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  overflow: hidden;
}
.container__foot .copyrigth .imagenes img {
  width: 50%;
}

@media screen and (max-width: 720px) {
  .container__foot {
    padding: 50px 0;
  }
  .copyrigth {
    flex-direction: column;
  }
  .copyrigth .imagenes img {
    margin-top: 20px;
    width: 60% !important;
  }
}
:root {
  --font-regular: 400;
  --font-semi-bold: 600;
  --z-tooltip: 10;
  --z-fixed: 100;
}
@media screen and (min-width: 1024px) {
  :root {
    --normal-font-size: 1rem;
  }
}

/*=============== HEADER ===============*/
.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: var(--z-fixed);
  background-color: #fff;
}

.nav {
  display: flex;
  height: 8vh !important;
}
.nav__logo,
.nav__burger,
.nav__close {
  color: hsl(0, 0%, 100%);
}
.nav__data {
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav__logo {
  display: inline-flex;
  align-items: center;
  column-gap: 0.25rem;
  font-weight: var(--font-semi-bold);
}
.nav__logo i {
  font-weight: initial;
  font-size: 1.25rem;
}
.nav__toggle {
  position: relative;
  width: 32px;
  height: 32px;
}
.nav__burger,
.nav__close {
  position: absolute;
  width: max-content;
  height: max-content;
  inset: 0;
  margin: auto;
  font-size: 1.25rem;
  cursor: pointer;
  transition: opacity 0.1s, transform 0.4s;
}
.nav__close {
  opacity: 0;
}
@media screen and (max-width: 1118px) {
  .nav__menu {
    position: absolute;
    left: 0;
    top: 2.5rem;
    width: 100%;
    height: calc(100vh - 3.5rem);
    overflow: auto;
    pointer-events: none;
    opacity: 0;
    transition: top 0.4s, opacity 0.3s;
  }
  .nav__menu::-webkit-scrollbar {
    width: 0;
  }
  .nav__list {
    background-color: hsl(0, 0%, 100%);
    padding-top: 1rem;
  }
}
.nav__link {
  color: #222;
  font-weight: var(--font-semi-bold);
  padding: 1.25rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s;
}
.nav__link:hover {
  background-color: hsl(0, 0%, 100%);
}

.show-menu {
  opacity: 1;
  top: 3.5rem;
  pointer-events: initial;
}

.show-icon .nav__burger {
  opacity: 0;
  transform: rotate(90deg);
}

.nav__burger {
  color: #222 !important;
}

.show-icon .nav__close {
  color: #222;
  opacity: 1;
  transform: rotate(90deg);
}

.dropdown__item {
  cursor: pointer;
}
.dropdown__arrow {
  font-size: 1rem;
  font-weight: initial;
  transition: transform 0.4s;
}
.dropdown__link,
.dropdown__sublink {
  padding: 1.25rem 1.25rem 1.25rem 2.5rem;
  color: #222;
  background-color: hsl(0, 0%, 100%);
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  font-weight: var(--font-semi-bold);
  transition: background-color 0.3s;
}
.dropdown__link i,
.dropdown__sublink i {
  font-size: 1.25rem;
  font-weight: initial;
}
.dropdown__link:hover,
.dropdown__sublink:hover {
  background-color: hsl(0, 4%, 84%);
}
.dropdown__menu,
.dropdown__submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}
.dropdown__item:hover .dropdown__menu,
.dropdown__subitem:hover > .dropdown__submenu {
  max-height: 1000px;
  transition: max-height 0.4s ease-in;
}
.dropdown__item:hover .dropdown__arrow {
  transform: rotate(180deg);
}

.dropdown__add {
  margin-left: auto;
}
.dropdown__sublink {
  background-color: hsl(0, 4%, 84%);
}

@media screen and (max-width: 720px) {
  .header {
    position: fixed !important;
    background-color: hsl(0, 0%, 100%);
  }
  .container {
    margin-inline: 1rem;
  }
  .nav__link {
    padding-inline: 1rem;
  }
  .dropdown__menu {
    transition: opacity 0.3s, top 0.3s;
    opacity: 1 !important;
    position: relative !important;
    display: none;
  }
  .dropdown__item:hover .dropdown__menu {
    display: block;
  }
  .dropdown__link {
    padding-inline: 1rem 3.5rem;
  }
  .dropdown__subitem .dropdown__link {
    padding-inline: 1rem;
  }
  .dropdown__submenu {
    position: relative !important;
    left: auto !important;
    top: auto !important;
  }
  .dropdown__subitem:hover > .dropdown__submenu {
    display: block;
  }
}
@media screen and (max-width: 1366px) {
  .dropdown__item,
  .dropdown__subitem {
    position: relative;
  }
  .dropdown__menu,
  .dropdown__submenu {
    width: 35vh !important;
    max-height: initial;
    overflow: initial;
    position: absolute;
    left: 0;
    top: 1.4rem !important;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s, top 0.3s;
  }
  .dropdown__item:hover .dropdown__menu {
    opacity: 1;
    top: 5.5rem;
    pointer-events: initial;
    transition: top 0.3s;
  }
  .dropdown__subitem:hover > .dropdown__submenu {
    opacity: 1;
    top: 0;
    pointer-events: initial;
    transition: top 0.3s;
  }
}
@media screen and (min-width: 1118px) {
  .container {
    margin-inline: auto;
  }
  #acceder {
    background-color: #072561;
    background-color: #e90b0d;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
  }
  .nav {
    height: calc(var(--header-height) + 2rem);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav__toggle {
    display: none;
  }
  .nav__list {
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    column-gap: 3rem;
  }
  .nav__link {
    height: 100%;
    padding: 0;
    justify-content: initial;
    column-gap: 0.25rem;
  }
  .nav__link:hover {
    background-color: transparent;
  }
  .dropdown__item,
  .dropdown__subitem {
    position: relative;
  }
  .dropdown__menu,
  .dropdown__submenu {
    width: 25vh;
    max-height: initial;
    overflow: initial;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 1.4rem !important;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s, top 0.3s;
  }
  .dropdown__link,
  .dropdown__sublink {
    padding-inline: 1rem 3.5rem;
  }
  .dropdown__subitem .dropdown__link {
    padding-inline: 1rem;
  }
  .dropdown__submenu {
    position: absolute;
    left: 100%;
    top: 0.5rem;
  }
  .dropdown__item:hover .dropdown__menu {
    opacity: 1;
    top: 5.5rem;
    pointer-events: initial;
    transition: top 0.3s;
  }
  .dropdown__subitem:hover > .dropdown__submenu {
    opacity: 1;
    top: 0;
    pointer-events: initial;
    transition: top 0.3s;
  }
}
:root {
  --font-regular: 400;
  --font-semi-bold: 600;
  --z-tooltip: 10;
  --z-fixed: 100;
}
@media screen and (min-width: 1024px) {
  :root {
    --normal-font-size: 1rem;
  }
}

.todoslosproductos {
  position: fixed;
  left: 0;
  top: 40%;
  height: auto;
  padding: 10px;
  width: 3vw;
  background-color: #072561;
  background-color: #fff;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 10px 10px 0px;
  cursor: pointer;
}
.todoslosproductos h2 {
  font-size: 1.2rem;
  font-weight: 400;
  writing-mode: vertical-rl;
  transform: scaleY(-1) scaleX(-1);
  color: hsl(0, 0%, 100%);
  color: #072561;
}

.productos {
  width: 100%;
  height: auto;
  z-index: 5;
  padding: 1% 5%;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  overflow-y: auto;
  background-color: hsl(220, 100%, 97%);
  gap: 20px;
  animation: animarproductros 1s ease;
}
.productos h2 {
  color: #072561;
  font-size: 1.5rem;
  font-weight: 400;
}
.productos .categoria {
  width: 100%;
  height: auto;
  background-color: hsl(0, 0%, 100%);
  margin: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  padding: 2% 2%;
  overflow: hidden;
  gap: 40px;
}
.productos .categoria .cajaitem {
  flex-grow: 1;
  height: 65vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 5px;
}
.productos .categoria .cajaitem .cajaimagen {
  width: 100%;
  height: 90%;
  border-radius: 15px;
  overflow: hidden;
}
.productos .categoria .cajaitem .cajaimagen img {
  width: auto;
  height: 100%;
}
.productos .categoria .cajaitem .cajatexto {
  display: none;
  width: 100%;
  height: 10%;
  overflow: hidden;
}
.productos .categoria .cajaitem .cajatexto p {
  text-align: center;
}
.productos .categoria .cajaitem .cajabotones {
  width: 100%;
  height: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.productos .categoria .cajaitem .cajabotones button {
  background-color: #02c93e;
  padding: 10px;
  border-radius: 5px;
  border: none;
  font-size: 1rem;
  color: #fff;
  transition: all 0.5s ease;
  cursor: pointer;
}
.productos .categoria .cajaitem .cajabotones button:hover i {
  color: #036e23;
}
.productos .categoria .cajaitem .cajabotones button i {
  font-size: 1rem;
  margin: 0 5px;
  transition: all 0.5s ease;
}
.productos .categoria .cajaitem .cajabotones button a {
  color: #fff;
}

#productos {
  display: none;
}

#productos.show {
  display: flex;
}

#agrupar {
  display: block;
}

#agrupar.show {
  display: none;
}

@keyframes animarproductros {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.gpdf {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #ebe9e9;
  position: fixed;
  top: 0;
  z-index: 100;
  display: none;
  gap: 30px;
  overflow: hidden;
  padding: 2%;
}
.gpdf .vizualizar {
  width: 40%;
  height: 100%;
  background-color: hsl(0, 0%, 100%);
}
.gpdf .contenidopdf {
  position: relative;
  width: 60%;
  height: 100%;
  background-color: hsl(0, 0%, 100%);
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
}
.gpdf .contenidopdf .tex {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2% 3%;
}
.gpdf .contenidopdf .tex h2 {
  font-size: 2.5rem;
  margin: 15px;
}
.gpdf .contenidopdf .tex p {
  font-size: 1.2rem;
  margin: 15px;
}

.botones {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.botones .volver {
  background-color: #072561 !important;
  border: 1px #072561 solid;
  padding: 10px;
  border-radius: 5px;
  font-size: 1rem;
  color: #fff;
  transition: all 0.5s ease;
  cursor: pointer;
}
.botones .volver:hover {
  background-color: #fff !important;
  color: #072561;
}
.botones .asesor {
  background-color: #02c93e !important;
  padding: 10px;
  border-radius: 5px;
  border: none;
  font-size: 1rem;
  color: #fff;
  transition: all 0.5s ease;
  border: #02c93e 1px solid;
  cursor: pointer;
}
.botones .asesor:hover {
  background-color: #fff !important;
  color: #02c93e;
}

@media screen and (max-width: 1280px) {
  #verProductos {
    display: none !important;
  }
}
:root {
  --font-regular: 400;
  --font-semi-bold: 600;
  --z-tooltip: 10;
  --z-fixed: 100;
}
@media screen and (min-width: 1024px) {
  :root {
    --normal-font-size: 1rem;
  }
}

.incorporados {
  width: 100%;
  height: 100vh;
  background-image: url("../images/Incluidos.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@media screen and (max-width: 720px) {
  .incorporados {
    background-image: url("../images/incorporadosmovil.png");
  }
}

/*# sourceMappingURL=style.css.map */
