@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: baloo;
  src: url("/static/fonts/baloo.ttf?f7f22b1009f1"); }

:root {
  --color1:#25D366;
  --color2:#435A64;
  --colorError:rgb(235, 57, 57);
  --color3:#DEFFEB;
  --color4:#F8FFF6;
  --color5:rgba(67, 90, 100, 0.5);
  --padding-w:10vw;
  --type-primary:baloo;
  --type-secundary:'Nunito', sans-serif;
  --type-secundary-bold:900;
  --type-secundary-regular:600;
  --fontsize:70px;
  --width:1200px
; }

.error {
  color: var(--colorError); }

body {
  /*background: var(--color4);*/
  font-size: 16px;
  overflow-x: hidden;
  font-family: "Nunito", sans-serif; }
  body .widht_page {
    /*     padding-right: var(--padding-w);
        padding-left: var(--padding-w); */
    position: relative;
    width: 100vw;
    max-width: var(--width);
    width: 100%;
    margin: 0px auto; }

/*-COLORES-*/
.color-1 {
  color: var(--color1) !important; }

.color-2 {
  color: var(--color2) !important; }

.color-3 {
  color: var(--color3) !important; }

.color-4 {
  color: var(--color4) !important; }

.color-5 {
  color: var(--color5) !important; }

.bg-1 {
  background: var(--color1) !important; }

.bg-2 {
  background: var(--color2) !important; }

.bg-3 {
  background: var(--color3) !important; }

.bg-4 {
  background: var(--color4) !important; }

.bg-5 {
  background: var(--color5) !important; }

/* Center Content */
.center-all {
  display: flex !important;
  justify-content: center;
  align-items: center; }

.center-x {
  display: flex !important;
  align-items: center; }

.center-y {
  display: flex !important;
  align-content: space-between;
  flex-direction: column-reverse; }

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

/* ---- ---- ---- HEADER ---- ---- ---- */
.wsp-header {
  /*grid-area: header;*/
  padding: .8em 1em;
  display: grid;
  background: var(--color1);
  width: 100%;
  max-width: var(--width);
  margin: auto;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  justify-content: space-between;
  grid-gap: 20px;
  grid-template-areas: "logo busqueda iconos"; }
  .wsp-header .contenedor-logo {
    grid-area: logo;
    display: flex;
    align-items: center; }
    .wsp-header .contenedor-logo .boton-menu {
      border: none;
      padding: 10px;
      background: none;
      cursor: pointer;
      font-size: 18px;
      border-radius: 100px;
      width: 40px;
      height: 40px;
      color: #fff;
      margin-right: 20px; }
      .wsp-header .contenedor-logo .boton-menu:hover {
        background: rgba(255, 255, 255, 0.2); }
    .wsp-header .contenedor-logo .logo {
      font-family: 'Bebas Neue', cursive;
      font-size: 20px;
      position: relative;
      top: 2px;
      display: flex;
      align-items: center; }
      .wsp-header .contenedor-logo .logo img {
        border-radius: 4px;
        color: #fff;
        width: 35px;
        position: relative;
        top: -4px; }
  .wsp-header .botones-header {
    grid-area: iconos;
    display: flex;
    align-items: center;
    color: var(--color3);
    font-family: var(--type-secundary);
    font-weight: 700; }
    .wsp-header .botones-header .avatar {
      width: 38px;
      margin-left: 1em;
      margin-right: 1em;
      height: 38px;
      border: 2px solid var(--color3);
      display: inline-block;
      border-radius: 100px; }
      .wsp-header .botones-header .avatar img {
        vertical-align: top;
        width: 100%;
        height: 100%;
        border-radius: 100px; }

@font-face {
  font-family: baloo;
  src: url("/static/sass/baloo.ttf?f7f22b1009f1"); }

:root {
  --color-primary:#25D366;
  --color-black-azul:#435A64;
  --color-secondary:#409B50;
  --color-terthy:#BAFFC6;
  --color-card:#FDFDFD;
  --button-white:#FDFDFD;
  --color-black:#333333;
  --bo-radius:9px;
  --opacity-06:.6;
  --bg-white-button:#F6F6F6;
  --widht:1200px;
  --marginSection:3em;
  --fontfamilytext:'Nunito', sans-serif;
  --fontfamilytitle:baloo;
  --zise-title-01: 60px;
  --zise-title-02: 45px;
  --zise-subtitle-01:30px;
  --zise-text:18px;
  --fw-9:900;
  --fw-6:600;
  --fw-4:400;
  --lh-text:1.5; }

.wsp-font-logo {
  font-family: baloo;
  margin-left: 16px;
  font-size: 26px; }

* {
  margin: 0;
  box-sizing: border-box;
  padding: 0; }

.body_landing {
  width: 100%;
  font-size: 16px;
  overflow-x: hidden; }

