@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica-Bold.woff2") format("woff2"), url("../fonts/Helvetica-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica-Light.woff2") format("woff2"), url("../fonts/Helvetica-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica.woff2") format("woff2"), url("../fonts/Helvetica.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  overflow-x: hidden;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #222222;
  font-size: 16px;
  line-height: 26px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  font-family: "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-optical-sizing: auto;
}

html {
  scroll-behavior: smooth;
}

* {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.site-main,
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1280px ) {
	.site-main,
	.container {
 		 max-width: 960px;
	}
}
@media only screen and (min-width: 768px) {
  .site-main,
  .container {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

input[type=button],
input[type=reset],
input[type=submit] {
  border: 0;
  border-radius: 0;
  background: #7ade46;
  color: #222222;
  padding: 15px 40px;
  cursor: pointer;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  width: 100%;
}
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background-color: #5ecd24;
}
@media only screen and (min-width: 768px) {
  input[type=button],
  input[type=reset],
  input[type=submit] {
    width: auto;
  }
}

input[type=checkbox] {
  accent-color: #7ade46;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  color: #222222;
  border: 1px solid #bebebe;
  background-color: transparent;
  border-radius: 0;
  padding: 5px;
  height: 30px;
  width: 100%;
  font-size: 12px !important;
  border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  color: #222222;
  outline: 0;
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=range]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=color]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #bebebe;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=range]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=color]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #bebebe;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=range]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=color]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #bebebe;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=range]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=month]::-ms-input-placeholder, input[type=week]::-ms-input-placeholder, input[type=time]::-ms-input-placeholder, input[type=datetime]::-ms-input-placeholder, input[type=datetime-local]::-ms-input-placeholder, input[type=color]::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #bebebe;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #bebebe;
}
input[type=text] option,
input[type=email] option,
input[type=url] option,
input[type=password] option,
input[type=search] option,
input[type=number] option,
input[type=tel] option,
input[type=range] option,
input[type=date] option,
input[type=month] option,
input[type=week] option,
input[type=time] option,
input[type=datetime] option,
input[type=datetime-local] option,
input[type=color] option,
textarea option,
select option {
  font-size: 13px;
}

@media only screen and (max-width: 768px) {
  .responsive-invert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 1280px) {
	.btn a {
		padding: 10px 20px !important;
	}
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
form .full {
  width: 100%;
}
form .mid,
form .full {
  margin-bottom: 10px;
  position: relative;
}

form .full-mb-0 {
	margin-bottom: 0 !important;
}
form .mid.submit-button,
form .full.submit-button {
  text-align: right;
}

form .mid.form-title-f,
form .full.form-title-f {
  margin-top: 0;
}
form .mid.form-title h4,
form .full.form-title h4 {
  margin: 0;
}
form .mid.form-title p,
form .full.form-title p {
  font-size: 12px;
  margin: 0;
  line-height: 13px;
  margin-top: 3px;
}
form .mid {
  width: 49%;
}
form .wpcf7-acceptance {
  font-size: 12px;
}

form .wpcf7-acceptance > span > label {
  line-height: 13px;
    display: flex;
    align-items: flex-start;
}
form .wpcf7-list-item {
  margin-left: 0;
}
form .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 7px;
}
form span.wpcf7-not-valid-tip {
  font-size: 10px !important;
}

textarea {
  height: 100px;
}

a {
  color: #7ade46;
}
a:hover, a:active, a:focus {
  outline: 0;
}
a:visited {
  color: #7ade46;
}
a:hover, a:focus, a:active {
  color: #7ade46;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Helvetica", sans-serif;
  line-height: 110%;
}

h1 {
  font-size: 34px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 1280px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-size: 25px;
  color: #222222;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 300;
}
h2 strong {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 1280px) {
  h2 {
    font-size: 55px;
  }
}

h3 {
  font-size: 20px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-weight: 500;
}

