*,
::before,
::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-drag: none;
  margin: 0;
  padding: 0;
  font-family: var(--font-family-sourcesans);
}
html,
body {
  height: auto;
  width: 100%;
}
html {
  font-size: 62.5%;
  font-size: 10px;
}
body {
  height: 100%;
  width: 100%;
  margin: 0;
  font-family: var(--font-family-sourcesans);
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: var(--color-black);
  background: var(--color-white);
  /* min-height: 320px; */
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: inside;
}
a,
button {
  -webkit-transition: all 0.3s ease-out; /* Chrome y Safari */
  -o-transition: all 0.3s ease-out; /* Opera */
  -moz-transition: all 0.3s ease-out; /* Mozilla Firefox */
  -ms-transition: all 0.3s ease-out; /* Internet Explorer */
  transition: all 0.3s ease-out; /* W3C */
}
a,
a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
  color: var(--color-black);
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: var(--color-white);
  text-decoration: none;
}
:focus {
  outline: none;
}

/*********************************************************
*********** VARIABLES ************
**********************************************************/
:root {
  --color-grain: #1d2124;
  --color-k: #101314;
  --color-grain2: #171a1d;
  --color-grain3: #1a202c;
  --color-primary: #dfa13c;
  --color-secondary: #016939;
 /* --color-secondary: #2c9d69;*/

  --color-white: #ffffff;
  --color-black: #000000;
  --color-grey: #e9e9e9;
  --color-white-transparency02: #ffffff05;
  --color-white-transparency02: rgba(255, 255, 255, 0.2);
  --color-black-transparency06: rgba(0, 0, 0, 0.6);

  --bk-grain: url('../images/bk-grain.jpg') repeat center center / auto auto;

  --font-size-76: 7.6rem;
  --font-size-70: 7rem;
  --font-size-60: 6rem;
  --font-size-42: 4.2rem;
  --font-size-40: 4rem;
  --font-size-36: 3.6rem;
  --font-size-34: 3.4rem;
  --font-size-32: 3.2rem;
  --font-size-30: 3rem;
  --font-size-26: 2.6rem;
  --font-size-25: 2.5rem;
  --font-size-24: 2.4rem;
  --font-size-22: 2.2rem;
  --font-size-20: 2rem;
  --font-size-19: 1.9rem;
  --font-size-18: 1.8rem;
  --font-size-17: 1.7rem;
  --font-size-16: 1.6rem;
  --font-size-15: 1.5rem;
  --font-size-14: 1.4rem;
  --font-size-13: 1.3rem;
  --font-size-12: 1.2rem;
  --font-size-10: 1rem;
  --font-size-08: 0.8rem;

  --font-weight-700: 700;
  --font-weight-600: 600;
  --font-weight-500: 500;
  --font-weight-400: 400;
  --font-weight-300: 300;

  --font-family-sourcesans: 'Source Sans 3', sans-serif;
}

/*********************************************************
*********** COMMON STYLES ************
**********************************************************/
.wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 4rem;
  display: block;
  /* max-width: 114rem; */
  max-width: 122rem;
  position: relative;
  /*z-index: 2;*/
}

main {
  height: auto;
  min-height: calc(100vh - 40rem);
  /*padding-top: 7.4rem;*/
  /* min-height: 100vh; */
  /* padding-top: 16rem; */
  /* padding-top: 74px; */
  /* overflow-x: hidden; */
}

.--flex {
  display: flex;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
}

.captcha {
  width: 100% !important;
  height: 55% !important;
  object-fit: contain !important;
  object-position: top !important;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  /*padding: 10rem;*/
}