.wsp-card-cel {
  background: var(--color2);
  width: 100%;
  position: relative;
  border-radius: 10px;
  height: 476px;
  display: grid;
  grid-template-rows: 55px auto 50px;
  font-family: "Nunito", sans-serif;
  max-width: 244px; }
  .wsp-card-cel::before {
    content: "";
    width: 110%;
    position: absolute;
    left: -5%;
    top: -3%;
    border-radius: 30px;
    height: 112%;
    box-shadow: 0px 5px 18px 0px rgba(151, 231, 182, 0.7);
    z-index: -1;
    background: var(--color-black-azul); }
  .wsp-card-cel::after {
    content: "";
    width: 400px;
    position: absolute;
    left: -70px;
    top: 200px;
    border-radius: 50% 120px 60% 80%;
    transform: rotate(-120deg);
    height: 400px;
    animation: float 3s ease-out infinite;
    background: #e8fff1;
    z-index: -2; }
  .wsp-card-cel .wsp-header-cel {
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
    display: grid;
    border-bottom: 1px solid #e2e2e2;
    grid-template-columns: 35px 110px 32px 32px;
    gap: 5px;
    padding: 10px 10px;
    background: #ffffff; }
    .wsp-card-cel .wsp-header-cel .h-avatar {
      border-radius: 100%;
      height: 100%;
      overflow: hidden;
      color: #fff;
      display: flex;
      position: relavite;
      justify-content: center;
      align-items: center;
      background: #25d366; }
      .wsp-card-cel .wsp-header-cel .h-avatar svg {
        width: 70%;
        height: 70%; }
    .wsp-card-cel .wsp-header-cel .h-user {
      margin-left: 10px;
      line-height: 16px; }
      .wsp-card-cel .wsp-header-cel .h-user .user {
        font-size: 16px;
        color: #25d366;
        font-weight: 900; }
      .wsp-card-cel .wsp-header-cel .h-user .user-state {
        opacity: 0.5;
        font-size: 12px; }
    .wsp-card-cel .wsp-header-cel .h-asset {
      display: flex;
      justify-content: center;
      align-items: center;
      color: var(--color2);
      background: #e8fff1;
      height: 100%;
      font-size: 14px;
      border-radius: 50px; }
  .wsp-card-cel .wsp-body {
    background: #e8fff1;
    padding: 10px 15px; }
    .wsp-card-cel .wsp-body .message001 {
      transition: 1s;
      opacity: 1;
      transform: translate(0px, 0px);
      box-shadow: 0px 11px 20px rgba(151, 231, 182, 0.3), 0px 1px 1px rgba(151, 231, 182, 0.7);
      position: relative;
      width: 100%;
      padding: 8px;
      max-width: 164px;
      background: #ffffff;
      border-radius: 5px;
      margin-bottom: 10px;
      opacity: 0;
      animation: animation01 1s ease-in forwards;
      animation-delay: 1.1s; }

@keyframes animation01 {
  0% {
    opacity: 0;
    transform: translate(0px, 10px); }
  100% {
    opacity: 1;
    transform: translate(0px, 0px); } }
      .wsp-card-cel .wsp-body .message001 .message-img {
        width: 100%;
        height: 100%;
        display: block;
        margin-bottom: 5px;
        overflow: hidden;
        border-radius: 10px;
        min-height: 100px; }
        .wsp-card-cel .wsp-body .message001 .message-img img {
          width: 150%;
          height: 100px; }
      .wsp-card-cel .wsp-body .message001 p {
        font-size: 14px !important; }
      .wsp-card-cel .wsp-body .message001:before {
        content: "";
        width: 0;
        height: 0;
        border-right: 15px solid transparent;
        border-top: 15px solid #fff;
        border-left: 15px solid transparent;
        border-bottom: 15px solid transparent;
        position: absolute;
        top: 0px;
        left: -10px; }
    .wsp-card-cel .wsp-body .message002 {
      position: relative;
      box-shadow: 0px 11px 20px rgba(151, 231, 182, 0.3), 0px 1px 1px rgba(151, 231, 182, 0.7);
      max-width: 164px;
      width: 100%;
      padding: 8px;
      font-size: 14px !important;
      right: -50px;
      color: #fff;
      background: #25d366;
      border-radius: 5px;
      opacity: 0;
      animation: animation01 1s ease-in forwards;
      animation-delay: 2s; }
  .wsp-card-cel .wsp-message {
    bottom: 0px;
    padding: 0px 15px;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #cacaca;
    display: grid;
    align-items: center;
    grid-template-columns: auto 32px;
    background: white;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -ms-border-radius: 0 0 20px 20px;
    -o-border-radius: 0 0 20px 20px; }
    .wsp-card-cel .wsp-message .wsp-message-text {
      color: #555555; }
    .wsp-card-cel .wsp-message .wsp-message-send {
      width: 35px;
      height: 35px;
      display: grid;
      justify-content: center;
      align-items: center;
      border-radius: 50px;
      color: #fff;
      background: #25d366; }
      .wsp-card-cel .wsp-message .wsp-message-send i {
        position: relative;
        left: -2px;
        top: 0px;
        font-size: 18px;
        transform: rotate(30deg); }

.landing_hero {
  width: 100%;
  margin: var(--marginSection) auto 8em auto;
  max-width: var(--widht);
  display: grid;
  grid-template-columns: 1fr 1fr; }
  .landing_hero .ld_hero_phone {
    display: flex;
    justify-content: center;
    align-items: center; }
    .landing_hero .ld_hero_phone img {
      width: 200px; }
  .landing_hero .ld_hero_form {
    justify-content: center;
    /* align-items: center; */
    display: flex;
    flex-direction: column; }
    .landing_hero .ld_hero_form h1 {
      font-family: var(--fontfamilytitle);
      font-size: var(--zise-title-02);
      color: var(--color-primary);
      line-height: var(--zise-title-02);
      font-weight: var(--fw-4);
      margin-bottom: 16px;
      position: relative; }
    .landing_hero .ld_hero_form p {
      font-family: var(--fontfamilytext);
      font-size: var(--zise-subtitle-01);
      font-weight: var(--fw-9);
      color: var(--color-black-azul);
      line-height: 34px;
      margin-bottom: 1em; }
    .landing_hero .ld_hero_form .form_content {
      width: 100%;
      /*   max-width: 500px; */ }
      .landing_hero .ld_hero_form .form_content .input_controls {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1em; }
        .landing_hero .ld_hero_form .form_content .input_controls .select_control {
          position: relative;
          margin-bottom: 1em; }
          .landing_hero .ld_hero_form .form_content .input_controls .select_control::before {
            content: "\f13a";
            font-family: FontAwesome;
            position: absolute;
            top: 0;
            right: 0;
            width: 20%;
            height: 100%;
            text-align: center;
            font-size: 28px;
            line-height: 45px;
            color: var(--color-black-azul);
            transition: transform .3s ease;
            pointer-events: none;
            -webkit-transition: transform .3s ease;
            -moz-transition: transform .3s ease;
            -ms-transition: transform .3s ease;
            -o-transition: transform .3s ease; }
          .landing_hero .ld_hero_form .form_content .input_controls .select_control:hover::before {
            color: var(--color-primary);
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg); }
          .landing_hero .ld_hero_form .form_content .input_controls .select_control select {
            background: #f8f8f8;
            color: #919191;
            padding: 0 .5em;
            width: 100%;
            cursor: pointer;
            border: none;
            font-family: var(--fontfamilytext);
            height: 50px;
            font-size: var(--zise-text);
            -webkit-appearance: button;
            appearance: button;
            outline: none; }
            .landing_hero .ld_hero_form .form_content .input_controls .select_control select:hover {
              background: var(--color-terthy); }
            .landing_hero .ld_hero_form .form_content .input_controls .select_control select option {
              padding: 30px; }
        .landing_hero .ld_hero_form .form_content .input_controls .input_control {
          margin-bottom: 1em;
          position: relative; }
          .landing_hero .ld_hero_form .form_content .input_controls .input_control input {
            padding: 0 .5em;
            width: 100%;
            border: none;
            font-family: var(--fontfamilytext);
            height: 50px;
            font-size: var(--zise-text);
            background: #f8f8f8;
            border-bottom: 3px solid transparent;
            border-bottom-width: 0%;
            transition: .4s ease-in-out; }
            .landing_hero .ld_hero_form .form_content .input_controls .input_control input:focus {
              border-bottom-width: 100%;
              border-bottom: 3px solid var(--color-primary); }
      .landing_hero .ld_hero_form .form_content .ld_button {
        height: 50px;
        border-radius: 9px;
        font-size: var(--zise-text);
        font-family: var(--fontfamilytext);
        padding: 0 1.35em;
        font-weight: var(--fw-9);
        background: var(--color-primary);
        opacity: 1;
        border: var(--color-primary) 3px solid;
        color: white;
        transition: opacity .3s ease , background .3s ease , color .3s ease;
        cursor: pointer; }
        .landing_hero .ld_hero_form .form_content .ld_button:hover {
          color: var(--color-primary);
          border: var(--color-primary) 3px solid;
          background: transparent;
          opacity: .9; }

.landing_section_01 {
  width: 100%;
  max-width: var(--widht);
  margin: var(--marginSection) auto; }
  .landing_section_01 .ld_head_text {
    text-align: center;
    font-family: var(--fontfamilytitle);
    margin-bottom: 5em; }
    .landing_section_01 .ld_head_text h3 {
      font-size: var(--zise-title-02);
      margin: 0;
      line-height: var(--zise-title-02);
      font-weight: var(--fw-4);
      color: var(--color-black-azul);
      position: relative; }
      .landing_section_01 .ld_head_text h3 span {
        font-size: var(--zise-title-01);
        margin: 0;
        font-weight: var(--fw-4);
        line-height: var(--zise-title-01);
        color: var(--color-primary);
        display: block; }
  .landing_section_01 .ld_section_items {
    display: grid;
    padding: 0 5em;
    position: relative;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5em; }
    .landing_section_01 .ld_section_items .item {
      font-family: var(--fontfamilytext);
      color: var(--color-black-azul); }
      .landing_section_01 .ld_section_items .item h2 {
        width: 90%;
        font-size: var(--zise-subtitle-01);
        font-weight: var(--fw-9);
        line-height: var(--zise-subtitle-01); }
      .landing_section_01 .ld_section_items .item img {
        width: 80%;
        height: 150px;
        margin: 1em 0; }
      .landing_section_01 .ld_section_items .item p {
        font-size: var(--zise-text);
        font-weight: var(--fw-6);
        width: 70%;
        line-height: var(--lh-text); }
    .landing_section_01 .ld_section_items .bg-detalle-02 {
      right: -420px;
      z-index: -2;
      opacity: 0.8;
      top: -470px;
      pointer-events: none;
      position: absolute; }

.landing_section_02 {
  margin: 10em auto;
  width: 100%;
  max-width: var(--widht);
  display: grid;
  padding: 0 5em;
  grid-template-columns: 1fr 1fr; }
  .landing_section_02 .ld_why_title h2 {
    font-family: var(--fontfamilytitle);
    font-size: var(--zise-title-02);
    color: var(--color-primary);
    font-weight: var(--fw-4);
    line-height: 60px;
    width: 70%;
    color: var(--color-black-azul); }
    .landing_section_02 .ld_why_title h2 span {
      font-size: var(--zise-title-01);
      color: var(--color-primary); }
  .landing_section_02 .ld_why_items {
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 50% 50%;
    row-gap: 3.5em;
    gap: 3.5em; }
    .landing_section_02 .ld_why_items .item {
      width: 100%; }
      .landing_section_02 .ld_why_items .item img {
        margin: 1em 0;
        border-radius: 9px; }
      .landing_section_02 .ld_why_items .item p {
        font-size: var(--zise-text);
        font-family: var(--fontfamilytext);
        font-size: var(--zise-text);
        padding-right: 30%;
        font-weight: var(--fw-6);
        line-height: var(--lh-text);
        color: var(--color-black-azul); }
    .landing_section_02 .ld_why_items .bg-detalle-03 {
      left: -1150px;
      z-index: -2;
      opacity: 0.8;
      top: -260px;
      pointer-events: none;
      position: absolute; }

.landing_section_03 {
  margin: 7em auto 8em auto;
  width: 100%;
  max-width: var(--widht);
  padding: 0 5em; }
  .landing_section_03 .ld_how_title {
    text-align: center;
    margin-bottom: 5em;
    font-size: var(--zise-text); }
    .landing_section_03 .ld_how_title h3 {
      font-size: var(--zise-title-02);
      font-weight: var(--fw-4);
      font-family: var(--fontfamilytitle);
      color: var(--color-black-azul); }
    .landing_section_03 .ld_how_title h2 {
      font-size: var(--zise-title-01);
      margin: 0;
      font-weight: 400;
      line-height: var(--zise-title-01);
      color: var(--color-black-azul); }
  .landing_section_03 .ld_how_items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8.5em; }
    .landing_section_03 .ld_how_items .item {
      font-family: var(--fontfamilytext); }
      .landing_section_03 .ld_how_items .item img {
        width: 100%;
        max-width: 120px; }
      .landing_section_03 .ld_how_items .item h2 {
        font-size: var(--zise-subtitle-01);
        margin: .5em 0;
        font-weight: var(--fw-9);
        line-height: var(--zise-subtitle-01);
        color: var(--color-black-azul); }
      .landing_section_03 .ld_how_items .item p {
        font-size: var(--zise-text);
        color: var(--color-black-azul);
        line-height: var(--lh-text); }

.landing_section_04 {
  margin: 5em auto;
  width: 100%;
  max-width: var(--widht);
  background: #EDFFF4;
  padding: 6em 14em;
  border-radius: 120px; }
  .landing_section_04 .ld_cta_items {
    display: grid;
    grid-template-columns: 1fr auto; }
    .landing_section_04 .ld_cta_items .ld_cta_title h3 {
      font-family: var(--fontfamilytext);
      font-size: var(--zise-subtitle-01);
      font-weight: var(--fw-9);
      color: var(--color-primary);
      line-height: var(--zise-subtitle-01);
      margin-bottom: 15px; }
    .landing_section_04 .ld_cta_items .ld_cta_title p {
      color: var(--color-black-azul);
      line-height: var(--zise-subtitle-01);
      font-size: 23px;
      font-weight: 900; }
    .landing_section_04 .ld_cta_items .ld_cta_button {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 2em; }
      .landing_section_04 .ld_cta_items .ld_cta_button button {
        width: 100%;
        height: 50px;
        padding: 0 1.25em;
        border: none;
        cursor: pointer;
        background: var(--color-primary);
        color: white;
        border-radius: 9px;
        font-size: var(--zise-text);
        font-family: var(--fontfamilytext);
        font-weight: var(--fw-9);
        text-transform: uppercase;
        transition: background 300ms ease; }
        .landing_section_04 .ld_cta_items .ld_cta_button button:hover {
          background: var(--color-secondary); }

.footer_bg {
  background: var(--color-black-azul); }

.footer_items {
  font-family: var(--fontfamilytext);
  color: var(--button-white);
  margin: 0 auto;
  width: 100%;
  max-width: var(--widht);
  gap: 3em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 80px 0; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .footer_items {
      padding: 80px 2em;
      gap: 1.25em; } }
  @media (max-width: 767px) {
    .footer_items {
      padding: 80px 2em;
      gap: 1em;
      grid-template-columns: 1fr 1fr; } }
  .footer_items .footer-item__title {
    font-size: var(--zise-subtitle-01);
    font-weight: var(--fw-9);
    margin-bottom: .5em; }
  .footer_items .footer-item__subtitle {
    font-size: 1.25rem;
    font-weight: var(--fw-9);
    margin-bottom: 1.5em; }
  .footer_items ul.footer-item__menu {
    padding: 0;
    list-style: none; }
    .footer_items ul.footer-item__menu li {
      margin-bottom: .35em;
      font-weight: var(--fw-6); }
      .footer_items ul.footer-item__menu li a {
        color: var(--button-white);
        transition: opacity .5s ease;
        cursor: pointer;
        opacity: 0.7; }
        .footer_items ul.footer-item__menu li a:hover {
          opacity: 1; }
  .footer_items .footer-item {
    margin: 0 auto; }
    .footer_items .footer-item p {
      font-weight: var(--fw-6);
      line-height: 28px;
      opacity: 0.7; }

.footer-social {
  display: flex; }
  .footer-social .footer-social__item {
    background: white;
    color: var(--color-black-azul);
    display: block;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 8px;
    text-align: center; }
    .footer-social .footer-social__item:not(:last-child) {
      margin-right: 15px; }
    .footer-social .footer-social__item:hover {
      color: var(--color-primary); }

.sub-footer {
  font-family: var(--fontfamilytext);
  font-size: .9rem;
  color: var(--button-white);
  margin: 1em auto 0;
  width: 100%;
  max-width: var(--widht);
  display: flex;
  justify-content: space-between;
  opacity: .7;
  padding: 10px 0; }
  @media (max-width: 1199px) {
    .sub-footer {
      padding: 10px 2em; } }
  .sub-footer a {
    color: var(--button-white);
    transition: opacity .5s ease;
    cursor: pointer;
    opacity: .7; }
    .sub-footer a:hover {
      opacity: 1; }
  @media (max-width: 480px) {
    .sub-footer {
      flex-direction: column; } }
.btn-whatsapp {
  display: block;
  position: fixed;
  right: -15px;
  bottom: 0;
  z-index: 999; }
  .btn-whatsapp img {
    width: 130px; }

/*Tablets en horizonal y escritorios normales----------- */
/*Tablets en horizonal y escritorios normales----------- */
@media (min-width: 768px) and (max-width: 1199px) {
  .landing_hero {
    margin-bottom: 10em;
    grid-template-columns: 32% 1fr; }
    .landing_hero .ld_hero_phone {
      justify-content: left; }
    .landing_hero .ld_hero_form {
      padding: 0  2em; }
  .ld_section_items {
    gap: 2em !important; }
    .ld_section_items .item p {
      width: 100% !important; }
  .landing_section_02 .ld_why_items {
    gap: 1em; }
  .landing_section_03 .ld_how_items {
    gap: 3em; }
  .landing_section_04 {
    padding: 3em 6em !important;
    margin: 0 !important;
    border-radius: 0; } }

/* Móviles en horizontal o tablets en vertical----------------- */
@media (max-width: 767px) {
  :root {
    --zise-title-01: 50px !important;
    --zise-title-02: 40px;
    --zise-subtitle-01:26px;
    --zise-text:16px; }
  .landing_hero {
    margin-bottom: 10em;
    grid-template-columns: 40% 1fr; }
    .landing_hero .ld_hero_phone {
      justify-content: left; }
    .landing_hero .ld_hero_form {
      padding: 0  1em; }
      .landing_hero .ld_hero_form .input_controls {
        grid-template-columns: 1fr !important;
        gap: 0 !important; }
  .landing_section_01 .ld_head_text {
    margin-bottom: 3em; }
  .landing_section_01 .ld_section_items {
    padding: 0 1em;
    gap: 1em !important; }
    .landing_section_01 .ld_section_items .item img {
      width: 100%;
      height: 120px; }
    .landing_section_01 .ld_section_items .item h2 {
      font-size: var(--zise-subtitle-01);
      width: 100% !important; }
    .landing_section_01 .ld_section_items .item p {
      width: 100%; }
  .landing_section_02 {
    margin: 5em auto;
    padding: 0 1em !important; }
    .landing_section_02 .ld_why_items {
      gap: 1em; }
      .landing_section_02 .ld_why_items .item p {
        padding-right: 0; }
  .landing_section_03 {
    margin: 5em auto;
    padding: 0 1em !important; }
    .landing_section_03 .ld_how_title {
      margin: 3em auto; }
    .landing_section_03 .ld_how_items {
      gap: 1.5em; }
  .landing_section_04 {
    padding: 3em 2em !important;
    margin: 0 !important;
    border-radius: 0; } }

.infinito {
  animation: shadow-pulse 1s infinite; }

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(12, 192, 72, 0.677); }
  100% {
    box-shadow: 0 0 0 25px rgba(12, 192, 72, 0); } }

