.section {
  overflow: hidden;
}

#section1 {
  background-color: #FFF;
}
#section1 .container {
  position: relative;
}
#section1 img {
  position: absolute;
  bottom: 0;
  max-height: 370px;
}
#section1 .section-text {
  position: relative;
  width: 50%;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-right: 80px;
  z-index: 1;
}
#section1 .section-text h1 {
  font-size: 3em;
  margin-bottom: 20px;
  color: #C8B600;
}
#section1 .section-text p {
  font-size: 1.2857142857em;
  margin-bottom: 15px;
  color: #696969;
}
#section1 .section-text .offset-button {
  margin-top: 20px;
}
@media (max-width: 1200px) {
  #section1 .section-text {
    margin-right: 0;
    width: 60%;
  }
}
@media (max-width: 991px) {
  #section1 img {
    max-height: 350px;
    margin-left: -50px;
  }
  #section1 .section-text h1 {
    font-size: 2.1428571429em;
    margin-bottom: 12px;
  }
  #section1 .section-text p {
    font-size: 1.1428571429em;
    margin-bottom: 8px;
  }
}
@media (max-width: 700px) {
  #section1 img {
    max-height: 300px;
    left: -40px;
  }
  #section1 .section-text {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #section1 .section-text h1 {
    font-size: 1.7857142857em;
    margin-bottom: 10px;
  }
  #section1 .section-text p {
    font-size: 1.1428571429em;
    margin-bottom: 8px;
  }
}
@media (max-width: 600px) {
  #section1 .offset-button h1 {
    font-size: 1.4285714286em !important;
  }
  #section1 .offset-button h2 {
    font-size: 1.1428571429em !important;
  }
}
@media (max-width: 500px) {
  #section1 img {
    max-height: 200px;
    left: 0px;
  }
  #section1 .section-text {
    width: 68%;
  }
  #section1 .section-text h1 {
    font-size: 1.1428571429em;
    margin-bottom: 8px;
  }
  #section1 .section-text p {
    font-size: 0.8571428571em;
    margin-bottom: 6px;
  }
}
@media (max-width: 500px) {
  #section1 .offset-button h1 {
    font-size: 1.2857142857em !important;
  }
  #section1 .offset-button h2 {
    font-size: 1em !important;
  }
  #section1 .offset-button div {
    padding: 8px 20px;
  }
}

#section11 {
  background-color: #46b989;
  padding-top: 20px;
  padding-bottom: 20px;
}
#section11 h2 {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
}
@media (max-width: 992px) {
  #section11 h2 {
    font-size: 30px;
  }
}
@media (max-width: 766px) {
  #section11 h2 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  #section11 h2 {
    font-size: 25px;
  }
}
#section11 .col-md-12 {
  background-image: url(../../images/site/publicar_12.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 500px;
}
@media (max-width: 991px) {
  #section11 .col-md-12 {
    height: 450px;
  }
}
@media (max-width: 656px) {
  #section11 .col-md-12 {
    height: 410px;
  }
}
@media (max-width: 574px) {
  #section11 .col-md-12 {
    height: 370px;
  }
}
@media (max-width: 480px) {
  #section11 .col-md-12 {
    height: 330px;
  }
}
@media (max-width: 428px) {
  #section11 .col-md-12 {
    height: 330px;
  }
}

