@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);
  }
}
.container {
  padding-right: 30px;
  padding-left: 30px;
}
@media only screen and (min-width: 1024px) {
  .container {
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media only screen and (min-width: 1440px) {
  .container {
    padding-right: 100px;
    padding-left: 100px;
  }
}

.link--button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-family: "Raleway";
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #2b3a32;
  background-color: #fffdf6;
  padding: 13px 30px 11px;
  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: 1280px) {
  .link--button {
    font-size: 18px;
    padding: 21px 30px;
  }
}
.link--button:hover {
  background-color: #C5B072;
}
.link--button:after {
  content: url("/wp-content/themes/crissoinversiones/assets/images/arrow-button.png");
  padding-left: 20px;
}
.link--button:visited {
  color: #2b3a32 !important;
}

.page-template-page-landing .container {
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (min-width: 768px) {
  .page-template-page-landing .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-page-landing .container {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-template-page-landing .container {
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media only screen and (min-width: 1440px) {
  .page-template-page-landing .container {
    padding-right: 150px;
    padding-left: 150px;
  }
}
@media only screen and (min-width: 1600px) {
  .page-template-page-landing .container {
    padding-right: 200px;
    padding-left: 200px;
  }
}
@media only screen and (min-width: 1920px) {
  .page-template-page-landing .container {
    padding-right: 0;
    padding-left: 0;
    max-width: 1480px;
    margin: 0 auto;
  }
}

.page-template-page-landing 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-image: linear-gradient(to bottom, #2b3a32 14%, rgba(43, 58, 50, 0.7) 47%, rgba(43, 58, 50, 0));
  padding: 28px 20px;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-landing header.page-header {
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media only screen and (min-width: 1440px) {
  .page-template-page-landing header.page-header {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-page-landing header.page-header .cont__logo {
    flex-grow: 1;
  }
}
.page-template-page-landing header.page-header .cont__logo img {
  display: block;
  max-height: 38px;
  width: auto;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .page-template-page-landing header.page-header .cont__logo img {
    transform: translateX(38%);
    max-height: 67px;
  }
}
.page-template-page-landing 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-landing header.page-header .cont__right .cont__map {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-landing header.page-header .cont__right .cont__map {
    display: block;
  }
}
.page-template-page-landing header.page-header .cont__right .cont__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 11px;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-landing header.page-header .cont__right .cont__items {
    column-gap: 16px;
  }
}
.page-template-page-landing 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;
  width: 29px;
  height: 29px;
  background-color: #FFFDF6;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .page-template-page-landing header.page-header .cont__right .cont__items .cont__item a {
    width: 42px;
    height: 42px;
  }
}
.page-template-page-landing header.page-header .cont__right .cont__items .cont__item a:hover {
  background-color: #C5B072;
}
.page-template-page-landing header.page-header .cont__right .cont__items .cont__item a.whatsapp {
  background-color: #39BB2F;
}
.page-template-page-landing header.page-header .cont__right .cont__items .cont__item a.whatsapp:hover {
  background-color: #268020;
}
.page-template-page-landing header.page-header .cont__right .cont__items .cont__item a img {
  display: block;
  max-width: 17px;
}
@media only screen and (min-width: 768px) {
  .page-template-page-landing header.page-header .cont__right .cont__items .cont__item a img {
    max-width: inherit;
  }
}

.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-landing footer#footer {
  background-color: #2b3a32;
  min-height: initial;
  height: initial;
  padding-top: 10px;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-landing footer#footer {
    padding-top: 20px;
  }
}
.page-template-page-landing footer#footer .cont__footer-menu ul.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  column-gap: 8px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-landing footer#footer .cont__footer-menu ul.footer-menu {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-template-page-landing footer#footer .cont__footer-menu ul.footer-menu li:before {
    content: "|";
    color: rgba(255, 253, 246, 0.4);
    padding-right: 8px;
  }
}
.page-template-page-landing footer#footer .cont__footer-menu ul.footer-menu li:first-child:before {
  content: none;
}
.page-template-page-landing footer#footer .cont__footer-menu ul.footer-menu li a {
  font-family: "Raleway";
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 253, 246, 0.4);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.page-template-page-landing footer#footer .cont__footer-menu ul.footer-menu li a:hover {
  color: #fffdf6;
}
.page-template-page-landing footer#footer img.crisso-colophon {
  position: relative;
}

