:root {
  --black: black;
  --forest-green: #080;
  --dark-orange: #f07c00;
  --white: white;
  --red: #ff0001;
  --firebrick: #c23733;
  --yellow-green: #95df4a;
  --lime-green: #00b337;
  --orange-red: #ff4420;
  --dark-cyan: #008699;
  --chocolate: #b57253;
  --tomato: #ec4a42;
  --medium-sea-green: #00cc7c;
  --lime-green-2: #65ad3f;
  --dark-slate-grey: #243339;
  --white-smoke: #ebebeb;
  --midnight-blue: #202e5c;
  --sea-green: #007c47;
  --yellow: #f4e955;
  --firebrick-2: #b90000;
  --dark-slate-blue: #35495e;
  --deep-sky-blue: #00b0ea;
  --gold: #fc0;
  --grey: #838383;
  --cadet-blue: #2da9b0;
  --teal: #1c6c70;
  --orange: #ea9a00;
  --white-smoke-2: #f9f7f7;
  --royal-blue: #005d99;
  --lavender: #c6c6e2;
  --crimson: #ff084a;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.troner-div {
  background-color: #eee;
  min-height: 650px;
  padding: 30px;
  box-shadow: -1px 1px 3px #00000080;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.troner-div-guardias {
  opacity: .7;
  background-image: linear-gradient(#00000080, #00000080), url('../images/troner-banner-guardias.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 650px;
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity .5s;
}

.troner-div-guardias:hover {
  opacity: 1;
}

.troner-div-aseo {
  opacity: .7;
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/troner-banner-aseo.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 650px;
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity .5s;
}

.troner-div-aseo:hover {
  opacity: 1;
}

.text-block {
  color: #555;
  text-align: center;
  letter-spacing: 3px;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.link {
  color: #c23733;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.heading {
  color: #555;
  text-align: center;
  border-top: 1px solid #c237334d;
  border-bottom: 1px solid #c237334d;
  margin-top: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
}

.text-field {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.submit-button {
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #c23733;
  width: 90%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 100;
  transition: background-color .5s;
  display: block;
}

.submit-button:hover {
  background-color: red;
}

.heading-2 {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 900;
  line-height: 45px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #c23733;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
  transition: background-color .5s;
  display: block;
}

.button:hover {
  background-color: red;
}

.section {
  background-color: #c23733;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.troner-section-gracias {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.troner-call {
  background-image: linear-gradient(#c23733cc, #c23733cc), url('../images/troner-aseo5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
}

.heading-3.troner-2do-call {
  font-size: 32px;
}

.text-block-2 {
  color: #eee;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 25px;
}

.text-block-2.text-troner {
  margin-bottom: 10px;
  font-weight: 400;
}

.section-2 {
  background-image: linear-gradient(#0000001a, #fff);
  padding-top: 80px;
  padding-bottom: 120px;
}

.image-2 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 300px;
  padding-bottom: 10px;
  display: block;
}

.heading-4 {
  color: #333;
  text-transform: uppercase;
  margin-top: 50px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.heading-4.troner-2do-titulo {
  margin-top: 20px;
}

.heading-4.troner-2do-titulo.titulo-center {
  text-align: center;
}

.row {
  color: #555;
  font-family: Montserrat, sans-serif;
}

.column-2 {
  color: #0000;
}

.paragraph {
  color: #555;
  text-align: justify;
}

.paragraph.text-center-troner {
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.unordered-list {
  color: #555;
}

.list-item {
  margin-bottom: 5px;
  font-weight: 700;
}

.button-2 {
  letter-spacing: 2px;
  background-color: #c23733;
  margin-top: 10px;
  margin-left: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 100;
  transition: background-color .5s;
}

.button-2:hover {
  background-color: red;
}

.button-2.btn-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-3 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-3 {
  color: #ccc;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.button-3 {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 100;
  transition: background-color .5s;
  display: block;
}

.button-3:hover {
  background-color: red;
}

.section-3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-4 {
  color: #c23733;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
  display: block;
}

.section-4 {
  background-color: #333;
}

.image-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.troner-aseo {
  background-image: linear-gradient(#0006, #0006), url('../images/troner-aseo4.jpg');
  background-position: 0 0, -76px;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  min-height: 650px;
}

.section-5 {
  background-image: url('../images/troner-aseo7.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block {
  background-color: #fffc;
  border-radius: 5px;
  padding: 30px;
  box-shadow: 1px 1px 3px #00000080;
}

.image-6 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bold-text {
  text-align: justify;
}

.texpro-body {
  background-image: linear-gradient(#62626280, #62626280), url('../images/texpro-banner.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.image-7 {
  text-align: center;
  margin: 50px auto 5px;
  display: block;
}

.heading-5 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #00000080;
  margin-top: 70px;
  margin-bottom: 5px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 70px;
  line-height: 65px;
}

.link-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

.link-4 {
  color: #fff;
  background-image: url('../images/telefono-blanco-min.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 25px;
  text-decoration: none;
  transition: color .4s;
}

.link-4:hover {
  color: #95df4a;
}

.link-4.w--current {
  color: #fff;
}

.link-5 {
  color: #fff;
  text-decoration: none;
}

.link-6 {
  color: #fff;
  background-image: url('../images/email-blanco-min.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 25px;
  text-decoration: none;
  transition: color .4s;
}

.link-6:hover {
  color: #95df4a;
}

.link-6.w--current {
  color: #fff;
  background-image: url('../images/email-blanco-min.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 25px;
}

.heading-6 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #95df4a;
  margin-bottom: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-weight: 400;
  line-height: 35px;
}

.submit-button-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #95df4a;
  border-radius: 3px;
  width: 90%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  transition: background-color .4s;
  display: block;
}

.submit-button-2:hover {
  background-color: #00b337;
}

.form-block {
  background-image: linear-gradient(#00000080, #00000080);
  margin-bottom: 0;
  padding: 10px 10px 50px;
}

.text-field-2 {
  text-align: center;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
}

.section-6 {
  background-color: #00b337;
  background-image: linear-gradient(#00b33780, #00b33780), url('../images/texpro-banner02.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
}

.heading-7 {
  text-shadow: 1px 1px 6px #0000004d;
  margin-top: 0;
  font-size: 55px;
  line-height: 55px;
}

.text-block-6 {
  text-shadow: 1px 1px 7px #000000b3;
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 30px;
}

.button-4 {
  letter-spacing: 1px;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 3px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Lato, sans-serif;
  transition: background-color .4s, color .4s;
}

.button-4:hover {
  color: #00b337;
  background-color: #fff;
}

.section-7 {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.section-7.texpro-section1 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.bold-text-2 {
  background-color: #c23733;
  border-radius: 3px;
  padding-left: 20px;
  padding-right: 20px;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-2 {
  background-color: #eee;
  min-width: auto;
  min-height: 311px;
  padding: 25px;
  box-shadow: 1px 1px 3px #0000004d;
}

.div-block-2.texpro-div2 {
  background-color: #008699;
  min-height: auto;
  padding-top: 77px;
  padding-bottom: 77px;
}

.div-block-2.texpro-div3 {
  background-color: #b57253;
  min-height: auto;
  max-height: 273px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.div-block-2.texpro-div4 {
  background-color: #00b337;
  min-height: auto;
  padding-top: 27px;
  padding-bottom: 27px;
}

.heading-8 {
  color: #ff4420;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 35px;
}

.heading-8.texpro-titulo2, .heading-8.texpro-titulo3 {
  color: #fff;
}

.text-block-7 {
  color: #ff4420;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.text-block-7.texpro-txt3 {
  color: #fff;
}

.text-block-8 {
  color: #555;
  text-align: center;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.text-block-8.texpro-txt2 {
  color: #eee;
}

.button-5 {
  text-align: center;
  background-color: #ff4420;
  border-radius: 3px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-weight: 300;
  display: block;
}

.button-5:hover {
  background-image: linear-gradient(#0003, #0003);
}

.button-5.texpro-btn2 {
  background-color: #0000;
  border: 1px solid #fff;
}

.button-5.texpro-btn3 {
  background-color: #00b337;
  border: 1px solid #fff;
}

.div-block-3 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-8 {
  width: 100%;
  max-width: 100%;
  max-height: 273px;
}

.section-8 {
  background-color: #eee;
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-span {
  color: #ddd;
}

.text-block-9 {
  text-align: left;
  letter-spacing: 1px;
  padding-left: 50px;
  font-family: Lato, sans-serif;
}

.text-block-9.texpro-direccion {
  background-image: url('../images/direccion-blanco.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px;
}

.text-block-9.texpro-tel {
  background-image: url('../images/telefono-blanco-min.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px;
  display: block;
}

.text-block-9.texpro-email {
  background-image: url('../images/email-blanco-min.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px;
}

.bold-text-3 {
  font-weight: 900;
}

.link-7 {
  color: #fff;
  text-decoration: none;
}

.link-7.w--current {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}

.link-7.texpro-email {
  text-transform: none;
}

.knowchile-body {
  background-image: url('../images/knowchile-banner.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.heading-9 {
  color: #ec4a42;
  text-align: center;
  border: 2px solid #ec4a42;
  margin-top: 90px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.submit-button-3 {
  width: 90%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form {
  background-image: linear-gradient(#0000, #ffffffb3);
  margin-bottom: 0;
  padding: 10px 10px 120px;
}

.heading-10 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #008699;
  margin-top: 150px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.heading-10.know-titulocall {
  margin-top: 0;
}

.heading-11 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
}

.button-6 {
  color: #ec4a42;
  text-align: center;
  background-color: #0000;
  border: 2px solid #ec4a42;
  width: 300px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: block;
}

.button-6.know-btnmasinfo {
  width: 90%;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-6.know-btnmasinfo._2do {
  margin-top: 20px;
}

.section-9 {
  background-color: #00cc7c;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-10 {
  background-color: #fff;
  background-image: url('../images/knowchile-banner01.jpg');
  background-position: 50% 100%;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 200px;
}

.text-block-10 {
  text-align: center;
  margin-top: 10px;
  transition: color .4s;
}

.text-block-10:hover {
  color: #ec4a42;
}

.link-8 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  transition: color .4s;
}

.link-8:hover {
  color: #ec4a42;
}

.link-8.w--current {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  transition: color .4s;
}

.slider {
  width: auto;
  height: 100%;
  position: relative;
}

.icon {
  font-size: 24px;
}

.div-block-4 {
  background-color: #ffffff80;
  min-height: 220px;
  padding: 20px;
}

.heading-12 {
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
}

.heading-12.know-titulo {
  font-size: 36px;
}

.paragraph-2 {
  color: #555;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.section-11 {
  background-color: #fff;
  background-image: linear-gradient(#fff, #0000001a);
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-block-11 {
  text-align: center;
  letter-spacing: -1px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.bold-text-4 {
  font-size: 21px;
}

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

.heading-13 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.tab-pane {
  background-color: #eee;
  padding: 30px;
}

.tabs-content {
  box-shadow: 1px 1px 3px #00000080;
}

.heading-14 {
  color: #00cc7c;
  text-align: center;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
}

.list-item-2 {
  color: #555;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
}

.unordered-list-2 {
  padding-left: 30px;
}

.text-block-12 {
  color: #555;
  letter-spacing: 1px;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.column-4 {
  padding-left: 0;
  padding-right: 0;
}

.text-block-13 {
  color: #333;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.image-9 {
  width: 100%;
}

.section-12 {
  background-color: #ffffffe6;
  padding-top: 40px;
  padding-bottom: 40px;
}

.link-9 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
  display: block;
}

.column-5 {
  text-decoration: none;
}

.text-block-14 {
  color: #ec4a42;
  text-align: center;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: block;
}

.column-6 {
  text-transform: uppercase;
}

.link-10 {
  color: #555;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.link-10.know-email {
  font-size: 18px;
}

.text-block-15 {
  color: #555;
  letter-spacing: 2px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
}

.div-block-5 {
  margin-top: 20px;
  padding-left: 0;
  display: inline-block;
}

.image-10 {
  background-color: #ec4a42;
  margin-bottom: 5px;
  padding: 5px;
}

.text-block-16 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 1px 1px 6px #000000b3;
  font-family: Lato, sans-serif;
  font-size: 23px;
}

.text-block-16.texto-gracias {
  line-height: 30px;
}

.estampado-bannergracias {
  padding-top: 103px;
  padding-bottom: 200px;
}

.bodyen {
  padding-left: 0;
  font-family: Raleway, sans-serif;
}

.headen {
  padding-left: 50px;
}

.banen {
  background-image: url('../images/ban.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 130px;
  padding-left: 70px;
}

.txtbanen {
  color: #fff;
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.txtbanen.txtbanen2 {
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Cabin Sketch, sans-serif;
  font-size: 49px;
  font-weight: 900;
  line-height: 50px;
}

.txtbanen.txtbanen3 {
  color: #65ad3f;
  font-size: 33px;
  font-weight: 900;
}

.formen {
  background-color: #65ad3fcc;
  width: 80%;
  margin-top: 20px;
  padding: 10px;
}

.btnenviaren {
  text-transform: uppercase;
  background-color: #243339;
  width: 100%;
  margin-top: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.infoen {
  padding: 100px;
}

.txtinfen {
  color: #65ad3f;
  margin-bottom: 30px;
  font-family: Cabin Sketch, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 50px;
}

.txtinfen.txtinfen3 {
  color: #fff;
  text-align: center;
}

.txtinfen.txtifnen222 {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
}

.txtinfen.txtifnen222.txtinfen22 {
  text-transform: none;
  font-size: 25px;
}

.txtinfen.txtifnen222.txtiven {
  text-transform: none;
  margin-bottom: 0;
  font-size: 25px;
}

.txtinfen.infen22 {
  text-align: center;
  margin-bottom: 0;
}

.txtinfen2 {
  text-align: justify;
}

.btnconten {
  text-align: center;
  letter-spacing: 5px;
  background-color: #243339;
  width: 100%;
  margin-top: 30px;
}

.btnconten.btnconten2 {
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 1px 1px 3px #000;
}

.btnconten.btnins {
  text-align: center;
  background-color: #00b337;
  border-radius: 100px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  font-weight: 900;
  display: block;
}

.inf2en {
  background-image: url('../images/inf2.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px;
}

.diven {
  background-color: #0006;
  border: 1px #fff;
  padding: 5px;
  box-shadow: 2px 2px 14px 1px #000;
}

.txtseren {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Cabin Sketch, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.txtseren2 {
  color: #fff;
  text-align: center;
  height: 80px;
  margin-top: 10px;
}

.foten {
  background-color: #243339;
  padding: 30px 100px;
}

.rowphoen {
  margin-top: 20px;
}

.logofoten {
  margin-top: -30px;
}

.image-12 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-13 {
  z-index: 10;
  background-color: #ebebeb;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.section-14 {
  background-image: linear-gradient(#ffffff80, #00000080), url('../images/marsol-banner-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-14.gracias {
  padding-top: 77px;
  padding-bottom: 77px;
}

.heading-15 {
  color: #fff;
  margin-top: 300px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 65px;
  font-weight: 800;
  line-height: 65px;
}

.paragraph-3 {
  text-align: justify;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.div-block-6 {
  background-image: linear-gradient(#0000, #0006), url('../images/marsol-formulario.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 5px;
  min-height: 360px;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.heading-16 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 13px #000;
  margin-bottom: 0;
  padding-top: 100px;
  font-family: Montserrat, sans-serif;
}

.heading-16.titulo-info {
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
}

.heading-16.titulo-info.titulo-3 {
  color: #555;
  text-shadow: none;
}

.heading-16.subtitulo {
  color: #999;
  padding-top: 0;
  font-size: 25px;
  line-height: 30px;
}

.form-block-2 {
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.submit-button-4 {
  letter-spacing: 2px;
  background-color: red;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  display: block;
}

.section-15 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-7 {
  text-align: justify;
  background-color: #ebebeb;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px;
  box-shadow: 1px 1px 3px #0003;
}

.paragraph-4 {
  text-align: justify;
  margin: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  display: inline;
}

.paragraph-4.light {
  color: #fff;
  text-align: justify;
  line-height: 15px;
}

.heading-17 {
  clear: none;
  color: #eee;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  display: inline;
  position: relative;
  bottom: 0;
  left: 0;
}

.div-block-8 {
  background-image: url('../images/marsol-banner-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-9 {
  background-color: red;
  border-radius: 5px;
  min-height: 360px;
  margin-bottom: 20px;
  padding: 35px;
}

.paragraph-5 {
  color: #fff;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.paragraph-5.glosa {
  color: #ccc;
  text-align: left;
  font-size: 14px;
}

.text-block-17 {
  color: #fff;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.section-16 {
  background-color: #ebebeb;
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading-18 {
  color: #999;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 23px;
}

.section-17 {
  background-color: #202e5c;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-field-3 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.paragraph-6 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.link-11 {
  display: block;
}

.image-13 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-18 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.link-block {
  margin-right: 10px;
}

.image-14 {
  float: right;
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-7 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  display: block;
}

.button-7 {
  background-color: #d30000;
  border: 1px solid #ebebeb;
  width: 140px;
  padding: 5px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.linken {
  color: #333;
  text-decoration: none;
}

.heading-19 {
  color: #fff;
  letter-spacing: 2px;
  text-shadow: 3px 3px 13px #000;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 200;
  line-height: 24px;
}

.div-block-10 {
  background-image: linear-gradient(#0000, #00000080), url('../images/marsol-img05.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  border-radius: 5px;
  min-height: 360px;
  padding: 190px 15px 15px;
}

.div-block-10._01 {
  background-image: linear-gradient(#0000, #00000080), url('../images/marsol-img04.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 360px;
  padding: 230px 15px 15px;
  position: static;
}

.div-block-10._03 {
  background-image: linear-gradient(#0000, #00000080), url('../images/marsol-img07.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-11 {
  min-height: 360px;
}

.div-block-11._04 {
  background-image: url('../images/marsol-img06.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-11._05 {
  background-image: url('../images/marsol-img08.jpg');
  background-position: 50%;
  background-size: cover;
}

.text-block-19 {
  color: #fff;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

.link-12 {
  color: #ebebeb;
}

.cruzeiro-body {
  background-image: url('../images/cruzeiro-banner03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.image-15 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-18 {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-20 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000000b3;
  margin-top: 180px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
  font-weight: 800;
  line-height: 40px;
}

.heading-20.cruzeiro-call-h1 {
  text-shadow: none;
  margin-top: 0;
}

.heading-21 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 4px solid #f4e955;
  border-radius: 5px;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.div-block-12 {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-12.banner-hgracias-cru {
  height: 500px;
}

.column-11 {
  background-color: #0000;
  background-image: linear-gradient(#007c47, #00000080);
}

.submit-button-5 {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #007c47;
  border: 1px #000;
  border-bottom: 4px solid #f4e955;
  border-radius: 5px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  display: block;
}

.field-label {
  color: #f4e955;
  text-align: center;
  letter-spacing: 4px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.form-2 {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.form-block-3 {
  background-color: #0000;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 20px 30px;
}

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

.section-19 {
  background-color: #007c47;
  padding-top: 50px;
  padding-bottom: 50px;
  box-shadow: 1px 1px 3px #00000080;
}

.text-block-20 {
  color: #f4e955;
  text-align: center;
  letter-spacing: 4px;
  font-family: Open Sans, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 28px;
}

.section-20 {
  background-color: #ffffff4d;
  background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/banner01.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 80px;
  padding-bottom: 80px;
}

.link-13 {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  display: block;
}

.heading-22 {
  color: #fff;
  text-align: center;
  background-image: url('../images/cruzeiro-forma.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.image-16 {
  text-align: center;
  width: 220px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 1px 1px 3px #0003;
}

.div-block-13 {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 1px 1px 3px #0000004d;
}

.text-block-21 {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.button-8 {
  text-align: center;
  letter-spacing: 4px;
  background-color: #007c47;
  border-bottom: 4px solid #f4e955;
  border-radius: 3px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
  display: block;
}

.section-21 {
  background-color: #fff;
  background-image: linear-gradient(#0000001a, #fff);
  padding-top: 80px;
  padding-bottom: 80px;
}

.slider-2 {
  background-color: #0000;
  height: 100%;
  margin-bottom: 20px;
  padding-bottom: 31px;
}

.slide-nav {
  font-size: 16px;
}

.section-22 {
  background-image: url('../images/cruzeiro-banner01.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-14 {
  background-color: #fffc;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
}

.section-23 {
  background-color: #323232;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-22 {
  color: #fc0;
  text-align: left;
  letter-spacing: 4px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
}

.text-block-22.dark {
  color: #777;
}

.link-14 {
  color: #f4e955;
  text-align: center;
  letter-spacing: 2px;
  font-family: Open Sans, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
  display: block;
}

.link-14.green {
  color: #007c47;
}

.link-15 {
  color: #f4e955;
  text-align: center;
  letter-spacing: 1px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.link-15.green {
  color: #007c47;
}

.carekit-body {
  background-image: url('../images/marsol-banner04.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.div-block-15 {
  background-color: #0000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-top: 350px;
}

.section-24 {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 40px;
}

.section-24.carekit-gracias {
  background-color: #fffc;
  padding-top: 200px;
  padding-bottom: 200px;
}

.heading-23 {
  color: #b90000;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.heading-23.tituloh3 {
  margin-top: 70px;
  font-size: 28px;
  line-height: 35px;
}

.heading-23.h2titulo {
  margin-top: 0;
}

.heading-24 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.image-17 {
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-9 {
  text-align: center;
  background-color: red;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
  display: block;
}

.button-9.dark-btn {
  background-color: #b90000;
}

.button-9.btn-gracias {
  margin-top: 20px;
}

.section-25 {
  background-color: #eee;
  padding-top: 40px;
}

.paragraph-7 {
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: block;
}

.paragraph-7.center {
  text-align: justify;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-size: 15px;
}

.paragraph-7.centrar {
  text-align: center;
  font-size: 15px;
}

.text-span-2 {
  color: #b90000;
}

.image-18 {
  margin-left: -20px;
}

.section-26 {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-19 {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-27 {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 40px;
}

.image-20 {
  margin: 0 auto 30px;
  display: block;
}

.section-28 {
  background-color: #eee;
  padding-bottom: 40px;
}

.submit-button-6 {
  letter-spacing: 2px;
  background-color: #b90000;
  border-radius: 5px;
  width: 90%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: block;
}

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

.row-4 {
  text-align: left;
  padding-left: 50px;
}

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

.image-22 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-29, .section-30 {
  background-image: linear-gradient(#0000, #ffffffb3);
}

.global-body {
  background-image: url('../images/global-banner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.section-31 {
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.heading-25 {
  color: #35495e;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 55px;
  font-weight: 900;
  line-height: 45px;
}

.text-span-3 {
  letter-spacing: 2px;
  font-size: 23px;
  line-height: 30px;
}

.div-block-16 {
  background-color: #ffffffe6;
  border-radius: 10px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 40px;
  box-shadow: 1px 1px 3px #00000080;
}

.heading-26 {
  color: #555;
  text-align: center;
  border-bottom: 1px solid #555;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.submit-button-7 {
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #00b0ea;
  border-radius: 5px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  display: block;
}

.field-label-2 {
  color: #555;
  text-align: center;
  letter-spacing: 4px;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.form-block-4 {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

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

.text-span-4 {
  letter-spacing: 2px;
  font-size: 45px;
  font-weight: 300;
}

.section-32 {
  background-color: #00b0ea;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-32.gracias-call {
  background-color: #00b0eae6;
  padding-top: 150px;
  padding-bottom: 150px;
}

.heading-27 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 300;
}

.heading-27.darness {
  color: #555;
}

.text-block-23 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.section-33 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.image-23 {
  border-radius: 10px 10px 0 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 1px 1px 3px #00000080;
}

.link-16 {
  color: #000;
  text-align: center;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 900;
  display: block;
}

.heading-28 {
  color: #fff;
  text-align: center;
  background-color: #00b0ea;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  box-shadow: 1px 1px 3px #00000080;
}

.link-17 {
  color: #555;
  text-align: center;
  letter-spacing: 1px;
  font-family: Lato, sans-serif;
  font-weight: 900;
  display: block;
}

.section-34 {
  background-color: #fff;
  background-image: linear-gradient(#0000001a, #fff);
  padding-top: 60px;
  padding-bottom: 60px;
}

.button-10 {
  color: #00b0ea;
  text-align: center;
  letter-spacing: 2px;
  background-color: #0000;
  border: 1px solid #00b0ea;
  border-radius: 5px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-weight: 900;
  display: block;
}

.image-24 {
  margin-left: 20px;
}

.text-block-24 {
  color: #555;
  text-align: center;
  letter-spacing: 4px;
  font-family: Lato, sans-serif;
}

.text-block-24.foot {
  margin-top: 10px;
  display: inline-block;
}

.link-18 {
  color: #00b0ea;
  text-align: center;
  letter-spacing: 2px;
  font-family: Lato, sans-serif;
  font-size: 23px;
  font-weight: 900;
  line-height: 25px;
  text-decoration: none;
  display: block;
}

.column-12 {
  text-align: center;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.link-19 {
  color: #00b0ea;
  text-align: center;
  letter-spacing: 2px;
  font-family: Lato, sans-serif;
  font-weight: 900;
  display: block;
}

.section-35 {
  background-color: #ffffffe6;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-25 {
  color: #00b0ea;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 28px;
}

.text-block-25._w-a {
  background-image: url('../images/whatsapp.png');
  background-position: 29px 2px;
  background-repeat: no-repeat;
  background-size: 23px;
  display: block;
}

.text-block-25._w-a.head {
  background-position: 5px;
  padding-left: 30px;
  display: inline-block;
}

.column-13 {
  padding-top: 15px;
}

.link-block-2 {
  text-decoration: none;
}

.bodyan {
  background-image: url('../images/Mobile-Scaffolding-Tower1.jpg');
  background-position: 0 0;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.headan {
  padding-top: 10px;
  padding-left: 50px;
}

.banan {
  padding-bottom: 50px;
  padding-left: 50px;
}

.banan.bangfac {
  margin-bottom: 150px;
}

.txtbanan {
  color: #fc0;
  text-align: center;
  text-transform: none;
  margin-top: 89px;
  font-size: 30px;
  font-weight: 900;
  line-height: 50px;
}

.txtbanan.txtgracban2 {
  text-align: left;
  font-size: 20px;
}

.txtbanan2 {
  color: #fff;
  font-size: 70px;
}

.txtbanan2.txtgracan {
  text-align: left;
  margin-bottom: 100px;
  font-size: 35px;
  line-height: 40px;
}

.txtbanan3 {
  color: #fc0;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 20px;
}

.btnenviatan {
  background-color: #fc0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.infoan {
  background-color: #fff;
  padding: 100px;
}

.txtinfoan {
  color: #838383;
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
}

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

.txtinfoan.txtinfoam4 {
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}

.txtinfoan2 {
  color: #fc0;
}

.txtinfoan3 {
  text-align: justify;
  margin-bottom: 5px;
}

.txtinfoan3.infoam3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.txtinfoan3.infoam3.infoam33 {
  margin-bottom: 50px;
}

.btncontan {
  letter-spacing: 5px;
  background-color: #838383;
  border-radius: 100px;
  margin-top: 30px;
  font-weight: 900;
}

.btncontan.btncont2 {
  text-align: center;
  background-color: #fc0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.callan {
  background-image: url('../images/timthumb.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 100px;
}

.icoan {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.txticoan {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 10px;
  font-size: 18px;
  line-height: 25px;
}

.divseran {
  text-align: center;
  background-color: #eee;
  padding: 10px;
}

.fotan {
  background-color: #838383;
  padding: 50px 100px;
}

.txtfotan {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.logofotan {
  margin-bottom: 30px;
}

.icofotan {
  width: 50px;
}

.htmlan {
  margin-top: 30px;
}

.linkan {
  color: #fff;
  text-decoration: none;
}

.heading-29 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  margin-top: 168px;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
}

.text-block-26 {
  color: #f4e955;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  font-family: Open Sans, sans-serif;
  font-size: 42px;
}

.button-11 {
  text-align: center;
  background-color: #0d7c3f;
  width: 30%;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
  transition: background-color .5s;
  display: block;
}

.button-11:hover {
  background-color: #065228;
}

.biblioneta-body {
  background-image: url('../images/biblioneta-banner02.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.section-36 {
  background-color: #fff;
}

.heading-30 {
  color: #fff;
  text-align: right;
  text-shadow: 1px 1px 6px #0000004d;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 800;
}

.heading-31 {
  color: #fff;
  text-align: right;
  text-shadow: 1px 1px 6px #00000080;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 20px;
  font-family: Great Vibes, cursive;
  font-size: 45px;
  font-weight: 400;
}

.button-12 {
  text-align: center;
  letter-spacing: 0;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
  transition: background-color .4s;
  display: block;
}

.button-12:hover {
  background-color: #1c6c70;
}

.div-block-17 {
  background-color: #2da9b0b3;
  border-radius: 10px;
  margin-top: 320px;
  padding: 12px;
  box-shadow: 1px 1px 3px #00000080;
}

.image-25 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-37 {
  padding-bottom: 80px;
}

.section-38 {
  background-color: #fff;
  background-image: url('../images/biblioneta-banner03.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-32 {
  color: #555;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 800;
}

.div-block-18 {
  border-bottom: 5px solid #2da9b0;
  width: 100px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-33 {
  color: #555;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Great Vibes, cursive;
  font-size: 65px;
  font-weight: 400;
}

.heading-34 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  line-height: 40px;
}

.heading-34.small {
  font-size: 14px;
  line-height: 20px;
}

.heading-34.x-small {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.heading-34.light-call {
  letter-spacing: 2px;
  font-weight: 300;
}

.div-block-19 {
  background-color: #2da9b0;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
}

.image-26, .image-27 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-27 {
  color: #fc0;
  text-align: center;
  letter-spacing: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.button-13 {
  text-align: center;
  letter-spacing: 2px;
  background-color: #1c6c70;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
  transition: background-color .4s;
  display: block;
}

.button-13:hover {
  background-color: #2da9b0;
}

.button-13.btn-call {
  margin-top: 20px;
}

.section-39 {
  background-image: url('../images/biblioneta-banner04.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-20 {
  border-radius: 5px;
  box-shadow: 1px 1px 3px #00000080;
}

.image-28 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-40 {
  background-color: #fff;
}

.section-41 {
  background-color: #2da9b0e6;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-41.biblio-gracias {
  padding-top: 150px;
  padding-bottom: 150px;
}

.heading-35 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 800;
}

.section-42 {
  background-color: #fff;
  background-image: linear-gradient(#0000001a, #fff);
  padding-top: 40px;
  padding-bottom: 40px;
}

.link-20 {
  color: #555;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.link-20.tel {
  background-image: url('../images/telefono.png');
  background-position: 59px 3px;
  background-repeat: no-repeat;
  background-size: 18px;
  font-weight: 700;
}

.link-20.wa {
  background-image: url('../images/whatsapp_1.png');
  background-position: 43px 3px;
  background-repeat: no-repeat;
  background-size: 18px;
  font-weight: 700;
}

.link-21 {
  color: #2da9b0;
  text-align: center;
  letter-spacing: 2px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: block;
}

.column-15 {
  padding-top: 17px;
}

.text-block-28 {
  text-align: center;
  letter-spacing: 2px;
  font-family: Montserrat, sans-serif;
}

.text-block-29 {
  color: #555;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
}

.heading-36 {
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Great Vibes, cursive;
  font-size: 35px;
}

.div-block-21 {
  border-bottom: 5px solid #2da9b0;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.submit-button-8 {
  background-color: #2da9b0;
  border-radius: 5px;
  width: 90%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  transition: background-color .4s;
  display: block;
}

.submit-button-8:hover {
  background-color: #1c6c70;
}

.div-block-22 {
  background-image: linear-gradient(#fff, #0000);
  padding: 80px 20px;
}

.form-block-5 {
  margin-top: 20px;
}

.section-43 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-44 {
  background-image: linear-gradient(#ea9a0099, #ea9a0099);
  height: 501px;
}

.section-44.sect2 {
  background-image: linear-gradient(#000000bd, #000000bd);
  height: 650px;
  position: relative;
  box-shadow: 0 11px 26px -8px #000000c4;
}

.background-video {
  text-align: center;
  height: 650px;
  position: relative;
  overflow: hidden;
}

.body {
  font-family: Open Sans, sans-serif;
}

.heading-37 {
  color: #ea9a00;
  text-align: center;
  letter-spacing: 0;
  text-shadow: 1px 1px 40px #0000007d;
  border: 2px #000;
  border-bottom-color: #fff;
  width: 100%;
  margin: 14px auto 29px;
  font-size: 58px;
  font-weight: 600;
  line-height: 53px;
  display: block;
}

.heading-37.txt1-gracias {
  margin-top: 306px;
  margin-bottom: 8px;
  font-size: 43px;
  line-height: 43px;
}

.text-block-30 {
  color: #ea9a00;
  text-align: center;
  letter-spacing: 1px;
  border-bottom: 1px solid #fff;
  width: 26%;
  margin-top: 117px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 9px;
  font-size: 26px;
  font-style: italic;
  display: block;
}

.text-block-30.title-banner-rr {
  color: #fff;
  width: 82%;
  margin-top: 186px;
  margin-bottom: 19px;
}

.div-block-23 {
  width: 66%;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.submit-button-9 {
  background-color: #000;
  width: 33%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-31 {
  color: #fff;
  letter-spacing: 3px;
  background-image: none;
  margin-top: 28px;
  margin-bottom: 9px;
  padding-top: 0;
  font-size: 18px;
  line-height: 29px;
}

.div-block-24 {
  background-color: #0000;
  border-radius: 5px;
  margin-top: 23px;
  padding: 10px 15px 4px;
}

.section-45 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 100px;
  padding-bottom: 100px;
}

.column-16 {
  padding-left: 3px;
}

.column-17 {
  padding-left: 3px;
  padding-right: 3px;
}

.column-18 {
  padding-right: 3px;
}

.section-46 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-25 {
  background-color: #ea9a00;
  padding: 50px 30px;
}

.column-19 {
  padding-left: 0;
  padding-right: 0;
}

.image-29 {
  z-index: 200;
  float: right;
  position: relative;
}

.div-block-26 {
  z-index: 186;
  background-color: #fff;
  width: 100%;
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  inset: 0 0 101px;
  overflow: visible;
}

.div-block-27 {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 11px;
  padding-right: 10px;
  display: block;
}

.submit-button-10 {
  background-color: #ea9a00;
  width: 100%;
}

.text-field-7, .text-field-8, .text-field-9, .textarea {
  text-align: center;
}

.image-30 {
  float: left;
}

.column-20 {
  padding-left: 0;
  padding-right: 0;
}

.section-47 {
  background-color: #ea9a00;
  height: 40px;
  position: static;
  overflow: hidden;
}

.text-block-32 {
  color: #fff;
  letter-spacing: 1px;
  background-image: url('../images/telefono-antiguo.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 18px;
  margin-top: 3px;
  padding-left: 22px;
  font-size: 15px;
  line-height: 32px;
}

.text-block-32.header-mail {
  background-image: url('../images/correo-simbolo-de-sobre-negro.png');
  background-size: 18px;
}

.text-block-33 {
  margin-bottom: 8px;
  font-size: 25px;
}

.text-block-34 {
  color: #ea9a00;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 33px;
  font-weight: 700;
  line-height: 29px;
}

.text-block-35 {
  margin-bottom: 26px;
  font-size: 18px;
  font-style: normal;
}

.text-block-36 {
  color: #fff;
  letter-spacing: 0;
  background-color: #838383;
  background-image: none;
  margin-bottom: 0;
  padding-left: 7px;
  font-size: 14px;
  font-weight: 600;
  line-height: 29px;
}

.text-block-37 {
  margin-top: 5px;
}

.div {
  background-color: #f7f7f7;
  margin-bottom: 30px;
  padding: 20px;
  box-shadow: 8px 8px 13px -6px #0006;
}

.button-14 {
  text-align: center;
  letter-spacing: 1px;
  background-color: #000;
  width: 35%;
  margin-top: 39px;
  font-weight: 300;
  transition: background-color .5s;
}

.button-14:hover {
  background-color: #3a3939;
}

.button-14.btn-bases {
  width: 50%;
  margin-top: 10px;
}

.button-14.btn-bases.btnbases1 {
  width: 100%;
  margin-top: 0;
}

.button-14.btn-destacados {
  width: 100%;
}

.text-block-38 {
  margin-top: 5px;
}

.text-block-38.txtfff {
  margin-bottom: 21px;
}

.text-block-39 {
  font-size: 14px;
}

.div-block-29 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.div-harm {
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 1px #ecd9d9;
}

.btn-harm {
  color: #fff;
  cursor: pointer;
  background-color: #838383;
  background-image: url('../images/flecha-hacia-abajo-signo-para-navegar.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 20px;
  height: 40px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 16px;
  transition: all .3s;
}

.btn-harm:hover {
  color: #000;
  background-color: #fff;
  background-image: url('../images/flecha-hacia-abajo-signo-para-navegar-1.png'), url('../images/flecha-hacia-abajo-signo-para-navegar.png');
  background-position: 95%, 95%;
  background-repeat: no-repeat, no-repeat;
  background-size: 20px, 20px;
}

.div-harm2 {
  background-color: #f9f7f7;
  height: auto;
  padding: 0 20px;
  overflow: hidden;
}

.div-harm2._2 {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.row-5, .row-6 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section-48 {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/80055062_l.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-40 {
  color: #fff;
  margin-bottom: 31px;
  font-size: 17px;
  line-height: 25px;
}

.heading-38 {
  color: #ea9a00;
  margin-bottom: 28px;
  font-weight: 400;
}

.button-15 {
  background-color: #000;
}

.section-49 {
  background-color: #838383;
  padding-top: 90px;
  padding-bottom: 90px;
}

.div-block-30 {
  text-align: center;
  min-height: 233px;
  padding: 45px 13px 30px;
  transition: background-color .5s;
}

.div-block-30:hover {
  background-color: #706f6f;
}

.column-21 {
  padding-left: 0;
  padding-right: 0;
}

.text-block-41 {
  color: #ebebeb;
  background-image: url('../images/telefono-antiguo.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 45px;
  padding-top: 55px;
  padding-left: 0;
}

.text-block-41.txt-dieccion {
  background-image: url('../images/facebook-marcador-de-posicion-para-ubicar-lugares-en-mapas.png');
  background-size: 46px;
}

.text-block-41.txt-email-rr {
  background-image: url('../images/correo-simbolo-de-sobre-negro.png');
  background-size: 46px;
}

.column-22, .column-23 {
  padding-left: 0;
  padding-right: 0;
}

.row-7 {
  background-color: #777575;
  margin-top: -121px;
  margin-bottom: 73px;
}

.row-7.row-gracias2 {
  margin-top: -55px;
}

.link-22, .link-23 {
  color: #fff;
  text-decoration: none;
}

.text-block-42 {
  color: #fff;
  background-color: #ea9a00;
  padding-left: 8px;
  line-height: 36px;
}

.row-8 {
  margin-bottom: 30px;
}

.div-block-31 {
  padding: 23px 21px 30px;
}

.video {
  box-shadow: none;
}

.link-24, .link-25, .link-26, .link-27 {
  color: #fff;
  text-decoration: none;
}

.text-block-43 {
  letter-spacing: 2px;
  margin-top: 1px;
  font-size: 31px;
}

.button-16 {
  letter-spacing: 2px;
  background-color: #000;
  margin-top: 31px;
  transition: background-color .5s;
}

.button-16:hover {
  background-color: #464444;
}

.text-block-44 {
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 36px;
}

.div-block-32 {
  background-color: #ea9a00;
  border-radius: 5px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 30px 40px;
}

.txten22 {
  text-align: center;
  font-size: 20px;
}

.txteniv {
  font-size: 17px;
}

.text-block-45 {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #35495e;
  margin-top: 5px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.bodycli {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.headcli {
  padding: 10px 100px;
}

.headcli.headcli2 {
  background-color: #ebebeb;
}

.bancli {
  background-image: linear-gradient(270deg, #f9f7f796 50%, #0000 50%), url('../images/IMG-1-AIRE-ACONDICIONADO--1.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  padding: 10px 50px 0;
}

.bancli.bancli2 {
  background-image: linear-gradient(270deg, #f9f7f796 50%, #0000 50%), url('../images/IMG-2-REFRIGERACIÓN---22.jpg');
  background-position: 0 0, 50%;
}

.bancli.bancli3 {
  background-image: linear-gradient(270deg, #f9f7f796 50%, #0000 50%), url('../images/IMG-2-REFRIGERACIÓN---33.jpg');
}

.bancli.bancli4 {
  background-image: linear-gradient(270deg, #f9f7f796 50%, #0000 50%), url('../images/IMG-4--PANELES-TERMICOS.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.bancli.bancligra {
  padding-top: 100px;
  padding-bottom: 100px;
}

.txtbancli {
  color: #005d99;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
}

.text-span-5 {
  text-align: center;
  font-size: 75px;
  font-style: normal;
  font-weight: 300;
  line-height: 50px;
}

.text-span-5.txtbancli33 {
  color: #f07c00;
  font-size: 30px;
  line-height: 30px;
}

.txtbancli3 {
  color: #fff;
  text-align: center;
  background-color: #f07c00;
  border-radius: 100px;
  font-size: 23px;
  line-height: 30px;
}

.fieldcli {
  text-align: center;
}

.formcli {
  background-color: #ffffff4d;
  margin-top: 20px;
  padding: 10px;
}

.btnenviarcli {
  background-color: #015495;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logocli {
  text-align: left;
  width: 70%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.infocli {
  padding: 100px 100px 50px;
}

.infocli.infocli2 {
  background-image: none;
  padding-bottom: 100px;
}

.infocli.infocli2.infocli33 {
  background-color: #ececec;
}

.infocli.infocli3 {
  background-image: url('../images/serv.jpg');
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 100px;
}

.txtinfocli {
  text-transform: none;
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 35px;
}

.txtinfocli.txtinfocli2 {
  color: #fff;
  text-align: center;
}

.txtcli {
  text-align: justify;
  margin-bottom: 10px;
}

.callcli {
  background-image: linear-gradient(135deg, #064f93, #019bdb);
  padding: 30px 100px;
}

.txtcallcli {
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #f07c00;
  font-size: 50px;
  font-weight: 200;
  line-height: 50px;
  text-decoration: none;
}

.txtcallcli2 {
  color: #f07c00;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
}

.btncli {
  text-align: center;
  background-color: #065397;
  border: 1px #fff;
  border-radius: 10px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
  display: block;
  box-shadow: 6px 6px 3px #00000069;
}

.slidercli {
  background-color: #fff;
}

.txtinfocli4 {
  color: #fff;
  text-align: center;
}

.btncontcli {
  text-align: center;
  background-color: #f07c00;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.divcli {
  background-color: #f0f0f0;
  padding: 10px;
}

.titdivcli {
  text-align: center;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}

.txtclipre {
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  line-height: 30px;
}

.text-span-6 {
  color: #f07c00;
  font-size: 40px;
}

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

.image-31 {
  width: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fotcli {
  padding: 50px 100px;
}

.txtfotcli {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 900;
}

.txtfotcli.txtfotcli2 {
  font-weight: 300;
  line-height: 25px;
}

.txtfonocli {
  text-align: left;
  background-image: url('../images/phone-receiver_1.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-top: 0;
  padding-left: 20px;
  font-size: 15px;
  line-height: 20px;
}

.txtfonocli.txtwhcli {
  background-image: url('../images/whatsapp-logo.png');
  background-size: 20px;
  padding-left: 25px;
}

.bodyol {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/slide-aportando.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  font-family: Raleway, sans-serif;
}

.logool {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.headol {
  padding-top: 10px;
  padding-bottom: 10px;
}

.banol {
  padding-top: 160px;
  padding-bottom: 70px;
}

.banol.balgrac {
  padding-bottom: 150px;
}

.txtinfobanol {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
}

.txtinfobanol.txtinfobalol {
  letter-spacing: -3px;
  font-size: 70px;
  font-weight: 900;
  line-height: 70px;
}

.txtbanol {
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.formol {
  text-align: center;
  background-color: #005d99cc;
  margin-top: 20px;
  padding: 15px;
}

.btnenviarol {
  width: 100%;
}

.infool {
  background-color: #fff;
  padding: 100px;
}

.infool.infool2 {
  background-color: #ececec;
}

.txtinfool {
  color: #005d99;
  text-align: center;
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
}

.txtinfool.txtinfool22 {
  margin-top: 50px;
}

.txtinfool2 {
  text-align: center;
  margin-bottom: 30px;
}

.txtinfool3 {
  color: #fff;
  text-align: center;
  background-color: #005d99;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.dilvol {
  text-align: center;
  border: 1px #fff;
}

.rowol {
  margin-bottom: 20px;
}

.colol {
  padding-left: 10px;
  padding-right: 10px;
}

.fotol {
  background-color: #005d99;
  padding: 50px 100px;
}

.txtfotol {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  text-decoration: none;
}

.txtfotol.fotlol2 {
  color: #92e4ff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
}

.txtfotol.fotlol2.fotlol3 {
  font-size: 19px;
}

.imgol {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bold-text-5 {
  color: #fff;
}

.divfotol {
  margin-bottom: 30px;
}

.link-28, .link-29 {
  color: #fff;
  text-decoration: none;
}

.linkblockol {
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.link-30 {
  color: #92e4ff;
  text-decoration: none;
}

.linkol2 {
  color: #8edffc;
  text-decoration: none;
}

.bodydu {
  font-family: Lato, sans-serif;
}

.headdu {
  padding-top: 10px;
  padding-bottom: 10px;
}

.bandu {
  background-image: url('../images/FOTO-1.png');
  background-position: 100%;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 40px;
}

.txtbandu {
  color: var(--black);
  font-family: Baumans, sans-serif;
  font-size: 48px;
  line-height: 50px;
}

.txtbandu.txtbandu2 {
  color: #fe0e0f;
  letter-spacing: 2px;
  text-shadow: none;
  margin-top: 0;
  font-size: 25px;
  font-weight: 900;
}

.txtbandu.txtbandu2.rft45 {
  color: #000;
  font-size: 20px;
  line-height: 25px;
}

.btnenviardu {
  background-color: #fe0e0f;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.formdu {
  background-color: #00000080;
  border-radius: 10px;
  padding: 15px;
}

.calldu {
  background-color: #ff0001;
  padding-top: 30px;
  padding-bottom: 30px;
}

.xtcalldu {
  color: #fff;
  text-align: center;
  font-family: Baumans, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.text-span-7 {
  color: #000;
}

.text-span-8 {
  color: #c6c6e2;
}

.infodu {
  padding-top: 100px;
  padding-bottom: 100px;
}

.infodu.infodu2 {
  background-color: #eee;
}

.txtinfodu {
  color: #000;
  letter-spacing: -1px;
  margin-top: 39px;
  font-family: Baumans, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 60px;
}

.txtinfodu.txtinfodu222 {
  margin-top: 0;
  margin-bottom: 30px;
}

.text-span-9 {
  color: #fe0e0f;
}

.lightdu {
  margin: 5px;
}

.btncontdu {
  text-align: center;
  letter-spacing: 5px;
  background-color: #000;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  display: block;
}

.txtinfodu22 {
  text-align: justify;
  font-size: 16px;
  line-height: 22px;
}

.txtinfodu22.dfgr4 {
  margin-bottom: 20px;
}

.rowdu {
  margin-top: 20px;
}

.txtsisdu {
  color: #000;
  margin-top: 20px;
  font-family: Baumans, sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 30px;
}

.text-span-10 {
  color: #000;
}

.txtcalldu3 {
  color: #c6c6e2;
}

.txtfotfdu {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 900;
  line-height: 25px;
}

.htmldu {
  margin-top: 20px;
}

.txtheaddu {
  text-align: right;
  margin-top: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.section-50 {
  background-color: #131313;
  padding-bottom: 12px;
}

.section-51 {
  background-image: url('../images/banner1.jpg');
  background-position: 665%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 624px;
}

.image-32 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.text-block-47 {
  text-align: center;
  margin-top: 112px;
  font-family: Oswald, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 66px;
}

.text-block-47.txt1-gracias-promovsar {
  margin-top: 164px;
  font-size: 42px;
  line-height: 54px;
}

.text-block-48 {
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 6px;
  font-size: 36px;
  line-height: 41px;
}

.text-block-48.txt2-gracias-promovar {
  letter-spacing: 0;
  font-size: 27px;
  line-height: 36px;
}

.text-block-49 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #ff084a;
  width: 80%;
  margin-bottom: 33px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 35px;
  display: block;
}

.div-block-33 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-field-10, .text-field-11, .text-field-12, .textarea-2 {
  text-align: center;
}

.submit-button-11 {
  background-color: #000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-preguntas {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 500px;
  display: block;
  position: relative;
}

.section-52 {
  background-image: linear-gradient(#00050f63, #00050f63), url('../images/Dollarphotoclub_62540950-5760x3840.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-52.section-galery {
  background-image: url('../images/banner03.jpg');
  background-attachment: fixed;
}

.paragraph-8 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.btn-harm-2 {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  background-image: url('../images/flecha-hacia-abajo-signo-para-navegar.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 20px;
  height: 50px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 30px;
  font-size: 19px;
  transition: all .3s;
}

.btn-harm-2:hover {
  color: #4e8010;
  background-color: #fff;
  background-image: none;
  border: 2px #40680e;
  box-shadow: 0 0 0 1px #70ad23;
}

.paragraph-9 {
  padding-top: 15px;
  padding-bottom: 10px;
}

.heading-39 {
  color: #70ad23;
  text-align: center;
}

.heading-39.title-qo {
  margin-bottom: 46px;
  font-family: Lato, sans-serif;
}

.heading-39.title-qo.title-frecuentes {
  color: #fff;
  margin-bottom: 56px;
}

.div-harm2-2 {
  background-color: #fff;
  height: auto;
  padding: 19px 40px;
  overflow: hidden;
}

.div-harm2-2._2 {
  height: auto;
}

.paragraph-10 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.div-block-34 {
  background-image: url('../images/1-d.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: 100px;
}

.div-block-35 {
  background-image: url('../images/1-u.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
}

.div-block-36 {
  background-image: url('../images/1_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
}

.row-9 {
  margin-bottom: 21px;
}

.div-block-37 {
  background-image: url('../images/1-e.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
}

.div-block-38 {
  background-image: url('../images/1-f.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
}

.div-block-39 {
  background-image: url('../images/1-h.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
}

.div-block-40 {
  background-image: url('../images/1-i.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-41 {
  background-image: url('../images/1-g.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
}

.div-block-42 {
  background-image: url('../images/t1-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
}

.row-10 {
  margin-bottom: 24px;
}

.div-block-43 {
  background-image: url('../images/t3-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
}

.div-block-44 {
  background-image: url('../images/t4-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
}

.row-11 {
  margin-bottom: 21px;
}

.div-block-45 {
  background-color: #fff;
  padding: 0 1px 50px 0;
}

.frgg {
  background-image: url('../images/1l1_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.frgg.d5 {
  background-image: url('../images/1k1.jpg');
}

.div-block-47 {
  background-image: url('../images/1g.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.div-block-47.d2 {
  background-image: url('../images/1i1_1.jpg');
}

.div-block-47.d32 {
  background-image: url('../images/1m1_1.jpg');
}

.div-block-48 {
  background-image: url('../images/1d.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.div-block-48.d3 {
  background-image: url('../images/1j1.jpg');
}

.div-block-49 {
  background-image: url('../images/1f.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.div-block-49.d3 {
  background-image: url('../images/1h1.jpg');
}

.row-12 {
  margin-bottom: 26px;
}

.dsas {
  background-image: url('../images/1o1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.fder {
  background-image: url('../images/1q.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.div-block-50 {
  background-image: url('../images/t4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 300px;
}

.div-block-51 {
  background-image: url('../images/t1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 300px;
}

.saq {
  background-image: url('../images/t10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 300px;
}

.div-block-52 {
  background-image: url('../images/t83.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 300px;
}

.section-53 {
  background-color: #000;
  background-image: linear-gradient(#ffffff61, #ffffff61), url('../images/2_1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, 650px;
  padding-top: 30px;
  padding-bottom: 300px;
}

.text-block-50 {
  color: #fff;
  letter-spacing: 0;
  background-image: url('../images/comprobado.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 18px;
  margin-bottom: 7px;
  padding-left: 31px;
  font-size: 13px;
  line-height: 26px;
}

.text-block-50.list-bolsa {
  background-position: 0 0;
  line-height: 21px;
}

.slide-2 {
  background-image: url('../images/1u.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-3 {
  background-image: url('../images/1m1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-4 {
  background-image: url('../images/1i1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-5 {
  background-image: url('../images/1t.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-6 {
  background-image: url('../images/1l1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-7 {
  background-image: url('../images/t16.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.button-17 {
  letter-spacing: 3px;
  background-color: #a3c614;
  margin-top: 30px;
  transition: background-color .5s;
}

.button-17:hover {
  background-color: #7f9b0e;
}

.button-17.btn-asp {
  background-color: #ff084a;
  margin-top: 10px;
}

.slider-right-interior {
  z-index: 4;
  background-color: #ff084a;
  border-left: 1px solid #b8b8b8;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-bottom: -40px;
  margin-right: 320px;
  transition: all .3s;
  display: flex;
}

.interior-slider-div {
  flex-direction: row;
  align-items: center;
  margin-top: -190px;
  display: flex;
}

.interior-details-slider-core {
  justify-content: flex-end;
  align-items: flex-end;
  width: 580px;
  height: 380px;
  display: flex;
}

.little-arrow {
  background-image: url('../images/arrow-next_1arrow next.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
  width: 22px;
  height: 12px;
}

.little-arrow.little-back-arrow {
  background-image: url('../images/arrow-back_1arrow back.png');
  background-size: 22px;
}

.heading-40 {
  margin-bottom: 9px;
  font-size: 30px;
}

.heading-40.title-asp {
  color: #fff;
  margin-top: 0;
}

.interior-photo {
  z-index: 2;
  background-image: url('../images/t16_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: all .3s;
  position: relative;
}

.interior-photo.interior-photo-3 {
  background-image: url('../images/t13.jpg');
  background-position: 50%;
  background-size: cover;
}

.interior-photo.interior-photo-4 {
  background-image: url('../images/t14.jpg');
  background-position: 50%;
  background-size: cover;
}

.interior-photo.interior-photo-8 {
  background-image: url('../images/t9.jpg');
  background-position: 50%;
  background-size: cover;
}

.interior-photo.interior-photo-7 {
  background-image: url('../images/t7.jpg');
  background-position: 50%;
  background-size: cover;
}

.interior-photo.interior-phono-2 {
  background-image: url('../images/t17.jpg');
  background-position: 50%;
  background-size: cover;
}

.interior-photo.interior-photo-5 {
  background-image: url('../images/t11.jpg');
  background-position: 50%;
  background-size: cover;
}

.interior-photo.interior-photo-9 {
  background-image: url('../images/t83.jpg');
  background-position: 50%;
  background-size: cover;
}

.interior-photo.interior-photo-6 {
  background-image: url('../images/t12.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-left {
  background-color: #c4c4c4;
  border-right: 1px solid #b8b8b8;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .3s;
  display: flex;
}

.div-block-53 {
  background-color: #a3c614;
  width: 10%;
  height: 3px;
  margin-bottom: 24px;
}

.div-block-53.line-asp {
  background-color: #fff;
  width: 10%;
}

.interior-desc-slider-arrows-div {
  z-index: 3;
  background-color: #c4c4c4;
  width: 120px;
  height: 60px;
  display: flex;
  position: absolute;
}

.cz {
  justify-content: space-between;
  align-items: center;
  width: 96%;
  max-width: 1180px;
  display: flex;
}

.cz.interior-slider-cz {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.interior-slider-mask {
  overflow: visible;
}

.int-photo-whiter {
  z-index: 3;
  background-color: #ffffffd9;
  width: 100%;
  height: 100%;
  margin-top: -300px;
  display: none;
  position: relative;
}

.slider-right {
  background-color: #c4c4c4;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .3s;
  display: flex;
}

.interior-desc {
  z-index: 3;
  background-color: #313030;
  flex: none;
  width: 580px;
  max-width: 580px;
  height: 380px;
  padding: 54px 60px 61px 50px;
  position: relative;
}

.interior-photo-slide {
  margin-right: 20px;
}

.int-photo-shadow {
  z-index: 1;
  background-color: #0000;
  width: 89%;
  min-width: 300px;
  max-width: 340px;
  height: 300px;
  margin-top: -290px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  box-shadow: 0 18px 32px -10px #000000b3;
}

.paragraph-11 {
  color: #fff;
  text-align: justify;
  font-weight: 300;
}

.interior-photos-slider {
  background-color: #0000;
  flex: none;
  width: 300px;
  height: 300px;
  margin-left: 20px;
}

.slider-left-interior {
  z-index: 10;
  background-color: #ff084a;
  border-right: 1px solid #b8b8b8;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-bottom: -40px;
  margin-left: -140px;
  transition: all .3s;
  display: flex;
}

.slider-left-interior:active {
  margin-left: -101px;
  padding-top: 3px;
}

.section-54 {
  background-color: #fff;
  height: auto;
  padding-top: 88px;
}

.row-13 {
  margin-top: 48px;
}

.text-block-51 {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 58px;
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 800;
  line-height: 31px;
}

.section-55 {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-block-52 {
  color: #fff;
  text-align: center;
  font-size: 23px;
  font-weight: 500;
  line-height: 33px;
}

.div-block-54 {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-31 {
  background-color: #ff084a;
}

.div-block-55 {
  background-image: url('../images/gf.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  height: 291px;
  box-shadow: 4px 4px 24px -1px #000000b0;
}

.link-32 {
  text-align: center;
  background-color: #ff084a;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  transition: background-color .5s;
  display: block;
}

.link-32:hover {
  background-color: #df0c44;
}

.link-32.btn-bolsas {
  float: left;
  margin-top: 31px;
}

.text-block-53 {
  text-align: center;
  margin-bottom: 4px;
  font-size: 46px;
  line-height: 43px;
}

.text-block-53.title-bolsas {
  color: #fff;
  text-align: left;
  font-size: 33px;
}

.fgh {
  background-color: #131313;
  padding-top: 41px;
  padding-bottom: 10px;
}

.image-33 {
  margin-bottom: 22px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-54 {
  color: #f9f7f7;
  text-align: center;
  margin-bottom: 26px;
  line-height: 23px;
}

.link-33 {
  color: #fff;
  text-decoration: none;
}

.link-34 {
  color: #ebebeb;
  text-decoration: none;
}

.text-block-55 {
  color: #fff;
  text-align: center;
  background-image: url('../images/telefono-antiguo.png');
  background-position: 107px;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 28px;
  line-height: 31px;
  text-decoration: none;
}

.link-35 {
  color: #fff;
  letter-spacing: 2px;
}

.div-block-56 {
  background-color: #ff084a;
  width: 6%;
  height: 4px;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.row-14 {
  text-align: center;
  background-color: #252525;
}

.html-embed {
  margin-top: 54px;
}

.text-block-56 {
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 23px;
}

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

.logodu {
  margin-top: 15px;
}

.link-36 {
  text-align: center;
  background-color: #ff084a;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-37 {
  color: #ebebeb;
  text-decoration: none;
}

.link-38, .link-39 {
  color: #fff;
  text-decoration: none;
}

.link-40, .link-41, .link-42 {
  color: #f9f7f7;
}

.r {
  font-size: 30px;
}

.linkdu {
  color: #fff;
  text-decoration: none;
}

.linkdu2 {
  color: #333;
  text-decoration: none;
}

.link-43 {
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.link-44 {
  text-decoration: none;
}

.link43 {
  color: #333;
  text-decoration: none;
}

.link-45 {
  text-decoration: none;
}

.section-56 {
  background-color: #fff;
  background-image: url('../images/afc170b851be03f577643e5603821d08.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.slider-4 {
  background-color: #0000;
}

.lightbox-link {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.lightbox-link-2 {
  margin-top: 51px;
}

.lightbox-link-3 {
  text-align: center;
}

.lightbox-link-4 {
  width: 107%;
  height: 100%;
}

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

.image-34 {
  height: 87%;
}

.lightbox-link-5, .lightbox-link-6, .slide-18, .slide-19 {
  text-align: center;
}

.div-block-57 {
  background-color: #19191a;
  background-image: linear-gradient(#413d3ddb, #413d3ddb), url('../images/15631.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  height: 400px;
  padding: 40px;
}

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

.div-block-58 {
  background-color: #fff;
  height: 400px;
}

.column-28, .column-29 {
  padding-left: 0;
  padding-right: 0;
}

.lightbox-link-7 {
  margin-top: 79px;
}

.image-35 {
  float: left;
  direction: ltr;
}

.text-block-57 {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 60px;
}

.text-block-58 {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
}

.bold-text-6 {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.categorias {
  background-image: linear-gradient(#ff824f, #ff824f);
  margin-bottom: -25px;
  padding-bottom: 0;
}

.text-block-59 {
  float: right;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.text-span-11 {
  color: #22cff2;
  font-weight: 700;
  text-decoration: none;
}

.link-46 {
  text-decoration: none;
}

.banner {
  background-image: linear-gradient(#000000ab, #000000ab), url('../images/photo-1470309864661-68328b2cd0a5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
}

.field-label-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 15px;
  padding-top: 15px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 900;
}

.submit-button-12 {
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #22cff2;
  width: 100%;
  font-weight: 700;
  display: block;
}

.row-15 {
  height: 100%;
  padding-top: 35px;
  padding-bottom: 10px;
}

.column-30 {
  padding-left: 0;
  padding-right: 0;
}

.form-3 {
  float: none;
  background-color: #ff824fed;
  border: 2px solid #ff530d;
  border-radius: 15px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: static;
}

.text-block-60 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 35px;
}

.image-36 {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-61 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.row-16 {
  background-color: #ff824f;
  margin-bottom: 25px;
  padding-bottom: 10px;
}

.cotiza {
  background-image: url('../images/5d237b_cf07992d59a34134871511c18a01e6ed_mv2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  border-style: none;
  border-top-width: 1px;
  border-top-color: #fff;
  border-radius: 5px;
  height: 500px;
}

.section-60 {
  background-color: #22cff2;
  margin-bottom: 30px;
}

.text-block-62 {
  color: #fff;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.text-block-63 {
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.container-2 {
  padding-top: 0;
}

.text-block-64 {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 40px;
}

.text-block-65 {
  color: #000;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-66 {
  color: #000;
  text-align: justify;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.section-61 {
  background-image: url('../images/5d237b_e4fe6406ac47499493a6ec40b2211280_mv2.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 50% 100%;
}

.column-32 {
  background-image: linear-gradient(#ffffffa3, #ffffffa3);
}

.footer {
  background-color: #ff824f;
}

.image-37 {
  margin: 25px auto 1px;
  padding-bottom: 0;
  display: block;
}

.row-18 {
  padding-bottom: 25px;
}

.text-block-67 {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.link-47 {
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.link-48 {
  color: #fff;
  text-decoration: none;
}

.productos {
  padding-bottom: 30px;
}

.container-3 {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-block-68 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-69 {
  color: #000;
  text-align: center;
  font-family: Lato, sans-serif;
  font-weight: 900;
  display: block;
}

.image-38 {
  text-align: left;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.text-block-70 {
  color: #000;
  text-align: left;
  text-transform: none;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.image-39 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  display: block;
}

.text-block-71 {
  color: #000;
  text-align: center;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.container-4 {
  padding-top: 0;
  display: block;
}

.dropdown {
  text-align: center;
  background-color: #22cff2;
  justify-content: center;
  display: flex;
}

.text-block-72 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.icon-2 {
  color: #c6c6e2;
  text-align: center;
}

.dropdown-list {
  display: block;
  position: fixed;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.bold-text-7 {
  color: #000;
  text-align: justify;
  background-color: #0000;
  border: 1px solid #000;
  padding: 5px;
  font-weight: 900;
}

.text-block-73 {
  color: #000;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.list-item-3 {
  color: #fff;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.text-field-14 {
  color: #0000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

.text-field-15, .text-field-16, .textarea-3 {
  text-align: center;
  margin-bottom: 15px;
}

.dropdown-2 {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.column-33 {
  background-image: url('../images/5d237b_2c50f8de79f0456eae0a352ee17edaba_mv2_d_3500_2333_s_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.dropdown-list-2 {
  flex: 1;
}

.dropdown-list-2.w--open {
  clear: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.slider-5 {
  background-color: #0000;
}

.icon-3 {
  color: #000;
  margin-bottom: 130px;
}

.row-19 {
  padding-top: 0;
  display: block;
}

.column-34 {
  padding-top: 20px;
  padding-bottom: 50px;
}

.column-35 {
  margin-top: 50px;
  padding-top: 0;
  padding-bottom: 50px;
}

.icon-4 {
  color: #000;
}

.link-49 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 1px #000, 0 0 #000;
  background-color: #ff824f;
  border: 3px solid #fff;
  border-radius: 15px;
  justify-content: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 900;
  display: block;
  box-shadow: 1px 1px 3px #000;
}

.column-36 {
  display: inline-block;
}

.bold-text-8, .bold-text-9 {
  font-weight: 900;
}

.link-50 {
  color: #000;
  text-decoration: none;
}

.unordered-list-3 {
  text-align: left;
  padding-left: 96px;
}

.form-block-6 {
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.column-37 {
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 35px;
  display: block;
  inset: -8px 0 1px;
}

.row-20 {
  margin-bottom: 25px;
}

.clientes {
  padding-top: 0;
  padding-bottom: 30px;
}

.text-block-74 {
  color: #000;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.image-40 {
  padding-top: 31px;
}

.image-41 {
  padding-top: 33px;
}

.image-42 {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-59 {
  background-color: #000;
  border-style: dashed none;
  border-color: #fff #000 #000;
  margin-bottom: 0;
  padding-bottom: 0;
}

.row-21 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.column-39 {
  padding-top: 20px;
}

.image-44 {
  margin-top: 10px;
}

.container-5 {
  background-color: #ff824f;
  padding-left: 0;
  display: block;
}

.call {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-45 {
  display: block;
}

.text-block-75 {
  direction: ltr;
  color: #000;
  text-align: right;
  text-transform: none;
  padding-top: 31px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 30px;
}

.row-22 {
  direction: ltr;
}

.column-40 {
  padding-bottom: 0;
}

.div-block-60 {
  background-color: #22cff2;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-76 {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.image-46 {
  margin-top: 10px;
}

.div-block-61 {
  background-color: #ff824f;
}

.link-51 {
  color: #fff;
  text-align: center;
  border-radius: 15px;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-weight: 600;
  display: block;
}

.div-block-62 {
  border: 2px solid #000;
  border-radius: 15px;
  margin-top: 10px;
  margin-bottom: 9px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.column-41 {
  padding-left: 70px;
  padding-right: 70px;
}

.column-42 {
  padding-left: 10px;
  padding-right: 70px;
}

.text-block-77 {
  color: #fcef1f;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.column-46 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.row-23 {
  display: flex;
}

.text-block-78 {
  color: #007c47;
  text-align: right;
  font-family: Open Sans, sans-serif;
}

.row-24 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-52, .link-53, .link-54, .link-55, .link-56 {
  color: #007c47;
  text-decoration: none;
}

.link-57, .link-58, .link-59 {
  color: #007c47;
}

.text-block-79 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
}

.section-62 {
  background-color: #c23733;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.button-18 {
  background-color: #0000;
  border: 1px solid #f9f7f7;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.section-63 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.papelito-head {
  background-image: none;
  padding-top: 16px;
}

.papelito-txt-head {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  margin-top: 15px;
  font-family: Lato, sans-serif;
  font-style: italic;
}

.peplito-fono-head {
  color: #00a0c3;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
  display: block;
}

.peplito-fono-head.maso-fono-head {
  color: #f9f7f7;
}

.papelito-mail-head {
  color: #2d2a34;
  text-align: center;
  letter-spacing: 3px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-style: italic;
}

.link-60 {
  color: #f9f7f7;
  text-decoration: none;
}

.papelito-banner.meso-banner.banner-meso-gracias {
  height: 600px;
}

.papelito-titulo-banner {
  color: #00a0c3;
  text-align: left;
  letter-spacing: 4px;
  border-bottom: 1px solid #8cc63f;
  margin-top: 150px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 47px;
  font-weight: 400;
  line-height: 48px;
}

.papelito-titulo-banner.title-meso-banner {
  color: #fff;
  letter-spacing: 0;
  font-size: 44px;
  font-weight: 900;
}

.papelito-titulo-banner2 {
  color: #2d2a34;
  text-align: left;
  letter-spacing: 4px;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 45px;
  font-style: italic;
  font-weight: 400;
  line-height: 48px;
}

.papelito-titulo-banner2.title2-meso-banner {
  color: #fff;
  letter-spacing: 3px;
  font-size: 39px;
  font-weight: 300;
}

.papelito-titulo-banner2.title2-meso-banner.ieieiebd {
  letter-spacing: 1px;
  font-size: 30px;
}

.papelito-btn-banner {
  float: left;
  background-color: var(--forest-green);
  color: #fff;
  letter-spacing: 2px;
  border: 1px #8cc63f;
  border-bottom: 2px solid #00a0c3;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-style: italic;
  transition: background-color .7s;
  display: block;
}

.papelito-btn-banner:hover {
  background-color: #001724;
}

.papelito-btn-banner.maso-btn-banner {
  border-style: none;
}

.papelito-btn-banner.maso-btn-banner.btn-ofertas {
  margin-top: 16px;
  margin-left: 0;
}

.escribenos-papelito {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  background-image: linear-gradient(#0000, #00a0c3e6);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-style: italic;
}

.escribenos-papelito.escribenos-meso {
  color: #fff;
  background-image: linear-gradient(#0000, #000000d4);
}

.papelito-form {
  background-image: linear-gradient(#00a0c3e6, #0000);
  margin-bottom: 0;
  padding: 5px 10px 180px;
}

.papelito-form.meso-form {
  background-image: linear-gradient(#000000e6, #0000);
}

.papelito-enviar {
  letter-spacing: 2px;
  background-color: #8cc63f;
  border-bottom: 2px solid #00a0c3;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-style: italic;
  transition: background-color .7s;
  display: block;
}

.papelito-enviar:hover {
  background-color: #001724;
}

.papelito-enviar.meso-enviar {
  background-color: var(--forest-green);
  border-bottom-style: none;
}

.body-3 {
  background-image: linear-gradient(#00000059, #00000059), url('../images/b1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 0;
  font-family: Lato, sans-serif;
}

.papelito-call {
  color: #fff;
  text-align: center;
  background-color: #00a0c3f7;
  padding-top: 40px;
  padding-bottom: 60px;
  font-family: Lato, sans-serif;
}

.papelito-call.meso-call {
  background-color: #008800d6;
}

.papelito-titulo-call {
  letter-spacing: 2px;
  border-left: 4px #8cc63f;
  border-right: 4px #8cc63f;
  margin-top: 0;
  padding-top: 20px;
  font-size: 38px;
  font-weight: 300;
}

.papelito-titulo-call.meso-title-call {
  letter-spacing: 1px;
  margin-bottom: 1px;
  padding-top: 4px;
  font-size: 41px;
  font-weight: 700;
}

.papelito-destacado {
  font-style: italic;
  font-weight: 700;
}

.papelito-subtitulo-call {
  color: #2d2a34;
  letter-spacing: 3px;
  font-size: 21px;
  line-height: 28px;
}

.papelito-subtitulo-call.meso-subtile-call {
  color: #fff;
  letter-spacing: 4px;
  font-size: 28px;
  font-style: italic;
  font-weight: 300;
}

.section-64 {
  background-color: #f9f7f7;
  padding-top: 80px;
  padding-bottom: 83px;
}

.tab-link-tab-1, .tab-link-tab-1.w--current {
  background-color: #f9f7f7;
}

.tab-link-tab-1.w--current:active {
  border-bottom-width: 6px;
}

.tab-link-tab-1.w--current:focus {
  border-bottom-width: 11px;
}

.tab-link-tab-1.tab-productos {
  border-bottom: 2px solid var(--forest-green);
}

.tabs-menu-2 {
  background-color: #f9f7f7;
}

.columns {
  margin-top: 0;
}

.papelito-producto {
  color: #2d2a34;
  text-align: left;
  letter-spacing: 1px;
  background-color: #0000;
  border-bottom: 1px solid #00a0c3;
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.papelito-btn-masinfo {
  text-align: center;
  letter-spacing: 2px;
  background-color: #8cc63f;
  border-bottom: 1px solid #00a0c3;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-style: italic;
  transition: background-color .7s;
  display: block;
}

.papelito-btn-masinfo:hover {
  background-color: #001724;
}

.div-block-63 {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  height: 400px;
  margin-bottom: 0;
  padding: 10px;
  transition: box-shadow .5s;
}

.div-block-63:hover {
  box-shadow: 6px 6px 26px -12px #000;
}

.text-block-80 {
  border-bottom: 1px solid var(--forest-green);
  margin-bottom: 18px;
  padding-bottom: 7px;
  font-size: 14px;
}

.text-block-80.img-galleta1 {
  background-color: #0000;
}

.button-19 {
  background-color: var(--forest-green);
  letter-spacing: 3px;
  font-style: italic;
  transition: background-color .5s;
}

.button-19:hover {
  background-color: #000;
}

.column-48 {
  padding-top: 11px;
  padding-bottom: 12px;
}

.tab-link {
  background-color: var(--forest-green);
  color: #fff;
  border-radius: 3px;
  margin-right: 6px;
  transition: background-color .3s;
}

.tab-link:hover {
  background-color: #0db80d;
}

.tab-link.w--current {
  color: #fff;
  text-align: center;
}

.tabs {
  background-color: #0800;
}

.tabs-menu-3 {
  text-align: center;
}

.column-49, .column-50 {
  padding-top: 11px;
}

.tabs-content-2 {
  padding-top: 41px;
}

.section-65 {
  background-image: url('../images/27SPAGHETTI-superJumbo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 80px;
  padding-bottom: 85px;
}

.div-block-64 {
  background-color: #ffffffe0;
  margin-top: 66px;
  padding: 62px 60px;
}

.text-block-81 {
  text-align: center;
  margin-bottom: 37px;
  font-size: 15px;
}

.text-block-82 {
  text-align: center;
  margin-top: 17px;
  font-size: 15px;
  font-style: italic;
}

.column-51, .column-52, .column-53 {
  text-align: center;
}

.div-block-65 {
  background-color: #0088005c;
  height: 1px;
  margin-top: 49px;
  margin-bottom: 55px;
}

.div-block-66 {
  background-color: var(--forest-green);
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-83 {
  color: #f9f7f7;
  text-align: center;
  margin-top: 7px;
  font-size: 24px;
}

.button-20 {
  letter-spacing: 1px;
  background-color: #0000;
  border: 2px solid #f9f7f7;
  font-style: italic;
  transition: background-color .3s;
}

.button-20:hover {
  color: var(--forest-green);
  background-color: #f9f7f7;
}

.heading-41 {
  text-align: center;
  margin-bottom: 29px;
  font-size: 53px;
  line-height: 74px;
}

.heading-41.title-ofrt {
  margin-bottom: 2px;
  padding-bottom: 0;
  font-size: 43px;
}

.section-66 {
  background-color: #252525;
  padding-top: 57px;
  padding-bottom: 57px;
}

.text-block-84 {
  color: #6e4141;
  text-align: center;
  letter-spacing: 1px;
  background-image: url('../images/responder-llamada.png');
  background-position: 21%;
  background-repeat: no-repeat;
  background-size: 19px;
  margin-bottom: 6px;
  padding-left: 17px;
  font-size: 17px;
  line-height: 32px;
}

.bold-text-10 {
  color: #f9f7f7;
}

.image-47 {
  margin-bottom: 32px;
}

.text-block-85 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  background-image: url('../images/sobre.png');
  background-position: 7%;
  background-repeat: no-repeat;
  background-size: 20px;
  font-size: 17px;
}

.link-61 {
  color: #f9f7f7;
  text-decoration: none;
}

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

.link-62 {
  color: #fff;
  border-style: none;
  text-decoration: none;
}

.text-block-86 {
  color: #fff;
  margin-bottom: 22px;
  font-style: italic;
}

.columns-2 {
  padding-left: 22px;
}

.text-block-87 {
  letter-spacing: 2px;
  font-size: 21px;
}

.div-block-67 {
  background-color: #000;
  margin-top: 72px;
  margin-bottom: -48px;
  padding: 40px;
  line-height: 31px;
  position: relative;
  box-shadow: 0 6px 15px 1px #00000057;
}

.text-block-91 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 10px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-style: italic;
  line-height: 36px;
}

.section-67 {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
}

.text-span-12, .text-span-13 {
  color: #fc0;
}

.column-57 {
  color: #221f1f;
}

.section-68 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#0000, #0000), url('../images/BANNERCAFEE.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.image-48 {
  text-align: left;
}

.form-block-7 {
  color: #fff;
  margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
  padding: 2%;
  display: block;
}

.section-69 {
  color: #fff;
  background-color: #242424;
}

.columns-3 {
  margin-top: 3%;
  display: flex;
}

.field-label-4 {
  font-size: 32px;
  line-height: 38px;
}

.column-59 {
  align-items: center;
  display: flex;
}

.column-60 {
  align-items: center;
  font-size: 22px;
  line-height: 26px;
  display: flex;
}

.column-61 {
  color: #fff;
  text-align: center;
}

.text-block-92 {
  background-color: #fe0e0f;
  padding-top: 11%;
  font-size: 24px;
  line-height: 32px;
}

.columns-4 {
  color: #fff;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.text-block-93 {
  color: #fff;
  margin-top: 4%;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.container-6 {
  font-family: Montserrat, sans-serif;
}

.div-block-68 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form-4 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-94 {
  background-image: url('../images/mail-black-envelope-symbol-1.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 22px;
  padding-left: 18px;
  font-size: 22px;
}

.submit-button-13 {
  background-color: #e30713;
  width: 100%;
}

.text-block-96 {
  background-image: url('../images/phone-receiver-1.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 22px;
  padding-left: 25px;
  font-size: 22px;
  line-height: 28px;
}

.body-4 {
  font-family: Montserrat, sans-serif;
}

.text-block-97 {
  font-size: 18px;
}

.text-block-98 {
  text-align: right;
  font-size: 28px;
  line-height: 32px;
}

.text-block-99 {
  text-align: right;
  font-size: 18px;
}

.columns-5 {
  align-items: center;
  padding-top: 2%;
  padding-bottom: 2%;
  display: flex;
}

.text-block-100 {
  text-align: center;
  margin-top: 2%;
  margin-bottom: 2%;
  font-size: 32px;
  line-height: 38px;
}

.text-block-101 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#e4010b, #e4010b);
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.text-block-102 {
  text-align: center;
  font-weight: 800;
}

.columns-6 {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1%;
  display: flex;
}

.section-70 {
  padding-top: 4%;
  padding-bottom: 4%;
}

.text-block-103 {
  text-align: justify;
  margin-top: 2%;
  margin-bottom: 2%;
  font-size: 16px;
  font-weight: 400;
}

.unordered-list-4 {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
}

.column-63 {
  padding-top: 1%;
  padding-left: 1%;
  padding-right: 1%;
}

.text-block-104 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.column-64 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.column-66 {
  text-align: center;
  padding-right: 20px;
}

.columns-7 {
  padding-top: 2%;
  padding-bottom: 2%;
}

.link-63 {
  color: #e4010b;
}

.column-67 {
  padding-left: 0;
  padding-right: 0;
}

.container-7 {
  text-align: center;
  background-color: #fff;
  box-shadow: 1px 1px 3px #000;
}

.container-8 {
  background-color: #fff;
  border-radius: 15px;
}

.section-71 {
  background-image: url('../images/bari.jpg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 4%;
  padding-bottom: 4%;
}

.section-72 {
  color: #fff;
  background-color: #e4010b;
  padding-top: 3%;
  padding-bottom: 3%;
}

.text-block-105 {
  text-align: center;
  font-size: 22px;
  line-height: 28px;
}

.text-block-106 {
  text-align: center;
  margin-top: 1%;
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
}

.text-block-107 {
  text-align: left;
}

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

.columns-8 {
  align-items: center;
  display: flex;
}

.section-73 {
  background-image: url('../images/bannercafe.jpg');
  background-position: 0;
  background-size: cover;
  padding-top: 4%;
  box-shadow: inset 0 0 8px #000;
}

.text-block-108 {
  font-size: 16px;
  line-height: 22px;
}

.column-69 {
  background-image: linear-gradient(179deg, #f8f7fc 69%, #fff0);
}

.section-74 {
  background-color: #252525;
}

.container-9 {
  background-image: linear-gradient(#f8f7fc, #fff0 74%);
}

.columns-9 {
  color: #fff;
  padding-top: 3%;
  padding-bottom: 3%;
}

.column-70 {
  justify-content: center;
  display: flex;
}

.column-71 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-109, .column-72 {
  display: flex;
}

.text-block-110 {
  padding-bottom: 150px;
  font-size: 16px;
  line-height: 22px;
}

.column-73 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.unordered-list-5 {
  text-align: left;
  background-image: linear-gradient(#000000c2, #000000c2);
  border-radius: 5px;
  padding-top: 1%;
  padding-bottom: 1%;
  font-size: 22px;
  line-height: 28px;
}

.list-item-5 {
  text-align: left;
}

.button-21 {
  text-align: center;
  background-color: #e4010b;
  width: 40%;
  margin-top: 1%;
  margin-bottom: 2%;
  font-size: 16px;
  font-weight: 500;
}

.div-block-69 {
  text-align: center;
  background-image: linear-gradient(#e4010bb0, #e4010bb0);
  padding-top: 3%;
  padding-bottom: 3%;
}

.text-block-111 {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
}

.text-block-112 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 200;
  line-height: 22px;
}

.button-22 {
  background-color: #243339;
  border-radius: 5px;
  margin-top: 1%;
}

.text-block-113 {
  margin-top: 5%;
  font-size: 36px;
  line-height: 40px;
}

.text-block-114 {
  padding-bottom: 5%;
  font-size: 22px;
  line-height: 28px;
}

.slider-ofertas {
  background-color: #dfdfdf;
  padding-top: 60px;
  padding-bottom: 60px;
}

.slider-6 {
  background-color: #fff;
  height: 532px;
}

.div-block-70 {
  background-color: #f9f7f7;
  height: 532px;
  padding: 40px 20px 40px 40px;
}

.title-ofertas-mg {
  margin-top: 20px;
  margin-bottom: 17px;
  font-size: 18px;
  font-style: italic;
  line-height: 28px;
}

.bold-text-11 {
  line-height: 18px;
}

.title-oferta-items {
  color: #169045;
  margin-top: 53px;
  font-size: 27px;
  line-height: 39px;
}

.title-oferta-items.dfert {
  letter-spacing: -1px;
  font-size: 31px;
}

.title-oferta-items.ty678 {
  margin-top: 129px;
}

.title-oferta-items.fggty6 {
  margin-top: 6px;
}

.text-block-115 {
  margin-top: 31px;
}

.descripcion-oferta-m {
  color: var(--dark-orange);
  margin-top: 18px;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 22px;
}

.descripcion-oferta-m.txt-2 {
  text-transform: uppercase;
  margin-top: 2px;
  font-size: 19px;
  line-height: 26px;
}

.descripcion-oferta-m.ohjui {
  font-size: 18px;
  line-height: 28px;
}

.img-oferta-m {
  margin-top: 92px;
  margin-right: 2px;
}

.img-oferta-m.img2-cereal {
  margin-top: 8px;
}

.img-oferta-m.img2-cereal.img-agagelle {
  margin-top: 150px;
}

.img-oferta-m.av1 {
  margin-top: 0;
}

.column-74 {
  text-align: center;
  padding-left: 0;
}

.text-block-116 {
  text-align: center;
  letter-spacing: 4%;
  margin-bottom: 28px;
  font-size: 20px;
}

.icon-5 {
  color: #080;
  margin-left: 1px;
  margin-right: 45px;
  font-size: 28px;
}

.icon-6 {
  color: #080;
  margin-right: 1px;
  font-size: 28px;
}

.section-75 {
  background-color: #003427;
  font-family: Crimson Text, sans-serif;
}

.section-76 {
  background-image: url('../images/bronstein-2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
}

.submit-button-14 {
  background-color: #a20729;
  width: 100%;
  font-size: 22px;
  line-height: 22px;
}

.field-label-5 {
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 34px;
}

.column-75 {
  background-color: #00140f;
  padding-top: 8%;
  padding-bottom: 8%;
}

.columns-10 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.column-76 {
  text-align: center;
  background-color: #00140f85;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.section-77 {
  background-color: #003326;
  padding-top: 2%;
  padding-bottom: 2%;
}

.heading-42 {
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
}

.columns-11 {
  align-items: center;
  padding-top: 1%;
  padding-bottom: 1%;
  display: flex;
}

.heading-43 {
  color: #00140f;
  text-align: center;
  margin-top: 7%;
  margin-bottom: 7%;
  font-size: 52px;
  line-height: 58px;
}

.heading-44 {
  color: #fff;
  text-align: right;
  margin-top: 0;
  font-weight: 400;
}

.column-77 {
  text-align: center;
  background-color: #ececec;
  padding-top: 1%;
  padding-bottom: 1%;
  box-shadow: inset 1px 1px 5px #adadad;
}

.heading-45 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1%;
  font-weight: 400;
  text-decoration: none;
}

.column-78 {
  text-align: center;
  background-color: #ececec;
  padding-top: 1%;
  padding-bottom: 1%;
  box-shadow: inset 1px 1px 3px #adadad;
}

.column-78.oculta {
  box-shadow: none;
  background-color: #ececec00;
}

.column-79 {
  text-align: center;
  background-color: #d4d4d4;
  padding-top: 1%;
  padding-bottom: 1%;
  box-shadow: inset 1px 1px 3px #adadad;
}

.body-5 {
  font-family: Crimson Text, sans-serif;
}

.link-block-3 {
  text-decoration: none;
  transition: transform .2s;
  transform: scale(1.1);
}

.link-block-4, .link-block-5, .link-block-6, .link-block-7 {
  text-decoration: none;
}

.image-50 {
  transition: opacity .2s;
}

.container-10 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #003326;
  border-radius: 15px;
  margin-top: 4%;
  margin-bottom: 4%;
  padding-bottom: 2%;
  box-shadow: 1px 1px 4px #0000009c;
}

.heading-46 {
  color: #fff;
  text-align: center;
  background-color: #003326;
  border-radius: 15px 15px 0 0;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 1%;
  padding-bottom: 1%;
  font-weight: 400;
}

.columns-12 {
  color: #fff;
}

.section-78 {
  text-align: center;
  background-color: #a20729;
  padding-top: 2%;
  padding-bottom: 2%;
}

.heading-47 {
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.heading-48 {
  color: #fff;
  text-align: center;
  font-weight: 400;
}

.button-23 {
  text-align: center;
  background-color: #003326;
  width: 30%;
  font-size: 22px;
  line-height: 28px;
}

.section-79 {
  background-color: #000c06;
}

.section-79.foot {
  padding-top: 3%;
  padding-bottom: 3%;
}

.text-block-117 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.columns-13 {
  align-items: center;
  display: flex;
}

.link-64, .link-65 {
  color: #fff;
  text-decoration: none;
}

.columns-14 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.heading-49 {
  color: #fff;
  text-align: left;
  font-size: 54px;
  font-weight: 400;
  line-height: 60px;
}

.column-80 {
  text-align: left;
  background-color: #00000045;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.column-81, .column-82, .column-83 {
  text-align: center;
}

.container-11 {
  margin-bottom: 3%;
}

.html-embed-2 {
  text-align: center;
}

.text-block-118 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-weight: 800;
}

.text-block-119 {
  color: #f10338;
  text-align: center;
  font-size: 22px;
  line-height: 28px;
}

.section-81 {
  text-align: center;
  background-image: url('../images/5086.jpg');
  background-position: 0 0;
  background-size: 125px;
  background-attachment: fixed;
  margin-top: 2%;
  padding-top: 2%;
  padding-bottom: 2%;
}

.list {
  color: #fff;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.button-24 {
  background-color: #a20729;
  border-radius: 15px;
  width: 120px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  box-shadow: 1px 1px 3px #000;
}

.button-25 {
  z-index: 5;
  background-color: #a20729;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: inline;
  position: fixed;
  inset: auto 0% 0% auto;
}

.text-block-120 {
  color: #fff;
  text-align: right;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 14px;
}

.heading-50 {
  color: #fff;
  text-align: center;
  background-color: #00000085;
  margin-top: 100px;
}

.heading-51 {
  color: #fff;
  text-align: center;
  background-color: #00000087;
  margin-bottom: 100px;
  font-weight: 600;
}

.linkcli {
  color: #000;
  text-decoration: none;
}

.linkcli2 {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.slidercl {
  background-color: var(--white);
  height: 450px;
}

.slidercl.slidegr {
  height: auto;
}

.txtbancl {
  text-align: center;
  font-size: 30px;
  line-height: 35px;
}

.lightcli {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.rowclicli {
  margin-bottom: 0;
}

.image-51, .image-52, .image-53, .img100 {
  width: 100%;
}

.coli {
  padding-left: 0;
  padding-right: 0;
}

.txtlogiv {
  border: 1px #000;
  border-left-style: solid;
  margin-top: 30px;
  padding-left: 10px;
}

.slidincl {
  height: 130px;
}

.linkin {
  color: var(--white);
  text-decoration: none;
}

.img-ac {
  margin-top: 102px;
}

.list-2 {
  font-size: 18px;
  line-height: 29px;
}

.list-2.listr {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 36px;
  display: flex;
}

.text-block-121 {
  margin-bottom: 19px;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 23px;
}

.slide-nav-4 {
  margin-right: 524px;
}

.slide-21 {
  height: 700px;
}

.image-54.kloiop {
  margin-top: 89px;
}

.hyu {
  font-size: 27px;
}

.text-block-122 {
  font-size: 15px;
}

.text-block-123 {
  color: #636363;
  margin-top: 28px;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
}

.image-55 {
  text-align: center;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-124 {
  text-align: center;
  margin-top: 20px;
  font-size: 19px;
  font-style: italic;
}

.text-block-124.hy67 {
  font-size: 16px;
  line-height: 24px;
}

.text-span-14 {
  font-size: 26px;
}

.columns-15 {
  margin-top: 15px;
}

.section-82 {
  color: #fff;
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-82.ropa1 {
  background-color: #fff;
}

.container-pr {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 1092px;
  display: block;
}

.flex-block {
  justify-content: space-between;
  align-items: center;
}

.heading-52 {
  color: #fff;
  margin-top: 0;
  font-size: 26px;
}

.text-block-246 {
  background-image: url('../images/llamada-telefonica.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 19px;
  padding-left: 24px;
  font-size: 16px;
}

.text-block-246.email-ce {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/correo-electronico.png');
  background-position: 0 0;
  background-clip: border-box;
  padding-left: 31px;
}

.text-block-246.dfrt {
  background-image: url('../images/llamada-telefonica_1.svg');
  padding-left: 29px;
}

.text-block-246.dfrt.ropadsc {
  color: #20d0f2;
  -webkit-text-stroke-color: #ff8251;
  background-image: url('../images/llamada-telefonica.png');
}

.link-97 {
  color: #fff;
  text-decoration: none;
}

.link-97.ropa2 {
  color: #000;
  word-break: normal;
}

.link-97.ropa5 {
  color: #000;
}

.link-98 {
  color: #fff;
  text-decoration: none;
}

.link-98.ropa2 {
  color: #000;
}

.body-6 {
  font-family: Open Sans, sans-serif;
}

.button-30 {
  border: 1px solid var(--white);
  -webkit-text-stroke-color: #6dbcdb;
  background-color: #6dbcdb00;
  border-radius: 5px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .4s;
}

.button-30:hover {
  color: #060606;
  -webkit-text-stroke-color: #708696;
  background-color: #fff;
}

.flex-block-2 {
  flex-flow: column;
  justify-content: center;
  width: 50%;
  padding-right: 20px;
  display: flex;
}

.flex-block-2.flexform {
  color: #3b3b3b;
  text-align: center;
  background-color: #ffffffbf;
  border-radius: 5px;
  align-items: stretch;
  width: 41%;
  margin-top: 131px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

.section-83 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2020-04-10-at-16.06.21.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  height: 600px;
  display: block;
}

.section-83.gty78 {
  background-image: linear-gradient(#00000096, #00000096), url('../images/banner.jpg');
}

.text-field-17, .textarea-4, .text-field-18 {
  text-align: center;
  border-radius: 4px;
}

.text-block-249 {
  margin-bottom: 13px;
  font-size: 25px;
  font-weight: 600;
}

.text-field-19 {
  text-align: center;
  border-radius: 4px;
}

.submit-button-20 {
  background-color: #000;
  border-radius: 5px;
  width: 100%;
}

.submit-button-20.ropa55 {
  background-color: #ff8251;
}

.text-block-259 {
  color: #fff;
  letter-spacing: 2px;
  border-left: 5px solid #fff;
  margin-top: 150px;
  padding-left: 10px;
  font-size: 21px;
}

.text-block-247 {
  color: #fff;
  margin-top: 10px;
  font-size: 50px;
  font-weight: 700;
  line-height: 59px;
}

.text-block-247.ghy78 {
  text-transform: uppercase;
  height: 140px;
  margin-bottom: 5px;
  font-size: 47px;
}

.text-block-247.ghy78.gtyu {
  margin-top: 134px;
}

.text-block-248 {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 36px;
}

.text-block-248.cv567 {
  margin-bottom: 29px;
  font-size: 19px;
  line-height: 28px;
}

.section-84 {
  background-color: #6dbcdb;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-84.m890 {
  background-color: #000;
}

.section-84.m890.ropabanner {
  background-color: #ff8251;
}

.text-block-253 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  line-height: 56px;
}

.text-block-253.gt6b {
  font-size: 44px;
  font-weight: 700;
}

.button-31 {
  -webkit-text-stroke-color: #6dbcdb;
  background-color: #ff8251;
  border: 2px solid #000;
  border-radius: 5px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  transition: background-color .4s;
}

.button-31:hover {
  color: #0a0a0a;
  -webkit-text-stroke-color: #708696;
  background-color: #4aa5c900;
  border: 2px solid #000;
}

.text-block-250 {
  color: #2b2b2b;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-size: 35px;
  font-weight: 700;
  line-height: 51px;
}

.text-block-250.cd456 {
  border-bottom: 2px solid #000;
  padding-bottom: 9px;
  font-size: 30px;
}

.text-block-250.sadasdsad {
  margin-top: 63px;
}

.flex-block-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  place-content: flex-start space-around;
  align-items: baseline;
  display: flex;
}

.flex-block-4.nhy78 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
}

.section-85 {
  padding-top: 0;
  padding-bottom: 80px;
}

.div-img-ser-ce {
  background-image: url('../images/WhatsApp-Image-2020-04-08-at-18.33.54-scaled.jpeg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  height: 190px;
}

.div-img-ser-ce.imhy678 {
  background-image: url('../images/WhatsApp-Image-2020-04-08-at-18.35.26-scaled.jpeg');
}

.div-img-ser-ce.imhy678.bg67 {
  background-image: url('../images/61OwliLL5NL._AC_SX679_.jpg');
  justify-content: flex-end;
  align-items: flex-end;
  height: 220px;
  display: flex;
}

.div-img-ser-ce.imhy678.bg67.ropa30 {
  background-image: url('../images/ropa12.jpg');
}

.div-img-ser-ce.img2serv {
  background-image: url('../images/WhatsApp-Image-2020-04-08-at-18.34.58-scaled.jpeg');
}

.div-img-ser-ce.img2serv.vf5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/russell-collection-blusa-de-manga-larga-mujer-962f.webp');
  justify-content: flex-end;
  align-items: flex-end;
  height: 220px;
  display: flex;
}

.div-img-ser-ce.img2serv.vf5.ropa29 {
  background-image: url('../images/ropa12-1.jpg');
}

.div-img-ser-ce.gt67n {
  background-image: url('../images/ropa1.jpg');
  background-size: auto;
  background-attachment: scroll;
  height: 220px;
}

.div-img-ser-ce.gt67n.ropa21 {
  background-image: url('../images/ropa2.jpg');
}

.div-img-ser-ce.gt67n.ropa22 {
  background-image: url('../images/ropa3.jpg');
}

.div-img-ser-ce.gt67n.ropa23 {
  background-image: url('../images/ropacanguro.jpg');
}

.div-img-ser-ce.gt67n.ropa24 {
  background-image: url('../images/ropa5.jpg');
}

.div-img-ser-ce.gt67n.ropa25 {
  background-image: url('../images/ropa6.jpg');
}

.div-img-ser-ce.gt67n.ropa26 {
  background-image: url('../images/ropa7.jpg');
}

.div-img-ser-ce.gt67n.ropa27 {
  background-image: url('../images/ropa8.jpg');
}

.div-img-ser-ce.gt67n.ropa28 {
  background-image: url('../images/ropa10.jpg');
}

.text-block-252 {
  margin-bottom: 19px;
  font-size: 18px;
  font-weight: 500;
}

.text-block-252.title-serv-34 {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.div-block-71 {
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-around;
  align-items: baseline;
  width: 22%;
  height: 331px;
  margin-bottom: 38px;
  display: block;
  box-shadow: 1px 5px 13px #0000001f;
}

.div-block-71.cfr56 {
  width: 30%;
  height: 560px;
}

.div-block-71.cfr56.dcv {
  height: 480px;
}

.div-block-72 {
  background-color: #957bc4;
  width: 80px;
  height: 3px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-72.bgty {
  background-color: #ca1919;
}

.div-block-72.bgty.liena-celeste {
  background-color: #000;
}

.div-block-73 {
  text-align: center;
  padding: 30px 20px;
}

.container-cij {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  max-width: 1164px;
  display: block;
}

.text-block-260 {
  color: #2b2b2b;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-size: 35px;
  font-weight: 600;
  line-height: 51px;
}

.flex-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  place-content: space-between;
}

.div-block-74 {
  background-image: url('../images/WhatsApp-Image-2020-04-10-at-15.53.30-1-2-scaled.jpeg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  width: 37%;
  height: 180px;
}

.div-block-74.vvf67 {
  background-image: url('../images/WhatsApp-Image-2020-04-08-at-17.43.49.jpeg');
}

.div-block-74.vvf67.frfrfr {
  background-image: url('../images/unnamed.jpg');
  background-position: 50% 0;
}

.div-block-74.vvf67.vbt678 {
  background-image: url('../images/unnamed-1.jpg');
}

.div-block-74.vvf67.vcr4467 {
  background-image: url('../images/WhatsApp-Image-2020-07-17-at-11.38.22-scaled.jpeg');
}

.section-86 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-86.fgty778 {
  background-color: #f4f4f4;
}

.div-block-75 {
  background-color: #fff;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  align-items: center;
  width: 63%;
  height: 181px;
  padding: 30px;
  display: flex;
}

.text-block-261 {
  margin-bottom: 19px;
  font-size: 18px;
  font-weight: 500;
}

.text-block-261.title-serv-34 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-76 {
  background-color: #957bc4;
  width: 80px;
  height: 3px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-76.bgty {
  background-color: #ca1919;
}

.div-block-76.bgty.liena-celeste {
  background-color: #6dbcdb;
}

.flex-block-6 {
  border: 1px #ff000036;
  border-radius: 6px;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 48%;
  margin-bottom: 40px;
  display: flex;
  box-shadow: 2px 4px 12px #0000001c;
}

.cell-6 {
  background-image: url('../images/foto-fachada-cij-web-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  display: flex;
}

.cell-6.gt67n {
  background-image: url('../images/pic40.jpeg');
}

.cell-6.gt67n.e34we {
  background-image: url('../images/WhatsApp-Image-2020-12-10-at-18.23.36-1.jpeg');
}

.cell-6.gt67n.e34we.fvr5678 {
  background-image: url('../images/Diseño-sin-título-8.jpg');
}

.button-32 {
  -webkit-text-stroke-color: #6dbcdb;
  background-color: #6dbcdb;
  border-radius: 5px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  transition: background-color .4s;
}

.button-32:hover {
  -webkit-text-stroke-color: #708696;
  background-color: #4aa5c9;
}

.button-32.btn-border {
  mix-blend-mode: normal;
  background-color: #6dbcdb00;
  border: 1px solid #fff;
  font-size: 21px;
  font-weight: 600;
}

.button-32.btn-border:hover {
  color: #2f2f2f;
  background-color: #fff;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.text-block-254 {
  color: #fff;
  text-align: justify;
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 25px;
}

.text-block-254.bgh7k {
  text-align: left;
  font-size: 20px;
}

.text-block-254.bgh7k.de4567 {
  text-align: justify;
  font-size: 18px;
}

.text-block-254.bgh7k.de4567.zxczxc {
  color: #000;
  text-align: center;
}

.text-block-256 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 600;
  line-height: 43px;
}

.text-block-256.b78i {
  font-size: 43px;
}

.text-block-256.b78i.vv6778 {
  border-left: 5px solid #fff;
  padding-left: 20px;
  font-size: 35px;
}

.cell-7 {
  background-color: #957bc4;
  padding: 60px 100px 60px 60px;
}

.cell-7.gtyui {
  background-color: #ca1919;
}

.cell-7.gtyui.hj7890 {
  background-color: #6dbcdb;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cell-7.gtyui.hj7890.gt67 {
  background-color: #000;
}

.cell-7.gtyui.hj7890.gt67.ropa561 {
  background-color: #ff8251;
}

.text-block-262 {
  color: #2b2b2b;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-size: 35px;
  font-weight: 700;
  line-height: 51px;
}

.text-block-263 {
  font-size: 15px;
  line-height: 25px;
}

.text-block-264 {
  background-image: url('../images/mejor-precio.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 50px;
  margin-bottom: 10px;
  padding-top: 70px;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
}

.text-block-264.metecl {
  background-image: url('../images/cerca-electrica.svg');
  background-size: 90px;
  padding-top: 115px;
}

.text-block-264.metecl.nh89 {
  background-image: url('../images/de-coser.svg');
}

.text-block-264.metecl.nh89.ropaelegir3 {
  background-image: url('../images/etiqueta.png');
}

.text-block-264.dr457 {
  background-image: url('../images/servicios-profesionales.svg');
}

.text-block-264.exper {
  background-image: url('../images/experiencia.svg');
}

.text-block-264.exper.vr567 {
  background-image: url('../images/fiabilidad.svg');
  background-size: 90px;
  padding-top: 115px;
}

.text-block-264.exper.vr567.ropaelegir2 {
  background-image: url('../images/insignia-premium.png');
}

.text-block-264.sawer {
  background-image: url('../images/solucion.svg');
}

.text-block-264.gtyu {
  background-image: url('../images/patron-de-tela.svg');
  background-size: 90px;
  padding-top: 115px;
}

.text-block-264.gtyu.ropaelegir1 {
  background-image: url('../images/furgoneta-de-reparto.png');
}

.section-87 {
  padding-top: 100px;
  padding-bottom: 80px;
}

.flex-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  place-content: space-around center;
}

.div-block-78 {
  background-color: #957bc4;
  width: 80px;
  height: 3px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-78.bgty {
  background-color: #ca1919;
}

.div-block-78.bgty.liena-celeste {
  background-color: #000;
}

.div-block-79 {
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 6px;
  width: 32%;
  height: 272px;
  padding: 35px 20px;
}

.button-33 {
  -webkit-text-stroke-color: #6dbcdb;
  background-color: #6dbcdb;
  border-radius: 5px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  transition: background-color .4s;
}

.button-33:hover {
  -webkit-text-stroke-color: #708696;
  background-color: #4aa5c9;
}

.button-33.btn-border {
  background-color: #6dbcdb00;
  border: 1px solid #fff;
  font-size: 16px;
}

.button-33.btn-border:hover {
  color: #2f2f2f;
  background-color: #fff;
}

.button-33.btn-border.asdsad {
  text-align: center;
  background-color: #ff8251;
  flex: 0 auto;
  width: 250px;
  height: 61px;
  min-height: 3px;
  font-size: 27px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
}

.flex-block-9 {
  align-items: center;
  width: 33%;
  display: flex;
}

.section-88 {
  background-color: #957bc4;
  background-image: linear-gradient(#8c69cbe3, #8c69cbe3), url('../images/psicologo-ayudando-nina-terapia-habla-interior.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-88.gt678 {
  opacity: 1;
  background-image: linear-gradient(#eda700cf, #eda700cf), url('../images/autos-estacionados-carretera.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-88.gt678.vgtyui {
  background-image: linear-gradient(#6dbcdbc4, #6dbcdbc4);
  background-position: 0 0;
  padding-top: 0;
  padding-bottom: 25px;
}

.section-88.gt678.vgtyui.bn78 {
  background-image: linear-gradient(#000000c4, #000000c4), url('../images/Diseño-sin-título-8.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 25px;
}

.text-block-257 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 600;
  line-height: 43px;
}

.text-block-257.gy78 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 33px;
  font-size: 37px;
  line-height: 52px;
}

.text-block-265 {
  font-size: 20px;
  font-weight: 600;
}

.cell-9 {
  justify-content: center;
  align-items: center;
}

.div-block-80 {
  color: #2f2f2f;
  background-color: #e8e8e8;
  border-radius: 7px;
  flex-direction: row;
  justify-content: center;
  margin-top: -150px;
  padding: 40px;
  display: flex;
  box-shadow: 0 6px 17px #00000026;
}

.image-71 {
  max-width: 93%;
  margin-top: 25px;
}

.link-block-8 {
  background-image: url('../images/facebook.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.link-block-8.inst {
  background-image: url('../images/instagram.svg');
}

.link-101, .link-99 {
  color: #fff;
  text-decoration: none;
}

.quick-stack-5 {
  padding-left: 0;
  padding-right: 0;
}

.cell-13 {
  flex-direction: column;
}

.text-block-258 {
  color: #fff;
  text-align: left;
  font-size: 16px;
  line-height: 37px;
}

.text-block-258.ropa5151 {
  color: #000;
}

.heading-53 {
  color: #fff;
  margin-top: 0;
  font-size: 26px;
}

.cell-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 30px;
  display: flex;
}

.heading-54 {
  color: #fae9a6;
  margin-top: 0;
  margin-bottom: 11px;
  font-size: 23px;
  font-weight: 500;
}

.heading-54.g790 {
  margin-bottom: 29px;
}

.heading-54.gt78 {
  color: #eda700;
}

.heading-54.gt78.blan1 {
  color: #fff;
  margin-bottom: 29px;
  font-weight: 700;
}

.heading-54.gt78.blan1.footer564 {
  color: #000;
}

.link-100 {
  color: #fff;
  text-decoration: none;
}

.cell-12 {
  flex-direction: column;
  justify-content: flex-start;
  display: block;
}

.section-89 {
  padding-top: 80px;
  padding-bottom: 0;
}

.section-89.footercij {
  background-color: #2e2e2e;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-89.footercij.ropa5151 {
  background-color: #fff;
}

.text-block-266 {
  margin-bottom: 15px;
}

.text-block-267 {
  color: var(--white);
  background-color: #d40505;
  border-radius: 9px;
  margin-bottom: 11px;
  margin-right: 13px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 800;
}

.link-102 {
  color: #fff;
  text-decoration: none;
}

.link-102.ropaoal {
  color: #000;
}

.link-103 {
  color: #fff;
  text-decoration: none;
}

.link-103.ropaoal {
  color: #000;
}

.link-104 {
  color: #fff;
  text-decoration: none;
}

.link-104.ropaoal {
  color: #000;
}

.link-105 {
  color: #fff;
  text-decoration: none;
}

.link-105.ropaol {
  color: #000;
}

.text-span-15 {
  font-size: 40px;
  line-height: 48px;
}

.txtinfodu2 {
  color: var(--red);
}

.image-74 {
  margin-bottom: 71px;
}

.logoropa {
  width: 350px;
}

._21 {
  color: #fff;
  width: 358px;
  height: 34px;
  font-size: 20px;
}

.list-3 {
  width: 432px;
}

.aasdasd {
  width: 505px;
}

.image-75 {
  text-align: justify;
}

.text-span-16 {
  background-image: url('../images/whatsapp-2.png');
  background-position: 50%;
  background-size: auto;
  width: 32px;
}

.flex-block-10 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slider-7 {
  background-color: #ddd0;
  height: 150px;
}

.icon-7, .icon-8 {
  color: var(--firebrick);
}

.right-arrow {
  margin-right: -70px;
}

.left-arrow {
  margin-left: -70px;
}

.column-88 {
  background-color: #ffffff9e;
  padding: 20px;
}

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

.columns-16 {
  align-items: stretch;
  display: flex;
}

.image-76 {
  border-radius: 5px;
  width: 200px;
  height: 140px;
  margin-bottom: 10px;
}

.flex-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flex-block-12 {
  align-items: center;
}

.column-89 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.bold-text-12 {
  font-size: 32px;
  line-height: 32px;
}

.text-block-269, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18 {
  font-size: 22px;
}

.column-90 {
  background-color: var(--red);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -2px;
  padding-top: 20px;
  display: flex;
}

.text-span-17, .text-span-18 {
  color: #fff;
}

.image-77 {
  max-height: 120px;
}

html.w-mod-js [data-ix="sliderwhiter"] {
  opacity: 1;
  display: block;
}

html.w-mod-js [data-ix="int-slider-shadow-interaction"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .txtbanen.txtbanen2 {
    font-size: 35px;
    line-height: 35px;
  }

  .txtbanen.txtbanen3 {
    letter-spacing: 3px;
    font-size: 25px;
  }

  .infoen, .inf2en {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-25 {
    font-size: 35px;
    line-height: 35px;
  }

  .text-span-4 {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-27 {
    font-size: 25px;
  }

  .text-block-23 {
    font-size: 14px;
  }

  .heading-28 {
    font-size: 21px;
  }

  .txtbanan {
    margin-top: 40px;
    font-size: 18px;
    line-height: 40px;
  }

  .txtbanan2 {
    font-size: 40px;
  }

  .txtbanan3 {
    letter-spacing: 3px;
  }

  .infoan {
    padding-left: 0;
    padding-right: 0;
  }

  .txtinfoan.txtinfoam4 {
    font-size: 20px;
  }

  .txticoan {
    font-size: 16px;
  }

  .fotan {
    padding-left: 0;
    padding-right: 0;
  }

  .txtfotan {
    font-size: 14px;
  }

  .heading-29 {
    font-size: 40px;
  }

  .text-block-26 {
    font-size: 36px;
  }

  .heading-34 {
    font-size: 18px;
  }

  .heading-34.small {
    font-size: 14px;
  }

  .heading-37 {
    margin-top: -11px;
    font-size: 57px;
    line-height: 49px;
  }

  .heading-37.txt1-gracias {
    letter-spacing: 1px;
    margin-top: 225px;
    font-size: 43px;
  }

  .text-block-30.title-banner-rr {
    letter-spacing: 0;
    width: 49%;
    margin-top: 133px;
    font-size: 26px;
  }

  .div-block-27 {
    width: 80%;
  }

  .text-block-33 {
    font-size: 24px;
  }

  .text-block-34 {
    letter-spacing: 0;
  }

  .text-block-35 {
    font-size: 16px;
  }

  .button-14.btn-bases {
    width: 71%;
  }

  .button-14.btn-destacados {
    margin-top: 26px;
  }

  .text-block-39 {
    line-height: 16px;
  }

  .text-block-40 {
    font-size: 16px;
  }

  .heading-38 {
    font-size: 34px;
  }

  .text-block-41.txt-dieccion {
    font-size: 13px;
  }

  .text-block-42 {
    text-align: center;
    padding-left: 2px;
  }

  .div-block-31 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-25 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-43 {
    letter-spacing: 1px;
    margin-top: 16px;
    font-size: 25px;
  }

  .text-block-44 {
    line-height: 28px;
  }

  .headcli, .bancli {
    padding-left: 0;
    padding-right: 0;
  }

  .txtbancli {
    font-size: 35px;
  }

  .text-span-5 {
    font-size: 45px;
  }

  .txtbancli3 {
    text-transform: none;
    font-size: 19px;
  }

  .infocli {
    background-position: 100% 100%;
    background-size: 330px;
    padding-left: 0;
    padding-right: 0;
  }

  .txtinfocli {
    font-size: 22px;
  }

  .callcli {
    padding-left: 0;
    padding-right: 0;
  }

  .titdivcli {
    font-size: 20px;
  }

  .txtfotcli.txtfotcli2 {
    font-size: 18px;
  }

  .txtfonocli {
    background-size: 20px;
    margin-top: 10px;
    font-size: 20px;
  }

  .bodyol {
    background-image: linear-gradient(to bottom, null, null), url('../images/water-irrigation-1024x683.jpg');
    background-position: 0 0, 50% 100%;
  }

  .banol {
    padding-top: 20px;
  }

  .infool {
    padding-left: 0;
    padding-right: 0;
  }

  .txtinfool3 {
    font-size: 15px;
  }

  .txtbandu {
    font-size: 35px;
    line-height: 40px;
  }

  .txtbandu.txtbandu2 {
    font-size: 20px;
  }

  .xtcalldu {
    font-size: 30px;
  }

  .txtinfodu {
    margin-top: 0;
    font-size: 45px;
  }

  .section-51 {
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .text-block-47 {
    font-size: 50px;
  }

  .text-block-47.txt1-gracias-promovsar {
    font-size: 33px;
    line-height: 47px;
  }

  .text-block-48 {
    letter-spacing: 3px;
    font-size: 41px;
  }

  .text-block-48.txt2-gracias-promovar {
    font-size: 20px;
  }

  .text-block-49 {
    letter-spacing: 0;
    width: 96%;
    font-size: 17px;
  }

  .div-preguntas {
    padding-right: 342px;
  }

  .btn-harm-2 {
    text-align: left;
    font-size: 14px;
  }

  .heading-39.title-qo {
    margin-bottom: 10px;
    font-size: 36px;
  }

  .paragraph-10 {
    font-size: 13px;
  }

  .button-17 {
    margin-top: 11px;
  }

  .interior-slider-div {
    flex-direction: column;
    align-items: flex-start;
    margin-top: -150px;
  }

  .heading-40 {
    letter-spacing: -1px;
    margin-top: 0;
    font-size: 24px;
  }

  .interior-desc-slider-arrows-div {
    display: none;
  }

  .interior-desc {
    margin-bottom: 20px;
  }

  .text-block-51 {
    letter-spacing: 0;
    font-size: 19px;
  }

  .link-31 {
    width: 100%;
    font-size: 12px;
  }

  .column-27 {
    padding-left: 1px;
    padding-right: 1px;
  }

  .text-block-55 {
    background-size: 22px;
    padding-left: 42px;
  }

  .field-label-3 {
    font-size: 20px;
  }

  .papelito-titulo-banner.title-meso-banner {
    font-size: 34px;
  }

  .papelito-titulo-banner2.title2-meso-banner {
    letter-spacing: -1px;
    line-height: 40px;
  }

  .papelito-titulo-banner2.title2-meso-banner.ieieiebd {
    font-size: 24px;
  }

  .papelito-titulo-call {
    font-size: 29px;
  }

  .papelito-titulo-call.meso-title-call {
    font-size: 31px;
  }

  .papelito-subtitulo-call.meso-subtile-call {
    letter-spacing: 3px;
    font-size: 26px;
  }

  .text-block-82 {
    font-size: 14px;
  }

  .text-block-83 {
    font-size: 18px;
  }

  .button-20 {
    letter-spacing: 0;
    font-size: 12px;
  }

  .heading-41 {
    font-size: 50px;
  }

  .text-block-84, .text-block-85 {
    letter-spacing: 0;
    font-size: 15px;
  }

  .column-55 {
    padding-left: 0;
  }

  .linkcli2 {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .submit-button, .button, .text-block-2 {
    font-weight: 400;
  }

  .image-2 {
    padding-top: 100px;
  }

  .button-2, .button-3 {
    font-weight: 400;
  }

  .troner-aseo {
    background-image: linear-gradient(#00000080, #00000080), url('../images/troner-aseo4.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    min-height: 450px;
  }

  .row-2 {
    margin-top: 30px;
  }

  .heading-5 {
    font-size: 55px;
  }

  .heading-7 {
    font-size: 38px;
  }

  .heading-8.texpro-titulo2 {
    font-size: 28px;
  }

  .slide, .image-11 {
    width: 100%;
  }

  .banen {
    background-position: 50% 0;
  }

  .rowfoten {
    text-align: center;
    margin-top: 20px;
  }

  .logofoten {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-14 {
    background-image: linear-gradient(#00000080, #ffffff80), url('../images/marsol-banner-2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

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

  .div-block-6 {
    margin-bottom: 20px;
  }

  .image-14 {
    float: none;
    text-align: center;
    margin-bottom: 40px;
  }

  .div-block-10, .div-block-10._01, .div-block-11._04 {
    margin-bottom: 20px;
  }

  .text-block-19 {
    text-align: center;
    margin-bottom: 0;
  }

  .heading-22 {
    background-image: url('../images/cruzeiro-forma.png');
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 22px;
  }

  .div-block-15 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .heading-23 {
    font-size: 25px;
    line-height: 32px;
  }

  .heading-24 {
    font-size: 18px;
    line-height: 25px;
  }

  .button-9 {
    margin-bottom: 10px;
  }

  .image-21, .image-22 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-27 {
    font-size: 25px;
    line-height: 35px;
  }

  .text-block-24 {
    margin-top: 20px;
  }

  .column-13, .column-14 {
    text-align: center;
  }

  .banan {
    padding-left: 0;
  }

  .txtbanan {
    font-size: 25px;
  }

  .txtbanan2 {
    font-size: 60px;
  }

  .txtinfoan.txtinfoam4 {
    font-size: 30px;
  }

  .btncontan {
    margin-bottom: 30px;
  }

  .text-block-26 {
    font-size: 29px;
  }

  .heading-35 {
    font-size: 35px;
  }

  .section-45 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-30 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-47 {
    height: auto;
  }

  .text-block-32 {
    text-align: center;
    background-position: 20%;
  }

  .text-block-32.header-mail {
    background-position: 25%;
    margin-bottom: 15px;
  }

  .text-block-32.phone-tre {
    background-position: 37%;
  }

  .text-block-34 {
    font-size: 26px;
  }

  .text-block-35 {
    font-size: 14px;
  }

  .button-14 {
    margin-bottom: 32px;
  }

  .button-14.btn-bases.btnbases1 {
    margin-top: 43px;
  }

  .btn-harm.btn-harm2 {
    font-size: 15px;
  }

  .text-block-41 {
    font-size: 16px;
  }

  .text-block-41.txt-dieccion {
    font-size: 15px;
  }

  .text-block-41.txt-email-rr, .text-block-42 {
    font-size: 16px;
  }

  .div-block-31 {
    margin-bottom: 2px;
  }

  .column-24 {
    position: relative;
  }

  .column-26 {
    margin-top: 22px;
  }

  .div-block-32 {
    padding-bottom: 17px;
  }

  .infocli {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .divcli {
    margin-bottom: 10px;
  }

  .txtfotcli {
    text-align: center;
  }

  .txtfonocli {
    font-size: 13px;
  }

  .bodyol {
    background-image: linear-gradient(to bottom, null, null), url('../images/water-irrigation-1024x683.jpg');
    background-position: 0 0, 50% 0;
  }

  .txtinfobanol.txtinfobalol {
    letter-spacing: -1px;
    font-size: 50px;
    line-height: 50px;
  }

  .txtbanol {
    font-size: 15px;
  }

  .fotol {
    padding-left: 0;
    padding-right: 0;
  }

  .txtbandu, .txtinfodu, .txtfotfdu {
    text-align: center;
  }

  .icofotdu {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-51 {
    background-image: linear-gradient(#f9f7f754, #f9f7f754), url('../images/banner1.jpg');
    background-position: 0 0, 0 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .text-block-47 {
    margin-top: 57px;
  }

  .text-block-48.txt2-gracias-promovar {
    font-size: 22px;
  }

  .text-block-49 {
    width: 80%;
  }

  .div-preguntas {
    padding-right: 153px;
  }

  .div-block-48, .div-block-49 {
    margin-top: 26px;
  }

  .dsas {
    margin-top: 25px;
  }

  .fder {
    margin-top: 28px;
  }

  .text-block-50.list-bolsa {
    font-size: 16px;
  }

  .button-17 {
    margin-bottom: 41px;
  }

  .interior-details-slider-core {
    width: 100%;
  }

  .heading-40 {
    letter-spacing: 0;
    font-size: 28px;
  }

  .int-photo-whiter {
    background-color: #fff0;
  }

  .interior-desc {
    width: 100%;
    height: auto;
  }

  .interior-photos-slider {
    margin-left: 0;
  }

  .link-31 {
    text-align: center;
    width: 50%;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-53.title-bolsas {
    margin-top: 57px;
  }

  .text-block-55 {
    background-position: 86px;
  }

  .section-61 {
    background-position: 0 0;
    background-size: contain;
  }

  .column-32 {
    background-image: linear-gradient(#ffffffcf, #ffffffcf);
  }

  .image-43 {
    display: inline;
  }

  .column-38, .column-39 {
    justify-content: center;
    display: flex;
  }

  .image-45 {
    position: absolute;
    top: -73px;
    bottom: 0;
    right: 0;
  }

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

  .column-43 {
    justify-content: center;
    display: flex;
  }

  .column-44 {
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 44px;
    display: flex;
  }

  .column-45 {
    justify-content: center;
    display: flex;
  }

  .papelito-titulo-call.meso-title-call {
    letter-spacing: 0;
    font-size: 26px;
  }

  .papelito-subtitulo-call.meso-subtile-call {
    letter-spacing: 2px;
    font-size: 24px;
  }

  .div-block-79 {
    width: 48%;
  }

  .text-block-257.gy78 {
    font-size: 30px;
    line-height: 41px;
  }
}

@media screen and (max-width: 479px) {
  .troner-div-guardias, .troner-div-aseo {
    min-height: 300px;
  }

  .submit-button {
    font-weight: 400;
  }

  .heading-2 {
    font-size: 35px;
    line-height: 35px;
  }

  .button {
    font-weight: 400;
  }

  .heading-3, .heading-3.troner-2do-call {
    font-size: 25px;
    line-height: 30px;
  }

  .text-block-2 {
    letter-spacing: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
  }

  .text-block-2.text-troner {
    font-size: 13px;
  }

  .image-2 {
    padding-top: 50px;
  }

  .heading-4.troner-2do-titulo.titulo-center {
    font-size: 21px;
    line-height: 27px;
  }

  .button-2 {
    font-weight: 400;
  }

  .button-2.btn-center {
    letter-spacing: 1px;
    font-size: 12px;
  }

  .text-block-3 {
    margin-bottom: 20px;
  }

  .button-3 {
    font-weight: 400;
  }

  .image-5 {
    margin-top: 20px;
  }

  .troner-aseo {
    background-image: linear-gradient(#00000080, #00000080), url('../images/troner-aseo4.jpg');
    background-position: 0 0, 82%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    min-height: 450px;
  }

  .row-2 {
    margin-top: 30px;
  }

  .text-block-9.texpro-direccion, .text-block-9.texpro-tel {
    margin-bottom: 20px;
  }

  .link-10.know-email {
    font-size: 17px;
  }

  .banen {
    padding-left: 0;
  }

  .section-14 {
    background-image: linear-gradient(#00000080 46%, #fffc), url('../images/marsol-banner-2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .heading-15 {
    text-align: center;
    margin-bottom: 0;
    font-size: 55px;
  }

  .paragraph-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-6, .text-block-18 {
    text-align: center;
  }

  .image-14 {
    float: none;
    margin-top: 0;
  }

  .column-7 {
    padding-top: 0;
  }

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

  .column-9 {
    margin-top: 20px;
  }

  .div-block-10 {
    background-image: linear-gradient(#0000, #000c), url('../images/marsol-img05.jpg');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .div-block-10._01 {
    background-image: linear-gradient(#0000, #000c), url('../images/marsol-img04.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .div-block-10._03 {
    background-image: linear-gradient(#0000, #000c 69%), url('../images/marsol-img07.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .column-10 {
    margin-bottom: 30px;
  }

  .text-block-19 {
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
  }

  .heading-20.cruzeiro-call-h1 {
    font-size: 21px;
    line-height: 28px;
  }

  .text-block-20 {
    font-size: 16px;
    line-height: 23px;
  }

  .heading-22 {
    background-size: 500px;
    padding: 5px;
    font-size: 14px;
  }

  .button-8 {
    letter-spacing: 0;
  }

  .div-block-15 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .heading-23 {
    font-size: 25px;
  }

  .heading-23.tituloh3 {
    margin-top: 0;
  }

  .button-9 {
    margin-bottom: 10px;
  }

  .image-18 {
    margin-left: 0;
  }

  .txtbanan {
    line-height: 30px;
  }

  .txtbanan2 {
    font-size: 40px;
  }

  .heading-29 {
    font-size: 35px;
  }

  .text-block-26 {
    line-height: 29px;
  }

  .button-11 {
    width: 50%;
  }

  .heading-31, .heading-33 {
    font-size: 40px;
  }

  .heading-34.light-call {
    letter-spacing: 0;
    font-size: 15px;
    line-height: 21px;
  }

  .section-44.sect2, .background-video {
    height: 750px;
  }

  .heading-37 {
    font-size: 40px;
    line-height: 40px;
  }

  .heading-37.txt1-gracias {
    letter-spacing: 0;
    font-size: 29px;
  }

  .text-block-30.title-banner-rr {
    width: 74%;
    font-size: 23px;
  }

  .section-45 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-32 {
    letter-spacing: 0;
    font-size: 14px;
  }

  .text-block-32.header-mail {
    letter-spacing: 0;
    background-position: 1%;
    font-size: 18px;
  }

  .text-block-32.phone-tre {
    letter-spacing: 1px;
    background-position: 22%;
    font-size: 18px;
  }

  .button-14 {
    width: 100%;
  }

  .button-14.btn-bases {
    width: 101%;
  }

  .button-14.btn-bases.btnbases1 {
    margin-top: 16px;
  }

  .btn-harm {
    text-align: center;
    background-position: 50% 100%;
    padding-bottom: 53px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 15px;
  }

  .btn-harm:hover {
    background-position: 50% 100%, 95%;
  }

  .btn-harm.btn-harm2 {
    height: 69px;
    font-size: 14px;
  }

  .div-harm2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-40 {
    text-align: left;
    font-size: 15px;
    line-height: 21px;
  }

  .heading-38 {
    font-size: 29px;
  }

  .text-block-42 {
    line-height: 24px;
  }

  .text-block-43 {
    font-size: 23px;
  }

  .text-block-44 {
    text-align: center;
    font-size: 18px;
    line-height: 18px;
  }

  .div-block-32 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .txtbancli {
    font-size: 32px;
  }

  .text-span-5 {
    font-size: 40px;
  }

  .txtinfocli {
    line-height: 40px;
  }

  .txtfonocli {
    text-align: center;
    background-position: 20%;
    font-size: 18px;
  }

  .banol {
    padding-bottom: 0;
  }

  .txtinfobanol {
    letter-spacing: 2px;
    font-size: 25px;
    line-height: 30px;
  }

  .txtinfobanol.txtinfobalol {
    font-size: 30px;
  }

  .bandu {
    background-position: 55%;
    background-size: cover;
    background-attachment: fixed;
  }

  .txtbandu {
    font-size: 40px;
  }

  .txtbandu.txtbandu2 {
    line-height: 30px;
  }

  .txtinfodu {
    font-size: 35px;
    line-height: 40px;
  }

  .txtinfodu.txtinfodu222 {
    font-size: 35px;
    line-height: 45px;
  }

  .txtsisdu {
    font-size: 15px;
    line-height: 20px;
  }

  .txtheaddu {
    text-align: center;
  }

  .section-51 {
    background-image: linear-gradient(#f9f7f78c, #f9f7f78c), url('../images/banner1.jpg');
    background-position: 0 0, 0 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .text-block-47 {
    font-size: 35px;
    line-height: 58px;
  }

  .text-block-47.txt1-gracias-promovsar {
    font-size: 39px;
    line-height: 38px;
  }

  .text-block-48 {
    letter-spacing: 2px;
    font-size: 30px;
    line-height: 35px;
  }

  .text-block-48.txt2-gracias-promovar {
    margin-top: 9px;
    font-size: 19px;
    line-height: 25px;
  }

  .text-block-49 {
    width: 94%;
    margin-bottom: 16px;
    font-size: 12px;
  }

  .div-block-33 {
    width: 93%;
  }

  .div-preguntas {
    padding-right: 0;
  }

  .section-52 {
    background-image: linear-gradient(to bottom, null, null), url('../images/Dollarphotoclub_62540950-5760x3840.jpg');
    background-attachment: scroll, fixed;
  }

  .btn-harm-2 {
    background-position: 97%;
    background-size: 13px;
    padding-left: 9px;
    font-size: 13px;
    line-height: 16px;
  }

  .btn-harm-2.btn-harm2 {
    background-position: 99%;
    background-size: 11px;
    padding-left: 4px;
    font-size: 13px;
  }

  .heading-39.title-qo {
    font-size: 29px;
  }

  .heading-39.title-qo.title-frecuentes {
    font-size: 30px;
    line-height: 34px;
  }

  .frgg {
    margin-bottom: 0;
  }

  .div-block-47 {
    margin-top: 23px;
  }

  .div-block-48, .div-block-49, .dsas, .fder {
    margin-top: 19px;
  }

  .section-53 {
    padding-bottom: 73px;
  }

  .text-block-50.list-bolsa {
    margin-bottom: 25px;
    font-size: 14px;
  }

  .button-17 {
    text-align: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-17.btn-asp {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .interior-slider-div {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .interior-slider-div.sdfg {
    margin-top: 0;
    display: block;
  }

  .interior-details-slider-core.dfff {
    display: block;
  }

  .heading-40 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    line-height: 31px;
    display: block;
  }

  .heading-40.title-asp {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 19px;
    display: block;
  }

  .interior-photo.interior-photo-5 {
    box-shadow: 0 40px 50px -20px #0006;
  }

  .div-block-53, .div-block-53.line-asp {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .interior-desc {
    padding: 30px 20px;
  }

  .int-photo-shadow {
    min-width: 0;
    height: 90%;
    margin-top: 78%;
    display: none;
    position: static;
  }

  .paragraph-11 {
    text-align: center;
    font-size: 13px;
  }

  .interior-photos-slider {
    clear: both;
    width: 100%;
    height: 200px;
  }

  .text-block-51 {
    line-height: 26px;
  }

  .text-block-52 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .link-32.btn-bolsas {
    width: 91%;
  }

  .text-block-53 {
    font-size: 42px;
  }

  .text-block-53.title-bolsas {
    text-align: center;
    margin-top: 6px;
    font-size: 20px;
  }

  .text-block-55 {
    background-position: 16px;
    background-size: 17px;
    font-size: 10px;
  }

  .link-36 {
    width: 58%;
  }

  .slider-3 {
    background-color: #0000;
    width: 100%;
    margin-top: 62px;
  }

  .slide-8 {
    background-image: url('../images/t16_1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-9 {
    background-image: url('../images/t17.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-10 {
    background-image: url('../images/t7.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-11 {
    background-image: url('../images/t83.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-12 {
    background-image: url('../images/t4.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-13 {
    background-image: url('../images/t1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-14 {
    background-image: url('../images/t10.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-15 {
    background-image: url('../images/t11.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-16 {
    background-image: url('../images/t13.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bold-text-6 {
    line-height: 30px;
  }

  .banner {
    background-image: linear-gradient(#000000a8, #000000a8), url('../images/photo-1470309864661-68328b2cd0a5.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .field-label-3 {
    background-color: #0000;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .cotiza {
    background-position: 51px;
    background-size: 180%;
    height: 200px;
  }

  .section-61 {
    background-position: 50%;
    background-size: cover;
  }

  .text-block-67 {
    font-size: 15px;
  }

  .text-block-68 {
    margin-left: 0;
    margin-right: 0;
  }

  .column-35 {
    margin-top: -70px;
    padding-bottom: 0;
    font-family: Lato, sans-serif;
    font-size: 12px;
    position: static;
  }

  .link-49 {
    text-align: center;
    text-shadow: 1px 1px 6px #000;
    margin-left: 0;
    margin-right: 0;
    display: block;
    box-shadow: inset 1px 0 #00000080;
  }

  .image-40 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-41 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: block;
  }

  .image-42 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-43 {
    clear: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .column-38, .column-39 {
    display: inline-block;
  }

  .image-44 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-45 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    inset: -113px -130px 0 0;
  }

  .text-block-75 {
    margin-top: 9px;
    padding-top: 75px;
  }

  .row-22 {
    direction: rtl;
  }

  .column-40 {
    padding-top: 15px;
  }

  .link-51 {
    width: 70%;
  }

  .column-41 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-42 {
    padding-right: 10px;
  }

  .row-24 {
    flex-direction: column;
  }

  .column-47 {
    flex-direction: column;
    display: flex;
  }

  .papelito-titulo-banner.title-meso-banner {
    text-align: center;
    margin-top: 59px;
    font-size: 24px;
  }

  .papelito-titulo-banner2.title2-meso-banner {
    letter-spacing: 2px;
  }

  .papelito-titulo-banner2.title2-meso-banner.ieieiebd {
    text-align: center;
    font-size: 22px;
    line-height: 29px;
  }

  .papelito-btn-banner.maso-btn-banner {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .papelito-btn-banner.maso-btn-banner.fdrrtr, .papelito-btn-banner.maso-btn-banner.fdrrtr.w--current {
    float: none;
  }

  .papelito-btn-banner.maso-btn-banner.btn-ofertas {
    width: 100%;
    margin-right: 0;
    display: block;
  }

  .escribenos-papelito.escribenos-meso {
    padding-top: 34px;
  }

  .papelito-form.meso-form {
    padding-bottom: 64px;
  }

  .papelito-titulo-call {
    font-size: 25px;
    line-height: 35px;
  }

  .papelito-subtitulo-call.meso-subtile-call {
    letter-spacing: 0;
    font-size: 22px;
  }

  .section-64 {
    padding-top: 20px;
  }

  .tab-link {
    margin-bottom: 8px;
    margin-left: 6px;
  }

  .tab-link.w--current {
    margin-bottom: 6px;
    margin-left: 6px;
  }

  .tabs-menu-3 {
    text-align: center;
  }

  .div-block-64 {
    padding: 40px 30px;
  }

  .text-block-82 {
    margin-bottom: 23px;
  }

  .text-block-83 {
    margin-bottom: 19px;
  }

  .button-20 {
    letter-spacing: 2px;
    font-size: 15px;
  }

  .heading-41 {
    font-size: 24px;
  }

  .heading-41.title-ofrt {
    margin-top: 1px;
    margin-bottom: 17px;
    font-size: 28px;
    line-height: 37px;
  }

  .text-block-84 {
    background-position: 25%;
  }

  .text-block-85 {
    background-position: 51px 0;
  }

  .column-55 {
    text-align: center;
    font-size: 15px;
  }

  .column-56, .text-block-88, .text-block-89, .text-block-90 {
    text-align: center;
  }

  .column-58 {
    text-align: left;
  }

  .column-61 {
    padding-bottom: 2%;
  }

  .columns-4 {
    flex-direction: column;
  }

  .div-block-68 {
    width: 80%;
  }

  .columns-6, .columns-8 {
    flex-direction: column;
  }

  .section-73 {
    background-position: 0 126%;
  }

  .container-9 {
    background-image: linear-gradient(#f8f7fc 54%, #fff0 87%);
  }

  .slider-ofertas {
    padding-bottom: 0;
  }

  .slider-6 {
    object-fit: fill;
    height: auto;
    display: block;
    overflow: visible;
  }

  .div-block-70 {
    text-align: center;
    height: 370px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-70.ty6666 {
    height: 360px;
  }

  .title-oferta-items {
    margin-top: 4px;
    font-size: 18px;
    line-height: 30px;
  }

  .title-oferta-items.dfert {
    margin-top: -6px;
  }

  .title-oferta-items.ty678 {
    margin-top: 56px;
  }

  .descripcion-oferta-m.txt-2 {
    font-size: 15px;
    line-height: 22px;
  }

  .img-oferta-m {
    width: 70%;
    margin-top: 10px;
    padding-top: 0;
  }

  .img-oferta-m.img2-cereal {
    width: 72%;
    margin-top: 26px;
  }

  .img-oferta-m.img2-cereal.img-agagelle {
    margin-top: 11px;
  }

  .columns-10 {
    flex-direction: column;
    align-items: center;
  }

  .column-76 {
    flex-direction: column;
    align-items: stretch;
  }

  .button-23 {
    width: 45%;
  }

  .columns-13, .columns-14 {
    flex-direction: column;
  }

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

  .button-25 {
    background-color: #a20729;
  }

  .slider01-ac {
    margin-bottom: 0;
  }

  .img-ac {
    margin-top: 0;
    display: inline-block;
  }

  .list-2.listr {
    font-size: 17px;
    line-height: 31px;
  }

  .slide-21 {
    height: auto;
    padding-bottom: 10px;
  }

  .image-54 {
    width: 72%;
  }

  .image-54.kloiop {
    width: 100%;
    margin-top: 0;
  }

  .flex-block {
    text-align: center;
    display: block;
  }

  .heading-52 {
    text-align: center;
    margin-bottom: 36px;
    font-size: 29px;
  }

  .text-block-246 {
    text-align: center;
    background-position: 6%;
    margin-bottom: 7px;
    padding-left: 20px;
  }

  .text-block-246.email-ce {
    background-position: 15%;
    padding-left: 0;
  }

  .text-block-246.dfrt {
    background-position: 14%;
    padding-left: 0;
  }

  .flex-block-2 {
    text-align: center;
    width: 100%;
    padding-left: 20px;
    display: block;
  }

  .flex-block-2.flexform {
    width: 88%;
    margin-top: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .flex-block-7 {
    flex-direction: column;
  }

  .section-83 {
    height: 626px;
  }

  .section-83.gty78 {
    height: 736px;
  }

  .section-83.gty78.hy890 {
    height: 458px;
  }

  .text-block-259 {
    border-left-width: 0;
    margin-top: 54px;
    margin-bottom: 7px;
    font-size: 18px;
  }

  .text-block-247 {
    text-align: center;
    margin-top: 0;
    font-size: 27px;
    line-height: 41px;
  }

  .text-block-247.ghy78 {
    font-size: 31px;
  }

  .text-block-248 {
    text-align: center;
    font-size: 14px;
    line-height: 28px;
  }

  .text-block-248.cv567 {
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 24px;
  }

  .section-84.m890 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-253 {
    font-size: 26px;
    line-height: 35px;
  }

  .text-block-253.gt6b {
    font-size: 23px;
    line-height: 36px;
  }

  .text-block-250 {
    font-size: 24px;
    line-height: 35px;
  }

  .text-block-250.cd456 {
    font-size: 18px;
    line-height: 27px;
  }

  .flex-block-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    align-items: center;
    display: flex;
  }

  .section-85 {
    padding: 10px 10px 40px;
  }

  .text-block-252.title-serv-34 {
    text-align: center;
    font-size: 20px;
    line-height: 27px;
  }

  .div-block-71 {
    width: 90%;
  }

  .div-block-71.cfr56 {
    width: 90%;
    height: 539px;
    margin-bottom: 14px;
  }

  .div-block-71.cfr56.dcv {
    height: 509px;
  }

  .div-block-72 {
    margin-bottom: 37px;
  }

  .text-block-260 {
    font-size: 24px;
    line-height: 35px;
  }

  .flex-block-5 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-74 {
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .section-86 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-75 {
    text-align: center;
    border-top-right-radius: 0;
    border-bottom-left-radius: 6px;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
  }

  .text-block-261.title-serv-34 {
    text-align: center;
    font-size: 22px;
    line-height: 27px;
  }

  .div-block-76 {
    margin-bottom: 37px;
  }

  .flex-block-6 {
    width: 90%;
    margin-bottom: 34px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .cell-6 {
    flex-direction: row;
  }

  .button-32.btn-border {
    margin-left: auto;
    margin-right: auto;
  }

  .quick-stack-3 {
    height: auto;
  }

  .text-block-254.bgh7k {
    font-size: 15px;
  }

  .text-block-256 {
    letter-spacing: 0;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 37px;
  }

  .text-block-256.b78i {
    margin-bottom: 34px;
  }

  .text-block-256.b78i.vv6778 {
    margin-bottom: 15px;
    padding-left: 10px;
    font-size: 24px;
    line-height: 29px;
  }

  .div-block-77 {
    height: 200px;
  }

  .div-block-77.gt67 {
    height: 259px;
  }

  .cell-7 {
    padding: 72px 20px 40px;
  }

  .cell-7.gtyui.hj7890 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-262 {
    font-size: 24px;
    line-height: 35px;
  }

  .text-block-264 {
    font-size: 18px;
  }

  .section-87 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flex-block-8 {
    flex-direction: column;
  }

  .div-block-78 {
    margin-bottom: 37px;
  }

  .div-block-79 {
    width: 88%;
  }

  .button-33.btn-border {
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block-9 {
    width: 100%;
  }

  .section-88 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-88.gt678 {
    padding: 30px 20px;
  }

  .text-block-257 {
    letter-spacing: 0;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 37px;
  }

  .text-block-257.gy78 {
    text-align: center;
    letter-spacing: -1px;
    font-size: 22px;
    line-height: 30px;
  }

  .image-72 {
    width: 77%;
    max-width: 96%;
  }

  .text-block-265 {
    text-align: center;
    font-size: 18px;
  }

  .quick-stack-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-9 {
    text-align: center;
    align-items: flex-start;
  }

  .div-block-80 {
    padding-bottom: 9px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .image-71 {
    margin-bottom: 37px;
  }

  .quick-stack-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: flex-start space-around;
    align-items: center;
    display: flex;
  }

  .text-block-258 {
    letter-spacing: -1px;
    margin-bottom: 33px;
    font-size: 16px;
  }

  .heading-53 {
    text-align: center;
    margin-bottom: 36px;
    font-size: 29px;
  }

  .cell-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .heading-54.g790.gt78.blan1 {
    margin-bottom: 20px;
  }

  .section-89 {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-89.footercij {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-73 {
    max-width: 85%;
  }

  .text-span-15 {
    line-height: 45px;
  }

  .image-74 {
    margin-bottom: 46px;
  }

  .flex-block-10 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 20px;
  }

  .slider-7 {
    height: 300px;
  }

  .column-85, .column-86, .column-87, .container-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-16 {
    flex-flow: column;
  }

  .flex-block-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: grid;
  }

  .column-90 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

#w-node-ced8f264-cb6a-6543-6801-c596148a8554-10e60e3c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d2f95efa-6d63-abaa-42d1-73970e22c3b2-10e60e3c {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-a56d254c-9405-3646-efc4-2a57fb6f04e7-10e60e3c, #w-node-a56d254c-9405-3646-efc4-2a57fb6f04e7-7a025efb {
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr .75fr;
}

#w-node-ced8f264-cb6a-6543-6801-c596148a8554-3962acb8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d2f95efa-6d63-abaa-42d1-73970e22c3b2-3962acb8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-a56d254c-9405-3646-efc4-2a57fb6f04e7-3962acb8 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr .75fr;
}

@media screen and (max-width: 479px) {
  #w-node-ced8f264-cb6a-6543-6801-c596148a8554-10e60e3c, #w-node-d2f95efa-6d63-abaa-42d1-73970e22c3b2-10e60e3c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a56d254c-9405-3646-efc4-2a57fb6f04e7-10e60e3c {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
    display: grid;
  }

  #w-node-a56d254c-9405-3646-efc4-2a57fb6f04e8-10e60e3c {
    order: 0;
  }

  #w-node-a56d254c-9405-3646-efc4-2a57fb6f04e7-7a025efb {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
    display: grid;
  }

  #w-node-a56d254c-9405-3646-efc4-2a57fb6f04e8-7a025efb {
    order: 0;
  }

  #w-node-ced8f264-cb6a-6543-6801-c596148a8554-3962acb8, #w-node-d2f95efa-6d63-abaa-42d1-73970e22c3b2-3962acb8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a56d254c-9405-3646-efc4-2a57fb6f04e7-3962acb8 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
    display: grid;
  }

  #w-node-a56d254c-9405-3646-efc4-2a57fb6f04e8-3962acb8 {
    order: 0;
  }
}