#section2, #section5 {
  background-color: #ff9700;
}
#section2 .container, #section5 .container {
  position: relative;
}
#section2 .section-image img, #section5 .section-image img {
  position: relative;
  bottom: 0;
  max-height: 480px;
  margin: 15px 0;
}
#section2 .section-image ol, #section5 .section-image ol {
  column-count: 3;
  list-style-position: inside;
  color: #FFF;
}
#section2 .section-image ol li, #section5 .section-image ol li {
  margin-bottom: 5px;
}
#section2 .section-text, #section5 .section-text {
  position: relative;
  width: 47%;
  color: #FFF;
  margin-top: 100px;
  margin-bottom: 100px;
  z-index: 1;
}
#section2 .section-text h1, #section5 .section-text h1 {
  font-size: 3em;
  margin-bottom: 20px;
}
#section2 .section-text p, #section5 .section-text p {
  font-size: 1.2857142857em;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  #section2 img, #section5 img {
    max-height: 400px !important;
  }
  #section2 .section-text, #section5 .section-text {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 42%;
  }
}
@media (max-width: 991px) {
  #section2 img, #section5 img {
    max-height: 350px;
  }
  #section2 .section-text, #section5 .section-text {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 100%;
  }
  #section2 .section-text h1, #section5 .section-text h1 {
    font-size: 2.1428571429em;
    margin-bottom: 12px;
  }
  #section2 .section-text p, #section5 .section-text p {
    font-size: 1.1428571429em;
    margin-bottom: 8px;
  }
  #section2 .section-text .new-button, #section5 .section-text .new-button {
    margin-top: 20px;
  }
  #section2 .section-text .new-button div, #section5 .section-text .new-button div {
    padding: 8px 5px;
  }
  #section2 .section-text .new-button div h1, #section5 .section-text .new-button div h1 {
    font-size: 1.2857142857em !important;
  }
  #section2 .section-image, #section5 .section-image {
    width: 100%;
  }
  #section2 .section-image img, #section5 .section-image img {
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  #section2 img, #section5 img {
    max-height: 300px;
  }
  #section2 .section-text, #section5 .section-text {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #section2 .section-text h1, #section5 .section-text h1 {
    font-size: 1.7857142857em;
    margin-bottom: 10px;
  }
  #section2 .section-text p, #section5 .section-text p {
    font-size: 1.1428571429em;
    margin-bottom: 8px;
  }
  #section2 .section-text .new-button h1, #section5 .section-text .new-button h1 {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  #section2 .section-text .new-button div h1, #section5 .section-text .new-button div h1 {
    font-size: 1.1428571429em !important;
  }
  #section2 .section-image ol, #section5 .section-image ol {
    column-count: 2;
  }
}
@media (max-width: 500px) {
  #section2 img, #section5 img {
    max-height: 200px;
  }
  #section2 .section-text, #section5 .section-text {
    width: 68%;
  }
  #section2 .section-text h1, #section5 .section-text h1 {
    font-size: 1.1428571429em;
    margin-bottom: 8px;
  }
  #section2 .section-text p, #section5 .section-text p {
    font-size: 0.8571428571em;
    margin-bottom: 6px;
  }
  #section2 .section-text .new-button div h1, #section5 .section-text .new-button div h1 {
    font-size: 1em !important;
  }
  #section2 ol, #section5 ol {
    padding: 0 !important;
  }
}