@media (max-width: 650px) {
  .landing_hero {
    grid-template-columns: 1fr !important;
    margin-bottom: 4em !important; }
    .landing_hero .ld_hero_phone {
      margin-bottom: 5em;
      justify-content: center !important; }
  .landing_section_02 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0 !important; } }

/*Móviles en vertical------------------------------------------- */
@media (max-width: 480px) {
  :root {
    --zise-text:16px;
    --zise-subtitle-01:26px; }
  .landing_hero {
    grid-template-columns: 1fr;
    padding: 0 20px !important;
    margin-bottom: 4em; }
    .landing_hero .ld_hero_phone {
      margin-bottom: 5em;
      justify-content: center !important; }
    .landing_hero .ld_hero_form .input_controls {
      grid-template-columns: 1fr !important;
      gap: 0 !important; }
  .landing_section_01 {
    margin: 5em auto; }
    .landing_section_01 .ld_head_text {
      text-align: left;
      margin-bottom: 3em;
      padding: 0 20px; }
    .landing_section_01 .ld_section_items {
      grid-template-columns: 1fr;
      padding: 0 20px;
      gap: 3em; }
      .landing_section_01 .ld_section_items .item {
        display: grid;
        gap: .5em;
        row-gap: 1em;
        grid-template-columns: 55% auto;
        grid-template-areas: 'h2 h2' 'p img '; }
        .landing_section_01 .ld_section_items .item h2 {
          width: 100%;
          grid-area: h2; }
        .landing_section_01 .ld_section_items .item img {
          max-width: 200px;
          width: 100%;
          height: auto;
          margin: 0;
          grid-area: img; }
        .landing_section_01 .ld_section_items .item p {
          width: 100%;
          grid-area: p; }
  .landing_section_02 {
    grid-template-columns: 1fr;
    margin: 5em auto;
    padding: 0 20px !important; }
    .landing_section_02 .ld_why_title {
      text-align: left;
      margin-bottom: 3em; }
      .landing_section_02 .ld_why_title h2 {
        width: 100%; }
    .landing_section_02 .ld_why_items {
      row-gap: 1em;
      gap: 1em; }
      .landing_section_02 .ld_why_items .item img {
        margin-top: 0 !important;
        margin-bottom: .5em; }
      .landing_section_02 .ld_why_items .item p {
        padding-right: 0; }
  .landing_section_03 {
    grid-template-columns: 1fr;
    margin: 5em auto;
    padding: 0 20px !important; }
    .landing_section_03 .ld_how_title {
      text-align: left;
      margin-bottom: 3em; }
    .landing_section_03 .ld_how_items {
      grid-template-columns: 1fr;
      gap: 2.5em; }
      .landing_section_03 .ld_how_items .item {
        display: grid;
        grid-template-columns: 30% 1fr;
        grid-template-rows: auto auto;
        gap: .85em;
        grid-template-areas: 'img h2' 'img p'; }
        .landing_section_03 .ld_how_items .item h2 {
          width: 100%;
          grid-area: h2;
          margin: 0 !important; }
        .landing_section_03 .ld_how_items .item img {
          max-width: 200px;
          width: 100%;
          height: auto;
          margin: 0;
          grid-area: img; }
        .landing_section_03 .ld_how_items .item p {
          width: 100%;
          grid-area: p; }
  .landing_section_04 {
    margin: 0 auto 0;
    padding: 3em 2em !important;
    border-radius: 0; }
    .landing_section_04 .ld_cta_items {
      grid-template-columns: 1fr; }
      .landing_section_04 .ld_cta_items .ld_cta_title {
        margin-bottom: 1em; }
        .landing_section_04 .ld_cta_items .ld_cta_title h3 {
          text-align: center; }
      .landing_section_04 .ld_cta_items .ld_cta_button button {
        padding: 0 1.25em; }
  .footer_bg .footer_items {
    grid-template-columns: 1fr !important;
    padding: 20px; }
  .btn-whatsapp {
    transform: scale(0.8); } }