/* *********** FORMS *********** */
/* GENERAL */
.form-content .screen-reader-response,
.form-content .wpcf7-response-output {
  /* border: 1px solid var(--color-primary); */
  margin: 0 0 5rem 0;
  /* border-radius: 0.6rem; */
  color: var(--color-primary);
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-400);
  line-height: 1.4;
}
.form-content .screen-reader-response > ul > li {
  padding: 1rem 2rem;
  margin-top: 1rem;
  border-radius: 0.3rem;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
.form-content .wpcf7-not-valid-tip {
  color: var(--color-primary);
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-400);
  line-height: 1.4;
  margin-top: 1rem;
}

/* NEWSLETTER */
.newsletter-form {
  width: 100%;
  position: relative;
}
.newsletter-form form {
  display: flex;
  padding: 2rem 0 !important;
}
.newsletter-form .mailpoet_paragraph {
  margin-bottom: 0 !important;
}
.newsletter-form input[type='email'] {
  /* width: 26rem !important; */
  width: 100% !important;
  height: 3.6rem !important;
  padding: 0 2rem !important;
  border-radius: 0.6rem;
  border: 1px solid var(--color-grey) !important;
  background-color: var(--color-white);
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-400);
  color: var(--color-grain);
}
.newsletter-form input[type='submit'] {
  width: 9.3rem !important;
  height: 3.6rem !important;
  margin-left: 1.5rem !important;
  padding: 0;
  text-align: center;
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-700);
  color: var(--color-white);
  border-radius: 0.6rem;
  border: 1px solid var(--color-secondary);
  border-color: var(--color-secondary) !important;
  background-color: var(--color-secondary);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.newsletter-form .mailpoet_message {
  padding: 1rem 0 0 0 !important;
  position: absolute;
  /* bottom: 0; */
  bottom: -1.2rem;
  color: var(--color-primary);
  font-size: var(--font-size-12);
  font-weight: var(--font-weight-400);
  line-height: 1;
}
.newsletter-form .mailpoet_paragraph {
  width: 100%;
}

/* NEWSLETTER Footer */
.newsletter-form#newsletter-footer form {
  padding: 0 0 2rem 0 !important;
  flex-direction: column;
  display: flex;
  align-items: flex-end;
}
.newsletter-form#newsletter-footer input[type='email'] {
  width: 100% !important;
  height: 2.8rem !important;
  padding: 0 0 0rem 0.5rem !important;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid var(--color-white-transparency02) !important;
  background-color: transparent;
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-700);
  color: var(--color-white);
}
.newsletter-form#newsletter-footer input[type='email']::placeholder {
  color: var(--color-white);
}
.newsletter-form#newsletter-footer input[type='submit'] {
  width: 100% !important;
  margin: 2rem 0 0 0 !important;
  background-color: var(--color-primary);
}
.newsletter-form#newsletter-footer input[type='submit']:hover {
  background-color: var(--color-secondary);
}
.newsletter-form#newsletter-footer .mailpoet_message {
  bottom: -1.2rem;
}

/* NEWSLETTER Home */
.newsletter-form#newsletter-home form {
  padding: 1rem 0 !important;
  flex-direction: row;
}
.newsletter-form#newsletter-home .mailpoet_message {
  bottom: -1.2rem;
}
.newsletter-form#newsletter-home #mailpoet_form_1 .mailpoet_paragraph {
  width: calc(100% - 11rem) !important;
}
.newsletter-form#newsletter-home input[type='email'] {
  width: 100% !important;
}
.newsletter-form#newsletter-home .mailpoet_paragraph {
  width: 100% !important;
}
.newsletter-form#newsletter-home #mailpoet_form_1 .mailpoet_paragraph:nth-of-type(2) {
  width: 2.6rem !important;
}

/* NEWSLETTER Modal */
.newsletter-form#newsletter-modal form {
  padding: 0.4rem 0 2rem 0 !important;
  flex-direction: column;
  display: flex;
  align-items: flex-end;
}
.newsletter-form#newsletter-modal input[type='email'] {
  width: 34rem !important;
}
.newsletter-form#newsletter-modal input[type='submit'] {
  margin-top: 2rem !important;
}