#section3 {
  background-color: #FFF;
  background-image: url(../../images/site/landing/bg_patern.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  position: relative;
}
#section3 .container {
  position: relative;
}
#section3 .section-image {
  width: 590px;
}
#section3 .section-image img {
  bottom: 0;
  max-height: 510px;
  margin-left: -260px;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-right: 10px;
}
#section3 .section-image img#complete-page {
  display: none;
}
#section3 .section-image ol {
  column-count: 3;
  list-style-position: inside;
  padding: 0;
}
#section3 .section-image ol li {
  margin-bottom: 5px;
}
#section3 .section-image.section-image-bottom {
  display: none;
}
#section3 .section-text {
  position: relative;
  width: 45%;
  margin-top: 100px;
  margin-bottom: 25px;
  margin-right: 80px;
  z-index: 1;
}
#section3 .section-text h1 {
  font-size: 3em;
  margin-bottom: 20px;
  color: #696969;
}
#section3 .section-text h1 span {
  color: #C8B600;
}
#section3 .section-text p {
  font-size: 1.2857142857em;
  margin-bottom: 15px;
  color: #696969;
}
#section3 .section-text .new-buttonimg {
  background-image: url(../../images/site/bt_minisite1.jpg);
  background-size: cover;
}
@media (max-width: 450px) {
  #section3 .section-text .new-buttonimg {
    background-image: url(../../images/site/bt_minisite.jpg);
  }
}
#section3 .section-text .new-buttonimg h2 {
  font-size: 18px;
  margin: 0;
  color: #696969;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 62px;
  margin-left: 10px;
}
@media (max-width: 450px) {
  #section3 .section-text .new-buttonimg h2 {
    font-size: 12px;
    margin-right: 55px;
  }
}
@media (max-width: 1300px) {
  #section3 .section-image {
    width: 545px;
  }
}
@media (max-width: 1200px) {
  #section3 .section-image {
    width: 470px;
  }
  #section3 .section-image img {
    max-height: 470px;
  }
  #section3 .section-text {
    margin-right: 0;
    width: 50%;
  }
}
@media (max-width: 991px) {
  #section3 .section-image {
    width: 352px;
  }
  #section3 .section-image img {
    margin-left: 0;
  }
  #section3 .section-image img#complete-page-bg {
    display: none;
  }
  #section3 .section-image img#complete-page {
    display: inherit;
  }
  #section3 .section-image ol {
    column-count: 2;
  }
  #section3 .section-text h1 {
    font-size: 2.1428571429em;
    margin-bottom: 12px;
  }
  #section3 .section-text p {
    font-size: 1.1428571429em;
    margin-bottom: 8px;
  }
}
@media (max-width: 750px) {
  #section3 .section-image {
    width: 100%;
  }
  #section3 .section-image img {
    max-width: 100%;
  }
  #section3 .section-image img#complete-page-bg {
    display: inherit;
  }
  #section3 .section-image img#complete-page {
    display: none;
  }
  #section3 .section-image ol {
    column-count: 3;
  }
  #section3 .section-image.section-image-upper {
    display: none;
  }
  #section3 .section-image.section-image-bottom {
    display: inherit;
  }
  #section3 .section-text {
    width: 100%;
    margin-top: 25px;
  }
  #section3 .section-text a {
    margin-top: 25px;
  }
}
@media (max-width: 600px) {
  #section3 .section-image {
    text-align: center;
  }
  #section3 .section-image img {
    margin-left: auto;
    margin-right: auto;
  }
  #section3 .section-image img#complete-page-bg {
    display: none;
  }
  #section3 .section-image img#complete-page {
    display: inherit;
  }
}
@media (max-width: 550px) {
  #section3 ol {
    column-count: 2 !important;
  }
}
@media (max-width: 500px) {
  #section3 img {
    max-height: 200px;
  }
  #section3 .section-text h1 {
    font-size: 1.1428571429em;
    margin-bottom: 8px;
  }
  #section3 .section-text p {
    font-size: 0.8571428571em;
    margin-bottom: 6px;
  }
}
@media (max-width: 500px) {
  #section3 .section-text .new-button h1 {
    font-size: 1.4285714286em;
  }
  #section3 .section-text .new-button h2 {
    font-size: 1em;
  }
}

#section4 {
  background-color: #46B989;
  color: #FFF;
}
#section4 .dropdown .caret {
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px dashed;
}
#section4 .dropdown .dropdown-menu {
  border-radius: 0px;
}
#section4 .dropdown img {
  max-height: 30px;
}
#section4 h1 {
  font-size: 3em;
  margin: 25px 0 0 0;
}
#section4 h2 {
  margin: 0;
}
#section4 .ds-paymentMethodsAvailability {
  font-weight: 400;
  font-size: 16px;
  margin-left: 30px;
  margin-top: 8px;
}
#section4 .ds-paymentProcessorName {
  font-weight: 400;
  font-style: italic;
  font-size: 22px;
  margin-left: 30px;
  margin-top: 5px;
}
#section4 .ds-tittlePaqueTex1 {
  margin-left: 30px;
}
#section4 .ds-paymentProcessorsContainer {
  margin-left: 30px;
}
#section4 .ds-paymentProcessorSelector {
  width: 41px;
  height: 41px;
  background: url("../../images/site/pago_verde.png") no-repeat;
  background-size: contain;
  text-align: center;
  display: inline-block;
  margin-right: 8px;
  position: relative;
}
#section4 .ds-paymentProcessorSelector img {
  max-width: 100%;
  max-height: 30px;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#section4 .ds-paymentProcessorSelector.ds-active {
  background: url("../../images/site/pago_blanco.png") no-repeat;
  background-size: contain;
}
#section4 #plans-wrapper .plan-wrapper {
  border: 5px dashed #46B989;
  border-radius: 160px;
  width: 320px;
  height: 320px;
  margin: 0 auto;
  padding: 15px;
}
#section4 #plans-wrapper .plan-wrapper img {
  max-height: 160px;
  margin: 8px 0;
}
#section4 #plans-wrapper .plan-wrapper h2, #section4 #plans-wrapper .plan-wrapper h4 {
  margin: 0;
}
#section4 #plans-wrapper .plan-wrapper .plan-inner-wrapper {
  background-color: #37926c;
  border-radius: 160px;
  padding: 20px;
  height: 100%;
  width: 100%;
}
#section4 #plans-wrapper .plan-wrapper:hover {
  border-color: #FFF;
}
#section4 .btn {
  margin: 30px 0;
  padding: 6px 6px;
}
#section4 .btn h1 {
  font-size: 2.2857142857em !important;
}
#section4 .btn h2 {
  font-size: 1.7142857143em !important;
}
@media (max-width: 991px) {
  #section4 h1 {
    font-size: 2.1428571429em;
  }
  #section4 h2 {
    font-size: 1.7142857143em;
  }
  #section4 #plans-wrapper .plan-wrapper {
    width: 240px;
    height: 240px;
  }
  #section4 #plans-wrapper .plan-wrapper img {
    max-height: 100px;
    margin: 5px 0;
  }
  #section4 #plans-wrapper .plan-wrapper h2 {
    font-size: 1.8571428571em;
  }
}
@media (max-width: 500px) {
  #section4 h1 {
    font-size: 1.8571428571em;
  }
  #section4 h2 {
    font-size: 1.4285714286em;
  }
  #section4 .btn {
    margin: 25px 0;
  }
  #section4 .btn h1 {
    font-size: 1.5714285714em !important;
  }
  #section4 .btn h2 {
    font-size: 1.1428571429em !important;
  }
}