.header-banner__buttons {
  display: flex;
  margin: 30px 0; }
  @media (max-width: 480px) {
    .header-banner__buttons {
      flex-direction: column; } }
.button {
  padding: .84rem 2.14rem;
  font-size: 1rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin: .375rem;
  border: 0;
  border-radius: .125rem;
  cursor: pointer;
  white-space: normal;
  word-wrap: break-word;
  text-align: center; }

.button-success {
  background-color: #00c851;
  color: white; }
  .button-success:hover {
    color: white;
    background-color: var(--color-secondary); }
  .button-success.button-outline {
    border: 1px solid #00c851;
    background-color: transparent;
    color: #00c851; }
    .button-success.button-outline:hover {
      color: white;
      background-color: #00c851; }

button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit; }
  button.learn-more {
    font-family: var(--type-secundary);
    font-weight: var(--type-secundary-bold);
    padding: .8em 2em;
    font-size: 0.95em;
    background: var(--color2);
    border: 2px solid var(--color2);
    border-radius: 0.50em;
    transform-style: preserve-3d;
    transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), background 150ms cubic-bezier(0, 0, 0.58, 1); }
    button.learn-more::before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #cacaca;
      border-radius: inherit;
      box-shadow: 0 0 0 2px var(--color2), 0 0.625em 0 0 var(--color4);
      transform: translate3d(0, 0.4em, -1em);
      transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), box-shadow 150ms cubic-bezier(0, 0, 0.58, 1);
      -webkit-transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), box-shadow 150ms cubic-bezier(0, 0, 0.58, 1);
      -moz-transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), box-shadow 150ms cubic-bezier(0, 0, 0.58, 1);
      -ms-transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), box-shadow 150ms cubic-bezier(0, 0, 0.58, 1);
      -o-transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), box-shadow 150ms cubic-bezier(0, 0, 0.58, 1); }
    button.learn-more:hover {
      background: var(--color2); }
      button.learn-more:hover::before {
        box-shadow: 0 0 0 2px var(--color2), 0 0.5em 0 0 var(--color3);
        transform: translate3d(0, 0.4em, -1em); }
    button.learn-more:active {
      background: var(--color2);
      transform: translate(0em, 0.5em); }
      button.learn-more:active::before {
        box-shadow: 0 0 0 2px var(--color2), 0 0 var(--color2);
        transform: translate3d(0, 0, -1em); }
  button.boton-white {
    color: var(--color2);
    font-family: var(--type-secundary);
    font-weight: var(--type-secundary-bold);
    padding: .75em 1.25em;
    font-size: 0.95em;
    background: var(--color4);
    border: 2px solid var(--color3);
    border-radius: 0.50em;
    transform-style: preserve-3d;
    transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), background 150ms cubic-bezier(0, 0, 0.58, 1); }

