h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 900;
}

p {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.5rem;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

li {
  margin-bottom: 20px;
}

.cont_gral {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #edba2d;
  background-image: radial-gradient(circle closest-corner at 50% 0%, #a77c0e 27%, hsla(0, 0%, 100%, 0));
}

.ancho_gral {
  width: 80%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero.ancho_gral {
  width: 95%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columna_50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  margin-top: 30px;
  margin-bottom: 27px;
  font-size: 1.1rem;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 85px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #000;
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.image {
  display: block;
  height: 55px;
  margin-top: 13px;
  margin-bottom: 18px;
}

.container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-link {
  height: 100%;
  min-height: 100%;
  font-family: 'Work Sans', sans-serif;
  color: #edba2d;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #fbff00;
}

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

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  margin-top: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cont_slider {
  width: 100%;
}

.slider {
  max-height: none;
  min-height: 700px;
}

.image-2 {
  width: 100%;
  max-width: none;
}

.columna_50-hero {
  width: 45%;
  padding: 10px 50px 10px 0px;
}

.cont_sec {
  position: relative;
  top: 0px;
}

.cont_sec.ancho_gral {
  position: relative;
  top: 0px;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500%;
  padding-bottom: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.slide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.61)), to(rgba(0, 0, 0, 0.61))), url('../images/img-slide_polipasto.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)), url('../images/img-slide_polipasto.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.style_input_form {
  width: 70%;
  min-height: 50px;
  margin-bottom: 0px;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 35px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  border-radius: 80px;
  background-color: #edba2d;
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.style_input_form:active {
  font-size: 1.4rem;
}

.style_fiield {
  width: 30%;
  padding-right: 10px;
  padding-left: 0px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 900;
  text-align: right;
}

.form-block {
  margin-top: 40px;
}

.cont_linea_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.textarea {
  width: 70%;
  min-height: 350px;
}

.style_input_mess {
  width: 70%;
  min-height: 180px;
  margin-bottom: 0px;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 35px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  border-radius: 20px;
  background-color: #edba2d;
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.btn_superesco {
  width: 100%;
  margin-top: 15px;
  margin-left: 0%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 100px;
  background-color: #000;
  font-family: Exo, sans-serif;
  font-size: 1.5rem;
  line-height: 1.4rem;
  font-weight: 900;
  letter-spacing: 1px;
}

.form {
  padding-left: 0px;
}

.cont_linea_form_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.style_fiield-_2 {
  width: 30%;
  margin-top: 0px;
  padding-right: 10px;
  padding-left: 0px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 900;
  text-align: right;
}

.paragraph-2 {
  padding-left: 30%;
  font-size: 1.1rem;
}

.heading {
  padding-left: 25%;
}

.columna_form_1 {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  right: auto;
  z-index: 80;
  width: 40%;
  max-width: 590px;
  margin-right: auto;
  margin-left: 0px;
  padding: 10px;
  clear: none;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-left: 2px dotted #000;
}

.med_pagina {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.cont_sec_medioi {
  position: static;
  left: auto;
  top: 0px;
  right: 0%;
  z-index: 20;
  overflow: auto;
  width: 40%;
  max-width: 590px;
  margin-right: 0px;
  margin-left: auto;
  padding-bottom: 60px;
  float: none;
  clear: none;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.cont_sec_medioi.ancho_gral {
  position: relative;
  top: 0px;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500%;
  padding-bottom: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.columna_100 {
  position: static;
  top: 0px;
  width: 100%;
  padding: 10px 25px 10px 0px;
}

.footer {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 95px;
  background-color: #000;
  color: #fff;
}

.whats-card {
  position: fixed;
  left: 10%;
  bottom: 20px;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding: 5px 25px 5px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #6eff00;
  border-radius: 100px;
  background-color: #000;
  text-decoration: none;
}

.cont_whats {
  height: 30px;
  padding-right: 10px;
}

.img_whats {
  height: 100%;
  padding-right: 0px;
}

.text_whaatsapp {
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 800;
  text-align: left;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.brand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block {
  width: 80%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

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

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

.heading-2 {
  padding-left: 30%;
}

.con_text_slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.imagen_galeria {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px;
}

.heading-4 {
  margin-bottom: 15px;
  color: #fff;
}

.paragraph-4 {
  width: 80%;
  padding: 9px 50px;
  background-color: #edba2d;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  position: relative;
}

.telefono {
  height: 100%;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 800;
}

.slide2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.61)), to(rgba(0, 0, 0, 0.61))), url('../images/img-slide_polipasto.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)), url('../images/img-slide_polipasto.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.left-arrow {
  display: none;
  overflow: hidden;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.image-3 {
  max-height: 600px;
}

.div-block-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-5 {
  margin-bottom: 24px;
}

.paragraph-5 {
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: 800;
}

.cont_img_gal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columna_gal {
  position: static;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 25px 10px 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cont_int_foto_gal {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: 29px;
}

.caja_texto_gal {
  margin-top: -26px;
  padding: 8px 20px;
  background-color: hsla(53, 0%, 100%, 0.35);
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 800;
  text-align: center;
}

.link {
  color: #fc0;
  font-weight: 800;
  text-decoration: none;
}

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

.image-4 {
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
}

.html-embed {
  margin-left: 30%;
}

.cont_btn_form {
  display: none;
}

.html-embed-2 {
  margin-left: 30%;
}

.success_message {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px;
  background-color: #4ef9a9;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 600;
  text-align: center;
}

.error_message {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px;
  background-color: #fc5e5e;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 700;
  text-align: center;
}

.recaptcha-error-message {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .hero.ancho_gral {
    width: 90%;
    padding-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .columna_50 {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .image {
    display: inline-block;
  }

  .container {
    width: 90%;
  }

  .columna_50-hero {
    width: 100%;
  }

  .columna_form_1 {
    width: 90%;
    max-width: none;
    margin-left: auto;
    border-left-style: none;
  }

  .cont_sec_medioi {
    width: 90%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .whats-card {
    left: 5%;
  }

  .text_whaatsapp {
    font-size: 15px;
  }

  .con_text_slider {
    width: 80%;
  }

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

  .paragraph-4 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .hero.ancho_gral {
    width: 95%;
  }

  .image {
    height: auto;
    max-height: 40px;
  }

  .container {
    width: 95%;
  }

  .columna_form_1 {
    width: 95%;
  }

  .cont_sec_medioi {
    width: 95%;
  }

  .brand {
    padding-left: 0px;
  }

  .heading-3 {
    margin-top: 0px;
  }

  .paragraph-4 {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .columna_50 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image {
    width: auto;
    max-height: 40px;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columna_50-hero {
    padding-right: 0px;
    padding-left: 0px;
  }

  .style_input_form {
    width: 100%;
  }

  .cont_linea_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .style_input_mess {
    width: 100%;
  }

  .btn_superesco {
    width: 100%;
    margin-left: 0%;
  }

  .cont_linea_form_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .paragraph-2 {
    padding-left: 0%;
  }

  .heading {
    margin-top: 0px;
    padding-left: 0%;
  }

  .columna_form_1 {
    border: 1px none #000;
  }

  .columna_100 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .whats-card {
    left: 2.5%;
  }

  .menu-button {
    padding: 8px;
  }

  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading-2 {
    padding-left: 0%;
  }

  .con_text_slider {
    width: 90%;
  }

  .heading-4 {
    font-size: 2.4rem;
  }

  .paragraph-4 {
    width: 95%;
  }

  .left-arrow-2 {
    display: none;
  }

  .right-arrow-2 {
    display: none;
  }

  .cont_img_gal {
    width: 100%;
  }

  .columna_gal {
    padding-right: 0px;
    padding-left: 0px;
  }
}