/*--- style button comprar section 4 star---*/
.new-button-blue {
  background-color: #1d80d5;
  padding: 5px;
}
.new-button-blue div {
  border: 1px solid #FFF;
  padding: 8px 30px;
  display: inline-block;
  color: #FFF;
}
.new-button-blue div h1 {
  font-size: 1.7142857143em !important;
  color: #FFF;
  margin: 0 !important;
}
.new-button-blue:hover {
  background-color: #337ab7;
}

/*--- style button comprar section 4 end ---*/
#section5 {
  background-color: #FFF;
}
#section5 .section-text {
  margin-bottom: 0;
  width: 52%;
}
#section5 .section-text h1 {
  color: #46B989;
}
#section5 .section-text h1 span {
  color: #37926c;
}
#section5 .section-text p {
  color: #696969;
}
#section5 .section-text .btn {
  margin: 25px 0;
}
#section5 .section-text .btn h1 {
  color: #FFF;
}
#section5 img {
  position: absolute;
  max-height: 465px;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  #section5 img {
    max-height: 350px !important;
  }
}
@media (max-width: 700px) {
  #section5 .section-text h2 {
    font-size: 1.7142857143em;
  }
  #section5 img {
    max-height: 250px !important;
  }
}
@media (max-width: 500px) {
  #section5 .section-text {
    width: 62%;
  }
  #section5 .section-text h2 {
    font-size: 1.4285714286em;
  }
  #section5 img {
    max-height: 200px !important;
    right: -60px;
  }
}

#section6 {
  background-image: url("../../images/site/landing/bg_orange_circle.png");
  background-position: center;
  background-size: cover;
  color: #FFF;
  padding: 200px 0;
}
#section6 h1, #section6 h2 {
  margin: 0;
}
#section6 .btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  #section6 {
    padding: 100px 0;
  }
  #section6 h1 {
    font-size: 2.1428571429em;
  }
  #section6 h2 {
    font-size: 1.7142857143em;
  }
  #section6 .btn {
    margin-top: 30px;
  }
}
@media (max-width: 650px) {
  #section6 {
    padding: 50px 0;
  }
  #section6 h1 {
    font-size: 1.7142857143em;
  }
  #section6 h2 {
    font-size: 1.2857142857em;
  }
  #section6 .btn {
    margin-top: 25px;
  }
  #section6 .btn h1 {
    font-size: 1.4285714286em !important;
  }
  #section6 .btn h2 {
    font-size: 1.1428571429em !important;
  }
}
@media (max-width: 550px) {
  #section6 h1 {
    font-size: 1.4285714286em;
  }
  #section6 h2 {
    font-size: 1em;
  }
}

/*# sourceMappingURL=publish.css.map */
