@charset "UTF-8";
/* BUTTON */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInMove {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.link--button, .link--button-white {
  display: block;
  font-family: "Raleway";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #2b3a32;
  padding: 10px 24px;
  border: 1px solid #2b3a32;
  border-radius: 59px;
  width: fit-content;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1024px) {
  .link--button, .link--button-white {
    font-size: 18px;
    padding: 10px 38px;
  }
}
.link--button:hover, .link--button-white:hover {
  opacity: 0.8;
}

.link--button-white {
  color: #fff;
  border-color: #fff;
}

body.page-template-landing,
body.page-template-landing-form {
  font-weight: normal;
}
body.page-template-landing.scrolled header,
body.page-template-landing-form.scrolled header {
  padding-top: initial;
  padding-bottom: initial;
}
body.page-template-landing .container,
body.page-template-landing-form .container {
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (min-width: 1024px) {
  body.page-template-landing .container,
  body.page-template-landing-form .container {
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media only screen and (min-width: 1440px) {
  body.page-template-landing .container,
  body.page-template-landing-form .container {
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media only screen and (min-width: 1920px) {
  body.page-template-landing .container,
  body.page-template-landing-form .container {
    padding-right: 200px;
    padding-left: 200px;
  }
}
body.page-template-landing h2,
body.page-template-landing h3,
body.page-template-landing-form h2,
body.page-template-landing-form h3 {
  text-transform: initial;
}
body.page-template-landing header,
body.page-template-landing-form header {
  padding-top: 45px;
  padding-bottom: 45px;
}
body.page-template-landing header .sidebar,
body.page-template-landing-form header .sidebar {
  justify-content: center;
}
body.page-template-landing footer,
body.page-template-landing-form footer {
  padding-top: 65px;
  padding-bottom: 65px;
  background: #fffdf6;
}
body.page-template-landing footer .sidebar,
body.page-template-landing-form footer .sidebar {
  align-items: center;
  color: #232a26;
  font-size: 14px;
  line-height: 1.2;
  max-width: 1520px;
  box-sizing: content-box;
}
body.page-template-landing footer .sidebar a,
body.page-template-landing-form footer .sidebar a {
  color: #232a26;
}
body.page-template-landing .wp-block-slider img,
body.page-template-landing-form .wp-block-slider img {
  max-width: 100%;
  height: auto;
  display: block;
  padding-left: 50px;
  padding-right: 50px;
}

@media only screen and (max-width: 600px) {
  body.page-template-landing header,
  body.page-template-landing-form header {
    padding-top: initial;
    padding-bottom: initial;
  }
  body.page-template-landing footer,
  body.page-template-landing-form footer {
    margin-top: 0;
  }
}
body.page-template-landing #contenido,
body.page-template-landing-form #contenido {
  padding-top: 0;
}

body.page-template-landing #cabecera_wrapper {
  position: absolute;
  background: transparent;
  box-shadow: none;
}

body.page-template-landing-form #cabecera_wrapper {
  border-bottom: solid 1px #2b3a32;
  background-color: #fffdf6;
  box-shadow: none;
  z-index: 3;
}
body.page-template-landing-form #cabecera_wrapper #cabecera {
  padding-top: 19px;
  padding-bottom: 18px;
}
body.page-template-landing-form header .sidebar {
  justify-content: space-between;
}
body.page-template-landing-form header .sidebar .logo img {
  max-width: 105px;
}
@media only screen and (min-width: 1024px) {
  body.page-template-landing-form header .sidebar .logo img {
    max-width: 145px;
  }
}
body.page-template-landing-form header .sidebar .cont__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 8px;
}
@media only screen and (min-width: 1024px) {
  body.page-template-landing-form header .sidebar .cont__items {
    column-gap: 12px;
  }
}
body.page-template-landing-form header .sidebar .cont__items .cont__item a {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
body.page-template-landing-form header .sidebar .cont__items .cont__item a:hover {
  opacity: 0.8;
}
body.page-template-landing-form header .sidebar .cont__items .cont__item a img {
  display: block;
  width: 30px;
}
@media only screen and (min-width: 1024px) {
  body.page-template-landing-form header .sidebar .cont__items .cont__item a img {
    width: 42px;
  }
}

.page-template-page-joyas header.page-header,
.page-template-page-tienda header.page-header {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #682424;
  padding: 17px;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-joyas header.page-header,
  .page-template-page-tienda header.page-header {
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media only screen and (min-width: 1440px) {
  .page-template-page-joyas header.page-header,
  .page-template-page-tienda header.page-header {
    padding-right: 100px;
    padding-left: 100px;
  }
}
.page-template-page-joyas header.page-header .cont__logo img,
.page-template-page-tienda header.page-header .cont__logo img {
  display: block;
  max-height: 20px;
  width: auto;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-joyas header.page-header .cont__logo img,
  .page-template-page-tienda header.page-header .cont__logo img {
    max-height: 40px;
  }
}
.page-template-page-joyas header.page-header .cont__right,
.page-template-page-tienda header.page-header .cont__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 16px;
  align-items: center;
}
.page-template-page-joyas header.page-header .cont__right .cont__map,
.page-template-page-tienda header.page-header .cont__right .cont__map {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-joyas header.page-header .cont__right .cont__map,
  .page-template-page-tienda header.page-header .cont__right .cont__map {
    display: block;
  }
}
.page-template-page-joyas header.page-header .cont__right .cont__text,
.page-template-page-tienda header.page-header .cont__right .cont__text {
  display: none;
  font-family: "Gotham";
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25;
  color: rgba(245, 240, 237, 0.8);
}
@media only screen and (min-width: 1024px) {
  .page-template-page-joyas header.page-header .cont__right .cont__text,
  .page-template-page-tienda header.page-header .cont__right .cont__text {
    display: block;
  }
}
.page-template-page-joyas header.page-header .cont__right .cont__text.mobile,
.page-template-page-tienda header.page-header .cont__right .cont__text.mobile {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-joyas header.page-header .cont__right .cont__text.mobile,
  .page-template-page-tienda header.page-header .cont__right .cont__text.mobile {
    display: none;
  }
}
.page-template-page-joyas header.page-header .cont__right .cont__text.mobile a,
.page-template-page-tienda header.page-header .cont__right .cont__text.mobile a {
  font-family: "Gotham-Book";
  font-size: 15px;
  font-weight: normal;
  line-height: 1.25;
  color: #f5f0ed;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.page-template-page-joyas header.page-header .cont__right .cont__text.mobile a:hover,
.page-template-page-tienda header.page-header .cont__right .cont__text.mobile a:hover {
  opacity: 0.8;
}
.page-template-page-joyas header.page-header .cont__right .cont__text.mobile p,
.page-template-page-tienda header.page-header .cont__right .cont__text.mobile p {
  margin: 0;
}
.page-template-page-joyas header.page-header .cont__right .cont__text.mobile strong,
.page-template-page-tienda header.page-header .cont__right .cont__text.mobile strong {
  font-family: "Gotham-Bold";
  font-weight: bold;
}
.page-template-page-joyas header.page-header .cont__right .cont__text.desktop,
.page-template-page-tienda header.page-header .cont__right .cont__text.desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-joyas header.page-header .cont__right .cont__text.desktop,
  .page-template-page-tienda header.page-header .cont__right .cont__text.desktop {
    display: block;
  }
}
.page-template-page-joyas header.page-header .cont__right .cont__text.desktop a,
.page-template-page-tienda header.page-header .cont__right .cont__text.desktop a {
  font-family: "Gotham-Book";
  font-size: 24px;
  font-weight: normal;
  line-height: 1.25;
  color: #f5f0ed;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.page-template-page-joyas header.page-header .cont__right .cont__text.desktop a:hover,
.page-template-page-tienda header.page-header .cont__right .cont__text.desktop a:hover {
  opacity: 0.8;
}
.page-template-page-joyas header.page-header .cont__right .cont__text.desktop strong,
.page-template-page-tienda header.page-header .cont__right .cont__text.desktop strong {
  font-family: "Gotham-Bold";
  font-weight: bold;
}
.page-template-page-joyas header.page-header .cont__right .cont__text.desktop p,
.page-template-page-tienda header.page-header .cont__right .cont__text.desktop p {
  margin: 0;
}
.page-template-page-joyas header.page-header .cont__right .cont__items,
.page-template-page-tienda header.page-header .cont__right .cont__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 20px;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-joyas header.page-header .cont__right .cont__items,
  .page-template-page-tienda header.page-header .cont__right .cont__items {
    column-gap: 16px;
  }
}
.page-template-page-joyas header.page-header .cont__right .cont__items .cont__item a,
.page-template-page-tienda header.page-header .cont__right .cont__items .cont__item a {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.page-template-page-joyas header.page-header .cont__right .cont__items .cont__item a:hover,
.page-template-page-tienda header.page-header .cont__right .cont__items .cont__item a:hover {
  opacity: 0.8;
}
.page-template-page-joyas header.page-header .cont__right .cont__items .cont__item a img,
.page-template-page-tienda header.page-header .cont__right .cont__items .cont__item a img {
  display: block;
  max-width: 46px;
  max-height: 46px;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-joyas header.page-header .cont__right .cont__items .cont__item a img,
  .page-template-page-tienda header.page-header .cont__right .cont__items .cont__item a img {
    max-width: 65px;
    max-height: 65px;
  }
}

.page-template-page-tienda header.page-header {
  min-height: 95px;
  flex-direction: column;
  row-gap: 8px;
  padding-top: 24px;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-tienda header.page-header {
    min-height: 100px;
    flex-direction: row;
    padding-top: 17px;
  }
}
.page-template-page-tienda header.page-header .cont__logo img {
  max-height: 28px;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-tienda header.page-header .cont__logo img {
    max-height: 40px;
  }
}

.page-template-page-joyas footer,
.page-template-page-tienda footer {
  position: relative;
  background-color: #682424;
  overflow: hidden;
}
.page-template-page-joyas footer:before,
.page-template-page-tienda footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw + 413px);
  height: calc(100vw + 413px);
  background-color: #46191A;
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-joyas footer:before,
  .page-template-page-tienda footer:before {
    width: calc(100vw + 264px);
    height: calc(100vw + 264px);
  }
}
.page-template-page-joyas footer .cont__inner,
.page-template-page-tienda footer .cont__inner {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .page-template-page-joyas footer .cont__inner,
  .page-template-page-tienda footer .cont__inner {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-page-joyas footer .cont__inner,
  .page-template-page-tienda footer .cont__inner {
    padding-top: 219px;
    padding-bottom: 150px;
  }
}
.page-template-page-joyas footer .cont__inner .cont__title,
.page-template-page-tienda footer .cont__inner .cont__title {
  font-family: "Gotham";
  font-size: 28px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin: 0 auto 16px;
}
@media only screen and (min-width: 768px) {
  .page-template-page-joyas footer .cont__inner .cont__title,
  .page-template-page-tienda footer .cont__inner .cont__title {
    max-width: 80%;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-page-joyas footer .cont__inner .cont__title,
  .page-template-page-tienda footer .cont__inner .cont__title {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 32px;
    max-width: 90%;
  }
}
@media only screen and (min-width: 1279px) {
  .page-template-page-joyas footer .cont__inner .cont__title,
  .page-template-page-tienda footer .cont__inner .cont__title {
    max-width: 80%;
  }
}
@media only screen and (min-width: 1366px) {
  .page-template-page-joyas footer .cont__inner .cont__title,
  .page-template-page-tienda footer .cont__inner .cont__title {
    max-width: 75%;
  }
}
@media only screen and (min-width: 1920px) {
  .page-template-page-joyas footer .cont__inner .cont__title,
  .page-template-page-tienda footer .cont__inner .cont__title {
    max-width: 60%;
  }
}
.page-template-page-joyas footer .cont__inner .cont__subtitle,
.page-template-page-tienda footer .cont__inner .cont__subtitle {
  font-family: "Gotham-Book";
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 32px;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-joyas footer .cont__inner .cont__subtitle,
  .page-template-page-tienda footer .cont__inner .cont__subtitle {
    font-family: "Gotham";
    font-size: 32px;
  }
}
.page-template-page-joyas footer .cont__inner .cont__text,
.page-template-page-tienda footer .cont__inner .cont__text {
  font-family: "Gotham";
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #f5f0ed;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-joyas footer .cont__inner .cont__text,
  .page-template-page-tienda footer .cont__inner .cont__text {
    font-size: 28px;
    line-height: 1.2;
  }
}
.page-template-page-joyas footer .cont__inner .cont__info p,
.page-template-page-tienda footer .cont__inner .cont__info p {
  font-family: "Gotham";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #f5f0ed;
  margin-bottom: 16px;
}
.page-template-page-joyas footer .cont__inner .cont__info p:last-child,
.page-template-page-tienda footer .cont__inner .cont__info p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-joyas footer .cont__inner .cont__info p,
  .page-template-page-tienda footer .cont__inner .cont__info p {
    font-size: 22px;
    line-height: 1.2;
  }
}
.page-template-page-joyas footer .cont__inner .cont__info a,
.page-template-page-tienda footer .cont__inner .cont__info a {
  color: #f5f0ed;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.page-template-page-joyas footer .cont__inner .cont__info a:hover,
.page-template-page-tienda footer .cont__inner .cont__info a:hover {
  opacity: 0.8;
}
.page-template-page-joyas footer .cont__inner .link--button, .page-template-page-joyas footer .cont__inner .link--button-white,
.page-template-page-tienda footer .cont__inner .link--button,
.page-template-page-tienda footer .cont__inner .link--button-white {
  color: #46191a;
  background-color: #f5f0ed;
  margin: 0 auto;
}

.section__header-form {
  position: relative;
  background-color: #fffdf6;
  border-bottom: solid 1px #2b3a32;
}
@media only screen and (min-width: 1024px) {
  .section__header-form .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.section__header-form .cont__info {
  position: relative;
  padding-top: 144px;
  padding-bottom: 49px;
}
@media only screen and (min-width: 1024px) {
  .section__header-form .cont__info {
    padding-top: 179px;
    padding-bottom: 233px;
    padding-right: 50px;
    width: 57%;
  }
}
@media only screen and (min-width: 1600px) {
  .section__header-form .cont__info {
    padding-right: 200px;
  }
}
.section__header-form .cont__info:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: calc(100% + 20px + 20px);
  height: 100%;
  background-blend-mode: multiply, normal;
  z-index: 1;
  background-image: linear-gradient(to bottom, #212623, rgba(4, 4, 4, 0.08)), linear-gradient(to bottom, rgba(43, 58, 50, 0.4), rgba(43, 58, 50, 0.4));
}
@media only screen and (min-width: 1024px) {
  .section__header-form .cont__info:before {
    left: -45px;
    width: calc(100% + 45px);
  }
}
@media only screen and (min-width: 1440px) {
  .section__header-form .cont__info:before {
    left: -100px;
    width: calc(100% + 100px);
  }
}
@media only screen and (min-width: 1920px) {
  .section__header-form .cont__info:before {
    left: -200px;
    width: calc(100% + 200px);
  }
}
.section__header-form .cont__info:after {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: calc(100% + 20px + 20px);
  height: 100%;
  background-image: var(--bg-image);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
@media only screen and (min-width: 1024px) {
  .section__header-form .cont__info:after {
    left: -45px;
    width: calc(100% + 45px);
  }
}
@media only screen and (min-width: 1440px) {
  .section__header-form .cont__info:after {
    left: -100px;
    width: calc(100% + 100px);
  }
}
@media only screen and (min-width: 1920px) {
  .section__header-form .cont__info:after {
    left: -200px;
    width: calc(100% + 200px);
  }
}
.section__header-form .cont__info .cont__inner {
  position: relative;
  z-index: 2;
}
.section__header-form .cont__info .cont__inner .cont__title h1 {
  font-family: "Apoc";
  font-weight: 200;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  color: #fffdf6;
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .section__header-form .cont__info .cont__inner .cont__title h1 {
    font-size: 60px;
    text-align: left;
    margin-bottom: 3px;
  }
}
.section__header-form .cont__info .cont__inner .cont__subtitle {
  font-family: "Apoc";
  font-weight: 200;
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  color: #fffdf6;
  margin-bottom: 8px;
  max-width: 557px;
}
@media only screen and (min-width: 1024px) {
  .section__header-form .cont__info .cont__inner .cont__subtitle {
    font-size: 40px;
    text-align: left;
    margin-bottom: 16px;
  }
}
.section__header-form .cont__info .cont__inner .cont__text {
  font-family: "Raleway";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  color: #fffdf6;
  max-width: 557px;
}
@media only screen and (min-width: 1024px) {
  .section__header-form .cont__info .cont__inner .cont__text {
    font-size: 20px;
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  .section__header-form .cont__info .cont__stamp {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(50%);
    margin-left: -100px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__header-form .cont__info .cont__stamp {
    margin-left: -45px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__header-form .cont__info .cont__stamp {
    margin-left: 28px;
  }
}
.section__header-form .cont__info .cont__stamp img {
  position: relative;
  display: block;
  max-width: 158px;
  margin-left: auto;
  margin-right: 38px;
  z-index: 1;
}
@media only screen and (min-width: 1600px) {
  .section__header-form .cont__info .cont__stamp img {
    max-width: 215px;
  }
}
.section__header-form .cont__form {
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 1024px) {
  .section__header-form .cont__form {
    padding-top: 179px;
    padding-bottom: 150px;
    width: 43%;
  }
}
@media only screen and (min-width: 1024px) {
  .section__header-form .cont__form .cont__inner {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__header-form .cont__form .cont__inner {
    padding-left: 100px;
  }
}

form br {
  display: none;
}
form h2 {
  font-family: "Apoc";
  font-weight: 200;
  font-size: 26px;
  line-height: 1.2;
  color: #2b3a32;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1024px) {
  form h2 {
    font-size: 40px;
    margin-bottom: 70px;
  }
}
form .wpcf7-response-output {
  font-size: 14px;
  color: #46191a;
  text-transform: initial;
  letter-spacing: normal;
}
@media only screen and (min-width: 1024px) {
  form .wpcf7-response-output {
    font-size: 16px;
  }
}
form .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  form .wpcf7-not-valid-tip {
    margin-top: -25px;
  }
}
form label.cont--input {
  color: #2b3a32;
  display: grid;
}
form label.cont--input .label {
  font-family: "Raleway";
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  form label.cont--input .label {
    font-size: 16px;
  }
}
form input[type=text],
form input[type=email],
form input[type=tel],
form textarea {
  border: none;
  border-bottom: 1px solid rgba(43, 58, 50, 0.2);
  background-color: transparent;
  padding: 14px 0 10px;
  width: 100%;
  margin-bottom: 25px;
}
form input[type=submit] {
  display: block;
  font-family: "Raleway";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #2b3a32;
  padding: 10px 24px;
  border: 1px solid #2b3a32;
  background-color: transparent;
  border-radius: 59px;
  cursor: pointer;
  width: fit-content;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 25px;
}
@media only screen and (min-width: 1024px) {
  form input[type=submit] {
    font-size: 18px;
    padding: 10px 38px;
  }
}
form input[type=submit]:hover {
  opacity: 0.8;
}
form input[type=submit]:disabled {
  opacity: 0.5;
}
form textarea {
  max-height: 81px;
}
@media only screen and (min-width: 1024px) {
  form textarea {
    max-height: 79px;
  }
}
form .cont--input-checkbox {
  font-family: "Raleway";
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  form .cont--input-checkbox {
    font-size: 16px;
  }
}
form .cont--input-checkbox .wpcf7-list-item {
  margin: 0;
}
form .cont--input-checkbox .wpcf7-not-valid-tip {
  margin-top: 5px;
}
form .cont--input-checkbox a {
  color: #2b3a32;
}
form .cont--input-checkbox a:hover {
  opacity: 0.8;
}
form small {
  font-family: "Raleway";
  font-size: 14px;
  line-height: 1.2;
}
form small a {
  color: #2b3a32;
}
form small a:hover {
  opacity: 0.8;
}
form .wpcf7-spinner {
  position: absolute;
}

.section__header-image {
  position: relative;
}
.section__header-image .cont__info {
  position: relative;
  padding-top: 144px;
  padding-bottom: 89px;
}
@media only screen and (min-width: 1024px) {
  .section__header-image .cont__info {
    padding-top: 200px;
    padding-bottom: 176px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__header-image .cont__info {
    padding-top: 250px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__header-image .cont__info {
    padding-top: 319px;
  }
}
.section__header-image .cont__info .cont__inner .cont__title {
  max-width: 961px;
  margin: 0 auto;
}
.section__header-image .cont__info .cont__inner .cont__title h1 {
  font-family: "Apoc";
  font-weight: 200;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  color: #fffdf6;
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .section__header-image .cont__info .cont__inner .cont__title h1 {
    font-size: 60px;
    margin-bottom: 10px;
  }
}
.section__header-image .cont__info .cont__inner .cont__subtitle {
  font-family: "Apoc";
  font-weight: 200;
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  color: #fffdf6;
  margin-bottom: 19px;
  margin-right: auto;
  margin-left: auto;
  max-width: 961px;
}
@media only screen and (min-width: 1024px) {
  .section__header-image .cont__info .cont__inner .cont__subtitle {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 12px;
  }
}
.section__header-image .cont__info .cont__inner .cont__text {
  font-family: "Raleway";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  color: #fffdf6;
  margin-bottom: 29px;
  margin-right: auto;
  margin-left: auto;
  max-width: 961px;
}
@media only screen and (min-width: 1024px) {
  .section__header-image .cont__info .cont__inner .cont__text {
    font-size: 20px;
    margin-bottom: 144px;
  }
}
.section__header-image .cont__info .cont__inner .cont__text strong,
.section__header-image .cont__info .cont__inner .cont__text b {
  font-weight: bold;
}
.section__header-image .cont__info .cont__inner .cont__link a {
  border: 1px solid #fffdf6;
  color: #fffdf6;
  background-color: transparent;
  width: fit-content;
  margin: 0 auto;
}
.section__header-image .cont__info .cont__inner .cont__arrow img {
  display: block;
  margin: 23px auto 0;
}
.section__header-image .cont__info .cont__stamp {
  position: absolute;
  right: 44px;
  bottom: -80px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .section__header-image .cont__info .cont__stamp {
    bottom: -46px;
    right: -80px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__header-image .cont__info .cont__stamp {
    bottom: -55px;
    right: -108px;
  }
}
.section__header-image .cont__info .cont__stamp img {
  position: relative;
  display: block;
  max-width: 158px;
  z-index: 1;
}
@media only screen and (min-width: 1600px) {
  .section__header-image .cont__info .cont__stamp img {
    max-width: 215px;
  }
}
.section__header-image .cont__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section__header-image .cont__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-blend-mode: multiply, normal;
  z-index: 1;
  background-image: linear-gradient(to bottom, #242625, rgba(0, 0, 0, 0.25)), linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(43, 58, 50, 0.2));
}
.section__header-image .cont__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section__text-full {
  padding: 60px 0;
}
@media only screen and (min-width: 1024px) {
  .section__text-full {
    padding: 140px 0;
  }
}
.section__text-full.background-dark {
  background-color: #46191a;
  color: #fff;
}
.section__text-full.background-dark .cont__full-text * {
  color: #fff;
}
.section__text-full.background-dark .cont__full-text h2 {
  font-family: "Gotham";
}
.section__text-full.background-dark .cont__full-text .text-light {
  color: #f5f0ed;
}
.section__text-full.background-dark .cont__full-text .text-important {
  font-family: "Silk Serif";
  font-size: 20px;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .section__text-full.background-dark .cont__full-text .text-important {
    font-size: 34px;
  }
}
.section__text-full .cont__full-text {
  max-width: 1120px;
  margin: 0 auto;
}
.section__text-full .cont__full-text h2 {
  font-family: "Gotham-Book";
  font-size: 28px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 24px;
  color: #46191a;
}
@media only screen and (min-width: 1024px) {
  .section__text-full .cont__full-text h2 {
    font-size: 48px;
    margin-bottom: 12px;
  }
}
.section__text-full .cont__full-text .text-important {
  font-family: "Silk Serif Regular";
  font-size: 32px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  color: #c1604d;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1024px) {
  .section__text-full .cont__full-text .text-important {
    font-size: 46px;
    margin-bottom: 12px;
    padding: 0 86px;
  }
}
.section__text-full .cont__full-text .text-light {
  font-family: "Gotham-ExtraLight";
  font-size: 18px;
  font-weight: 200;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .section__text-full .cont__full-text .text-light {
    font-size: 24px;
  }
}
.section__text-full .cont__full-text .text-light strong,
.section__text-full .cont__full-text .text-light b {
  font-family: "Gotham-Medium";
  font-weight: 500;
}
.section__text-full .cont__full-text p {
  font-family: "Gotham";
  font-size: 18px;
  font-weight: 200;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .section__text-full .cont__full-text p {
    font-size: 24px;
  }
}
.section__text-full .cont__full-text p:last-child {
  margin-bottom: 0;
}
.section__text-full .cont__full-text a.link--button, .section__text-full .cont__full-text a.link--button-white {
  margin: 32px auto 0;
}

.section__text_image.background_light .cont__text_image {
  background-color: #fffdf6;
}
.section__text_image.background_dark .cont__text_image {
  background-color: rgba(78, 108, 84, 0.1);
}
.section__text_image:not(.full_width) .cont__text_image .cont__image {
  margin: 0 -20px;
}
@media only screen and (min-width: 1024px) {
  .section__text_image:not(.full_width) .cont__text_image .cont__image {
    padding: 100px 0 100px 100px;
    margin: 0;
  }
}
.section__text_image:not(.full_width) .cont__text_image .cont__text {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.section__text_image .cont__text_image {
  position: relative;
  background-color: #682424;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image.text-position-right .cont__inner {
    order: 1;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image.text-position-right .cont__inner .cont__text {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image.text-position-left .cont__inner {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image.text-position-left .cont__inner .cont__text {
    padding-right: 100px;
  }
}
.section__text_image .cont__text_image .cont__text {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__text {
    text-align: left;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.section__text_image .cont__text_image .cont__text h2 {
  font-family: "Apoc";
  font-weight: 200;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: none;
  color: #2b3a32;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__text h2 {
    font-size: 40px;
  }
}
.section__text_image .cont__text_image .cont__text .text-important {
  font-family: "Silk Serif";
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.1;
  letter-spacing: normal;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__text .text-important {
    font-size: 34px;
    margin-bottom: 12px;
    padding: 0 86px;
  }
}
.section__text_image .cont__text_image .cont__text .text-light {
  font-family: "Gotham-ExtraLight";
  font-size: 18px;
  font-weight: 200;
  line-height: 1.2;
  letter-spacing: normal;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__text .text-light {
    font-size: 24px;
  }
}
.section__text_image .cont__text_image .cont__text p {
  color: #2b3a32;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__text p {
    margin-bottom: 12px;
  }
}
.section__text_image .cont__text_image .cont__text p:last-child {
  margin-bottom: 0;
}
.section__text_image .cont__text_image .cont__text strong,
.section__text_image .cont__text_image .cont__text b {
  font-weight: bold;
}
.section__text_image .cont__text_image .cont__text .link--button, .section__text_image .cont__text_image .cont__text .link--button-white {
  margin: 34px auto 0;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__text .link--button, .section__text_image .cont__text_image .cont__text .link--button-white {
    margin-right: 0;
    margin-left: 0;
  }
}
.section__text_image .cont__text_image .cont__text ul {
  list-style: disc;
  padding-left: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.section__text_image .cont__text_image .cont__text ul li {
  margin-bottom: 18px;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__text ul li {
    margin-bottom: 20px;
  }
}
.section__text_image .cont__text_image .cont__image img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section__contact-us {
  position: relative;
  box-shadow: 2px 4px 20px 0 rgba(0, 0, 0, 0.15);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section__contact-us:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 10, 10, 0.7);
}
.section__contact-us .cont__inner {
  position: relative;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 16px;
}
@media only screen and (min-width: 768px) {
  .section__contact-us .cont__inner {
    flex-direction: row;
    column-gap: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__contact-us .cont__inner {
    column-gap: 80px;
    padding-top: 67px;
    padding-bottom: 67px;
  }
}
.section__contact-us .cont__inner .cont__text {
  font-family: "Gotham-Medium";
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .section__contact-us .cont__inner .cont__text {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__contact-us .cont__inner .cont__text {
    font-size: 60px;
  }
}
.section__contact-us .cont__inner .cont__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__contact-us .cont__inner .cont__items {
    column-gap: 16px;
  }
}
.section__contact-us .cont__inner .cont__items .cont__item a {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.section__contact-us .cont__inner .cont__items .cont__item a:hover {
  opacity: 0.8;
}
.section__contact-us .cont__inner .cont__items .cont__item a img {
  display: block;
  max-width: 46px;
  max-height: 46px;
}
@media only screen and (min-width: 1024px) {
  .section__contact-us .cont__inner .cont__items .cont__item a img {
    max-width: 65px;
    max-height: 65px;
  }
}

.section__steps {
  background-color: #fffdf6;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 1024px) {
  .section__steps {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.section__steps.background-dark {
  background-color: #682424;
}
.section__steps.background-dark .cont__inner .cont__title,
.section__steps.background-dark .cont__inner .cont__text {
  color: #f5f0ed;
}
.section__steps.background-dark .cont__inner .cont__steps .cont__step {
  border-color: rgba(245, 240, 237, 0.5);
}
.section__steps.background-dark .cont__inner .cont__steps .cont__step .cont__num,
.section__steps.background-dark .cont__inner .cont__steps .cont__step .cont__info .cont__step-title,
.section__steps.background-dark .cont__inner .cont__steps .cont__step .cont__info .cont__step-text {
  color: #f5f0ed;
}
.section__steps.background-dark .cont__inner .link--button, .section__steps.background-dark .cont__inner .link--button-white {
  background-color: #f5f0ed;
  color: #46191a;
}
.section__steps .cont__inner .cont__title {
  font-family: "Apoc";
  font-weight: 200;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #2b3a32;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1024px) {
  .section__steps .cont__inner .cont__title {
    font-size: 40px;
  }
}
.section__steps .cont__inner .cont__text {
  text-align: center;
  margin-bottom: 60px;
}
.section__steps .cont__inner .cont__steps {
  display: grid;
  row-gap: 60px;
}
@media only screen and (min-width: 768px) {
  .section__steps .cont__inner .cont__steps {
    grid-template-columns: 1fr 1fr;
    column-gap: 43px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__steps .cont__inner .cont__steps {
    grid-template-columns: repeat(4, 1fr);
  }
}
.section__steps .cont__inner .cont__steps .cont__step {
  padding-top: 13px;
  border-top: solid 1px rgba(43, 58, 50, 0.5);
}
@media only screen and (min-width: 768px) {
  .section__steps .cont__inner .cont__steps .cont__step {
    border: none;
    padding: 0;
  }
}
.section__steps .cont__inner .cont__steps .cont__step:first-child {
  border: none;
  padding-top: 0;
}
.section__steps .cont__inner .cont__steps .cont__step .cont__num {
  font-family: "Apoc";
  font-weight: 200;
  font-size: 60px;
  line-height: 1.2;
  color: #4e6c54;
  margin-bottom: 14px;
}
@media only screen and (min-width: 1024px) {
  .section__steps .cont__inner .cont__steps .cont__step .cont__num {
    font-size: 64px;
    margin-bottom: 9px;
  }
}
.section__steps .cont__inner .cont__steps .cont__step .cont__info .cont__step-title {
  font-family: "Raleway";
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #2b3a32;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1024px) {
  .section__steps .cont__inner .cont__steps .cont__step .cont__info .cont__step-title {
    font-size: 24px;
  }
}
.section__steps .cont__inner .cont__steps .cont__step .cont__info .cont__step-text {
  color: #2b3a32;
}
.section__steps .cont__inner .link--button, .section__steps .cont__inner .link--button-white {
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.section__characteristics {
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: #682424;
}
@media only screen and (min-width: 1024px) {
  .section__characteristics {
    padding-top: 140px;
    padding-bottom: 120px;
  }
}
.section__characteristics .cont__inner .cont__title {
  font-family: "Gotham";
  font-size: 28px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  max-width: 928px;
  margin: 0 auto 54px;
}
@media only screen and (min-width: 1024px) {
  .section__characteristics .cont__inner .cont__title {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 100px;
  }
}
.section__characteristics .cont__inner .cont__characteristics {
  margin-bottom: 42px;
}
@media only screen and (min-width: 1024px) {
  .section__characteristics .cont__inner .cont__characteristics {
    max-width: 1710px;
    margin: 0 auto 62px;
  }
}
.section__characteristics .cont__inner .cont__characteristics .cont__characteristic .cont__image {
  margin-bottom: 12px;
}
@media only screen and (min-width: 1024px) {
  .section__characteristics .cont__inner .cont__characteristics .cont__characteristic .cont__image {
    height: 105px;
    margin-bottom: 29px;
  }
}
.section__characteristics .cont__inner .cont__characteristics .cont__characteristic .cont__image img {
  display: block;
  max-height: 54px;
  width: auto;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .section__characteristics .cont__inner .cont__characteristics .cont__characteristic .cont__image img {
    max-height: 105px;
  }
}
.section__characteristics .cont__inner .cont__characteristics .cont__characteristic .cont__text {
  font-family: "Gotham";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .section__characteristics .cont__inner .cont__characteristics .cont__characteristic .cont__text {
    font-size: 20px;
    line-height: 1.2;
  }
}
.section__characteristics .cont__inner .cont__characteristics .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  column-gap: 5px;
  margin-top: 38px;
}
.section__characteristics .cont__inner .cont__characteristics .owl-dots .owl-dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(245, 240, 237, 0.4);
  border: 2px solid #682424;
}
.section__characteristics .cont__inner .cont__characteristics .owl-dots .owl-dot.active {
  background-color: #f5f0ed;
  border-color: #f5f0ed;
}
.section__characteristics .cont__inner .link--button, .section__characteristics .cont__inner .link--button-white {
  background-color: #f5f0ed;
  color: #46191a;
  margin: 0 auto;
}

.section__image-form .cont__text_image {
  position: relative;
  background-color: #f5f0ed;
}
@media only screen and (min-width: 1024px) {
  .section__image-form .cont__text_image {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.section__image-form .cont__text_image .cont__image img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section__image-form .cont__text_image .cont__form {
  padding-top: 50px;
  padding-bottom: 24px;
}
@media only screen and (min-width: 1024px) {
  .section__image-form .cont__text_image .cont__form {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.section__image-form .cont__text_image .cont__form form .title-form p {
  font-family: "Silk Serif Semibold";
  font-size: 28px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.1;
  text-align: center;
  color: #46191a !important;
  margin-bottom: 29px;
}
@media only screen and (min-width: 1024px) {
  .section__image-form .cont__text_image .cont__form form .title-form p {
    font-size: 48px;
    text-align: left;
    margin-bottom: 64px;
  }
}
.section__image-form .cont__text_image .cont__form form p {
  font-family: "Gotham-Book";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.1;
  color: #46191a !important;
}
@media only screen and (min-width: 1024px) {
  .section__image-form .cont__text_image .cont__form form p {
    margin-bottom: 0;
  }
}
.section__image-form .cont__text_image .cont__form form input.wpcf7-form-control.wpcf7-text,
.section__image-form .cont__text_image .cont__form form input.wpcf7-form-control.wpcf7-number,
.section__image-form .cont__text_image .cont__form form input.wpcf7-form-control.wpcf7-date,
.section__image-form .cont__text_image .cont__form form textarea.wpcf7-form-control.wpcf7-textarea {
  border-bottom: solid 1px #632020 !important;
  color: #632020 !important;
  padding-top: 4px !important;
}
@media only screen and (min-width: 1024px) {
  .section__image-form .cont__text_image .cont__form form input.wpcf7-form-control.wpcf7-text,
  .section__image-form .cont__text_image .cont__form form input.wpcf7-form-control.wpcf7-number,
  .section__image-form .cont__text_image .cont__form form input.wpcf7-form-control.wpcf7-date,
  .section__image-form .cont__text_image .cont__form form textarea.wpcf7-form-control.wpcf7-textarea {
    padding-top: 16px !important;
    margin-bottom: 33px;
  }
}
.section__image-form .cont__text_image .cont__form form textarea {
  max-height: 100px;
}
@media only screen and (min-width: 1024px) {
  .section__image-form .cont__text_image .cont__form form textarea {
    max-height: 118px;
  }
}
@media only screen and (min-width: 1279px) {
  .section__image-form .cont__text_image .cont__form form .contacto.c2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 32px;
  }
}
.section__image-form .cont__text_image .cont__form form .parrafo-submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.section__image-form .cont__text_image .cont__form form .parrafo-submit input.wpcf7-form-control.wpcf7-submit {
  font-size: 16px;
  width: 100%;
  text-align: center;
  margin-top: 19px;
  padding: 15px !important;
}
@media only screen and (min-width: 1024px) {
  .section__image-form .cont__text_image .cont__form form .parrafo-submit input.wpcf7-form-control.wpcf7-submit {
    font-size: 20px;
    margin-top: 5px;
    padding: 21px 15px !important;
  }
}
.section__image-form .cont__text_image .cont__form form .wpcf7-response-output {
  color: #46191a;
  text-transform: initial;
  letter-spacing: normal;
}
.section__image-form .cont__text_image .cont__form form .wpcf7-not-valid-tip {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__image-form .cont__text_image .cont__form form .wpcf7-not-valid-tip {
    margin-top: -25px;
  }
}

.section__faq {
  background-color: #fffdf6;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 1024px) {
  .section__faq {
    padding-top: 100px;
    padding-bottom: 110px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__faq .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
.section__faq .cont__title {
  font-family: "Apoc";
  font-weight: 200;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: normal;
  color: #2b3a32;
  margin-bottom: 34px;
}
@media only screen and (min-width: 1024px) {
  .section__faq .cont__title {
    font-size: 40px;
    width: 35%;
  }
}
@media only screen and (min-width: 1279px) {
  .section__faq .cont__title {
    width: 30%;
  }
}
@media only screen and (min-width: 1024px) {
  .section__faq .cont__questions {
    width: 59%;
  }
}
@media only screen and (min-width: 1279px) {
  .section__faq .cont__questions {
    width: 51%;
  }
}
.section__faq .cont__questions .cont__question {
  border-bottom: solid 1px rgba(35, 42, 38, 0.5);
  padding: 19px 0 10px;
}
@media only screen and (min-width: 1024px) {
  .section__faq .cont__questions .cont__question {
    padding: 30px 0 20px;
  }
}
.section__faq .cont__questions .cont__question h3 {
  position: relative;
  font-family: "Raleway";
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
  color: #2b3a32;
  margin-bottom: 10px;
  padding-right: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.section__faq .cont__questions .cont__question h3:after {
  content: "+";
  font-family: "Apoc";
  font-weight: 200;
  /* Unicode del + */
  font-size: 31px;
  line-height: 0.8;
  position: absolute;
  top: 10px;
  right: 0;
}
@media only screen and (min-width: 1024px) {
  .section__faq .cont__questions .cont__question h3:after {
    top: 0;
    right: 0;
  }
}
.section__faq .cont__questions .cont__question h3.active:after {
  content: "—";
  font-family: "Raleway";
}
.section__faq .cont__questions .cont__question h3:hover {
  opacity: 0.8;
}
@media only screen and (min-width: 1024px) {
  .section__faq .cont__questions .cont__question h3 {
    font-size: 24px;
    padding-right: 100px;
  }
}
.section__faq .cont__questions .cont__question .cont__content {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section__faq .cont__questions .cont__question .cont__content {
    padding-right: 100px;
  }
}
.section__faq .cont__questions .cont__question .cont__content p {
  color: #2b3a32;
  margin-bottom: 10px;
}

.section_info-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  background-color: #fffdf6;
  border-top: 1px solid #2b3a32;
  border-bottom: 1px solid #2b3a32;
}
.section_info-fixed.show {
  opacity: 1;
  visibility: visible;
}
.section_info-fixed .cont__inner {
  display: flex;
}
.section_info-fixed .cont__inner .cont__fixed {
  width: 60%;
  padding: 12px 16px;
}
@media only screen and (min-width: 768px) {
  .section_info-fixed .cont__inner .cont__fixed {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .section_info-fixed .cont__inner .cont__fixed {
    width: 23%;
  }
}
@media only screen and (min-width: 1279px) {
  .section_info-fixed .cont__inner .cont__fixed {
    padding: 19px 24px;
  }
}
.section_info-fixed .cont__inner .cont__fixed .cont__text {
  font-family: "Raleway";
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: normal;
  color: #2b3a32;
}
@media only screen and (min-width: 1279px) {
  .section_info-fixed .cont__inner .cont__fixed .cont__text {
    font-size: 20px;
  }
}
.section_info-fixed .cont__inner .cont__fixed .cont__text-mini {
  font-family: "Raleway";
  font-size: 14px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #2b3a32;
}
@media only screen and (min-width: 1279px) {
  .section_info-fixed .cont__inner .cont__fixed .cont__text-mini {
    font-size: 14px;
  }
}
.section_info-fixed .cont__inner .cont__info {
  width: 40%;
  border-left: 1px solid #2b3a32;
}
@media only screen and (min-width: 768px) {
  .section_info-fixed .cont__inner .cont__info {
    width: 50%;
    border-left: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section_info-fixed .cont__inner .cont__info {
    width: 77%;
  }
}
.section_info-fixed .cont__inner .cont__info .cont__items {
  height: 100%;
}
.section_info-fixed .cont__inner .cont__info .cont__items .owl-stage-outer,
.section_info-fixed .cont__inner .cont__info .cont__items .owl-stage,
.section_info-fixed .cont__inner .cont__info .cont__items .owl-item {
  height: 100%;
}
.section_info-fixed .cont__inner .cont__info .cont__items .cont__item {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .section_info-fixed .cont__inner .cont__info .cont__items .cont__item {
    border-left: 1px solid #2b3a32;
  }
}
.section_info-fixed .cont__inner .cont__info .cont__items .cont__item .cont__k {
  font-family: "Raleway";
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  color: #2b3a32;
}
@media only screen and (min-width: 1279px) {
  .section_info-fixed .cont__inner .cont__info .cont__items .cont__item .cont__k {
    font-size: 24px;
  }
}
.section_info-fixed .cont__inner .cont__info .cont__items .cont__item .cont__price {
  font-family: "Apoc";
  font-weight: 200;
  font-size: 20px;
  line-height: 1.25;
  color: #2b3a32;
}
@media only screen and (min-width: 1279px) {
  .section_info-fixed .cont__inner .cont__info .cont__items .cont__item .cont__price {
    font-size: 24px;
  }
}

.section_shop {
  background-color: #2b3a32;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 1024px) {
  .section_shop {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.section_shop .cont__title {
  font-family: "Apoc";
  font-weight: 200;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #fffdf6;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .section_shop .cont__title {
    font-size: 40px;
  }
}
.section_shop .cont__subtitle {
  text-align: center;
  color: #fffdf6;
  margin-bottom: 20px;
}
.section_shop .cont__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 14px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .section_shop .cont__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .section_shop .cont__items {
    column-gap: 30px;
  }
}
.section_shop .cont__items .cont__item {
  width: 100%;
  max-width: 193px;
  border-radius: 19px;
  background-color: rgba(255, 253, 246, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 14px;
  padding-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  .section_shop .cont__items .cont__item {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.section_shop .cont__items .cont__item .cont__item-image {
  text-align: center;
  margin-bottom: 8px;
}
.section_shop .cont__items .cont__item .cont__item-image img {
  display: block;
  width: auto;
  margin: 0 auto;
  max-height: 83px;
}
@media only screen and (min-width: 768px) {
  .section_shop .cont__items .cont__item .cont__item-image img {
    max-height: 109px;
  }
}
.section_shop .cont__items .cont__item .cont__item-title h3 {
  font-family: "Raleway";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: normal;
  text-align: center;
  color: #2b3a32;
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .section_shop .cont__items .cont__item .cont__item-title h3 {
    font-size: 20px;
  }
}
.section_shop .cont__items .cont__item .cont__item-text {
  font-family: "Gotham";
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #f5f0ed;
}
@media only screen and (min-width: 1024px) {
  .section_shop .cont__items .cont__item .cont__item-text {
    font-size: 24px;
    line-height: 1.2;
  }
}
.section_shop .cont__text {
  font-family: "Raleway";
  line-height: 1.4;
  text-align: center;
  color: #fffdf6;
  margin-bottom: 40px;
}
.section_shop .cont__text strong,
.section_shop .cont__text b {
  font-weight: bold;
}
.section_shop .cont__link a {
  margin: 0 auto;
}

.section_cta_promotional {
  position: relative;
  padding: 32px 24px;
}
@media only screen and (min-width: 1024px) {
  .section_cta_promotional {
    padding: 50px;
  }
}
.section_cta_promotional .cont__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.section_cta_promotional .cont__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section_cta_promotional .cont__inner {
  background-color: #f5f0ed;
  padding: 16px;
}
@media only screen and (min-width: 1024px) {
  .section_cta_promotional .cont__inner {
    padding: 50px;
  }
}
@media only screen and (min-width: 1279px) {
  .section_cta_promotional .cont__inner {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1600px) {
  .section_cta_promotional .cont__inner {
    padding: 80px;
  }
}
.section_cta_promotional .cont__inner .cont__left {
  border-bottom: 1px solid #682424;
  padding-bottom: 15px;
}
@media only screen and (min-width: 1279px) {
  .section_cta_promotional .cont__inner .cont__left {
    border-bottom: none;
    border-right: 1px solid #682424;
    padding-bottom: 0;
    padding-right: 60px;
    width: 44%;
  }
}
.section_cta_promotional .cont__inner .cont__left .cont__pretitle {
  display: block;
  font-family: "Gotham-Medium";
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  color: #f5f0ed;
  width: fit-content;
  padding: 2px 4px;
  margin: 0 auto 18px;
  background-color: #632020;
}
@media only screen and (min-width: 1024px) {
  .section_cta_promotional .cont__inner .cont__left .cont__pretitle {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1279px) {
  .section_cta_promotional .cont__inner .cont__left .cont__pretitle {
    margin: 0 0 15px;
    text-align: left;
  }
}
.section_cta_promotional .cont__inner .cont__left .cont__title {
  font-family: "Gotham-Bold";
  font-size: 32px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  color: #682424;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1024px) {
  .section_cta_promotional .cont__inner .cont__left .cont__title {
    font-size: 65px;
    line-height: 1;
  }
}
@media only screen and (min-width: 1279px) {
  .section_cta_promotional .cont__inner .cont__left .cont__title {
    text-align: left;
  }
}
.section_cta_promotional .cont__inner .cont__left .cont__subtitle {
  font-family: "Gotham-Medium";
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #682424;
}
@media only screen and (min-width: 1024px) {
  .section_cta_promotional .cont__inner .cont__left .cont__subtitle {
    font-size: 26px;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 1279px) {
  .section_cta_promotional .cont__inner .cont__left .cont__subtitle {
    text-align: left;
  }
}
.section_cta_promotional .cont__inner .cont__right {
  padding-top: 15px;
}
@media only screen and (min-width: 1279px) {
  .section_cta_promotional .cont__inner .cont__right {
    padding-top: 0;
    width: 52%;
  }
}
.section_cta_promotional .cont__inner .cont__right .cont__text p {
  font-family: "Gotham";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #682424;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .section_cta_promotional .cont__inner .cont__right .cont__text p {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1279px) {
  .section_cta_promotional .cont__inner .cont__right .cont__text p {
    text-align: left;
  }
}
.section_cta_promotional .cont__inner .cont__right .cont__text p.text-medium {
  font-family: "Gotham-Book";
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  color: #682424;
  margin-bottom: 6px;
}
@media only screen and (min-width: 1024px) {
  .section_cta_promotional .cont__inner .cont__right .cont__text p.text-medium {
    font-family: "Gotham-Medium";
    font-size: 34px;
    font-weight: 500;
  }
}
@media only screen and (min-width: 1279px) {
  .section_cta_promotional .cont__inner .cont__right .cont__text p.text-medium {
    text-align: left;
  }
}
.section_cta_promotional .cont__inner .cont__right .cont__text .link--button, .section_cta_promotional .cont__inner .cont__right .cont__text .link--button-white {
  margin: 24px auto 0;
  width: 100%;
}
@media only screen and (min-width: 1279px) {
  .section_cta_promotional .cont__inner .cont__right .cont__text .link--button, .section_cta_promotional .cont__inner .cont__right .cont__text .link--button-white {
    margin: 58px 0 0;
    width: fit-content;
  }
}

.section__reviews {
  background-color: rgba(43, 58, 50, 0.1);
  padding-top: 35px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 1024px) {
  .section__reviews {
    padding: 100px 0;
  }
}
.section__reviews .cont__inner .cont__title {
  font-family: "Apoc";
  font-weight: 200;
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  color: #2b3a32;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1024px) {
  .section__reviews .cont__inner .cont__title {
    font-size: 40px;
  }
}
.section__reviews .cont__inner .cont__subtitle {
  font-family: "Raleway";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #2b3a32;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .section__reviews .cont__inner .cont__subtitle {
    font-size: 20px;
    margin-bottom: 60px;
  }
}
.section__reviews .cont__inner .link--button, .section__reviews .cont__inner .link--button-white {
  margin: 35px auto 0;
}
@media only screen and (min-width: 1024px) {
  .section__reviews .cont__inner .link--button, .section__reviews .cont__inner .link--button-white {
    margin-top: 60px;
  }
}
.section__reviews .wp-gr {
  padding: 0 !important;
  margin-top: 35px !important;
}
@media only screen and (min-width: 1024px) {
  .section__reviews .wp-gr {
    margin-top: 60px !important;
  }
}
.section__reviews .wp-gr .grw-header-inner {
  padding: 0 !important;
}
.section__reviews .wp-gr .wp-google-based {
  color: #fff !important;
}
.section__reviews .wp-gr .wp-google-powered {
  display: none !important;
}

.section_info_parallax .cont__parallax {
  position: relative;
  width: 100%;
}
.section_info_parallax .cont__parallax .cont__info {
  padding-top: 50px;
  padding-bottom: 40px;
  min-height: 360px;
}
@media only screen and (min-width: 1024px) {
  .section_info_parallax .cont__parallax .cont__info {
    padding-bottom: 50px;
    min-height: 603px;
  }
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}
.section_info_parallax .cont__parallax .cont__info .cont__info--inner {
  background-color: #fff;
  padding: 60px 25px 35px;
  border-radius: 0 100px 0 0;
  margin-left: auto;
}
@media only screen and (min-width: 1024px) {
  .section_info_parallax .cont__parallax .cont__info .cont__info--inner {
    max-width: 543px;
    padding: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info .cont__info--inner {
    padding: 90px 80px;
    max-width: 750px;
  }
}
.section_info_parallax .cont__parallax .cont__info .cont__description .title-1 {
  margin-bottom: 5px;
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info .cont__description .title-1 {
    margin-bottom: 9px;
  }
}
.section_info_parallax .cont__parallax .cont__info .cont__description .text-important {
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info .cont__description .text-important {
    margin-bottom: 30px;
  }
}
.section_info_parallax .cont__parallax .cont__info .cont__description .text-important:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: grey;
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info .cont__description p {
    margin-bottom: 16px;
  }
}
.section_info_parallax .cont__parallax .cont__info .link__arrow {
  text-decoration: none;
  color: #000;
}
.section_info_parallax .cont__parallax .cont__image {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section__info-contact {
  background-image: url("/wp-content/themes/crisso/assets/img/img-contacto-mobile.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 105px;
  padding-bottom: 105px;
}
@media only screen and (min-width: 768px) {
  .section__info-contact {
    background-image: url("/wp-content/themes/crisso/assets/img/img-contacto.webp");
  }
}
@media only screen and (min-width: 1024px) {
  .section__info-contact {
    padding-top: 190px;
    padding-bottom: 190px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__info-contact {
    padding-top: 256px;
    padding-bottom: 256px;
  }
}
.section__info-contact .cont__inner .cont__title {
  font-family: "Apoc";
  font-weight: 200;
  font-size: 26px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fffdf6;
  margin-bottom: 17px;
}
@media only screen and (min-width: 1024px) {
  .section__info-contact .cont__inner .cont__title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
.section__info-contact .cont__inner .cont__text {
  font-weight: 200;
  color: #fffdf6;
}
.section__info-contact .cont__inner .cont__text a {
  text-decoration: none;
  color: #fffdf6;
}
.section__info-contact .cont__inner .cont__text p {
  margin-bottom: 17px;
}
@media only screen and (min-width: 1024px) {
  .section__info-contact .cont__inner .cont__text p {
    margin-bottom: 20px;
  }
}
.section__info-contact .cont__inner .cont__text strong,
.section__info-contact .cont__inner .cont__text b {
  font-weight: 400;
}
.section__info-contact .cont__inner .cont__button {
  margin-top: 35px;
}
.section__info-icons {
  background-color: #2b3a32;
  padding-top: 32px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 1024px) {
  .section__info-icons {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.section__info-icons .cont__inner .cont__title {
  font-family: "Apoc";
  font-weight: 200;
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  color: #fffdf6;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1024px) {
  .section__info-icons .cont__inner .cont__title {
    font-size: 40px;
    margin-bottom: 80px;
  }
}
.section__info-icons .cont__inner .cont__info-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 60px;
  overflow-x: auto;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1024px) {
  .section__info-icons .cont__inner .cont__info-icons {
    column-gap: 30px;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__info-icons .cont__inner .cont__info-icons {
    column-gap: 50px;
  }
}
.section__info-icons .cont__inner .cont__info-icons .cont__info-icon {
  width: 168px;
  min-width: 168px;
}
@media only screen and (min-width: 1024px) {
  .section__info-icons .cont__inner .cont__info-icons .cont__info-icon {
    width: initial;
    min-width: initial;
  }
}
.section__info-icons .cont__inner .cont__info-icons .cont__info-icon .cont__image {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__info-icons .cont__inner .cont__info-icons .cont__info-icon .cont__image {
    margin-bottom: 14px;
  }
}
.section__info-icons .cont__inner .cont__info-icons .cont__info-icon .cont__image img {
  width: 65px;
}
@media only screen and (min-width: 1024px) {
  .section__info-icons .cont__inner .cont__info-icons .cont__info-icon .cont__image img {
    width: 75px;
  }
}
.section__info-icons .cont__inner .cont__info-icons .cont__info-icon .cont__text h3 {
  font-family: "Raleway";
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: #fffdf6;
}
@media only screen and (min-width: 1024px) {
  .section__info-icons .cont__inner .cont__info-icons .cont__info-icon .cont__text h3 {
    font-size: 24px;
  }
}
.section__info-icons .cont__inner .cont__button a {
  margin-left: auto;
  margin-right: auto;
}

.section__form {
  background-color: #fffdf6;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 1024px) {
  .section__form {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.section__form form {
  max-width: 567px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .section__form form h2 {
    text-align: center;
    margin-bottom: 60px;
  }
}

.section__cta {
  padding-top: 77px;
  padding-bottom: 77px;
}
@media only screen and (min-width: 1024px) {
  .section__cta {
    padding-top: 161px;
    padding-bottom: 172px;
  }
}
.section__cta .cont__inner .cont__title {
  font-family: "Raleway";
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2;
  color: #fffdf6;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .section__cta .cont__inner .cont__title {
    font-size: 32px;
    max-width: 556px;
    margin-bottom: 23px;
  }
}
.section__cta .cont__inner .cont__subtitle {
  font-family: "Raleway";
  font-size: 16px;
  line-height: 1.2;
  color: #fffdf6;
  max-width: 556px;
}
.section__cta .cont__inner .cont__button {
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) {
  .section__cta .cont__inner .cont__button {
    margin-bottom: 23px;
  }
}

.section__cta_contact {
  background-color: #4e6c54;
  padding-top: 54px;
  padding-bottom: 54px;
}
@media only screen and (min-width: 1024px) {
  .section__cta_contact .cont__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    column-gap: 28px;
  }
}
.section__cta_contact .cont__inner .cta-title {
  font-family: "Raleway";
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2;
  color: #fffdf6;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .section__cta_contact .cont__inner .cta-title {
    font-size: 32px;
    margin-bottom: 0;
  }
}
.section__cta_contact .cont__inner .cta-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 12px;
}
.section__cta_contact .cont__inner .cta-links a {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.section__cta_contact .cont__inner .cta-links a:hover {
  opacity: 0.8;
}/*# sourceMappingURL=styles.css.map */