/* NEWSLETTER News Gral */
.newsletter-form#newsletter-news form {
  padding: 0.4rem 0 2rem 0 !important;
  flex-direction: column;
  display: flex;
  align-items: center;
}
.page-noticias .noticias-content .noticias-list.first-page article.newsletter .mailpoet_paragraph {
  width: 100% !important;
  text-align: center;
}
.newsletter-form#newsletter-news input[type='email'] {
  width: 100% !important;
  max-width: 50rem !important;
  margin: 0 auto !important;
}
.newsletter-form#newsletter-news input[type='submit'] {
  margin: 2rem auto 0 auto !important;
}
.newsletter-form#newsletter-news .mailpoet_message {
  bottom: -1.2rem;
  text-align: center;
}

/* NEWSLETTER News Single */
/* .newsletter-form#newsletter-news-single form {
  padding: 1rem 0 !important;
  flex-direction: row;
}
.newsletter-form#newsletter-news-single input[type='email'] {
  width: 34rem !important;
} */

.newsletter-form#newsletter-news-single form {
  padding: 1rem 0 !important;
  flex-direction: row;
}
.newsletter-form#newsletter-news-single .mailpoet_message {
  bottom: -1.2rem;
}
.newsletter-form#newsletter-news-single .mailpoet_paragraph {
  width: calc(100% - 11rem) !important;
}
.newsletter-form#newsletter-news-single input[type='email'] {
  width: 100% !important;
}
.newsletter-form#newsletter-news-single .mailpoet_paragraph:nth-of-type(2) {
  width: 2.6rem !important;
}
@media screen and (max-width: 1023px) {
  .page-noticia-single .noticia-content .noticia-footer .newsletter {
    flex-direction: column;
  }
  .page-noticia-single .noticia-content .noticia-footer .newsletter .area-text,
  .page-noticia-single .noticia-content .noticia-footer .newsletter .area-form {
    width: 100% !important;
  }

  .newsletter-form#newsletter-news-single form {
    flex-direction: column !important;
  }
  .newsletter-form#newsletter-news-single .mailpoet_paragraph {
    width: 100% !important;
  }
  .newsletter-form#newsletter-news-single .mailpoet_paragraph:nth-of-type(2) {
    width: 100% !important;
    margin-top: 1rem;
  }
  .newsletter-form#newsletter-news-single #mailpoet_form_2 .mailpoet_submit {
    width: 100% !important;
    margin: 0 !important;
  }
}

/* *********** SWIPER *********** */
/* SWIPER PAGINATION */
.swiper-pagination {
  position: absolute;
  bottom: 0 !important;
  left: 50%;
  transform: translate(0, -50%);
  z-index: 9;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  margin: 0 2rem !important;
  opacity: 1;
  background-color: #ddd;
  /*background-color: var(--color-primary);*/

}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}
/* SWIPER NAVIGATION */
.swiper-button-next,
.swiper-button-prev {
  width: 9.5rem;
  height: 5rem;
  border-radius: 2.5rem;
  background-color: transparent;
  border: 0.1rem solid var(--color-white);
  -webkit-transition: all 0.3s ease-out; /* Chrome y Safari */
  -o-transition: all 0.3s ease-out; /* Opera */
  -moz-transition: all 0.3s ease-out; /* Mozilla Firefox */
  -ms-transition: all 0.3s ease-out; /* Internet Explorer */
  transition: all 0.3s ease-out; /* W3C */
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: var(--color-primary);
}
.swiper-button-next:hover .icon-down,
.swiper-button-prev:hover .icon-down {
  filter: brightness(0) invert(1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  width: 40%;
  height: 100%;
}
.swiper-button-next:after {
  background: url('../images/icons/arrow-next.svg') no-repeat center center / 100% auto;
}
.swiper-button-prev:after {
  background: url('../images/icons/arrow-prev.svg') no-repeat center center / 100% auto;
}

/* Title */
.title-c {
  width: auto;
  max-width: 70rem;
  margin: 0 auto 4rem auto;
  padding-bottom: 1rem;
  text-align: center;
  color: var(--color-black);
  font-size: var(--font-size-60);
  font-weight: 300;
  line-height: 1.2;
  position: relative;
  display: inline-flex;
}
.title-c::after {
  content: '';
  width: 80%;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  background: var(--color-primary);
}

/* Subtitle */
.subtitle-c {
  width: auto;
  margin: 0 auto;
  text-align: center;
  color: var(--color-black);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-400);
  line-height: 1.3;
  letter-spacing: 0.03em;
}
.subtitle-c p {
  color: var(--color-black);
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-400);
  line-height: 1.3;
  letter-spacing: 0.03em;
}