.section__header-form {
  position: relative;
  background-color: #2b3a32;
}
@media only screen and (max-width: 1023px) {
  .section__header-form {
    background-image: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .section__header-form {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 160px;
    padding-bottom: 35px;
  }
}
@media only screen and (min-width: 1280px) {
  .section__header-form {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__header-form {
    padding-top: 198px;
    padding-bottom: 215px;
  }
}
.section__header-form:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(43, 58, 50) 48%, rgba(43, 58, 50, 0.7) 71%, rgba(43, 58, 50, 0) 77%, rgba(43, 58, 50, 0.7) 86%, rgb(43, 58, 50) 94%);
}
@media only screen and (min-width: 1024px) {
  .section__header-form:before {
    content: "";
  }
}
@media only screen and (min-width: 1024px) {
  .section__header-form .cont__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
.section__header-form .cont__info {
  position: relative;
  padding: 130px 20px 78px;
  margin: 0 -20px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .section__header-form .cont__info {
    padding-right: 40px;
    padding-left: 40px;
    margin: 0 -40px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__header-form .cont__info {
    padding: 0;
    margin: 0;
    background-image: none !important;
    width: 51%;
  }
}
@media only screen and (min-width: 1280px) {
  .section__header-form .cont__info {
    width: 54%;
  }
}
.section__header-form .cont__info:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(43, 58, 50) 0%, rgb(43, 58, 50) 50%, rgba(43, 58, 50, 0.7) 70%, rgba(43, 58, 50, 0) 80%, rgba(43, 58, 50, 0.7) 88%, rgb(43, 58, 50) 94%, rgb(43, 58, 50) 100%);
}
@media only screen and (min-width: 1024px) {
  .section__header-form .cont__info:before {
    content: none;
  }
}
.section__header-form .cont__info .cont__info-inner {
  position: relative;
}
.section__header-form .cont__info .cont__title h1 {
  font-family: "Apoc";
  font-size: 40px;
  font-weight: 100;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #fffdf6;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1280px) {
  .section__header-form .cont__info .cont__title h1 {
    font-size: 55px;
    margin-bottom: 33px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__header-form .cont__info .cont__title h1 {
    font-size: 64px;
  }
}
.section__header-form .cont__info .cont__subtitle {
  font-family: "Apoc";
  font-size: 26px;
  font-weight: 100;
  line-height: 1.2;
  letter-spacing: normal;
  color: #fffdf6;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1280px) {
  .section__header-form .cont__info .cont__subtitle {
    font-size: 33px;
    margin-bottom: 39px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__header-form .cont__info .cont__subtitle {
    font-size: 40px;
  }
}
.section__header-form .cont__info .cont__text {
  font-family: "Raleway";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #fffdf6;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1280px) {
  .section__header-form .cont__info .cont__text {
    font-size: 18px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__header-form .cont__info .cont__text {
    font-size: 20px;
  }
}
.section__header-form .cont__info .cont__text b,
.section__header-form .cont__info .cont__text strong {
  font-weight: bold;
  color: #2b3a32;
  background-color: #c5b072;
}
.section__header-form .cont__info .cont__link {
  padding-bottom: 50px;
}
@media only screen and (min-width: 1024px) {
  .section__header-form .cont__info .cont__link {
    padding-bottom: 0;
  }
}
.section__header-form .cont__form {
  position: relative;
  margin-top: -78px;
}
@media only screen and (min-width: 1024px) {
  .section__header-form .cont__form {
    margin-top: 0;
    width: 43%;
  }
}
@media only screen and (min-width: 1280px) {
  .section__header-form .cont__form {
    width: 40%;
  }
}
.section__header-form .cont__form .cont__inner {
  padding: 0 20px;
  max-width: 580px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .section__header-form .cont__form .cont__inner {
    box-sizing: content-box;
    padding: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .section__header-form .cont__form .cont__inner {
    margin-right: 0;
  }
}
.section__header-form .cont__form .cont__inner form {
  padding: 40px 15px;
  background-color: #fffdf6;
}
@media only screen and (min-width: 1024px) {
  .section__header-form .cont__form .cont__inner form {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .section__header-form .cont__form .cont__inner form {
    padding: 40px 55px;
  }
}
.section__header-form .cont__form .cont__inner form .title-form p {
  font-family: "Apoc";
  font-size: 22px;
  line-height: 1.2;
  font-weight: 100;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  color: #2b3a32;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1280px) {
  .section__header-form .cont__form .cont__inner form .title-form p {
    font-size: 32px;
  }
}
.section__header-form .cont__form .cont__inner form .text-form {
  max-width: 486px;
  margin: 0 auto;
}
.section__header-form .cont__form .cont__inner form .text-form p {
  font-family: "Raleway";
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #2b3a32;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1280px) {
  .section__header-form .cont__form .cont__inner form .text-form p {
    font-size: 16px;
  }
}
.section__header-form .cont__form .cont__inner form .item-form {
  margin-bottom: 25px;
}
.section__header-form .cont__form .cont__inner form .item-form p {
  font-family: "Raleway";
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #2b3a32;
  margin-bottom: 0;
}
@media only screen and (min-width: 1280px) {
  .section__header-form .cont__form .cont__inner form .item-form p {
    font-size: 16px;
  }
}
.section__header-form .cont__form .cont__inner form input.wpcf7-form-control.wpcf7-text,
.section__header-form .cont__form .cont__inner form input.wpcf7-form-control.wpcf7-number,
.section__header-form .cont__form .cont__inner form input.wpcf7-form-control.wpcf7-date,
.section__header-form .cont__form .cont__inner form textarea.wpcf7-form-control.wpcf7-textarea {
  border-bottom: solid 1px #2b3a32;
  color: #2b3a32;
  padding: 10px;
}
.section__header-form .cont__form .cont__inner form textarea {
  max-height: 100px;
}
@media only screen and (min-width: 1024px) {
  .section__header-form .cont__form .cont__inner form textarea {
    max-height: 118px;
  }
}
.section__header-form .cont__form .cont__inner form .parrafo-submit {
  margin: 0;
}
.section__header-form .cont__form .cont__inner form .parrafo-submit input.wpcf7-form-control.wpcf7-submit {
  font-size: 14px !important;
  line-height: 1.2;
  background-color: #2b3a32 !important;
  padding: 9px 30px;
  border-radius: 59px;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
  cursor: pointer;
}
@media only screen and (min-width: 1280px) {
  .section__header-form .cont__form .cont__inner form .parrafo-submit input.wpcf7-form-control.wpcf7-submit {
    font-size: 18px !important;
    padding: 12px 30px;
  }
}
.section__header-form .cont__form .cont__inner form .parrafo-submit input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #C5B072 !important;
  color: #2b3a32 !important;
}
.section__header-form .cont__form .cont__inner form .parrafo-submit .wpcf7-spinner {
  position: absolute;
}
.section__header-form .cont__form .cont__inner form .wpcf7-response-output {
  margin: 25px 0 0;
  padding: 5px 10px;
}
.section__header-form .cont__form .cont__inner form .wpcf7-not-valid-tip {
  font-size: 90%;
  text-transform: initial;
  margin-top: 4px;
  margin-bottom: 20px;
}

.section__text_image .cont__text_image {
  position: relative;
  background-color: #232a26;
}
@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;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__inner {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__text_image .cont__text_image .cont__inner {
    padding-right: 60px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__text_image .cont__text_image .cont__inner {
    padding-right: 100px;
    padding-left: 220px;
  }
}
.section__text_image .cont__text_image .cont__text {
  padding-top: 50px;
  padding-bottom: 62px;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__text {
    padding-top: 135px;
    padding-bottom: 135px;
  }
}
.section__text_image .cont__text_image .cont__text h2 {
  font-family: "Apoc";
  font-size: 26px;
  font-weight: 100;
  line-height: 1.2;
  letter-spacing: normal;
  color: #fffdf6;
  margin-bottom: 27px;
}
@media only screen and (min-width: 1280px) {
  .section__text_image .cont__text_image .cont__text h2 {
    font-size: 40px;
  }
}
.section__text_image .cont__text_image .cont__text p {
  font-family: "Raleway";
  font-size: 16px;
  line-height: 1.2;
  color: #fffdf6;
  margin-bottom: 18px;
}
@media only screen and (min-width: 1280px) {
  .section__text_image .cont__text_image .cont__text p {
    font-size: 20px;
    margin-bottom: 23px;
  }
}
.section__text_image .cont__text_image .cont__text p:last-child {
  margin-bottom: 0;
}
.section__text_image .cont__text_image .cont__text p b,
.section__text_image .cont__text_image .cont__text p strong {
  font-weight: bold;
}
.section__text_image .cont__text_image .cont__image img {
  display: block;
  height: 100%;
  width: 100%;
  min-height: 330px;
  max-height: 400px;
  object-fit: cover;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__image img {
    max-height: inherit;
  }
}

.section__text_video {
  padding-top: 70px;
}
@media only screen and (min-width: 1024px) {
  .section__text_video {
    padding-top: 64px;
  }
}
.section__text_video .cont__title h2 {
  font-family: "Apoc";
  font-size: 26px;
  font-weight: 100;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #fffdf6;
  max-width: 744px;
  margin: 0 auto 42px;
}
@media only screen and (min-width: 1280px) {
  .section__text_video .cont__title h2 {
    font-size: 40px;
    margin-bottom: 88px;
  }
}
.section__text_video .cont__text_video {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .section__text_video .cont__text_video {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 88px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_video .cont__text_video.text-position-right .cont__inner {
    order: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_video .cont__text_video .cont__inner {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__text_video .cont__text_video .cont__inner {
    padding-right: 60px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__text_video .cont__text_video .cont__inner {
    padding-right: 100px;
    padding-left: 220px;
  }
}
.section__text_video .cont__text_video .cont__text {
  font-family: "Raleway";
  font-size: 16px;
  line-height: 1.2;
  color: #fffdf6;
  padding-bottom: 42px;
}
@media only screen and (min-width: 1024px) {
  .section__text_video .cont__text_video .cont__text {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .section__text_video .cont__text_video .cont__text {
    font-size: 20px;
  }
}
.section__text_video .cont__text_video .cont__text p {
  margin-bottom: 18px;
}
@media only screen and (min-width: 1024px) {
  .section__text_video .cont__text_video .cont__text p {
    margin-bottom: 24px;
  }
}
.section__text_video .cont__text_video .cont__text p:last-child {
  margin-bottom: 0;
}
.section__text_video .cont__text_video .cont__text ul {
  display: grid;
  row-gap: 8px;
  margin-top: 24px;
  margin-bottom: 25px;
}
.section__text_video .cont__text_video .cont__text ul li {
  position: relative;
  padding-left: 26px;
}
.section__text_video .cont__text_video .cont__text ul li:before {
  content: url("/wp-content/themes/crissoinversiones/assets/images/list.png");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.section__text_video .cont__text_video .cont__video video {
  display: block;
  height: 100%;
  min-height: 285px;
  max-height: 458px;
  width: 100%;
  object-fit: cover;
}

.section__text-background {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .section__text-background {
    padding-top: 58px;
    padding-bottom: 134px;
  }
}
.section__text-background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(43, 58, 50, 0) 11%, rgba(43, 58, 50, 0.7) 24%, rgb(43, 58, 50) 42%);
  background: linear-gradient(0deg, rgba(43, 58, 50, 0) -6%, rgba(43, 58, 50, 0.5) 5%, rgb(43, 58, 50) 51%);
}
.section__text-background .cont__inner {
  position: relative;
}
.section__text-background .cont__inner .cont__title {
  max-width: 927px;
  margin: 0 auto;
}
.section__text-background .cont__inner .cont__title h2 {
  font-family: "Apoc";
  font-size: 26px;
  font-weight: 100;
  line-height: 1.2;
  text-align: center;
  color: #fffdf6;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1280px) {
  .section__text-background .cont__inner .cont__title h2 {
    font-size: 40px;
  }
}
.section__text-background .cont__inner .cont__text {
  font-family: "Raleway";
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #fffdf6;
  max-width: 946px;
  margin: 0 auto 50px;
}
@media only screen and (min-width: 1280px) {
  .section__text-background .cont__inner .cont__text {
    font-size: 20px;
    margin-bottom: 107px;
  }
}
.section__text-background .cont__inner .cont__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.section__contact-us {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media only screen and (min-width: 1024px) {
  .section__contact-us {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section__contact-us:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(78, 108, 84, 0.95);
}
.section__contact-us .cont__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
}
@media only screen and (min-width: 768px) {
  .section__contact-us .cont__inner {
    flex-direction: row;
    column-gap: 40px;
  }
}
.section__contact-us .cont__inner .cont__text {
  font-family: "Apoc";
  font-size: 22px;
  font-weight: 100;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (min-width: 1280px) {
  .section__contact-us .cont__inner .cont__text {
    font-size: 32px;
  }
}
.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: 25px;
  }
}
.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;
  width: 34px;
  height: 34px;
  background-color: #FFFDF6;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .section__contact-us .cont__inner .cont__items .cont__item a {
    width: 42px;
    height: 42px;
  }
}
.section__contact-us .cont__inner .cont__items .cont__item a:hover {
  background-color: #C5B072;
}
.section__contact-us .cont__inner .cont__items .cont__item a.whatsapp {
  background-color: #39BB2F;
}
.section__contact-us .cont__inner .cont__items .cont__item a.whatsapp:hover {
  background-color: #268020;
}
.section__contact-us .cont__inner .cont__items .cont__item a img {
  display: block;
  max-width: 17px;
}
@media only screen and (min-width: 768px) {
  .section__contact-us .cont__inner .cont__items .cont__item a img {
    max-width: inherit;
  }
}

.section__advices {
  background-color: #4e6c54;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 1024px) {
  .section__advices {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section__advices .cont__inner .cont__title {
  font-family: "Apoc";
  font-size: 26px;
  font-weight: 100;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #fffdf6;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1280px) {
  .section__advices .cont__inner .cont__title {
    font-size: 40px;
  }
}
.section__advices .cont__inner .cont__subtitle {
  font-family: "Raleway";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  color: #fffdf6;
  margin-bottom: 45px;
}
@media only screen and (min-width: 1280px) {
  .section__advices .cont__inner .cont__subtitle {
    font-size: 20px;
  }
}
.section__advices .cont__inner .cont__advices {
  margin: 0 auto 45px;
  max-width: 874px;
}
.section__advices .cont__inner .cont__advices .cont__advice {
  font-family: "Apoc";
  font-size: 22px;
  font-weight: 100;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #fffdf6;
  padding: 29px 0;
  border-bottom: solid 1px #c5b072;
}
@media only screen and (min-width: 1280px) {
  .section__advices .cont__inner .cont__advices .cont__advice {
    font-size: 32px;
  }
}
.section__advices .cont__inner .cont__advices .cont__advice:last-child {
  border-bottom: none;
}
.section__advices .cont__inner .cont__text {
  font-family: "Raleway";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #fffdf6;
  margin-bottom: 42px;
}
@media only screen and (min-width: 1280px) {
  .section__advices .cont__inner .cont__text {
    margin-bottom: 25px;
  }
}
.section__advices .cont__inner .link--button {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .section__advices .cont__inner .link--button {
    font-size: 13px;
  }
}

.section__steps {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #2b3a32;
}
@media only screen and (min-width: 1024px) {
  .section__steps {
    padding-top: 98px;
    padding-bottom: 98px;
  }
}
.section__steps .cont__inner .cont__title {
  font-family: "Apoc";
  font-size: 26px;
  font-weight: 100;
  line-height: 1.2;
  text-align: center;
  color: #fffdf6;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1280px) {
  .section__steps .cont__inner .cont__title {
    font-size: 40px;
  }
}
.section__steps .cont__inner .cont__text {
  font-family: "Raleway";
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #fffdf6;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1280px) {
  .section__steps .cont__inner .cont__text {
    font-size: 20px;
    margin-bottom: 80px;
  }
}
.section__steps .cont__inner .cont__text p {
  margin-bottom: 19px;
}
@media only screen and (min-width: 1280px) {
  .section__steps .cont__inner .cont__text p {
    margin-bottom: 25px;
  }
}
.section__steps .cont__inner .cont__text p:last-child {
  margin-bottom: 0;
}
.section__steps .cont__inner .cont__text a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.section__steps .cont__inner .cont__text a:hover {
  color: #c5b072;
}
.section__steps .cont__inner .cont__steps {
  margin-bottom: 39px;
}
@media only screen and (min-width: 1280px) {
  .section__steps .cont__inner .cont__steps {
    margin-bottom: 56px;
  }
}
.section__steps .cont__inner .cont__steps .cont__step .cont__num {
  font-family: "Apoc";
  font-size: 40px;
  font-weight: 100;
  line-height: 1.2;
  color: #c5b072;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1280px) {
  .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__step-title {
  font-family: "Raleway";
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #fffdf6;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1366px) {
  .section__steps .cont__inner .cont__steps .cont__step .cont__step-title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.section__steps .cont__inner .cont__steps .cont__step .cont__step-text {
  font-family: "Raleway";
  font-size: 16px;
  line-height: 1.2;
  color: #fffdf6;
}
@media only screen and (min-width: 1366px) {
  .section__steps .cont__inner .cont__steps .cont__step .cont__step-text {
    font-size: 20px;
  }
}
.section__steps .cont__inner .cont__steps .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 8px;
  margin-top: 25px;
}
.section__steps .cont__inner .cont__steps .owl-dots .owl-dot {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #fffdf6;
}
.section__steps .cont__inner .cont__steps .owl-dots .owl-dot.active {
  background-color: #fffdf6;
}
.section__steps .cont__inner .link--button {
  margin: 0 auto;
}

.section__text-form {
  background-color: #2b3a32;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .section__text-form {
    padding-top: 110px;
    padding-bottom: 69px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text-form .cont__text_form {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.section__text-form .cont__text_form .cont__text {
  font-family: "Raleway";
  font-size: 16px;
  line-height: 1.2;
  color: #fffdf6;
  margin-bottom: 31px;
}
@media only screen and (min-width: 1280px) {
  .section__text-form .cont__text_form .cont__text {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text-form .cont__text_form .cont__text {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__text-form .cont__text_form .cont__text {
    padding-right: 60px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__text-form .cont__text_form .cont__text {
    padding-right: 150px;
  }
}
.section__text-form .cont__text_form .cont__text h2 {
  font-family: "Apoc";
  font-size: 26px;
  font-weight: 100;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fffdf6;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1280px) {
  .section__text-form .cont__text_form .cont__text h2 {
    font-size: 40px;
  }
}
.section__text-form .cont__text_form .cont__form {
  position: relative;
}
.section__text-form .cont__text_form .cont__form .cont__inner form {
  padding: 40px 15px;
  background-color: #fffdf6;
}
@media only screen and (min-width: 1024px) {
  .section__text-form .cont__text_form .cont__form .cont__inner form {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .section__text-form .cont__text_form .cont__form .cont__inner form {
    padding: 40px 55px;
  }
}
.section__text-form .cont__text_form .cont__form .cont__inner form .title-form p {
  font-family: "Apoc";
  font-size: 22px;
  line-height: 1.2;
  font-weight: 100;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  color: #2b3a32;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1280px) {
  .section__text-form .cont__text_form .cont__form .cont__inner form .title-form p {
    font-size: 32px;
  }
}
.section__text-form .cont__text_form .cont__form .cont__inner form .text-form {
  max-width: 486px;
  margin: 0 auto;
}
.section__text-form .cont__text_form .cont__form .cont__inner form .text-form p {
  font-family: "Raleway";
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #2b3a32;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1280px) {
  .section__text-form .cont__text_form .cont__form .cont__inner form .text-form p {
    font-size: 16px;
  }
}
.section__text-form .cont__text_form .cont__form .cont__inner form .item-form {
  margin-bottom: 25px;
}
.section__text-form .cont__text_form .cont__form .cont__inner form .item-form p {
  font-family: "Raleway";
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #2b3a32;
  margin-bottom: 0;
}
@media only screen and (min-width: 1280px) {
  .section__text-form .cont__text_form .cont__form .cont__inner form .item-form p {
    font-size: 16px;
  }
}
.section__text-form .cont__text_form .cont__form .cont__inner form input.wpcf7-form-control.wpcf7-text,
.section__text-form .cont__text_form .cont__form .cont__inner form input.wpcf7-form-control.wpcf7-number,
.section__text-form .cont__text_form .cont__form .cont__inner form input.wpcf7-form-control.wpcf7-date,
.section__text-form .cont__text_form .cont__form .cont__inner form textarea.wpcf7-form-control.wpcf7-textarea {
  border-bottom: solid 1px #2b3a32;
  color: #2b3a32;
  padding: 10px;
}
.section__text-form .cont__text_form .cont__form .cont__inner form textarea {
  max-height: 100px;
}
@media only screen and (min-width: 1024px) {
  .section__text-form .cont__text_form .cont__form .cont__inner form textarea {
    max-height: 118px;
  }
}
.section__text-form .cont__text_form .cont__form .cont__inner form .parrafo-submit {
  margin: 0;
}
.section__text-form .cont__text_form .cont__form .cont__inner form .parrafo-submit input.wpcf7-form-control.wpcf7-submit {
  font-size: 14px !important;
  line-height: 1.2;
  background-color: #2b3a32 !important;
  padding: 9px 30px;
  border-radius: 59px;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
  cursor: pointer;
}
@media only screen and (min-width: 1280px) {
  .section__text-form .cont__text_form .cont__form .cont__inner form .parrafo-submit input.wpcf7-form-control.wpcf7-submit {
    font-size: 18px !important;
    padding: 12px 30px;
  }
}
.section__text-form .cont__text_form .cont__form .cont__inner form .parrafo-submit input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #C5B072 !important;
  color: #2b3a32 !important;
}
.section__text-form .cont__text_form .cont__form .cont__inner form .parrafo-submit .wpcf7-spinner {
  position: absolute;
}
.section__text-form .cont__text_form .cont__form .cont__inner form .wpcf7-response-output {
  margin: 25px 0 0;
  padding: 5px 10px;
}
.section__text-form .cont__text_form .cont__form .cont__inner form .wpcf7-not-valid-tip {
  font-size: 90%;
  text-transform: initial;
  margin-top: 4px;
  margin-bottom: 20px;
}

.section__faq {
  background-color: #232a26;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .section__faq {
    padding-top: 100px;
    padding-bottom: 110px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__faq .cont__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
.section__faq .cont__title {
  font-family: "Apoc";
  font-size: 26px;
  font-weight: 100;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fffdf6;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .section__faq .cont__title {
    width: 35%;
  }
}
@media only screen and (min-width: 1280px) {
  .section__faq .cont__title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__faq .cont__title {
    width: 35%;
  }
}
@media only screen and (min-width: 1920px) {
  .section__faq .cont__title {
    width: 29%;
  }
}
@media only screen and (min-width: 1024px) {
  .section__faq .cont__questions {
    width: 55%;
  }
}
@media only screen and (min-width: 1600px) {
  .section__faq .cont__questions {
    width: 50%;
  }
}
.section__faq .cont__questions .cont__question {
  border-bottom: solid 1px #c5b072;
  padding: 30px 0 5px;
}
.section__faq .cont__questions .cont__question h3 {
  font-family: "Apoc";
  position: relative;
  font-size: 22px;
  font-weight: 100;
  line-height: 1.2;
  letter-spacing: normal;
  color: #fffdf6;
  margin-bottom: 23px;
  padding-right: 65px;
  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: "+";
  /* Unicode del + */
  font-size: 32px;
  line-height: 0.8;
  position: absolute;
  top: 7px;
  right: 0;
}
.section__faq .cont__questions .cont__question h3.active:after {
  content: "—";
  font-size: 20px;
  top: 12px;
}
.section__faq .cont__questions .cont__question h3:hover {
  color: #c5b072;
}
@media only screen and (min-width: 1280px) {
  .section__faq .cont__questions .cont__question h3 {
    font-size: 32px;
    padding-right: 100px;
  }
}
.section__faq .cont__questions .cont__question .cont__content {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .section__faq .cont__questions .cont__question .cont__content {
    padding-right: 20px;
  }
}
.section__faq .cont__questions .cont__question .cont__content p {
  font-family: "Raleway";
  font-size: 16px;
  line-height: 1.2;
  color: #fffdf6;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1280px) {
  .section__faq .cont__questions .cont__question .cont__content p {
    font-size: 20px;
  }
}
.section__faq .cont__questions .cont__question .cont__content p:last-child {
  margin-bottom: 20px;
}

.section__reviews {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #2b3a32;
}
@media only screen and (min-width: 1024px) {
  .section__reviews {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__reviews .cont__inner {
    padding: 0 20px;
  }
}
.section__reviews .cont__inner .cont__title {
  font-family: "Apoc";
  font-size: 26px;
  font-weight: 100;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #fffdf6;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1280px) {
  .section__reviews .cont__inner .cont__title {
    font-size: 40px;
  }
}
.section__reviews .cont__inner .cont__text {
  font-family: "Raleway";
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #fffdf6;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1280px) {
  .section__reviews .cont__inner .cont__text {
    font-size: 20px;
    margin-bottom: 112px;
  }
}
.section__reviews .cont__inner .cont__reviews {
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1280px) {
  .section__reviews .cont__inner .cont__reviews {
    margin-bottom: 112px;
  }
}
.section__reviews .cont__inner .cont__reviews .owl-nav {
  display: block !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}
.section__reviews .cont__inner .cont__reviews .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 18px;
  opacity: 1 !important;
  pointer-events: auto !important;
}
@media only screen and (min-width: 1280px) {
  .section__reviews .cont__inner .cont__reviews .owl-nav button {
    width: 20px;
    height: 35px;
  }
}
.section__reviews .cont__inner .cont__reviews .owl-nav button span {
  font-size: 0;
  position: relative;
}
.section__reviews .cont__inner .cont__reviews .owl-nav button span:before {
  display: flex;
  width: 10px;
  height: 18px;
  background-size: 10px 18px;
}
@media only screen and (min-width: 1280px) {
  .section__reviews .cont__inner .cont__reviews .owl-nav button span:before {
    width: 20px;
    height: 35px;
    background-size: 20px 35px;
  }
}
.section__reviews .cont__inner .cont__reviews .owl-nav button.owl-prev {
  left: 0;
}
@media only screen and (min-width: 1024px) {
  .section__reviews .cont__inner .cont__reviews .owl-nav button.owl-prev {
    left: -50px;
  }
}
@media only screen and (min-width: 1280px) {
  .section__reviews .cont__inner .cont__reviews .owl-nav button.owl-prev {
    left: -70px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__reviews .cont__inner .cont__reviews .owl-nav button.owl-prev {
    left: -100px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__reviews .cont__inner .cont__reviews .owl-nav button.owl-prev {
    left: -150px;
  }
}
.section__reviews .cont__inner .cont__reviews .owl-nav button.owl-prev span:before {
  content: "";
  background-image: url("/wp-content/themes/crissoinversiones/assets/images/arrow-left.svg");
}
.section__reviews .cont__inner .cont__reviews .owl-nav button.owl-next {
  right: 0;
}
@media only screen and (min-width: 1024px) {
  .section__reviews .cont__inner .cont__reviews .owl-nav button.owl-next {
    right: -50px;
  }
}
@media only screen and (min-width: 1280px) {
  .section__reviews .cont__inner .cont__reviews .owl-nav button.owl-next {
    right: -70px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__reviews .cont__inner .cont__reviews .owl-nav button.owl-next {
    right: -100px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__reviews .cont__inner .cont__reviews .owl-nav button.owl-next {
    right: -150px;
  }
}
.section__reviews .cont__inner .cont__reviews .owl-nav button.owl-next span:before {
  content: "";
  background-image: url("/wp-content/themes/crissoinversiones/assets/images/arrow-right.svg");
}
.section__reviews .cont__inner .cont__reviews .cont__review {
  padding: 0 50px;
}
@media only screen and (min-width: 1024px) {
  .section__reviews .cont__inner .cont__reviews .cont__review {
    padding: 0;
  }
}
.section__reviews .cont__inner .cont__reviews .cont__review .cont__review-name {
  font-family: "Raleway";
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #fffdf6;
  margin-bottom: 14px;
}
@media only screen and (min-width: 1280px) {
  .section__reviews .cont__inner .cont__reviews .cont__review .cont__review-name {
    font-size: 20px;
  }
}
.section__reviews .cont__inner .cont__reviews .cont__review .cont__stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 4px;
  justify-content: center;
  margin-bottom: 14px;
}
.section__reviews .cont__inner .cont__reviews .cont__review .cont__stars img {
  width: inherit;
}
.section__reviews .cont__inner .cont__reviews .cont__review .cont__review-text {
  font-family: "Apoc";
  font-size: 22px;
  font-weight: 100;
  line-height: 1.2;
  text-align: center;
  color: #fffdf6;
}
@media only screen and (min-width: 1280px) {
  .section__reviews .cont__inner .cont__reviews .cont__review .cont__review-text {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__reviews .cont__inner .cont__reviews .cont__review .cont__review-text {
    font-size: 32px;
  }
}
.section__reviews .cont__inner .link--button {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .section__reviews .cont__inner .link--button {
    font-size: 13px;
  }
}
.section__reviews .cont__inner .link--button:after {
  content: none;
}

.section_coins {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #2B3A32;
}
@media only screen and (min-width: 1024px) {
  .section_coins {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
.section_coins h2.cont__title {
  font-family: "Apoc";
  font-size: 26px;
  font-weight: 100;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fffdf6;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1280px) {
  .section_coins h2.cont__title {
    font-size: 40px;
  }
}
.section_coins .cont__subtitle {
  font-family: "Apoc";
  font-size: 18px;
  font-weight: 100;
  line-height: 1.2;
  color: #fffdf6;
  border-left: solid 1px #c5b072;
  padding-left: 20px;
  margin-bottom: 40px;
  max-width: 883px;
}
@media only screen and (min-width: 1280px) {
  .section_coins .cont__subtitle {
    font-size: 25px;
  }
}
.section_coins .cont__text {
  font-family: "Raleway";
  font-size: 16px;
  line-height: 1.2;
  color: #fffdf6;
  margin-bottom: 45px;
}
@media only screen and (min-width: 1280px) {
  .section_coins .cont__text {
    font-size: 20px;
  }
}
.section_coins .cont__coins {
  display: grid;
  row-gap: 50px;
}
@media only screen and (min-width: 1024px) {
  .section_coins .cont__coins {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .section_coins .cont__coins {
    column-gap: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .section_coins .cont__coins {
    column-gap: 60px;
  }
}
@media only screen and (min-width: 1920px) {
  .section_coins .cont__coins {
    column-gap: 97px;
  }
}
.section_coins .cont__coins .cont__coin .cont__info-fixed.open .cont__coin-image {
  background-color: rgba(238, 233, 218, 0.9);
}
.section_coins .cont__coins .cont__coin .cont__info-fixed .cont__coin-image {
  padding: 10px 29px;
  border-radius: 30px;
  border: solid 1px #eee9da;
  background-color: rgba(238, 233, 218, 0.15);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 31px;
  height: 167px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1600px) {
  .section_coins .cont__coins .cont__coin .cont__info-fixed .cont__coin-image {
    padding: 18px 24px;
    height: 222px;
  }
}
.section_coins .cont__coins .cont__coin .cont__info-fixed .cont__coin-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section_coins .cont__coins .cont__coin .cont__info-fixed .cont__coin-title h3 {
  font-family: "Apoc";
  font-size: 22px;
  font-weight: 100;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fffdf6;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1280px) {
  .section_coins .cont__coins .cont__coin .cont__info-fixed .cont__coin-title h3 {
    font-size: 32px;
  }
}
.section_coins .cont__coins .cont__coin .cont__info-fixed .cont__coin-text {
  font-family: "Raleway";
  font-size: 16px;
  line-height: 1.2;
  color: #fffdf6;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1280px) {
  .section_coins .cont__coins .cont__coin .cont__info-fixed .cont__coin-text {
    font-size: 20px;
  }
}
.section_coins .cont__coins .cont__coin .cont__info-fixed .cont__coin-text p {
  margin-bottom: 24px;
}
.section_coins .cont__coins .cont__coin .cont__info-fixed .cont__coin-text p:last-child {
  margin-bottom: 0;
}
.section_coins .cont__coins .cont__coin .cont__info-fixed .cont__coin-price {
  font-family: "Apoc";
  font-size: 22px;
  font-weight: 100;
  line-height: 1.2;
  color: #fffdf6;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1280px) {
  .section_coins .cont__coins .cont__coin .cont__info-fixed .cont__coin-price {
    font-size: 32px;
  }
}
.section_coins .cont__coins .cont__coin .cont__view-more,
.section_coins .cont__coins .cont__coin .cont__view-less {
  font-family: "Raleway";
  font-size: 14px;
  line-height: 1.2;
  text-decoration: underline;
  color: #fffdf6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1280px) {
  .section_coins .cont__coins .cont__coin .cont__view-more,
  .section_coins .cont__coins .cont__coin .cont__view-less {
    font-size: 17px;
  }
}
.section_coins .cont__coins .cont__coin .cont__view-more .cont__inner,
.section_coins .cont__coins .cont__coin .cont__view-less .cont__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section_coins .cont__coins .cont__coin .cont__view-more:hover,
.section_coins .cont__coins .cont__coin .cont__view-less:hover {
  color: #c5b072;
}
.section_coins .cont__coins .cont__coin .cont__view-more {
  cursor: pointer;
}
.section_coins .cont__coins .cont__coin .cont__info-show {
  display: none;
}
.section_coins .cont__coins .cont__coin .cont__info-show > div {
  margin-bottom: 25px;
}
.section_coins .cont__coins .cont__coin .cont__info-show .cont__info-title {
  font-family: "Raleway";
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fffdf6;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1280px) {
  .section_coins .cont__coins .cont__coin .cont__info-show .cont__info-title {
    font-size: 16px;
  }
}
.section_coins .cont__coins .cont__coin .cont__info-show .cont__info-text {
  font-family: "Apoc";
  font-size: 16px;
  font-weight: 100;
  line-height: 1.2;
  color: #fffdf6;
}
@media only screen and (min-width: 1280px) {
  .section_coins .cont__coins .cont__coin .cont__info-show .cont__info-text {
    font-size: 20px;
  }
}
.section_coins .cont__coins .cont__coin .cont__view-less {
  display: none;
  cursor: pointer;
}
.section_coins .cont__coins .cont__coin .cont__view-less img {
  transform: rotate(180deg);
  margin-bottom: 2px;
}
.section_coins .cont__coins .cont__coin .cont__buy {
  margin-top: 28px;
}
@media only screen and (min-width: 1280px) {
  .section_coins .cont__coins .cont__coin .cont__buy {
    margin-top: 40px;
  }
}
.section_coins .cont__coins .cont__coin .cont__buy a.link--button {
  min-width: 223px;
  box-sizing: border-box;
  justify-content: center;
}
@media only screen and (min-width: 1280px) {
  .section_coins .cont__coins .cont__coin .cont__buy a.link--button {
    padding: 17px 30px;
  }
}
.section_coins .cont__coins .cont__coin .cont__buy a.link--button:after {
  content: none;
}
.section_coins .cont__coins .cont__coin .cont__buy a.link--button:visited {
  color: #2b3a32 !important;
}
.section_coins .cont__bottom-text {
  font-family: "Raleway";
  font-weight: 300;
  font-size: 14px;
  font-style: italic;
  line-height: 1.2;
  color: #fffdf6;
  margin-top: 40px;
}
@media only screen and (min-width: 1280px) {
  .section_coins .cont__bottom-text {
    font-size: 16px;
    margin-top: 55px;
  }
}
.section_coins .cont__bottom-text p {
  margin-bottom: 16px;
}
@media only screen and (min-width: 1280px) {
  .section_coins .cont__bottom-text p {
    margin-bottom: 21px;
  }
}
.section_coins .cont__bottom-text p:last-child {
  margin-bottom: 0;
}

.section__characteristics {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fffdf6;
}
@media only screen and (min-width: 1024px) {
  .section__characteristics {
    padding-top: 100px;
    padding-bottom: 110px;
  }
}
.section__characteristics .cont__inner .cont__title {
  font-family: "Apoc";
  font-size: 26px;
  font-weight: 100;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #2b3a32;
  max-width: 879px;
  margin: 0 auto 25px;
}
@media only screen and (min-width: 1024px) {
  .section__characteristics .cont__inner .cont__title {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1280px) {
  .section__characteristics .cont__inner .cont__title {
    font-size: 40px;
    margin-bottom: 100px;
  }
}
.section__characteristics .cont__inner .cont__characteristics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 28px;
  row-gap: 22px;
  max-width: 1228px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .section__characteristics .cont__inner .cont__characteristics {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 79px;
    column-gap: 100px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__characteristics .cont__inner .cont__characteristics {
    column-gap: 210px;
  }
}
.section__characteristics .cont__inner .cont__characteristics .cont__characteristic .cont__image {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
  .section__characteristics .cont__inner .cont__characteristics .cont__characteristic .cont__image {
    margin-bottom: 20px;
  }
}
.section__characteristics .cont__inner .cont__characteristics .cont__characteristic .cont__image img {
  display: block;
  max-height: 45px;
  width: auto;
  margin: 0 auto;
}
@media only screen and (min-width: 1280px) {
  .section__characteristics .cont__inner .cont__characteristics .cont__characteristic .cont__image img {
    max-height: inherit;
  }
}
.section__characteristics .cont__inner .cont__characteristics .cont__characteristic .cont__text {
  font-family: "Raleway";
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #2b3a32;
}
@media only screen and (min-width: 1280px) {
  .section__characteristics .cont__inner .cont__characteristics .cont__characteristic .cont__text {
    font-size: 20px;
  }
}

.section__data {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 58px;
}
@media only screen and (min-width: 1024px) {
  .section__data {
    padding-top: 60px;
    padding-bottom: 78px;
  }
}
.section__data:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(78, 108, 84, 0.95);
}
.section__data .cont__inner {
  position: relative;
}
.section__data .cont__inner .cont__pretitle {
  font-family: "Raleway";
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #fffdf6;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1280px) {
  .section__data .cont__inner .cont__pretitle {
    font-size: 20px;
  }
}
.section__data .cont__inner .cont__title {
  font-family: "Apoc";
  font-size: 26px;
  font-weight: 100;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #c5b072;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1280px) {
  .section__data .cont__inner .cont__title {
    font-size: 40px;
  }
}
.section__data .cont__inner .cont__address {
  font-family: "Apoc";
  font-size: 16px;
  font-weight: 100;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #fffdf6;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1280px) {
  .section__data .cont__inner .cont__address {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.section__data .cont__inner .cont__address a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.section__data .cont__inner .cont__address a:hover {
  color: #c5b072;
}
.section__data .cont__inner .cont__text {
  font-family: "Raleway";
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #fffdf6;
}
@media only screen and (min-width: 1280px) {
  .section__data .cont__inner .cont__text {
    font-size: 20px;
  }
}
.section__data .cont__inner .cont__horario {
  font-family: "Apoc";
  font-size: 16px;
  font-weight: 100;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #fffdf6;
}
@media only screen and (min-width: 1280px) {
  .section__data .cont__inner .cont__horario {
    font-size: 20px;
  }
}/*# sourceMappingURL=styles.css.map */