/* Generated by less 3.11.1 */
html,
body {
  color: #59595c;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
}
html b,
body b,
html strong,
body strong {
  font-weight: 500;
}
a {
  text-decoration: none;
  color: #ff6428;
}
a:hover {
  text-decoration: none;
  border-bottom: solid;
}
.outlined {
  border: solid 1px #ff6428;
  border-radius: 35px 0 35px 0;
}
.drop-shadow {
  box-shadow: 8px 16px 24px -8px rgba(91, 25, 0, 0.7);
}
.button.cta,
.btn.cta,
button.cta {
  background-color: #2380ff;
  background-image: -webkit-gradient(linear, left top, right top, from(#2380ff), to(#004fbc));
  background-image: -webkit-linear-gradient(left, #2380ff, #004fbc);
  background-image: -moz-linear-gradient(left, #2380ff, #004fbc);
  background-image: -ms-linear-gradient(left, #2380ff, #004fbc);
  background-image: -o-linear-gradient(left, #2380ff, #004fbc);
  color: white;
  border-radius: 24px;
  box-shadow: 0 8px 24px -4px rgba(0, 79, 188, 0.8);
  padding-left: 27px;
  padding-right: 27px;
  transition: all 0.5s;
  border: none;
  min-height: 40px;
}
.button.cta a,
.btn.cta a,
button.cta a {
  color: inherit;
  font-weight: 600;
}
.button.cta:hover,
.btn.cta:hover,
button.cta:hover {
  border-bottom: inherit;
  color: inherit;
  box-shadow: 0 8px 24px 0px rgba(0, 79, 188, 0.8);
}
.button.cta.whats,
.btn.cta.whats,
button.cta.whats {
  padding: 10px 27px;
  background: #25d366;
  border-radius: 50px;
  display: inline-block;
}
.button.cta.whats img,
.btn.cta.whats img,
button.cta.whats img {
  width: 32px;
  margin-left: 10px;
}
.button.cta.whats:hover,
.btn.cta.whats:hover,
button.cta.whats:hover,
.button.cta.whats:active,
.btn.cta.whats:active,
button.cta.whats:active,
.button.cta.whats:focus,
.btn.cta.whats:focus,
button.cta.whats:focus {
  color: white;
  font-weight: 700;
  background: #075E54;
}
/*TEXT*/
p.brand,
h1.brand,
h2.brand,
h3.brand,
h4.brand,
h5.brand,
h6.brand,
legend.brand,
label.brand {
  color: #ff6428;
}
section {
  padding: 72px 0;
}
section.bg-light {
  background-color: #fefaf5;
}
section .title {
  color: #ff6428;
}
.hero {
  min-height: 80%;
  min-height: 80vh;
  overflow: hidden;
  background-color: #ff6428;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff6428), to(#ff8c28));
  background-image: -webkit-linear-gradient(left, #ff6428, #ff8c28);
  background-image: -moz-linear-gradient(left, #ff6428, #ff8c28);
  background-image: -ms-linear-gradient(left, #ff6428, #ff8c28);
  background-image: -o-linear-gradient(left, #ff6428, #ff8c28);
  color: white;
  position: relative;
}
.hero a {
  color: inherit;
  font-weight: 600;
}
.hero h1 {
  padding-top: 10%;
}
.hero h1 img {
  width: 70%;
  max-width: 280px;
}
.hero h2 {
  padding-top: 3%;
  font-weight: 100;
  font-size: 2.5em;
}
.hero .lead {
  font-weight: 100;
}
.hero #first {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  animation: showup 7s;
}
.hero #discover {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  animation: reveal 7s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  margin-left: -12px;
}
.hero .img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: url('../img/ambar-hero.jpg') center no-repeat;
  background-size: cover;
}
.hero .decor {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}
.hero .decor:before {
  content: " ";
  position: absolute;
  width: 90%;
  height: 300%;
  top: -100%;
  left: -25%;
  z-index: -1;
  color: white;
  background-color: #ff6428;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff6428), to(#ff8c28));
  background-image: -webkit-linear-gradient(left, #ff6428, #ff8c28);
  background-image: -moz-linear-gradient(left, #ff6428, #ff8c28);
  background-image: -ms-linear-gradient(left, #ff6428, #ff8c28);
  background-image: -o-linear-gradient(left, #ff6428, #ff8c28);
  transform: rotate(22deg);
}
.hero .decor:before a {
  color: inherit;
  font-weight: 600;
}
@keyframes showup {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes reveal {
  0% {
    opacity: 0;
    width: 0px;
  }
  20% {
    opacity: 0;
    width: 0px;
  }
  40% {
    opacity: 1;
    width: 390px;
  }
  100% {
    opacity: 1;
    width: 390px;
  }
}
.what {
  padding-bottom: 0;
}
.what label {
  font-weight: 200;
}
.what img {
  margin-bottom: -100px;
}
.what .quote {
  font-weight: 500;
  font-size: 2.8em;
}
.how {
  padding: 91px 0;
}
.how .item {
  padding: 0 50px;
}
.how .item img {
  padding: 24px 8px;
  margin: 32px 0 24px 0;
  max-width: 200px;
  display: inline-block;
}
.how .item .lead {
  font-size: 1.3em;
}
.pt-0 {
  padding-top: 0 !important;
}
.portlet {
  border-radius: 24px;
  padding: 2em;
}
.portlet-outline {
  border-radius: 24px;
  border: solid 1px #ff8c28;
}
.portlet-white {
  box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.2);
}
.portlet-solid {
  background-color: #ff8c28;
  padding: 1em;
}
.portlet-solid * {
  color: white !important;
}
.contacto {
  color: white;
  background-color: #ff6428;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff6428), to(#ff8c28));
  background-image: -webkit-linear-gradient(left, #ff6428, #ff8c28);
  background-image: -moz-linear-gradient(left, #ff6428, #ff8c28);
  background-image: -ms-linear-gradient(left, #ff6428, #ff8c28);
  background-image: -o-linear-gradient(left, #ff6428, #ff8c28);
}
.contacto a {
  color: inherit;
  font-weight: 600;
}
@media (max-width: 768px) {
  .contacto {
    text-align: center;
  }
}
.contact-nav {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 53px;
  z-index: 9;
  box-shadow: 0 1px 10px rgba(244, 68, 0, 0.5);
  color: white;
  background-color: #ff8c28;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff8c28), to(#ff6428));
  background-image: -webkit-linear-gradient(left, #ff8c28, #ff6428);
  background-image: -moz-linear-gradient(left, #ff8c28, #ff6428);
  background-image: -ms-linear-gradient(left, #ff8c28, #ff6428);
  background-image: -o-linear-gradient(left, #ff8c28, #ff6428);
}
.contact-nav a {
  color: inherit;
  font-weight: 600;
}
.contact-nav li {
  display: inline-block;
}
.contact-nav .logo {
  height: 24px;
  margin: 0;
  padding: 0;
  margin-top: 14px;
  margin-right: 24px;
}
.contact-nav .logo img {
  display: inline-block;
  height: 100%;
}
.contact-nav .nav > li > a:focus,
.contact-nav .nav > li > a:hover {
  background-color: rgba(255, 143, 45, 0.5);
  border-bottom: solid;
}
.contact-nav .nav > li > a:active,
.contact-nav .nav > li > a.active,
.contact-nav .nav > li.active {
  background-color: transparent;
  border-bottom: solid;
}
.agile-form-transparent,
.agile_crm_form_embed {
  box-shadow: none;
}
.agile-form-transparent p,
.agile_crm_form_embed p,
.agile-form-transparent h1,
.agile_crm_form_embed h1,
.agile-form-transparent h2,
.agile_crm_form_embed h2,
.agile-form-transparent h3,
.agile_crm_form_embed h3,
.agile-form-transparent h4,
.agile_crm_form_embed h4,
.agile-form-transparent h5,
.agile_crm_form_embed h5,
.agile-form-transparent h6,
.agile_crm_form_embed h6,
.agile-form-transparent legend,
.agile_crm_form_embed legend,
.agile-form-transparent label,
.agile_crm_form_embed label {
  font-family: 'PT Sans', sans-serif !important;
}
.agile-form-transparent legend,
.agile_crm_form_embed legend {
  text-align: left !important;
  font-size: 2.5em;
  font-weight: 300 !important;
}
.agile-form-transparent form,
.agile_crm_form_embed form {
  box-shadow: none;
}
.agile-form-transparent .agile-span-asterisk,
.agile_crm_form_embed .agile-span-asterisk {
  color: white;
}
.agile-form-transparent button,
.agile_crm_form_embed button {
  background-color: #2380ff !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#2380ff), to(#004fbc)) !important;
  background-image: -webkit-linear-gradient(left, #2380ff, #004fbc) !important;
  background-image: -moz-linear-gradient(left, #2380ff, #004fbc) !important;
  background-image: -ms-linear-gradient(left, #2380ff, #004fbc) !important;
  background-image: -o-linear-gradient(left, #2380ff, #004fbc) !important;
  color: white !important;
  border-radius: 24px !important;
  box-shadow: 0 8px 24px -4px rgba(0, 79, 188, 0.8) !important;
  padding-left: 27px !important;
  padding-right: 27px !important;
  transition: all 0.5s !important;
  border: none !important;
  min-height: 40px !important;
}
.agile-form-transparent button a,
.agile_crm_form_embed button a {
  color: inherit !important;
  font-weight: 600 !important;
}
.agile-form-transparent button:hover,
.agile_crm_form_embed button:hover {
  border-bottom: inherit !important;
  color: inherit !important;
  box-shadow: 0 8px 24px 0px rgba(0, 79, 188, 0.8) !important;
}
.agile-form-transparent button.whats,
.agile_crm_form_embed button.whats {
  padding: 10px 27px !important;
  background: #25d366 !important;
  border-radius: 50px !important;
  display: inline-block !important;
}
.agile-form-transparent button.whats img,
.agile_crm_form_embed button.whats img {
  width: 32px !important;
  margin-left: 10px !important;
}
.agile-form-transparent button.whats:hover,
.agile_crm_form_embed button.whats:hover,
.agile-form-transparent button.whats:active,
.agile_crm_form_embed button.whats:active,
.agile-form-transparent button.whats:focus,
.agile_crm_form_embed button.whats:focus {
  color: white !important;
  font-weight: 700 !important;
  background: #075E54 !important;
}
.agile-form-transparent .agile-error-msg span,
.agile_crm_form_embed .agile-error-msg span {
  color: white !important;
}
.agile-form-transparent .agile-group,
.agile_crm_form_embed .agile-group {
  margin-left: 0 !important;
}
.agile-form-transparent .agile-button-field,
.agile_crm_form_embed .agile-button-field {
  text-align: left !important;
}
.quote {
  color: #ff8c28;
  font-weight: 200;
  font-size: 2em;
}
.trust {
  background-image: url('../img/ambar-pattern.gif');
  background-size: auto 100%;
  background-position: right;
  background-repeat: no-repeat;
}
.mb-24 {
  margin-bottom: 24px;
}
.privacidad p {
  padding: 0 20px;
}
.logo-leads {
  display: inline-block;
}
.logo-leads:hover {
  border-bottom: none;
}
.logo-leads img {
  width: 250px;
}
.leads {
  padding: 50px 0;
}
.leads h1 {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .leads h1 {
    padding-top: 0px;
    margin-top: 0;
  }
}
.leads h2,
.leads .lead {
  color: white;
  font-weight: 300;
}
.leads h2 strong,
.leads .lead strong {
  font-weight: 700;
}
@media (max-width: 767px) {
  .leads h2,
  .leads .lead {
    margin-bottom: 40px;
    font-size: 1.7em;
  }
}
.leads .support {
  margin-top: 70px;
  padding: 10px 5%;
  border: solid;
  border-radius: 5px;
}
.leads .support h3.title {
  font-weight: 400;
  color: white;
  line-height: 120%;
  margin-bottom: 20px;
  font-size: 24px;
}
.leads .support p {
  padding-left: 20px;
}
.leads .support ul {
  list-style: none;
  padding: 0px;
  margin-left: 10px;
}
.leads .support ul li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 25px;
}
.leads .support ul li::before {
  content: "\002714";
  font-size: 1em;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0px;
}
.imgWA {
  width: 35px;
  margin-left: 10px;
}
.v-desk {
  display: block;
}
@media (max-width: 767px) {
  .v-desk {
    display: none;
  }
}
.v-mobile {
  display: none;
}
@media (max-width: 767px) {
  .v-mobile {
    display: block;
  }
}
h2.gray {
  margin: 0 auto 20px;
}
h2.gray strong {
  font-weight: 700;
}
@media (max-width: 480px) {
  h2.gray {
    font-size: 1.5em;
  }
}
::placeholder {
  color: #fff;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #fff;
}
::-ms-input-placeholder {
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-nav {
    display: none;
  }
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex .col-lg-6 {
  margin-top: 40px;
}
@media (min-width: 991px) {
  .flex .col-lg-6 {
    max-width: 47%;
  }
}
.flex h3 {
  font-size: 30px;
}
.flex p {
  font-size: 16px;
}
.mt-4 {
  margin-top: 40px;
}
.img-fluid {
  max-width: 100%;
}
a.button.cta.whats.fix2021 {
  position: fixed;
  bottom: 32px;
  right: 32px;
  height: 60px;
  width: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
}
a.button.cta.whats.fix2021 span {
  font-size: 0;
  transition: all 1s;
  margin-right: -40px;
  opacity: 0;
}
a.button.cta.whats.fix2021 img {
  margin: 0px -40px 0px 0px;
  position: absolute;
  top: 14px;
  right: 54px;
}
a.button.cta.whats.fix2021:hover {
  width: 250px;
  padding: 8px 16px;
}
a.button.cta.whats.fix2021:hover span {
  font-size: 18px;
  margin-right: 20px;
  opacity: 1;
}
.form-catalogo span#agile-error-msg span {
  background-color: #fff;
  padding: 8px;
  width: 100% !important;
  display: inline-block;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}
.form-catalogo span#agile-error-msg span:nth-child(1) {
  font-weight: bold;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.form-catalogo span#agile-error-msg span:nth-child(2) {
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
.form-catalogo form#agile-form {
  border: solid 1px;
  border-radius: 16px;
  padding: 32px;
  text-align: left;
  color: white;
  background-color: #ff6428;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff6428), to(#ff8c28));
  background-image: -webkit-linear-gradient(left, #ff6428, #ff8c28);
  box-shadow: 0 16px 24px -8px rgba(0, 0, 0, 0.4);
}
.form-catalogo label {
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 0px;
}
.form-catalogo input,
.form-catalogo select {
  width: 100% !important;
  background-color: rgba(250, 250, 250, 0.2);
  border: solid 1px #fff;
  border-radius: 8px;
  padding: 4px 16px;
}
.form-catalogo input option,
.form-catalogo select option {
  margin: 40px;
  background: rgba(255, 255, 255, 0.3);
  color: #ff6428;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.form-catalogo input:focus,
.form-catalogo select:focus {
  outline: white;
}
.form-catalogo .agile-group {
  margin-bottom: 5px;
}
.form-catalogo .agile-group h1 {
  font-size: 24px;
}
@media (max-width: 480px) {
  .form-catalogo .agile-group h1 {
    font-size: 2em;
  }
}
.form-catalogo .agile-group h1 strong {
  font-weight: 600;
}
.form-catalogo legend {
  font-weight: 300;
  text-align: left !important;
  font-size: 2em;
  font-weight: 300 !important;
  color: #fff;
}
.form-catalogo .agile-button:hover {
  color: white !important;
  font-weight: 700;
}
.form-catalogo .i-checks input:checked + i {
  border-color: #ff8a28;
}
.form-catalogo .i-checks input:checked + i:before {
  background-color: #ff8a28 !important;
}
.alcance {
  color: white;
  background-color: #ff6428;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff6428), to(#ff8c28));
  background-image: -webkit-linear-gradient(left, #ff6428, #ff8c28);
  box-shadow: 0 16px 24px -8px rgba(0, 0, 0, 0.4);
}
.alcance .quote {
  color: #fff;
}
/*
.form-leads {
    input[type=text], input[type=number], input[type=email], input[type=password], input[type=url], select, textarea {
        border:solid 1px #cecece;
        border-bottom: 2px solid #ff8a28 !important;
    }

    input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=password]:focus, input[type=url]:focus, select, textarea:focus {
        border:solid 2px #00000040 !important;
        outline: none!important;
    }

    .agile-label {
        margin-bottom: 0px;
    }

    .agile-group {
        margin-bottom: 5px;

        h1 {
            font-size: 24px;
    
            @media (max-width: 480px) {
                font-size: 2em;
            }
    
            strong {
                font-weight: 600;
            }
        }
    }

    legend {
        font-weight: 300;
    }

    .agile-button {
        &:hover {
            color: white !important;
            font-weight:700;
        }
    }

    .i-checks {
        input:checked+i {
            border-color: #ff8a28;
        }

        input:checked+i:before {
            background-color: #ff8a28 !important;
        }
    }
}
*/
@media (max-width: 767px) {
  .form-leads .agile-group {
    padding-top: 10px;
  }
  .form-leads .agile-form-inlinecheckboxes > div > div {
    height: 38px;
  }
}
.versionB .leads {
  padding-top: 30px;
}
.versionB .logo-leads {
  padding-top: 50px;
  display: inline-block;
}
.versionB .support {
  margin-top: 60px;
}
.versionB .support h4 {
  line-height: 150%;
  font-weight: 400;
}
.versionB .support ul li {
  margin-bottom: 10px;
}
.versionB .support ul li strong {
  font-weight: 700;
}
.versionB .form-leads .agile-group h1 {
  font-size: 20px;
}
.versionB .gray strong {
  font-weight: 700;
}
@media (max-width: 767px) {
  .versionB .logo-leads {
    padding-top: 0px;
  }
}
.grid .item {
  border: solid 1px rgba(146, 148, 151, 0.2);
  position: relative;
  padding-top: 1em;
  margin: 1em 0 1em 0;
}
.grid .item h3 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