/* Button */
a.button,
button.button,
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 4rem;
  padding: 0 3rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: var(--color-k);
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-400);
  letter-spacing: 0.65rem;
  text-transform: uppercase;
  border-radius: 4.2rem;
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
}
.button:hover {
  color: var(--color-primary);
  background-color: var(--color-k);
}
.button.--green {
  color: var(--color-white);
  border-color: var(--color-secondary);
  background-color: var(--color-secondary);
}
.button.--green:hover {
  background-color: var(--color-k);
}
.button.--green-border {
  color: var(--color-white);
  border-color: var(--color-secondary);
  background-color: var(--color-white);
}
.button.--yellow-border {
  color: var(--color-primary);
  border-color: var(--color-primary);
  background-color: var(--color-white);
}
.button.--yellow-border:hover {
  color: var(--color-k);
  background-color: var(--color-primary);
}

@media screen and (max-width: 1023px) {
  /*********************************************************
*********** VARIABLES ************
**********************************************************/
  :root {
    --font-size-76: 4.2rem;
    --font-size-70: 3.8rem;
    --font-size-60: 4.2rem;
    --font-size-42: 3.2rem;
    --font-size-40: 3.2rem;
    --font-size-36: 3rem;
    --font-size-34: 3rem;
    --font-size-32: 3rem;
    --font-size-30: 2.8rem;
    --font-size-25: 2.2rem;
    --font-size-24: 2.4rem;
    --font-size-22: 1.8rem;
    --font-size-20: 1.8rem;
    --font-size-19: 1.9rem;
    --font-size-18: 1.6rem;
    --font-size-17: 1.6rem;
    --font-size-16: 1.4rem;
    --font-size-15: 1.4rem;
    --font-size-14: 1.2rem;
    --font-size-13: 1.2rem;
    --font-size-12: 1.2rem;
    --font-size-10: 1rem;
    --font-size-08: 0.8rem;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
    margin: 1.6rem !important;
  }
}

.arrow {
  color: var(--color-secondary);
  width: 40px;
  font-weight: bold;
  height: 35px;
}

.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.bounce-right {
  -webkit-animation: bounce-right 2s infinite;
  animation: bounce-right 2s infinite;
}

/* Scroll down indicator (bouncing) */
/* prettier-ignore */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0); }
  40% {
    -webkit-transform: translateX(-30px); }
  60% {
    -webkit-transform: translateX(-15px); } }
/* prettier-ignore */
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0); }
  40% {
    -moz-transform: translateX(-30px); }
  60% {
    -moz-transform: translateX(-15px); } }
/* prettier-ignore */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px); }
  60% {
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    transform: translateX(-15px); } }

/* Scroll down indicator (bouncing) */
/* prettier-ignore */
@-webkit-keyframes bounce-right {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0); }
  40% {
    -webkit-transform: translateX(30px); }
  60% {
    -webkit-transform: translateX(15px); } }
/* prettier-ignore */
@-moz-keyframes bounce-right {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0); }
  40% {
    -moz-transform: translateX(30px); }
  60% {
    -moz-transform: translateX(15px); } }
/* prettier-ignore */
@keyframes bounce-right {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px); }
  60% {
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px); } }