/*---BOTONES DE  WSP STYLE---*/
/*---LINK WSP STYLE--*/
.link {
  position: relative;
  color: royalblue;
  overflow: hidden;
  background: linear-gradient(to right, midnightblue, midnightblue 50%, royalblue 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
  text-decoration: none; }
  .link:hover {
    background-position: 0 100%; }

.link-menu {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: linear-gradient(to right, midnightblue, midnightblue 50%, royalblue 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
  text-decoration: none; }
  .link-menu:hover {
    background-position: 0 100%; }

.subrayado {
  position: relative;
  color: royalblue;
  font-weight: 900;
  overflow: hidden;
  background: linear-gradient(to right, var(--color2), var(--color2) 50%, var(--color1) 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
  text-decoration: none; }
  .subrayado:hover {
    background-position: 0 100%; }

/*---LINK WSP STYLE END --*/
/*! debug.css | MIT License | zaydek.github.com/debug.css */
/**:not(path):not(g) {
	color:                    hsla(210, 100%, 100%, 0.9) !important;
	background:               hsla(210, 100%,  50%, 0.5) !important;
	outline:    solid 0.25rem hsla(210, 100%, 100%, 0.5) !important;

	box-shadow: none !important;
}*/
/* ---- ---- ---- Menu Lateral ---- ---- ---- */
body {
  background: #FDFDFD; }

.contenedor {
  width: 100%;
  margin: 0 auto;
  display: grid;
  max-width: 1200px;
  margin: auto;
  font-family: var(--type-secundary);
  grid-template-columns: minmax(70px, 70px) auto;
  grid-template-areas: "menu contenido";
  transition: all .3s ease; }
  .contenedor.active {
    grid-template-columns: minmax(250px, 18%) auto; }
  .contenedor .menu-lateral {
    grid-area: menu;
    overflow: hidden;
    font-weight: 900;
    border-right: 1px solid #e4e4e4; }
    .contenedor .menu-lateral a {
      display: block;
      padding: 25px 25px;
      color: var(--color5);
      min-width: 800px;
      font-size: 20px; }
      .contenedor .menu-lateral a:hover, .contenedor .menu-lateral a.active {
        background: var(--color4);
        color: var(--color2); }
      .contenedor .menu-lateral a .fas {
        color: var(--color5);
        margin-right: 25px;
        width: 20px;
        text-align: center; }
      .contenedor .menu-lateral a.active .fas {
        color: var(--color1); }
  .contenedor .main {
    grid-area: contenido;
    display: grid;
    grid-template-columns: auto minmax(400px, 38%); }
    .contenedor .main .contenedor-mensaje {
      padding: 2em 2em;
      border-right: 1px solid #e4e4e4; }
      .contenedor .main .contenedor-mensaje .title {
        display: grid;
        grid-template-columns: auto 100px; }
        .contenedor .main .contenedor-mensaje .title .input-title {
          display: block;
          position: relative;
          margin-bottom: 2em; }
        .contenedor .main .contenedor-mensaje .title .input-title__field {
          display: block;
          width: 100%;
          font-size: 2em;
          border: 0;
          line-height: .8em;
          color: var(--color1) !important;
          font-weight: 900;
          border-bottom: 2px solid var(--color2);
          padding-bottom: 5px;
          transition: .25s; }
          .contenedor .main .contenedor-mensaje .title .input-title__field:focus, .contenedor .main .contenedor-mensaje .title .input-title__field:active {
            outline: 0;
            border-color: var(--color1); }
          .contenedor .main .contenedor-mensaje .title .input-title__field:placeholder-shown + .input-title__name {
            color: #BBB;
            font-size: 2em;
            font-weight: 900;
            transform: translate(0, -35px);
            -webkit-transform: translate(0, -35px);
            -moz-transform: translate(0, -35px);
            -ms-transform: translate(0, -35px);
            -o-transform: translate(0, -35px); }
        .contenedor .main .contenedor-mensaje .title .input-title__name {
          font-size: 1em;
          color: var(--color2);
          position: absolute;
          font-weight: 900;
          transition: .25s;
          transform: translate(0, -60px);
          -webkit-transform: translate(0, -60px);
          -moz-transform: translate(0, -60px);
          -ms-transform: translate(0, -60px);
          -o-transform: translate(0, -60px); }
        .contenedor .main .contenedor-mensaje .title .scaner-qr {
          margin-left: 1em;
          position: relative;
          justify-self: center;
          text-align: center; }
          .contenedor .main .contenedor-mensaje .title .scaner-qr button {
            color: var(--color4);
            font-family: var(--type-secundary);
            font-weight: 900;
            padding: 10px 14px;
            font-size: 16px;
            margin-bottom: .5em;
            background: var(--color2);
            box-shadow: none;
            border: 2px solid var(--color4);
            border-radius: 10px;
            transform-style: preserve-3d;
            transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), background 150ms cubic-bezier(0, 0, 0.58, 1);
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px; }
            .contenedor .main .contenedor-mensaje .title .scaner-qr button:hover {
              box-shadow: 2px 4px 15px rgba(231, 231, 231, 0.7), 0px 1px 1px rgba(138, 138, 138, 0.7); }
            .contenedor .main .contenedor-mensaje .title .scaner-qr button i {
              font-size: 1.5em; }
          .contenedor .main .contenedor-mensaje .title .scaner-qr p {
            font-weight: 900; }
      .contenedor .main .contenedor-mensaje .mensaje-image {
        margin-bottom: 1em; }
        .contenedor .main .contenedor-mensaje .mensaje-image p {
          margin-bottom: .5em;
          font-weight: 900;
          color: var(--color2); }
        .contenedor .main .contenedor-mensaje .mensaje-image .file {
          color: var(--color4);
          font-family: var(--type-secundary);
          font-weight: var(--type-secundary-bold);
          padding: 10px 14px;
          font-size: 14px;
          background: var(--color2);
          box-shadow: none;
          border: 1px solid var(--color5);
          border-radius: 10px; }
          .contenedor .main .contenedor-mensaje .mensaje-image .file:hover {
            box-shadow: 2px 4px 15px rgba(231, 231, 231, 0.7), 0px 1px 1px rgba(138, 138, 138, 0.7); }
          .contenedor .main .contenedor-mensaje .mensaje-image .file input {
            display: none; }
      .contenedor .main .contenedor-mensaje .mensaje-text {
        margin: 2em 0em; }
        .contenedor .main .contenedor-mensaje .mensaje-text p {
          margin-bottom: .5em;
          font-weight: 900;
          color: var(--color2); }
        .contenedor .main .contenedor-mensaje .mensaje-text .editor-text {
          background: #fff;
          box-shadow: 0px 0px 1px rgba(138, 138, 138, 0.726);
          border-radius: 10px;
          overflow: hidden;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px; }
          .contenedor .main .contenedor-mensaje .mensaje-text .editor-text:hover {
            box-shadow: 0px 0px 30px rgba(231, 231, 231, 0.3), 0px 2px 2px rgba(138, 138, 138, 0.5); }
          .contenedor .main .contenedor-mensaje .mensaje-text .editor-text textarea {
            height: 200px;
            padding: .75em .75em;
            width: 100%;
            display: block;
            border: none;
            overflow-wrap: break-word;
            resize: none;
            box-sizing: border-box;
            border-radius: 5px; }
          .contenedor .main .contenedor-mensaje .mensaje-text .editor-text .toolbar {
            border-top: 1px solid var(--color5);
            background-color: var(--color2); }
          .contenedor .main .contenedor-mensaje .mensaje-text .editor-text .tool-list {
            display: flex;
            flex-flow: row nowrap;
            list-style: none;
            padding: 0;
            overflow: hidden; }
          .contenedor .main .contenedor-mensaje .mensaje-text .editor-text .tool--btn {
            border-radius: 10px;
            display: block;
            border: none;
            background: rgba(255, 255, 255, 0.13);
            color: var(--color4);
            padding: .5rem;
            margin: .20em .25em;
            font-size: 12px; }
            .contenedor .main .contenedor-mensaje .mensaje-text .editor-text .tool--btn:hover {
              background: rgba(255, 255, 255, 0.274); }
      .contenedor .main .contenedor-mensaje .mensaje-enviar {
        margin: 2em 0em; }
        .contenedor .main .contenedor-mensaje .mensaje-enviar p {
          margin-bottom: .5em;
          font-weight: 900;
          color: var(--color2); }
        .contenedor .main .contenedor-mensaje .mensaje-enviar .contendor-enviar {
          display: grid; }
          .contenedor .main .contenedor-mensaje .mensaje-enviar .contendor-enviar .envio-select .ahora label {
            justify-content: center;
            margin-bottom: .5em; }
            .contenedor .main .contenedor-mensaje .mensaje-enviar .contendor-enviar .envio-select .ahora label > input {
              display: none; }
            .contenedor .main .contenedor-mensaje .mensaje-enviar .contendor-enviar .envio-select .ahora label > i {
              display: inline-block;
              width: 18px;
              height: 18px;
              border-radius: 50%;
              margin-bottom: 2px;
              margin-right: 5px;
              vertical-align: middle;
              border: 1px solid #fff;
              box-shadow: inset 0 0 0 3px var(--color1);
              transition: .25s; }
            .contenedor .main .contenedor-mensaje .mensaje-enviar .contendor-enviar .envio-select .ahora label > span {
              display: inline-block;
              letter-spacing: 1px;
              font-size: 1em; }
            .contenedor .main .contenedor-mensaje .mensaje-enviar .contendor-enviar .envio-select .ahora label > input:checked + i {
              background: var(--color1); }
            .contenedor .main .contenedor-mensaje .mensaje-enviar .contendor-enviar .envio-select .ahora label:hover {
              cursor: pointer; }
          .contenedor .main .contenedor-mensaje .mensaje-enviar .contendor-enviar .envio-select .programar {
            display: grid;
            align-items: center;
            grid-template-columns: auto;
            /* --final de label */ }
            .contenedor .main .contenedor-mensaje .mensaje-enviar .contendor-enviar .envio-select .programar label {
              justify-content: center;
              margin-bottom: .5em; }
              .contenedor .main .contenedor-mensaje .mensaje-enviar .contendor-enviar .envio-select .programar label > input {
                display: none; }
              .contenedor .main .contenedor-mensaje .mensaje-enviar .contendor-enviar .envio-select .programar label > i {
                display: inline-block;
                width: 18px;
                height: 18px;
                border-radius: 50%;
                margin-right: 5px;
                vertical-align: middle;
                border: 1px solid #fff;
                box-shadow: inset 0 0 0 3px var(--color1);
                transition: .25s; }
              .contenedor .main .contenedor-mensaje .mensaje-enviar .contendor-enviar .envio-select .programar label > span {
                display: inline-block;
                letter-spacing: 1px;
                font-size: 1em; }
              .contenedor .main .contenedor-mensaje .mensaje-enviar .contendor-enviar .envio-select .programar label > input:checked + i {
                background: var(--color1); }
              .contenedor .main .contenedor-mensaje .mensaje-enviar .contendor-enviar .envio-select .programar label:hover {
                cursor: pointer; }
            .contenedor .main .contenedor-mensaje .mensaje-enviar .contendor-enviar .envio-select .programar .dataschedule {
              display: none;
              grid-template-columns: 170px 140px; }
              .contenedor .main .contenedor-mensaje .mensaje-enviar .contendor-enviar .envio-select .programar .dataschedule.active {
                display: grid; }
              .contenedor .main .contenedor-mensaje .mensaje-enviar .contendor-enviar .envio-select .programar .dataschedule .dia {
                display: grid;
                align-items: center;
                background: #e4e4e4;
                grid-template-columns: 30px auto;
                overflow: hidden;
                border-radius: 9px;
                -webkit-border-radius: 9px;
                -moz-border-radius: 9px;
                -ms-border-radius: 9px;
                -o-border-radius: 9px; }
                .contenedor .main .contenedor-mensaje .mensaje-enviar .contendor-enviar .envio-select .programar .dataschedule .dia i {
                  display: grid;
                  height: 30px;
                  color: #fff;
                  background: var(--color2);
                  justify-content: center;
                  align-items: center;
                  border-radius: 9px;
                  -webkit-border-radius: 9px;
                  -moz-border-radius: 9px;
                  -ms-border-radius: 9px;
                  -o-border-radius: 9px; }
                .contenedor .main .contenedor-mensaje .mensaje-enviar .contendor-enviar .envio-select .programar .dataschedule .dia input {
                  padding: .2em .5em;
                  width: 100%;
                  height: 100%;
                  outline: 0;
                  border: none;
                  background: transparent; }
              .contenedor .main .contenedor-mensaje .mensaje-enviar .contendor-enviar .envio-select .programar .dataschedule .hora {
                border-radius: 9px;
                -webkit-border-radius: 9px;
                -moz-border-radius: 9px;
                -ms-border-radius: 9px;
                -o-border-radius: 9px;
                display: grid;
                align-items: center;
                margin-left: 1em;
                grid-template-columns: 30px auto;
                background: #e4e4e4; }
                .contenedor .main .contenedor-mensaje .mensaje-enviar .contendor-enviar .envio-select .programar .dataschedule .hora i {
                  display: grid;
                  height: 30px;
                  color: #fff;
                  background: var(--color2);
                  justify-content: center;
                  align-items: center;
                  border-radius: 9px;
                  -webkit-border-radius: 9px;
                  -moz-border-radius: 9px;
                  -ms-border-radius: 9px;
                  -o-border-radius: 9px; }
                .contenedor .main .contenedor-mensaje .mensaje-enviar .contendor-enviar .envio-select .programar .dataschedule .hora input {
                  width: 100%;
                  outline: 0;
                  padding: 0px .5em;
                  background: transparent;
                  border: none; }
          .contenedor .main .contenedor-mensaje .mensaje-enviar .contendor-enviar .envios {
            display: grid;
            margin-top: 1.5em;
            grid-template-columns: auto auto; }
            .contenedor .main .contenedor-mensaje .mensaje-enviar .contendor-enviar .envios .finalizar .submit {
              color: var(--color4);
              font-family: var(--type-secundary);
              font-weight: var(--type-secundary-bold);
              padding: .75em 1.25em;
              font-size: 0.95em;
              background: var(--color1);
              border-radius: 0.50em;
              transition: .5s;
              -webkit-transition: .5s;
              -moz-transition: .5s;
              -ms-transition: .5s;
              -o-transition: .5s; }
              .contenedor .main .contenedor-mensaje .mensaje-enviar .contendor-enviar .envios .finalizar .submit:hover {
                filter: opacity(80%);
                -webkit-filter: opacity(80%); }
            .contenedor .main .contenedor-mensaje .mensaje-enviar .contendor-enviar .envios .envia-test {
              display: grid;
              justify-content: flex-end; }
              .contenedor .main .contenedor-mensaje .mensaje-enviar .contendor-enviar .envios .envia-test .test {
                color: var(--color4);
                font-family: var(--type-secundary);
                font-weight: var(--type-secundary-bold);
                padding: .75em 1.25em;
                font-size: 0.95em;
                border: 1px solid var(--color2);
                background: var(--color2);
                border-radius: 0.50em;
                transition: .5s;
                -webkit-transition: .5s;
                -moz-transition: .5s;
                -ms-transition: .5s;
                -o-transition: .5s; }
                .contenedor .main .contenedor-mensaje .mensaje-enviar .contendor-enviar .envios .envia-test .test:hover {
                  filter: opacity(80%);
                  -webkit-filter: opacity(80%); }
    .contenedor .main .contenedor-send-contactos {
      padding: 1.5em 1em 1.5em 1.5em;
      padding-right: none; }
      .contenedor .main .contenedor-send-contactos .send-contactos-title {
        display: grid;
        grid-template-columns: 1fr auto; }
        .contenedor .main .contenedor-send-contactos .send-contactos-title h2 {
          font-size: 2em;
          font-weight: 900;
          margin-bottom: 7px;
          color: var(--color1); }
        .contenedor .main .contenedor-send-contactos .send-contactos-title button {
          color: var(--color4);
          font-family: var(--type-secundary);
          font-weight: var(--type-secundary-bold);
          padding: 10px 14px;
          font-size: 14px;
          background: var(--color2);
          box-shadow: none;
          border: 1px solid var(--color5);
          border-radius: 10px;
          transform-style: preserve-3d;
          transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), background 150ms cubic-bezier(0, 0, 0.58, 1);
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px; }
          .contenedor .main .contenedor-send-contactos .send-contactos-title button:hover {
            box-shadow: 2px 4px 15px rgba(231, 231, 231, 0.7), 0px 1px 1px rgba(138, 138, 138, 0.7); }
      .contenedor .main .contenedor-send-contactos .dataTables_wrapper .dataTables_filter {
        float: left !important;
        text-align: left !important;
        width: 100% !important;
        margin-bottom: 7px; }
        .contenedor .main .contenedor-send-contactos .dataTables_wrapper .dataTables_filter label {
          width: 100%; }
          .contenedor .main .contenedor-send-contactos .dataTables_wrapper .dataTables_filter label input {
            background: #fff;
            box-shadow: 0px 1px 1px rgba(138, 138, 138, 0.726), 0px 1px 5px rgba(138, 138, 138, 0.3);
            border-radius: 10px;
            overflow: hidden;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            padding: .50em .35em;
            width: 100%;
            overflow-wrap: break-word;
            resize: none;
            box-sizing: border-box;
            font-size: 1.25em;
            font-weight: 600;
            letter-spacing: 1px;
            margin-top: 7px;
            border: none;
            margin-left: 0 !important; }
            .contenedor .main .contenedor-send-contactos .dataTables_wrapper .dataTables_filter label input:focus, .contenedor .main .contenedor-send-contactos .dataTables_wrapper .dataTables_filter label input:active {
              box-shadow: 0px 0px 30px rgba(231, 231, 231, 0.3), 0px 2px 2px rgba(138, 138, 138, 0.5); }

/* style sweelt{ */
.swal2-title {
  font-family: var(--type-secundary); }

.swal2-confirm {
  background: var(--color1) !important;
  font-family: var(--type-primary); }

.swal2-cancel {
  background: var(--color3) !important;
  color: var(--color1) !important;
  font-family: var(--type-primary); }

.swal2-input {
  font-family: var(--type-secundary); }

/* } */
.table-condensed {
  font-family: var(--type-secundary);
  font-weight: 600;
  padding: 20px; }

.next, .prev {
  padding-top: .5em;
  margin: .4em;
  font-size: 1em;
  font-weight: bolder; }

.day {
  padding-top: .5em;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; }
  .day.active {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    font-weight: 600; }

/* ---- ---- ---- Contenido Principal ---- ---- ---- */
.page-form {
  width: 100%;
  max-width: 655px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem; }
  .page-form .mb-3 {
    margin-bottom: 1.2rem !important; }

.page-form__header {
  margin: 2rem 0; }

.page-form__title {
  font-weight: 800; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/static/sass/ajax-loader.gif?7d53324a70fe") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/static/sass/fonts/slick.eot?f7f22b1009f1");
  src: url("/static/sass/fonts/slick.eot?&f7f22b1009f1#iefix") format("embedded-opentype"), url("/static/sass/fonts/slick.woff?f7f22b1009f1") format("woff"), url("/static/sass/fonts/slick.ttf?f7f22b1009f1") format("truetype"), url("/static/sass/fonts/slick.svg?f7f22b1009f1#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }
