* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  width: 100%;
  min-width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Poppins", "Open sans", sans-serif;
  overflow-x: hidden;
}
body {
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.pending {
  border: 3px solid red;
}
.main {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.container {
  max-width: 1120px;
  margin: 0 auto !important;
}
.header {
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.header a img {
  width: 100px;
  height: 100px;
}
.header P {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #000000;
  margin-left: 20px;
}
.main-firstSection {
  width: 100%;
  height: 600px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45)),
    url("https://giesa.es/bidones-ibc-grg-plastico-metalicos/assets/images/giesa_background_section1_new.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.main-secondSection {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 20px 0px 20px;
  gap: 60px;
}
.article-secondSection-first {
  width: 50%;
  padding-left: 60px;
}
.article-secondSection-first h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 100%;
  color: #000000;
}
.article-secondSection-first p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0.02em;
  color: #595959;
}
.article-secondSection-first p:nth-child(2) {
  margin-top: 70px;
}
.article-secondSection-first p:nth-child(3),
.article-secondSection-first p:nth-child(4) {
  margin-top: 20px;
}
.article-secondSection-second {
  width: 50%;
  max-width: 570px;
  padding: 35px 75px;
  margin-top: -250px;
  background: #fff;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.15));
}
.article-secondSection-second h2 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
  text-align: center;
  color: #ffbe00;
  margin-bottom: 38px;
}
.article-secondSection-second p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 35px;
  text-align: center;
  color: #131d3b;
  margin-bottom: 38px;
}
.main-thirdSection {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  gap: 60px;
}
.article-thirdSection-first,
.article-thirdSection-second {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.thirdSection-first {
  width: 50%;
  height: 359px;
  background: url("/assets/images/giesa_hoja.jpg") no-repeat center;
}
.thirdSection-second {
  width: 50%;
  height: 359px;
  background: url("/assets/images/giesa_contenedores.jpg") no-repeat center;
}

.article-thirdSection-first h4,
.article-thirdSection-second h4 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 175%;
  letter-spacing: 0.02em;
  color: #595959;
}
.article-thirdSection-first p,
.article-thirdSection-second p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0.02em;
  color: #595959;
}
.article-thirdSection-first img,
.article-thirdSection-second img {
  width: 50%;
  height: auto;
}
.article-thirdSection-first p:nth-child(3),
.article-thirdSection-second p:nth-child(2) {
  margin-top: 20px;
}
.article-thirdSection-first p:nth-child(4),
.article-thirdSection-first p:nth-child(5),
.article-thirdSection-second p:nth-child(3) {
  margin-top: 20px;
}
.article-thirdSection-first-text,
.article-thirdSection-second-text {
  width: 50%;
}

.main-fourthSection,
.main-fifthSection {
  width: 100%;
}
.main-fourthSection {
  background-color: #c4c4c4;
  padding: 80px 20px 50px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-fourthSection h2:nth-child(1) {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
  text-align: center;
  color: #1e1e1e;
  margin-bottom: 80px;
}
.article-fourthSection-first {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 0 40px;
}
.fourthSection-first-element {
  width: 216px;
  height: 216px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 22px;
}
.fourthSection-first-element h3 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffbe00;
}
.fourthSection-first-element p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #131d3b;
}
.main-fifthSection {
  background-color: #898989;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.article-fifthSection {
  width: 100%;
  padding: 0 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.fifthSection-element {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fifthSection-element div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.fifthSection-element h3,
.fifthSection-element span {
  font-family: "sans-serif";
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 130%;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #ffffff;
}
.fifthSection-element p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 175%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
}
#fifthSection-element-counter {
  text-transform: lowercase;
}
.main-sixthSection {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
}
.article-sixthSection {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  gap: 70px;
}

.sixthSection-second {
  width: 50%;
}
.article-sixthSection img {
  width: 50%;
  height: auto;
}
.sixthSection-second h4 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 175%;
  letter-spacing: 0.02em;
  color: #595959;
}
.sixthSection-second p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0.02em;
  color: #595959;
}
.sixthSection-second p:nth-child(2) {
  margin-top: 10px;
}
.sixthSection-second p:nth-child(3) {
  margin-top: 20px;
}

.main-seventhSection {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 300px;
}
.article-seventhSection {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  gap: 70px;
}
.seventhSection-second {
  width: 50%;
}
.seventhSection-second h4 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 175%;
  letter-spacing: 0.02em;
  color: #595959;
}
.seventhSection-second p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0.02em;
  color: #595959;
}
.seventhSection-second p:nth-child(2) {
  margin-top: 10px;
}
.seventhSection-second p:nth-child(3) {
  margin-top: 20px;
}
.article-seventhSection img {
  width: 50%;
  height: auto;
}

.mapSection {
  width: 100%;
  background: #ffbe00;
  padding: 100px 0;
  position: relative;
}
.mapSection img {
  position: absolute;
  right: 80px;
  bottom: 0;
}
.mapSection-form {
  position: absolute;
  right: 80px;
  bottom: 0;
  background: #fff;
  width: 40%;
  max-width: 573px;
  padding: 15px 75px 10px 75px;
}
.mapSection-form p:nth-child(1) {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  text-align: center;
  color: #ffbe00;
  margin-bottom: 38px;
}
.floating {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 100;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.floating-top {
  bottom: 120px !important;
}
.floating:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.main-thankiu {
  width: 100%;
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}
.article-thankiu,
.image-thankiu {
  width: 50%;
}
.article-thankiu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.article-thankiu div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-left: 80px;
  padding-right: 30px;
}
.article-thankiu div h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 100%;
  color: #000000;
  padding-right: 80px;
  margin-bottom: 40px;
}
.article-thankiu div p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 175%;
  letter-spacing: 0.02em;
  color: #000000;
  padding-left: 80px;
  margin-bottom: 30px;
  text-align: left;
}
.image-thankiu {
  background: url("https://giesa.es/bidones-ibc-grg-plastico-metalicos/assets/images/giesa_thankiu_background.jpg") no-repeat
    center;
  background-size: cover;
}

.mauticform_wrapper {
  width: 100%;
}
.mauticform-page-1 input[type="text"],
.mauticform-page-1 input[type="tel"],
.mauticform-page-1 input[type="email"] {
  padding: 0.8em 0.8em;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;
  text-transform: uppercase;
  color: #131d3b;
  opacity: 0.8;
}
.mauticform-page-1 textarea {
  height: 120px;
  resize: none;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;
  color: #131d3b;
  opacity: 0.8;
  padding: 0.8em 0.8em;
  rows: 4;
  cols: 40;
}
.mauticform-page-1 label {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: #000000;
}
.mauticform-page-1 a {
  color: #ffbe00;
}

#mauticform_campanasdecaptaciongenericagiesa_submit button,
#mauticform_campanasdecaptaciongenericagiesa1_submit button {
  background: #ffbe00;
  border: none;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 19.0655px;
  line-height: 21px;
  text-align: center;
  padding: 13px 30px;
  color: #f2f3f5;
  transition: all 0.5s ease-in-out;
}
#mauticform_campanasdecaptaciongenericagiesa_submit button:hover,
#mauticform_campanasdecaptaciongenericagiesa1_submit button:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
h3#mauticform_label_campanasdecaptaciongenericagiesa_aviso_legal,
h3#mauticform_campanasdecaptaciongenericagiesa1_aviso_legal {
  font-family: "Poppins";
  font-size: 14px;
}
div#mauticform_input_campanasdecaptaciongenericagiesa_aviso_legal,
div#mauticform_campanasdecaptaciongenericagiesa1_aviso_legal {
  font-family: "Open Sans";
  font-size: 12px;
}