.header-landing {
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(34, 34, 34, 0.1);
          box-shadow: 0 0 30px rgba(34, 34, 34, 0.1);
  z-index: 99;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed !important;
  left: 0 !important;
  width: 100% !important;
  margin: 0 !important;
}
.header-landing .wpb_content_element {
  margin-bottom: 0;
}
.header-landing p {
  margin: 0;
}
.header-landing .btn {
  text-align: right;
  display: none;
}
@media only screen and (min-width: 768px) {
  .header-landing .btn {
    display: block;
  }
}

.btn a {
  background-color: #7ade46;
  color: #222222;
  padding: 10px 36px;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .btn a {
    width: 100%;
    text-align: center;
  }
}
.btn a:hover {
  background-color: #5ecd24;
}
.btn.btn-invert a {
  background-color: transparent;
  border: 1px solid #7ade46;
}
.btn.btn-invert a:hover {
  background-color: #7ade46;
}
.btn.btn-invert.btn-white a {
  color: #fff;
  border: 1px solid #fff;
}
.btn.btn-invert.btn-white a:hover {
  background-color: #fff;
  color: #222222;
}

.white-circles > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


@media (min-width: 768px) and (max-width: 1000px) {
	.white-circles > div > div {
		max-width: 70%;
		margin: 0 auto;
	}
}

.white-circles .wpb_text_column {
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-bottom: 0;
  width: 160px;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 1600px) {
  .white-circles .wpb_text_column {
    width: 140px;
    height: 140px;
  }
}
.white-circles .wpb_text_column > div {
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
  max-width: 140px;
  max-height: 140px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1600px) {
  .white-circles .wpb_text_column > div {
    max-width: 120px;
    max-height: 120px;
  }
}
.white-circles .wpb_text_column p {
  margin: 0;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
}
@media only screen and (max-width: 1024px) {
  .white-circles .wpb_text_column p {
    font-size: 14px;
    line-height: 18px;
  }
}