@media (max-width: 1280px) {
  .main-thirdSection {
    padding: 60px 0px;
  }
  .article-thirdSection-first-text {
    padding-right: 20px;
  }
  .article-thirdSection-second-text {
    padding-left: 20px;
  }
  .article-secondSection-second {
    max-width: 100%;
  }
  .article-secondSection-second,
  .mapSection-form {
    padding: 35px;
  }
  .article-secondSection-first {
    padding-left: 0px;
  }
  .fourthSection-first-element {
    width: 25%;
    height: 250px;
  }
  .main-fourthSection {
    padding-left: 0px;
    padding-right: 0px;
  }
  .article-fourthSection-first {
    padding: 0 20px;
  }
  .article-fifthSection {
    padding: 0 40px;
  }
  .fifthSection-element h3 {
    font-size: 48px;
  }
  #fifthSection-element-counter {
    font-size: 48px;
  }
  .seventhSection-element {
    width: 33%;
    height: 370px;
  }
  .article-thankiu div h1 {
    padding-right: 0px;
  }
  .article-thankiu div p {
    padding-left: 0px;
  }
  .mapSection-form {
    right: 20px;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .header a img {
    width: 82px;
    height: 82px;
  }
  .main-firstSection {
    background-position: 0% 100%;
  }
  .main-secondSection {
    flex-direction: column-reverse;
  }
  .article-secondSection-first,
  .article-secondSection-second {
    width: 100%;
  }
  .article-secondSection-second {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .main-thirdSection {
    flex-direction: column;
  }
  .article-thirdSection-first,
  .article-thirdSection-second {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
  .article-thirdSection-first img,
  .article-thirdSection-second img {
    width: 100%;
    height: auto;
  }
  .article-thirdSection-first-text,
  .article-thirdSection-second-text {
    width: 100%;
    padding: 0 20px;
  }
  .article-fourthSection-first {
    width: 100%;
    flex-direction: column;
  }
  .fourthSection-first-element {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .fourthSection-first-element p {
    text-align: center;
    margin-top: 20px;
  }
  .article-fifthSection {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  .article-sixthSection {
    flex-direction: column-reverse;
    padding-right: 0px;
  }
  .sixthSection-first,
  .sixthSection-second {
    width: 100%;
  }
  .sixthSection-second {
    padding: 0 20px;
  }
  .article-sixthSection img {
    width: 100%;
  }
  .article-seventhSection {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
    gap: 40px;
  }
  .main-seventhSection {
    padding-bottom: 80px;
  }
  .seventhSection-element {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .seventhSection-second {
    width: 100%;
    padding: 0 20px;
  }
  .article-seventhSection img {
    width: 100%;
  }
  .mapSection-form {
    position: static;
    max-width: 100%;
    padding: 0px;
  }
  .mapSection {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    background: #ffbe00;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .mapSection-form {
    position: static;
    width: 100%;
    padding: 20px;
  }
  .mapSection img {
    position: static;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .mapSection iframe {
    background: ##ffbe00;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .main-thankiu {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
  }
  .article-thankiu,
  .image-thankiu {
    width: 100%;
    height: 50%;
  }
  .image-thankiu {
    min-height: 500px;
  }
  .article-thankiu div {
    padding: 0 40px;
  }
  .article-thankiu div h1 {
    text-align: center;
  }
  .article-thankiu div p {
    padding-left: 40px;
  }
}
@media (max-width: 480px) {
   .header p {
    font-size: 16px;
  }
  .main-firstSection {
    background-position: 15% 100%;
    height: 600px;
  }
  .article-secondSection-second {
    padding: 20px;
    margin-top: -190px;
  }
  .article-secondSection-second h2 {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
    color: #ffbe00;
    margin-bottom: 38px;
  }
  #mauticform_campanasdecaptaciongenericagiesa_submit.mauticform-row {
    margin-bottom: 0px;
  }
  .article-secondSection-first p:nth-child(2) {
    margin-top: 30px;
  }
  .article-thirdSection-second-text p:nth-child(2) {
    margin-top: 0px;
  }
  .mapSection-form p:nth-child(1) {
    font-size: 24px;
    line-height: 33px;
  }
  .article-secondSection-second p {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #131d3b;
    margin-bottom: 0px;
  }
  .main-secondSection {
    padding-bottom: 0;
  }
  .article-secondSection-second img {
    margin-top: -150px;
  }
  .main-thirdSection {
    padding-top: 50px;
  }
  .article-thirdSection-first p:nth-child(3) {
    margin-top: 30px;
  }
  .article-thirdSection-second p:nth-child(2) {
    margin-top: 30px;
  }
  .article-thirdSection-second h4:nth-child(5) {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #ffbe00;
  }
  .main-fourthSection {
    padding-top: 50px;
  }
  .main-fourthSection h2:nth-child(1) {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #1e1e1e;
    margin-bottom: 50px;
  }
  .fourthSection-first-element {
    width: 90%;
    height: 216px;
  }
  .article-fifthSection {
    padding: 0px;
  }
  .fifthSection-element h3 {
    font-size: 64px;
  }
  #fifthSection-element-counter {
    font-size: 64px;
  }
  .sixthSection-second p:nth-child(2) {
    margin-top: 0px;
  }
  .main-seventhSection {
    padding-bottom: 0px;
  }
  .seventhSection-element {
    width: 100%;
    height: 278px;
  }
  .seventhSection-element img {
    height: 32.33px;
  }
  .floating {
    width: 45px;
    height: 45px;
    bottom: 20px;
    right: 20px;
  }
  .floating img {
    width: 45px;
    height: 45px;
  }
  .floating-top {
    bottom: 90px !important;
  }
  .article-thankiu div {
    padding: 0 20px;
  }
  .article-thankiu div p {
    padding-left: 0px;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 175%;
    letter-spacing: 0.02em;
    color: #000000;
  }
  .article-thankiu div h1 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    color: #000000;
  }
}