.hero-landing {
  padding-top: 100px;
  background: rgb(124, 189, 60);
  background: -webkit-gradient(linear, left top, right top, from(rgb(124, 189, 60)), to(rgb(87, 191, 197)));
  background: linear-gradient(90deg, rgb(124, 189, 60) 0%, rgb(87, 191, 197) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7cbd3c",endColorstr="#57bfc5",GradientType=1);
}
@media only screen and (max-width: 1024px) {
  .hero-landing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero-landing .wpb_column {
    width: 100%;
  }
}
.hero-landing__form {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  
}
@media only screen and (max-width: 1024px) {
  .hero-landing__form {
    margin-bottom: 50px !important;
  }
}
.hero-landing__form h3 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px;
	font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .hero-landing__form h3 {
    font-size: 20px;
  }
}
.hero-landing__form h4 {
  margin-top: 0;
  font-size: 14px;
}
.hero-landing__form sup {
  color: #7ade46;
}
@media only screen and (min-width: 768px) {
  .hero-landing__title {
    margin-bottom: 80px !important;
	padding-top: 50px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .hero-landing__title {
    margin-bottom: 50px !important;
	  padding-top: 30px !important;
  }
}

.header-landing img {
    width: 70%;
}
.hero-landing__title h1 {
  color: #fff;
  margin: 0;
}
.hero-landing__title p {
  color: #fff;
  font-size: 18px;
  margin: 0;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .hero-landing__title p {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1280px) {
  .hero-landing__title p {
    font-size: 30px;
  }
}
.hero-landing .wpb_single_image {
  margin-bottom: 0;
}

.box-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .box-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1280px) {
  .box-section {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}

.shipping-img-desk {
  display: none;
}
@media only screen and (min-width: 768px) {
  .shipping-img-desk {
    display: block;
  }
}

.shipping-img-mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  .shipping-img-mobile {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .grey-boxes {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .grey-boxes > div {
    padding: 15px 0 !important;
  }
}
.grey-boxes .wpb_column > div {
  background-color: #f6f6f6;
  border-radius: 15px;
  padding: 40px !important;
}
.grey-boxes .wpb_content_element {
  margin-bottom: 0;
}

.optimizacion {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: rgb(124, 189, 60);
  background: -webkit-gradient(linear, left top, right top, from(rgb(124, 189, 60)), to(rgb(87, 191, 197)));
  background: linear-gradient(90deg, rgb(124, 189, 60) 0%, rgb(87, 191, 197) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7cbd3c",endColorstr="#57bfc5",GradientType=1);
}
@media only screen and (min-width: 768px) {
  .optimizacion {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
	  margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .optimizacion {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

.why-choose {
	margin-top: 50px;
	margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .why-choose {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
	}
}
@media only screen and (min-width: 1280px) {
	  .why-choose {
		margin-top: 120px !important;
		margin-bottom: 120px !important;
	}
}
.optimizacion__title {
  color: #fff;
}
.optimizacion__title h2,
.optimizacion__title p {
  color: #fff;
}

.footer-landing {
    padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .optimizacion__title a {
    display: none;
  }
}

.mobile-button {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 768px) {
  .mobile-button {
    display: none;
  }
}
.mobile-button a {
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .footer-landing {
    padding-bottom: 80px;
  }
}
.footer-landing .wpb_column > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
@media only screen and (max-width: 768px) {
  .footer-landing .wpb_column > div > div {
    gap: 10px;
  }
}
.footer-landing .wpb_column > div > div .wpb_content_element {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .footer-landing .wpb_single_image:last-child {
    width: 100%;
  }
}
.footer-landing .wpb_text_column {
  border-right: 1px solid #7ade46;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .footer-landing .wpb_text_column {
    border-right: 0;
    border-bottom: 1px solid #7ade46;
    padding-right: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px !important;
  }
}
.footer-landing p {
  margin: 0;
  color: #fff;
}

.width-80 {
  max-width: 80%;
  margin: 0 auto !important;
}
@media only screen and (max-width: 768px) {
  .width-80 {
    max-width: inherit;
  }
}

.btn-fixed-mobile {
  position: fixed !important;
  left: 0 !important;
  bottom: 0;
  width: 100% !important;
  left: 0 !important;
  z-index: 999;
  margin: 0 !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.btn-fixed-mobile.active {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 768px) {
  .btn-fixed-mobile {
    display: none;
  }
}
.btn-fixed-mobile .vc_column-inner {
  padding: 0 !important;
}
.btn-fixed-mobile p {
  margin: 0;
}
.btn-fixed-mobile .wpb_content_element {
  margin-bottom: 0;
}

.logo-thankyou {
  padding-top: 50px;
}
@media only screen and (min-width: 1024px) {
  .logo-thankyou {
    padding-top: 100px;
  }
}
.logo-thankyou img {
  max-width: 350px !important;
  width: 100%;
}

.footer-thankyou {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 1024px) {
  .footer-thankyou {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.footer-thankyou .wpb_single_image img {
  width: 146px;
}
.footer-thankyou p {
  font-size: 18px;
  color: #fff;
}
.footer-thankyou p strong {
  font-size: 24px;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .footer-thankyou .wpb_text_column {
    max-width: 70%;
  }
}
.footer-thankyou .wpb_text_column img {
  width: 75px;
  margin-right: 20px;
}
.footer-thankyou .wpb_text_column p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-thankyou .wpb_text_column a {
  color: #fff;
  text-decoration: none;
}

.thankyou-content {
  padding-bottom: 50px;
	padding-top: 100px;
}


@media only screen and (min-width: 1024px) {
  .thankyou-content {
    padding-bottom: 100px;
    padding-top: 150px;
  }
}
.thankyou-content img {
  max-width: 520px !important;
  width: 100%;
}
.thankyou-content a {
  color: #939393;
}/*# sourceMappingURL=bring-it-lp.css.map */