* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

*:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

a:focus {
  outline: 0;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1*/
  padding: 0;
  /* 2*/
}

button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

input:focus, button:focus, textarea:focus, select:focus {
  outline: 0;
}

*:focus {
  outline: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type="button"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* default */
body, span, object, iframe, h1, h2, h3, h4, h5, h6, h7 p, pre, a, abbr, acronym, address, code, del, dfn, img, q, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, section, menu, details {
  margin: auto;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, hgroup, section, menu {
  display: block;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-family: Verdana;
}

a {
  text-decoration: none;
}

h2 {
  margin: 0 0 10px;
  font-size: 38px;
  line-height: 1;
  font-weight: bold;
}

h3 {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1;
}

h4 {
  padding: 0;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1;
}

h5 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}

h6 {
  font-size: 16px;
  font-size: 18px;
  line-height: 1;
}

a img {
  border: none;
}

p {
  margin: 0 0 15px;
}

strong {
  font-weight: bold;
}

label {
  cursor: pointer;
}

textarea {
  font-family: Arial, sans-serif;
  resize: none;
}

input[type="submit"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
}

table, th, td {
  vertical-align: middle;
}

br {
  line-height: 1;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans";
}

.wrapper__container {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper__container.width--1600 {
  max-width: 1600px;
}

.wrapper__container__full {
  max-width: 100%;
  position: relative;
}

.list-none ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

.full__width {
  width: 100% !important;
}

main.main__site {
  padding-top: 0px;
  position: relative;
  overflow: hidden;
}

.content_cpt .width_full_100 {
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .wrapper__padding {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .wrapper__padding__bottom {
    padding-bottom: 55px !important;
  }
  .wrapper__padding__top {
    padding-top: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .wrapper__padding {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .wrapper__padding__bottom {
    padding-bottom: 40px !important;
  }
  .wrapper__padding__top {
    padding-top: 50px !important;
  }
}

/* GRADIENT */
.gradient_top_bootom {
  position: relative;
  overflow: hidden;
}

.gradient_top_bootom:before, .gradient_top_bootom:after {
  content: "";
  height: 160px;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 3;
}

.gradient_top_bootom:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-12.11%, rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) -12.11%, rgba(0, 0, 0, 0) 100%);
  top: 0;
}

.gradient_top_bootom:after {
  bottom: 0;
}

.height_banner_page {
  height: 650px;
}

.bg_responsive {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .height_banner_page {
    height: 420px;
  }
}

@media screen and (max-width: 768px) {
  .height_banner_page {
    height: 350px;
  }
}

/* CONTENT CPT */
.content_cpt article,
.content_cpt figure {
  margin: 0;
  width: 50%;
}

.section_content_single_gastronomia {
  padding: 70px 0;
  background-image: url("../images/circles_sos.png");
  background-position: center;
  background-repeat: no-repeat;
}

.section_content_single_gastronomia .icon_detail_content {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #957657;
  font-family: "Open Sans" !important;
  text-transform: uppercase;
  display: block;
  margin-bottom: 48px;
  font-style: normal;
}

.section_content_single_gastronomia .icon_detail_content.icon--hour:before {
  content: "\e904";
}

.section_content_single_gastronomia .icon_detail_content.icon--check:before {
  content: "\e903";
}

.section_content_single_gastronomia .icon_detail_content:before {
  font-family: icomoon;
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 20px;
  color: #957657;
}

.section_content_single_gastronomia .icon_detail_content.size--16 {
  font-size: 16px;
  padding-top: 20px;
  padding-left: 50px;
}

.section_content_single_gastronomia .icon_detail_content.size--16.icon--check:before {
  top: 12px;
  font-size: 30px;
}

.content_info_cpt_details {
  font-size: 16px;
  color: #231F20;
  line-height: 24px;
  font-family: "Open Sans";
  font-weight: 300;
  font-style: normal;
}

.content_info_cpt_details h3 {
  font-size: 40px;
  font-family: "Didot";
  color: #957657;
  margin-bottom: 50px;
}

.content_info_cpt_details .box_data_info {
  padding-left: 68px;
  padding-right: 140px;
}

.content_info_cpt_details .box_data_info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.content_info_cpt_details .box_data_info.padding-equal {
  padding-right: 68px;
}

.content_info_cpt_details .box_data_info.no-padding {
  padding: 0px;
}

.box_content_info_price {
  font-size: 20px;
  font-weight: normal;
  font-family: "Open Sans";
  color: #231F20;
  padding: 10px 0;
}

.box_content_btn_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}

.content_list_beneficios {
  margin-bottom: 20px;
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: 300;
  font-style: normal;
}

.content_list_beneficios h3 {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #957657;
  font-family: "Open Sans";
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}

.content_list_beneficios ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content_list_beneficios ul li {
  width: 50%;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.content_list_beneficios ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #957657;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 50%;
}

.content_list_beneficios.no--column ul li {
  width: 100%;
}

/* GALLERY GASTRONOMIA */
.wrapper_box_thumbnail_gallery {
  margin: 55px auto;
  max-width: 762px;
}

.wrapper_box_thumbnail_gallery .slider-nav .slick-arrow.slick-next {
  right: -70px;
}

.wrapper_box_thumbnail_gallery .slider-nav .slick-arrow.slick-prev {
  left: -70px;
}

.image_detail_gallery_g {
  height: 750px;
}

.image_detail_gallery_g figcaption.description {
  padding: 18px 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "Didot";
  font-size: 20px;
  text-transform: uppercase;
}

.image_detail_gallery_g figcaption.description:before {
  content: "";
  background: #231F20;
  opacity: 0.35;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.image_detail_gallery_g figcaption.description span {
  position: relative;
  z-index: 1;
}

.image_detail_gallery_g_thumbnail {
  height: 118px;
  border-left: solid 6px #fff;
  border-right: solid 6px #fff;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}

.header__wrap {
  background: transparent;
  position: fixed;
  width: 100%;
  z-index: 10;
}

.header__wrap:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header--scrolling {
  position: fixed;
  z-index: 10;
}

.header--scrolling:before {
  position: absolute;
  background: #fff;
  opacity: 1;
  height: 100%;
}

.header--scrolling {
  -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.05);
}

.header--scrolling .wrapper__header .header__top ul li a {
  color: #957657;
}

.wrapper__header {
  height: 100px;
  max-width: 1480px;
}

.custom-logo-link {
  margin: 0;
  max-width: 180px;
}

.custom-logo-link img {
  width: 100%;
  height: auto;
}

.custom-logo-link.color {
  display: none;
}

header.header--scrolling .custom-logo-link {
  display: none;
}

header.header--scrolling .custom-logo-link.color {
  display: block;
}

body.header-bg-solid header.header__wrap .custom-logo-link.color {
  display: block !important;
}

body.header-bg-solid header.header__wrap .custom-logo-link {
  display: none !important;
}

/* FORM HEADER */
.wrapper__header .group_field_form_booking {
  display: none;
}

header.header--scrolling .group_field_form_booking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.header--scrolling .group_field_form_booking ul {
  width: inherit;
  padding: 0;
}

body.body--scrolling .wrapper_form_booking {
  display: none;
}

/* HEADER SOLIDO */
.header-bg-solid header {
  background: #fff;
}

.header-bg-solid header .header__top ul li a {
  color: #231F20;
}

.header-bg-solid .gradient_top_bootom {
  height: 170px;
  overflow: hidden;
}

.header-bg-solid .gradient_top_bootom:before, .header-bg-solid .gradient_top_bootom:after {
  display: none;
}

.header__top {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header__top .button__general {
  margin-left: 30px;
}

.header__top ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.header__top ul li {
  display: inline-block;
  margin: 0 20px;
  position: relative;
}

.header__top ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.49px;
  font-family: "Open Sans";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  padding: 10px;
  position: relative;
}

.header__top ul li a:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0;
  height: 2px;
  background: #957657;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__top ul li:hover a:before {
  width: 33px;
}

.header__top ul li.current-menu-item a:before, .header__top ul li.current-menu-parent a:before {
  width: 33px;
}

.header__top ul li.menu-item-has-children:after {
  font-family: icomoon;
  content: "\e906";
  position: absolute;
  top: 50%;
  right: 0px;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #957657;
  vertical-align: middle;
}

.header__top ul li.menu-item-has-children a {
  padding-right: 30px;
}

.header__top ul li.lang-item {
  margin: 0px;
  padding: 0;
  list-style: none;
}

.header__top ul li.lang-item.current-lang a {
  color: #957657;
}

.header__top ul li.lang-item a {
  position: relative;
  color: #c5c5c5;
}

.header__top ul li.lang-item a:after {
  content: "";
  height: 17px;
  width: 1px;
  background: #979797;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__top ul li.lang-item a:before {
  display: none;
}

.header__top ul li.lang-item:first-child a {
  padding-right: 11px;
}

.header__top ul li.lang-item:last-child a:after {
  display: none;
}

.header__top .sub-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 280px;
  position: absolute;
  background: #fff;
  padding: 28px;
  top: 67px;
  -webkit-box-shadow: 0px 4px 10px -3px #ccc;
          box-shadow: 0px 4px 10px -3px #ccc;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.icon_header_sidebar {
  width: 35px;
  height: 30px;
  position: relative;
  margin: 0;
  padding: 0;
  background: 0;
  margin-left: 20px;
  border: none;
  outline: none;
  overflow: hidden;
}

.icon_header_sidebar span {
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  background: #fff;
  pointer-events: none;
}

.icon_header_sidebar:before, .icon_header_sidebar:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.icon_header_sidebar:before {
  top: 3px;
  left: 0;
}

.icon_header_sidebar:after {
  bottom: 3px;
  right: 0;
  width: 60%;
}

.icon_header_sidebar:hover:after {
  width: 100%;
}

.icon_header_sidebar:hover:before {
  width: 60%;
}

.header--scrolling .icon_header_sidebar span, .header--scrolling .icon_header_sidebar:before, .header--scrolling .icon_header_sidebar:after {
  background: #957657;
}

.header-bg-solid .icon_header_sidebar span, .header-bg-solid .icon_header_sidebar:before, .header-bg-solid .icon_header_sidebar:after {
  background: #957657;
}

.header__top ul li.menu-item-has-children .sub-menu {
  margin: 0;
  padding: 10px 20px;
}

.header__top ul li.menu-item-has-children .sub-menu li {
  margin: 0;
  width: 100%;
  /*border-bottom: solid 1px #d2d2d2*/
}

.header__top ul li.menu-item-has-children .sub-menu li:last-child {
  border-bottom: 0;
}

.header__top > ul > li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header__top ul li .sub-menu li a:before {
  bottom: inherit;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0;
}

.header__top ul li .sub-menu li a {
  font-size: 14px;
  text-transform: none;
  font-family: "Open Sans";
}

.header__top ul li .sub-menu li:hover > a,
.header__top ul li .sub-menu li.current-menu-item > a {
  padding-left: 20px;
}

.header__top ul li .sub-menu li ul li:hover > a,
.header__top ul li .sub-menu li ul li > a {
  padding-left: 0px;
}

.header__top ul li .sub-menu li:hover a:before,
.header__top ul li .sub-menu li.current-menu-item a:before {
  width: 13px;
}

.header__top ul li .sub-menu li ul.sub-menu {
  position: relative;
  top: inherit;
  width: 100%;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
  height: inherit;
  display: none;
}

.header__top ul li .sub-menu li ul li {
  border: none !important;
}

.header__top ul li .sub-menu li ul li a:before,
.header__top ul li .sub-menu li.menu-item-has-children:after {
  display: none;
}

.dropdown__toggle__header {
  position: absolute;
  width: 35px;
  height: 35px;
  top: -4px;
  right: 0;
  border: none;
  background: #f5f5f5;
}

.dropdown__toggle__header:before {
  width: 35px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  left: 0;
  top: 0;
  content: "\e906";
  font-family: icomoon;
  font-size: 15px;
  color: #957657;
  border: solid 1px #fff;
}

.dropdown__toggle__header.active:before {
  -webkit-transform: translateY(0) rotate(180deg);
          transform: translateY(0) rotate(180deg);
}

.header__top ul li .sub-menu li > a {
  border-bottom: solid 1px #d2d2d2;
  color: #957657;
}

.header__top ul li .sub-menu li:last-child a {
  border-bottom: 0;
}

.header__top ul li .sub-menu li ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
  padding: 0;
}

.header__top ul.menu_header li ul.sub-menu li ul.sub-menu {
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: solid 1px #d2d2d2;
}

.header__top ul.menu_header li ul.sub-menu li ul.sub-menu li a {
  border: none !important;
}

.header__top ul li .sub-menu li ul li.current-menu-item a {
  color: #000;
  -ms-flex-wrap: bold;
      flex-wrap: bold;
}

.header__top ul li .sub-menu li.current-menu-ancestor a {
  padding-left: 20px;
}

.header__top ul li .sub-menu li.current-menu-ancestor li a {
  padding-left: 0;
}

.header__top ul li .sub-menu li.current-menu-ancestor a:before {
  width: 13px;
}

@media screen and (max-width: 782px) {
  .wp-admin-add .header__position {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {
  .wp-admin-add .header__wrap.header--scrolling .header__position {
    top: 0 !important;
  }
}

/* ICON RESPONSIVE */
.menu__responsive__tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 35px;
  height: 30px;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
  cursor: pointer;
  z-index: 200;
  margin-left: 34px;
  outline: none;
  border: none;
  position: relative;
}

.menu__responsive__tools:before, .menu__responsive__tools:after {
  content: "";
  height: 2px;
  width: 100%;
  background: #fff;
  position: absolute;
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}

.menu__responsive__tools:before {
  top: 0;
}

.menu__responsive__tools:after {
  bottom: 0;
  right: 0;
  width: 60%;
}

.menu__responsive__tools span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: #fff;
}

header.header--scrolling .menu__responsive__tools:before, header.header--scrolling .menu__responsive__tools:after {
  background: #957657;
}

header.header--scrolling .menu__responsive__tools span {
  background: #957657;
}

body.header-bg-solid .menu__responsive__tools:before, body.header-bg-solid .menu__responsive__tools:after {
  background: #957657;
}

body.header-bg-solid .menu__responsive__tools span {
  background: #957657;
}

body.active {
  overflow: hidden;
}

body.active .open:before, body.active .open:after {
  display: none;
}

body.active .open:before {
  display: block;
  content: "\e905";
  color: #957657;
  font-size: 30px;
  font-family: icomoon;
}

body.active .open span {
  display: none;
}

body.active header.header--scrolling .menu__responsive__tools.open:before, body.active header.header--scrolling .menu__responsive__tools.open:after {
  height: 0px;
}

body.header-bg-solid header.header__wrap .menu__responsive__tools.open:before, body.header-bg-solid header.header__wrap .menu__responsive__tools.open:after {
  height: 0px;
}

body.active .wrapper__aside__overlay {
  opacity: .3;
  visibility: visible;
  pointer-events: auto;
}

.wrapper__aside__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  pointer-events: none;
}

.wrapper__aside__page {
  height: 100%;
  width: 400px;
  position: fixed;
  z-index: 10;
  top: 0;
  right: -400px;
  background-color: #FFFCFA;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body.active .wrapper__aside__page {
  right: 0;
}

body.active .wrapper__aside__overlay {
  opacity: .3;
  visibility: visible;
  pointer-events: auto;
}

/* WIDGET SIDEBAR */
.wrapper__widget__sidebar {
  padding: 0 20px 80px 20px;
}

.wrapper__widget__sidebar .custom-logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper__widget__sidebar .custom-logo-link img {
  display: block;
  margin: 0;
}

.menu__responsive__tools {
  display: none;
}

@media screen and (max-width: 1024px) {
  .header__top .menu_header {
    display: none;
  }
  .menu__responsive__tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 480px) {
  .wrapper__aside__page {
    width: 98%;
    right: -98%;
  }
}

/* MENU RESPONSIVE */
.menu_responsive {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu_responsive li a {
  color: #957657;
  font-family: "Didot";
  text-transform: uppercase;
}

.menu_responsive > li {
  position: relative;
}

.menu_responsive > li > a {
  display: block;
  padding: 12px 0;
  padding-right: 20px;
  position: relative;
  font-family: "Didot";
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  text-align: center;
  font-size: 18px;
}

.menu_responsive > li.current-menu-item > a {
  padding-left: 30px;
  position: relative;
}

.menu_responsive > li.current-menu-item > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 15px;
  background: #957657;
}

.menu_responsive > li > ul {
  list-style: none;
  margin: 6px 0;
}

.menu_responsive > li > ul > li > a {
  display: block;
  text-transform: inherit;
  font-size: 16px;
  padding: 8px 0;
}

.dropdown__toggle {
  position: absolute;
  top: 6px;
  right: 0;
  height: 30px;
  line-height: 30px;
  width: 30px;
  z-index: 10;
  border: 0;
  outline: none;
}

.dropdown__toggle:before {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: icomoon;
  content: "\e906";
  color: #957657;
}

.dropdown__toggle.active:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.menu_responsive .sub-menu {
  display: none;
}

.menu_responsive.hamburguesa li ul.sub-menu {
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  padding: 0;
}

.menu_responsive.hamburguesa .dropdown__toggle {
  background: transparent;
}

@media screen and (max-width: 768px) {
  .wrapper__header {
    padding: 0 15px;
  }
  .menu__responsive__tools {
    margin-left: 15px;
  }
  .custom-logo-link {
    max-width: 150px;
  }
  .custom-logo-link img {
    width: 100%;
    height: auto;
  }
}

/* MEGAMENU */
.icon_close_megamenu {
  position: relative;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
}

.icon_close_megamenu:before {
  content: "\e905";
  color: #957758;
  font-size: 20px;
  font-family: icomoon;
}

.active_mega_menu {
  overflow: hidden;
}

.fixed_mega_menu {
  bottom: 0;
  display: none;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 50;
  display: block;
  pointer-events: all;
  z-index: 12;
}

.fixed_mega_menu.active {
  display: block;
}

.fixed_mega_menu.active .header__wrap {
  left: 0;
  z-index: 13;
}

.fixed_mega_menu.active .site__menu {
  opacity: 1;
  pointer-events: all;
  position: relative;
  -webkit-transition: none;
  transition: none;
  visibility: visible;
}

.fixed_mega_menu.active .site__menu__background {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
  -webkit-transition: opacity 0s 0.5s, -webkit-transform 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.5s;
  transition: opacity 0s 0.5s, -webkit-transform 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.5s;
  transition: transform 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.5s, opacity 0s 0.5s;
  transition: transform 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.5s, opacity 0s 0.5s, -webkit-transform 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.5s;
}

.fixed_mega_menu.active .site__menu__background__inner {
  -webkit-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.5s;
  transition: -webkit-transform 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.5s;
  transition: transform 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.5s;
  transition: transform 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.5s, -webkit-transform 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.fixed_mega_menu.active .site__menu__background__inner:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 1.3s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.3s;
  transition: -webkit-transform 1.3s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.3s;
  transition: transform 1.3s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.3s;
  transition: transform 1.3s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.3s, -webkit-transform 1.3s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.3s;
}

.fixed_mega_menu.active .site__menu__block__colour {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.34, 0.615, 0.4, 0.985);
  transition: -webkit-transform 0.5s cubic-bezier(0.34, 0.615, 0.4, 0.985);
  transition: transform 0.5s cubic-bezier(0.34, 0.615, 0.4, 0.985);
  transition: transform 0.5s cubic-bezier(0.34, 0.615, 0.4, 0.985), -webkit-transform 0.5s cubic-bezier(0.34, 0.615, 0.4, 0.985);
}

.fixed_mega_menu.active .container_megamenu_aside {
  opacity: 1;
  visibility: visible;
  left: 0;
  z-index: 13;
}

.fixed_mega_menu.active .site-menu__menu-col li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985), -webkit-transform 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985);
  transition: opacity 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985), -webkit-transform 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985);
  transition: opacity 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985), transform 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985);
  transition: opacity 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985), transform 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985), -webkit-transform 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985);
}

.fixed_mega_menu.active .site-menu__menu-col li:first-child {
  -webkit-transition-delay: .55s;
          transition-delay: .55s;
}

.site__menu {
  color: #fff;
  right: 0;
  min-height: 100%;
  opacity: 0;
  padding-bottom: 6.7rem;
  padding-top: 12rem;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0s .9s;
  transition: opacity 0s .9s;
  visibility: hidden;
  z-index: 12;
}

.site__menu__background {
  background-color: #FFFCFA;
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  will-change: transform;
  z-index: 13;
  display: block;
  width: 60%;
}

.site__menu__background__inner {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.site__menu__background__inner:before,
.site__menu__background__inner:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0s .6s;
  transition: -webkit-transform 0s .6s;
  transition: transform 0s .6s;
  transition: transform 0s .6s, -webkit-transform 0s .6s;
  top: 0;
}

.site__menu__background__inner:before {
  background-image: url("https://www.arennasmancora.com/wp-content/uploads/2020/10/banner_slider.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.site__menu__background__inner:after {
  background: #231F20;
  opacity: 0.58;
}

.site__menu__block__colour {
  background-color: #FFFCFA;
  bottom: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: opacity 0s 0.8s, -webkit-transform 0.5s cubic-bezier(0.65, 0.025, 0.67, 0.36) 0.3s;
  transition: opacity 0s 0.8s, -webkit-transform 0.5s cubic-bezier(0.65, 0.025, 0.67, 0.36) 0.3s;
  transition: transform 0.5s cubic-bezier(0.65, 0.025, 0.67, 0.36) 0.3s, opacity 0s 0.8s;
  transition: transform 0.5s cubic-bezier(0.65, 0.025, 0.67, 0.36) 0.3s, opacity 0s 0.8s, -webkit-transform 0.5s cubic-bezier(0.65, 0.025, 0.67, 0.36) 0.3s;
  z-index: 2;
  width: 40%;
}

.container_megamenu_aside {
  width: 100%;
  position: fixed;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  visibility: hidden;
  left: -100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site-menu__menu-col {
  padding: 0;
  list-style: none;
  border-left: 1px solid #fff;
  padding-left: 70px;
  padding-right: 100px;
}

.site-menu__menu-col li {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: opacity 0.9s cubic-bezier(0.65, 0.025, 0.67, 0.36), -webkit-transform 0.6s cubic-bezier(0.65, 0.025, 0.67, 0.36);
  transition: opacity 0.9s cubic-bezier(0.65, 0.025, 0.67, 0.36), -webkit-transform 0.6s cubic-bezier(0.65, 0.025, 0.67, 0.36);
  transition: opacity 0.9s cubic-bezier(0.65, 0.025, 0.67, 0.36), transform 0.6s cubic-bezier(0.65, 0.025, 0.67, 0.36);
  transition: opacity 0.9s cubic-bezier(0.65, 0.025, 0.67, 0.36), transform 0.6s cubic-bezier(0.65, 0.025, 0.67, 0.36), -webkit-transform 0.6s cubic-bezier(0.65, 0.025, 0.67, 0.36);
  padding-bottom: 0;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  margin-bottom: 27px;
}

.site-menu__menu-col li:hover a {
  color: #957657;
}

.site-menu__menu-col li a {
  font-family: "Didot";
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site-menu__menu-col li:last-child {
  margin-bottom: 0;
}

.cpontainer_items_menu_aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cpontainer_items_menu_aside img {
  margin: 0;
  margin-right: 70px;
}

.wrapper_image_cyber_megamenu {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wrapper_image_cyber_megamenu .wrapper_separator_info {
  border-top: 1px solid #957657;
  padding: 38px 100px;
  color: #231F20;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.mask__oferta_megamenu {
  position: relative;
  width: 405px;
  height: 377px;
  overflow: hidden;
  margin-left: 100px;
}

.mask__oferta_megamenu:before {
  position: absolute;
  content: "";
  background-image: url("../images/mask_oferta.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mask__oferta_megamenu:after {
  content: "";
  width: 120px;
  height: 93px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.wrapper_detail_oferta {
  padding-left: 100px;
  width: 405px;
}

.wrapper_detail_oferta .title_section_figure {
  padding-top: 40px;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.wrapper_detail_oferta .title_section_figure:after {
  bottom: inherit;
  top: 0px;
}

.wrapper_detail_oferta .content_price_oferta {
  color: #231F20;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0px;
}

@media screen and (max-width: 1400px) {
  .mask__oferta_megamenu {
    margin-left: 40px;
  }
  .wrapper_detail_oferta {
    padding-left: 40px;
  }
  .wrapper_image_cyber_megamenu .wrapper_separator_info {
    padding: 15px 40px;
  }
  .fixed_mega_menu.active .site__menu__background__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-menu__menu-col {
    padding-left: 30px;
    padding-right: 30px;
  }
  .cpontainer_items_menu_aside img {
    margin-right: 30px;
  }
  .site-menu__menu-col li a {
    font-size: 28px;
  }
}

/* FIX HEADER SOLID */
.header--scrolling .menu_header,
.header--scrolling .switcher__languages,
.header--scrolling .btn--header-booking {
  display: none;
}

.wrapper_form_responsive {
  display: none;
}

@media screen and (max-width: 1024px) {
  .wrapper_form_responsive {
    display: block;
    margin: 0 20px;
    margin-top: -80px;
    margin-bottom: 50px;
    position: relative;
    z-index: 5;
    padding: 30px 20px;
    padding-bottom: 0;
    background: #fff;
  }
  .wrapper_form_responsive .group_field_form_booking {
    display: block !important;
  }
  .wrapper_form_responsive .group_field_form_booking ul label {
    display: block;
    margin-bottom: 10px;
  }
  .wrapper_form_responsive .group_field_form_booking ul {
    width: 100%;
  }
  .wrapper_form_responsive .group_field_form_booking ul li {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    display: block;
  }
  .wrapper_form_responsive .group_field_form_booking ul li input,
  .wrapper_form_responsive .group_field_form_booking ul li select {
    width: 100%;
    background: transparent;
  }
  .wrapper_form_responsive .group_field_form_booking .btn_go_booking {
    width: 100%;
    height: 45px;
    line-height: 45px;
  }
  .wrapper_form_responsive .group_field_form_booking ul li .containder_select {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .wrapper_form_responsive .button__general {
    width: 100%;
  }
}

.properties_bg_slider {
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
}

.wrapper_image_desktop {
  opacity: 1;
}

.wrapper_image_responsive {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .wrapper_image_desktop {
    opacity: 0;
  }
  .wrapper_image_responsive {
    opacity: 1;
  }
  .item_list_gastronomia_home figure {
    height: 350px !important;
  }
}

@media screen and (max-width: 640px) {
  .all_gallery .single_gallery {
    width: 100%;
  }
  .all_gallery .single_gallery img {
    width: 100%;
    height: auto;
  }
  .all_gallery .single_gallery figure {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .list_slides_home .slick-arrow.slick-prev,
  .list_slides_home .slick-arrow.slick-next {
    display: none !important;
  }
  .header__top .switcher__languages {
    display: none;
  }
}

.wrapper__widget__sidebar .switcher__languages {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.wrapper__widget__sidebar .switcher__languages li {
  padding: 0 15px;
  position: relative;
}

.wrapper__widget__sidebar .switcher__languages li:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #957657;
  top: 0;
  right: 0;
}

.wrapper__widget__sidebar .switcher__languages li:last-child:after {
  display: none;
}

.wrapper__widget__sidebar .switcher__languages li.current-lang a {
  color: #000;
}

.wrapper__widget__sidebar .switcher__languages li a {
  text-transform: uppercase;
  color: #957657;
}

.button__general.btn--header-booking--responsive {
  margin-left: 0;
  width: 150px;
  display: none;
}

@media screen and (max-width: 768px) {
  .button__general.btn--header-booking--responsive {
    display: block;
    padding: 0 0px !important;
    width: 100px;
    font-size: 16px;
  }
  .custom-logo-link {
    width: 120px !important;
  }
}

@media screen and (max-width: 639px) {
  .all_gallery .single_gallery {
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .column_newletter .wpcf7-submit {
    margin-top: 80px;
  }
  .newsletter_footer .wpcf7-form-control-wrap.terminos {
    margin-top: -130px;
  }
}

.header__top ul li .sub-menu li a {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
}

.header__top ul li .sub-menu li a:before {
  display: none;
}

.header__top ul li .sub-menu li > a {
  padding-left: 0 !important;
  padding-right: 0 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__top ul li .sub-menu li:hover > a {
  color: #000;
}

/* FIX MEGAMENU */
body.header-bg-solid .header--scrolling:before {
  background: transparent;
}

body.header-bg-solid .header--scrolling .custom-logo-link {
  display: block;
}

body.active_mega_menu .header--scrolling {
  -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0);
}

body.active_mega_menu .header--scrolling:before {
  background: transparent;
}

body.active_mega_menu .header--scrolling .custom-logo-link {
  display: block;
}

/* LANGUAGE MEGAMENU */
.content_language_switcher_megamenu {
  margin-bottom: 30px;
  position: absolute;
  left: 65%;
}

.content_language_switcher_megamenu .switcher__languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.content_language_switcher_megamenu .switcher__languages li {
  margin: 0;
  position: relative;
}

.content_language_switcher_megamenu .switcher__languages li:after {
  content: "";
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  width: 1px;
  background: #957657;
}

.content_language_switcher_megamenu .switcher__languages li:last-child:after {
  display: none;
}

.content_language_switcher_megamenu .switcher__languages li.current-lang a {
  color: #000;
}

.content_language_switcher_megamenu .switcher__languages li a {
  text-transform: uppercase;
  color: #957657;
  padding: 0 20px;
}

@media screen and (max-width: 1400px) {
  .content_language_switcher_megamenu {
    left: 60%;
  }
}

footer.footer {
  background: #FFFCFA;
  color: #957657;
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: normal;
}

footer.footer .wrapper_widgets {
  padding-top: 70px;
  padding-bottom: 50px;
}

footer.footer a {
  color: #957657;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

footer.footer a:hover {
  color: #83674C;
}

footer.footer .widget-container {
  word-break: break-word;
}

footer.footer .widget-container .widget-title {
  font-weight: normal;
  font-size: 14px;
}

footer.footer .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer.footer .menu li {
  margin-bottom: 10px;
}

footer.footer .menu li:last-child {
  margin-bottom: 0;
}

.list_icons_socialmedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list_icons_socialmedia li {
  margin-right: 12px;
}

.list_icons_socialmedia li a {
  display: block;
}

.list_icons_socialmedia li.ssi-facebook svg {
  width: 25px;
}

.list_icons_socialmedia li:last-child {
  margin-right: 0;
}

.copyright_footer {
  font-size: 12px;
  color: #231F20;
}

.copyright_footer p {
  margin-bottom: 0;
}

.copyright_footer .info_box_copy {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #BDBDBD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.copyright_footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.copyright_footer .copyright img {
  margin-left: 10px;
  display: block;
}

.copyright_footer .copyright a {
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .row__grid.colum--4 .column {
    width: 33.333% !important;
  }
  .row__grid.colum--4 .column:first-child {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .row__grid {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .row__grid.colum--4 .column {
    width: 50% !important;
    margin-bottom: 30px;
  }
  .row__grid.colum--4 .column:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 639px) {
  .row__grid {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .row__grid.colum--4 .column {
    width: 100% !important;
  }
  .footer.footer .widget-container {
    text-align: center;
  }
  .list_icons_socialmedia {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .copyright_footer .info_box_copy {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .copyright_footer .info_box_copy p {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .copyright_footer .copyright {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .copyright_footer .copyright a {
    margin: 0;
  }
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?swyn6f");
  src: url("fonts/icomoon.eot?swyn6f#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?swyn6f") format("truetype"), url("fonts/icomoon.woff?swyn6f") format("woff"), url("fonts/icomoon.svg?swyn6f#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-checkmark:before {
  content: "\e913";
}

.icon-rotate:before {
  content: "\e90f";
}

.icon-arrow_left:before {
  content: "\e900";
}

.icon-arrow_right:before {
  content: "\e901";
}

.icon-calendar:before {
  content: "\e902";
}

.icon-check:before {
  content: "\e903";
}

.icon-clock:before {
  content: "\e904";
}

.icon-close:before {
  content: "\e905";
}

.icon-down-arrow:before {
  content: "\e906";
}

.icon-hora:before {
  content: "\e907";
}

.icon-icon-facebook:before {
  content: "\e908";
}

.icon-icon-instagram:before {
  content: "\e909";
}

.icon-icon-linkedin:before {
  content: "\e90a";
}

.icon-icon-twitter:before {
  content: "\e90b";
}

.icon-icon-youtube:before {
  content: "\e90c";
}

.icon-menu:before {
  content: "\e90d";
}

.icon-play:before {
  content: "\e90e";
}

.icon-search:before {
  content: "\e910";
}

.icon-tripadvisor:before {
  content: "\e911";
}

.icon-up-arrow:before {
  content: "\e912";
}

.icon-whatsapp:before {
  content: "\ea93";
}

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-Bold.eot");
  src: url("fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Bold.woff2") format("woff2"), url("fonts/OpenSans-Bold.woff") format("woff"), url("fonts/OpenSans-Bold.ttf") format("truetype"), url("fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-Light.eot");
  src: url("fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Light.woff2") format("woff2"), url("fonts/OpenSans-Light.woff") format("woff"), url("fonts/OpenSans-Light.ttf") format("truetype"), url("fonts/OpenSans-Light.svg#OpenSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-Regular.eot");
  src: url("fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Regular.woff2") format("woff2"), url("fonts/OpenSans-Regular.woff") format("woff"), url("fonts/OpenSans-Regular.ttf") format("truetype"), url("fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-SemiBold.eot");
  src: url("fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-SemiBold.woff2") format("woff2"), url("fonts/OpenSans-SemiBold.woff") format("woff"), url("fonts/OpenSans-SemiBold.ttf") format("truetype"), url("fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Didot';
  src: url("fonts/Didot.eot");
  src: url("fonts/Didot.eot?#iefix") format("embedded-opentype"), url("fonts/Didot.woff2") format("woff2"), url("fonts/Didot.woff") format("woff"), url("fonts/Didot.ttf") format("truetype"), url("fonts/Didot.svg#Didot") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.modal__llamada .margin__bottom {
  margin-bottom: 20px;
}

.modal__llamada .radio__buttons__options span.wpcf7-list-item .wpcf7-list-item-label {
  display: inline-block;
  padding: 0 15px;
  font-size: 15px;
  line-height: 1;
  color: #636c7d;
  letter-spacing: .2px;
  font-family: "GothamRounded-Book", sans-serif;
}

.modal__llamada .label__radio__buttons__options {
  display: block;
  font-size: 15px;
  margin: 0px 0 10px 0;
  line-height: 1;
  color: #636c7d;
  letter-spacing: .2px;
  font-family: "GothamRounded-Book", sans-serif;
}

.modal__llamada {
  max-height: 525px;
}

.row__grid {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

.row__grid.colum--4 .column {
  width: 25%;
}

.row__grid .column__1,
.row__grid .column__2,
.row__grid .column__3,
.row__grid .column__4 {
  margin-bottom: 20px;
  padding: 0px 10px;
}

.row__grid .col__md__4,
.row__grid .col__md__8 {
  padding: 0px 10px;
}

.row__grid .col__md__4 {
  width: 33.33333%;
}

.row__grid .col__md__8 {
  width: 66.66667%;
}

.row__grid .column__1 {
  width: 100%;
  position: relative;
}

.row__grid .column__2 {
  width: 50%;
  position: relative;
}

.row__grid .column__3 {
  width: 33.33333%;
  position: relative;
}

.row__grid .column__4 {
  width: 25%;
  position: relative;
}

.row__grid .column__5 {
  width: 20%;
  position: relative;
}

@media screen and (max-width: 640px) {
  .row__grid {
    margin: 0 0;
  }
  .row__grid .column__3 {
    width: 50%;
  }
  .row__grid .column__4 {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .row__grid .column__3 {
    width: 100%;
  }
}

@media screen and (max-width: 475px) {
  .row__grid .column__1,
  .row__grid .column__2,
  .row__grid .column__3,
  .row__grid .column__4 {
    width: 100%;
  }
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .alignleft {
    float: none;
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .aligncenter {
    float: none;
    display: block;
  }
  .alignright {
    float: none;
    display: block;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.pagination__block--wp ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination__block--wp li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pagination__block--wp .pages {
  display: none !important;
}

.pagination__block--wp .last {
  display: none !important;
}

.pagination__block--wp .first {
  display: none !important;
}

.pagination__block--wp .extend {
  display: none !important;
}

.pagination__block--wp a:not(.previouspostslink):not(.nextpostslink), .pagination__block--wp span:not(.previouspostslink):not(.nextpostslink) {
  color: red;
  background: silver;
  font-size: 15px;
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  margin: 0 5px;
  text-align: center;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}

.pagination__block--wp a:not(.previouspostslink):not(.nextpostslink):hover, .pagination__block--wp span:not(.previouspostslink):not(.nextpostslink):hover {
  background: blue;
}

.pagination__block--wp a:not(.previouspostslink):not(.nextpostslink).current, .pagination__block--wp span:not(.previouspostslink):not(.nextpostslink).current {
  background: blue;
}

.pagination__block--wp a:not(.previouspostslink):not(.nextpostslink) a, .pagination__block--wp a:not(.previouspostslink):not(.nextpostslink) span, .pagination__block--wp span:not(.previouspostslink):not(.nextpostslink) a, .pagination__block--wp span:not(.previouspostslink):not(.nextpostslink) span {
  position: relative;
  display: block;
  margin: 0 5px;
}

.pagination__block--wp a:not(.previouspostslink):not(.nextpostslink).previouspostslink, .pagination__block--wp span:not(.previouspostslink):not(.nextpostslink).previouspostslink {
  font-size: 0;
}

.pagination__block--wp a:not(.previouspostslink):not(.nextpostslink):before, .pagination__block--wp span:not(.previouspostslink):not(.nextpostslink):before {
  content: "\e914";
  font-family: 'icomoon';
  font-size: 15px;
}

.pagination__block--wp a:not(.previouspostslink):not(.nextpostslink).nextpostslink, .pagination__block--wp span:not(.previouspostslink):not(.nextpostslink).nextpostslink {
  font-size: 0;
}

.pagination__block--wp a:not(.previouspostslink):not(.nextpostslink):before, .pagination__block--wp span:not(.previouspostslink):not(.nextpostslink):before {
  content: "\e915";
  font-family: 'icomoon';
  font-size: 15px;
}

@media screen and (max-width: 1024px) {
  .pagination__block--wp ul {
    margin-top: 55px;
  }
}

@media screen and (max-width: 767px) {
  .pagination__block--wp ul {
    margin-top: 45px;
  }
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7 .wpcf7-not-valid-tip {
  padding-top: 20px;
  font-size: 12px !important;
}

.wpcf7 .wpcf7-response-output {
  font-size: 14px;
  margin: 15px 0 !important;
  margin-top: 15px !important;
  padding: 10px;
  border-radius: 3px;
}

.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  border: solid 2px #f7e700;
}

.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  border: solid 2px #ff0000;
}

.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  border: solid 2px #398f14;
  display: none !important;
}

.wpcf7-form .wpcf7-form-control-wrap.terminos {
  position: relative;
  text-align: center;
}

.wpcf7-form .wpcf7-form-control-wrap.terminos .wpcf7-acceptance {
  display: block;
  padding: 0;
  border: none;
}

.wpcf7-form .wpcf7-form-control-wrap.terminos .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  padding: 0;
}

.wpcf7-form .wpcf7-form-control-wrap.terminos .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item label {
  position: relative;
  display: block;
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  display: block !important;
  padding: 0px;
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label a {
  color: #000;
  text-decoration: underline;
  margin-left: 6px;
  font-weight: 600;
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label:before {
  content: '\e913';
  font-family: icomoon;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border: 1px solid #957657;
  margin-right: 12px;
  text-align: center;
  overflow: hidden;
  color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.wpcf7-form .wpcf7-acceptance input[type="checkbox"]:checked ~ .wpcf7-list-item-label:before {
  opacity: 0;
  opacity: 1;
  visibility: visible;
  color: #957657;
}

.wpcf7-form .wpcf7-acceptance input[type='checkbox'] {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}

.input__g {
  text-align: left;
  position: relative;
}

.input__g .input__g__input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  background: white;
  border-radius: 4px;
  font-size: 14px;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  padding: 0 15px;
  box-sizing: border-box;
}

.input__g .input__g__input::-webkit-input-placeholder {
  font-size: 14px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.input__g .input__g__input::-moz-placeholder {
  font-size: 14px;
  -moz-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.input__g .input__g__input:-ms-input-placeholder {
  font-size: 14px;
  -ms-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.input__g .input__g__input::-moz-placeholder {
  font-size: 14px;
  -moz-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

/* STYLE ACORDEON */
.wrapper__content__info__admision {
  margin-bottom: 50px;
}

.accordion__admision {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul .inner__content__acordeon {
  overflow: hidden;
  display: none;
  padding: 30px 0;
}

ul li {
  margin: 0;
  margin-top: -1px;
}

ul li a.title__acordeon img {
  max-width: 30px;
  height: auto;
  margin-right: 10px;
}

ul li a.title__acordeon {
  width: 100%;
  display: block;
  border-top: solid 1px #BDBDBD;
  border-bottom: solid 1px #BDBDBD;
  color: #231F20;
  padding: 15px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

ul li a.title__acordeon:hover,
ul li a.title__acordeon.active {
  background: #ffffff;
  color: #231F20;
}

ul li a.title__acordeon.active {
  color: #957657;
}

ul li a.title__acordeon:after {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 15px;
  content: " ";
  border-right: solid 1px #957657;
  border-bottom: solid 1px #957657;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.inner__content__acordeon {
  color: #231F20;
}

.inner__content__acordeon.active {
  display: block;
}

.inner__content__acordeon a {
  color: #957657;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.inner__content__acordeon a:hover {
  color: #231F20;
}

ul li a.title__acordeon:hover:after,
ul li a.title__acordeon.active:after {
  border-color: #957657;
}

ul li a.title__acordeon.active:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.title_general_box {
  font-family: "Open Sans";
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -0.58px;
  font-weight: normal;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 35px;
}

.title_general_box:before {
  content: "";
  height: 2px;
  width: 145px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #00a548;
}

.title_general_box.size--35 {
  font-size: 35px;
  line-height: 35px;
}

.title_general_box.size--40 {
  font-size: 40px;
  line-height: 40px;
}

@media screen and (max-width: 768px) {
  .title_general_box {
    text-align: center;
  }
  .title_general_box:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.description_general_box {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 20px;
  font-family: "Open Sans";
}

.title_taxonomy_list {
  position: relative;
}

.title_taxonomy_list:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: #00a548;
  z-index: -1;
}

.title_taxonomy_list h3 {
  background: #fff;
  font-size: 25px;
  line-height: 60px;
  display: inline-block;
  padding-right: 50px;
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .title_taxonomy_list h3 {
    line-height: 30PX;
  }
}

/* TITLE GENERAL */
.title_section_figure {
  font-family: "Didot";
  font-weight: 400;
  font-size: 40px;
  color: #957657;
  margin-bottom: 60px;
  padding-bottom: 40px;
  position: relative;
  margin-left: 0;
}

.title_section_figure.size--60 {
  font-size: 60px;
}

.title_section_figure.width--370 {
  max-width: 370px;
}

.title_section_figure.width--480 {
  max-width: 480px;
}

.title_section_figure.width--720 {
  max-width: 720px;
}

.title_section_figure.width--850 {
  max-width: 850px;
}

.title_section_figure.style--uppercase {
  text-transform: uppercase;
}

.title_section_figure.no--figure {
  padding-bottom: 0;
}

.title_section_figure.no--figure:after {
  display: none;
}

.title_section_figure.color--white {
  color: #fff;
}

.title_section_figure.color--black {
  color: #231F20;
}

.title_section_figure:after {
  content: "";
  width: 60px;
  height: 9px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../images/figure_title_section.png");
}

.title_section_figure.center:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.title_section_figure.margin-b-20 {
  margin-bottom: 20px;
}

.sub_title_pages_all {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 300;
  color: #957657;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 0.12em;
}

.sub_title_pages_all.home {
  margin-bottom: 45px;
}

/* DETAIL IMAGE */
.box_image_single {
  width: 810px;
  height: 761px;
  position: relative;
}

.box_image_single:before {
  content: "";
  background: url("../images/mask_gastronomia.png");
  width: 100%;
  height: 100%;
  position: absolute;
}

.box_image_single img {
  width: 100%;
  height: auto;
  display: block;
}

.button__general {
  overflow: hidden;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  border: none;
  padding: 0 32px;
  height: 45px;
  line-height: 45px;
  min-width: 142px;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  font-size: 17px;
  letter-spacing: 0.2px;
  cursor: pointer;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  color: #fff;
  font-family: "Open Sans";
  text-transform: uppercase;
  text-align: center;
  background: #957657;
  font-weight: 700;
}

.button__general.width--350 {
  min-width: 350px;
}

.button__general:hover {
  background: #83674C;
}

.text__link {
  font-size: 14px;
  line-height: 24px;
  font-family: "Open Sans";
  font-weight: 400;
  color: #957657;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px 30px 8px 55px;
  margin: 0;
}

.text__link.tt--default {
  text-transform: inherit;
}

.text__link:after, .text__link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  background-color: #957657;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: -1px;
}

.text__link:before {
  right: 100%;
  margin-right: -40px;
  width: 40px;
}

.text__link:after {
  width: 10px;
  left: 100%;
  margin-left: -20px;
}

.text__link:hover:before {
  width: 10px;
}

.text__link:hover:after {
  width: 40px;
}

.text__link.white {
  color: #fff;
}

.text__link.white:after, .text__link.white:before {
  background-color: #fff;
}

/* SLIDER */
.list_slides_home .slick-list,
.slider-nav .slick-list {
  z-index: 2;
}

.list_slides_home .slick-arrow,
.slider-nav .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  font-size: 0;
  background: transparent;
  bottom: -20px;
  z-index: 3;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

.list_slides_home .slick-arrow:before,
.slider-nav .slick-arrow:before {
  content: "";
  font-family: icomoon;
  font-size: 40px;
  color: #fff;
}

.list_slides_home .slick-arrow:after,
.slider-nav .slick-arrow:after {
  content: "";
  width: 36px;
  height: 36px;
  border: solid 1px #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  opacity: 0;
}

.list_slides_home .slick-arrow:hover:after,
.slider-nav .slick-arrow:hover:after {
  opacity: 1;
}

.list_slides_home .slick-arrow.slick-prev,
.slider-nav .slick-arrow.slick-prev {
  left: 100px;
}

.list_slides_home .slick-arrow.slick-prev:before,
.slider-nav .slick-arrow.slick-prev:before {
  content: "\e900";
}

.list_slides_home .slick-arrow.slick-prev:after,
.slider-nav .slick-arrow.slick-prev:after {
  left: -8px;
}

.list_slides_home .slick-arrow.slick-next,
.slider-nav .slick-arrow.slick-next {
  right: 100px;
}

.list_slides_home .slick-arrow.slick-next:before,
.slider-nav .slick-arrow.slick-next:before {
  content: "\e901";
}

.list_slides_home .slick-arrow.slick-next:after,
.slider-nav .slick-arrow.slick-next:after {
  right: -8px;
}

.list_slides_home.color_primario .slick-arrow:before,
.slider-nav.color_primario .slick-arrow:before {
  color: #957657;
}

.list_slides_home.color_primario .slick-arrow:after,
.slider-nav.color_primario .slick-arrow:after {
  border: solid 1px #957657;
}

@media screen and (max-width: 1400px) {
  .list_slides_home .slick-arrow.slick-next {
    right: 5%;
  }
  .list_slides_home .slick-arrow.slick-prev {
    left: 5%;
  }
  .group_field_form_booking ul label {
    display: none;
  }
}

.wrapper_btn_reservar_aside {
  padding-top: 50px;
}

.wrapper_btn_reservar_aside a {
  width: 100%;
}

.banner_header_page {
  -o-object-fit: contain;
     object-fit: contain;
  background-size: cover;
  background-position: center;
}

.banner_header_page .content_element_banner_page {
  height: 400px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.banner_header_page .content_element_banner_page h2 {
  font-size: 35px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Open Sans";
  letter-spacing: 2px;
  display: block;
  width: 100%;
  padding: 30px 0;
  position: relative;
  margin-bottom: 68px;
}

.banner_header_page .content_element_banner_page h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 2px;
  background: #fff;
  opacity: 0.5;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .banner_header_page .content_element_banner_page {
    height: 300px;
  }
}

@media screen and (max-width: 640px) {
  .banner_header_page .content_element_banner_page {
    height: 200px;
  }
  .banner_header_page .content_element_banner_page h2 {
    padding: 20px 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .banner_header_page .content_element_banner_page h2 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }
}

/* SLIDE HOME */
.item_slide_bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.item_slide_bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.item_slide_bg .container_element_slider {
  height: 813px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item_slide_bg .container_element_slider .wrapper_container_info_slider {
  width: 100%;
}

.item_slide_bg .container_element_slider h3 {
  font-size: 160px;
  letter-spacing: 0.02em;
  color: #fff;
  font-family: "Open Sans";
  font-weight: 500;
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.list_slides_home .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list_slides_home .slick-dots li {
  margin: 0 5px;
}

.list_slides_home .slick-dots li button {
  border: none;
  outline: none;
  background: none;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 0;
  background: #fff;
  opacity: 0.5;
}

.list_slides_home .slick-dots li.slick-active button {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .item_slide_bg .container_element_slider {
    height: 600px;
  }
  .item_slide_bg .container_element_slider h3 {
    font-size: 50px;
    line-height: 50px;
  }
}

@media screen and (max-width: 480px) {
  .item_slide_bg .container_element_slider {
    height: 470px;
  }
  .item_slide_bg .container_element_slider h3 {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    width: 100%;
  }
}

/* PRODUCTOS */
/* CERTIFICACIONES */
.section_home--cetificaciones {
  padding-bottom: 93px;
}

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

.containner_certificacion_home article .info_text {
  width: 56%;
  -webkit-box-shadow: 0 2px 24px 0 rgba(199, 199, 199, 0.5);
          box-shadow: 0 2px 24px 0 rgba(199, 199, 199, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  margin: 0;
}

.containner_certificacion_home article .info_text .content_data {
  padding: 0 97px;
}

.containner_certificacion_home article figure {
  width: 44%;
}

.containner_certificacion_home article figure img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .containner_certificacion_home article .info_text .content_data {
    padding: 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .containner_certificacion_home article .info_text .content_data {
    padding: 50px 30px;
    text-align: center;
  }
  .containner_certificacion_home article .info_text,
  .containner_certificacion_home article figure {
    width: 100%;
  }
  .section_home--cetificaciones {
    padding-bottom: 50px;
  }
}

.wrapper_gradient_ahome {
  position: relative;
  background-image: url("../images/bg_nosotros_home.png");
  background-repeat: repeat-x;
}

.section_home--empresa {
  padding-bottom: 122px;
  position: relative;
}

.section_home--empresa .containner_empresa_home article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section_home--empresa .containner_empresa_home article figure {
  height: 589px;
  margin: 0;
  width: 75%;
  position: relative;
}

.section_home--empresa .containner_empresa_home article figure .image_bg {
  width: 145%;
  height: 100%;
  right: 0;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  background-size: cover;
  background-position: center;
}

.section_home--empresa .containner_empresa_home article .info_text {
  width: 346px;
  margin-right: -70px;
  padding-left: 106px;
}

/* EMPRESA */
@media screen and (max-width: 1180px) {
  .section_home--empresa .containner_empresa_home article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .section_home--empresa .containner_empresa_home article figure {
    height: 450px;
    width: 50%;
    position: relative;
  }
  .section_home--empresa .containner_empresa_home article figure .image_bg {
    width: 100%;
    height: 100%;
  }
  .section_home--empresa .containner_empresa_home article .info_text {
    width: 50%;
    padding: 20px 30px;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .section_home--empresa {
    padding-bottom: 50px;
  }
  .section_home--empresa .containner_empresa_home article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .section_home--empresa .containner_empresa_home article figure {
    height: 300px;
    width: 500%;
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .section_home--empresa .containner_empresa_home article figure .image_bg {
    width: 100%;
    height: 100%;
  }
  .section_home--empresa .containner_empresa_home article .info_text {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .section_home--empresa .containner_empresa_home article .info_text .content_data {
    text-align: center;
  }
}

/* TABS SLIDER HOME */
.section_home--products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section_home--products aside {
  width: 30%;
  background: #fff;
  margin: 0;
  padding-top: 116px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.section_home--products aside .column_details_title_products {
  min-height: 250px;
}

.section_home--products aside .widget_taxonomy_list {
  width: 218px;
  margin-right: 50px;
}

.section_home--products aside .widget_taxonomy_list h4.title_page {
  margin-bottom: 20px;
}

.section_home--products aside .tabs__item__title {
  margin-bottom: 10px;
  cursor: pointer;
}

.section_home--products aside .tabs__item__title span {
  display: block;
  color: #000;
  font-size: 16px;
  font-family: "Open Sans";
}

.section_home--products aside .tabs__item__title.active span {
  color: #00a548;
}

.section_home--products aside .content_btn_arrow_slick {
  display: block;
  height: 20px;
  width: 100%;
  margin-bottom: 33px;
}

.section_home--products main {
  width: 70%;
  background: #f4f5f8;
}

.section_home--products main .column_details_image_products {
  padding: 116px;
  padding-left: 110px;
  padding-bottom: 96px;
  position: relative;
}

.section_home--products main .column_details_image_products .slick-arrow {
  border: none;
  outline: none;
  position: absolute;
  bottom: 75px;
  z-index: 8;
  font-size: 0;
  background: transparent;
}

.section_home--products main .column_details_image_products .slick-arrow:hover {
  color: #00a548;
}

.section_home--products main .column_details_image_products .slick-arrow:before {
  content: "";
  width: 20px;
  height: 20px;
  font-size: 20px;
  font-family: icomoon;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.section_home--products main .column_details_image_products .slick-arrow.slick-prev {
  left: -378px;
}

.section_home--products main .column_details_image_products .slick-arrow.slick-prev:before {
  content: "\e909";
}

.section_home--products main .column_details_image_products .slick-arrow.slick-next {
  left: -318px;
}

.section_home--products main .column_details_image_products .slick-arrow.slick-next:before {
  content: "\e911";
}

.section_home--products main .item_collection {
  width: 212px;
  position: relative;
  margin-bottom: 20px;
}

.section_home--products main .item_collection a {
  position: absolute;
  z-index: 3;
  height: 100%;
  width: 100%;
}

.section_home--products main .item_collection .container_image_product {
  height: 420px;
  -o-object-fit: contain;
     object-fit: contain;
  background-size: cover;
  background-position: center;
  position: relative;
}

.section_home--products main .item_collection .container_image_product .overlay {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #000000;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.section_home--products main .item_collection .container_image_product:before, .section_home--products main .item_collection .container_image_product:after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  z-index: 2;
}

.section_home--products main .item_collection .container_image_product:before {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.section_home--products main .item_collection .container_image_product:after {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
}

.section_home--products main .item_collection:hover .container_image_product .overlay {
  opacity: 0.19;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.section_home--products main .item_collection:hover .container_image_product:before, .section_home--products main .item_collection:hover .container_image_product:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.section_home--products main .item_collection figcaption {
  -webkit-box-shadow: 0 5px 14px 0 rgba(201, 201, 201, 0.5);
          box-shadow: 0 5px 14px 0 rgba(201, 201, 201, 0.5);
  background: #fff;
  height: 61px;
  padding: 18px;
  padding-right: 65px;
  position: relative;
}

.section_home--products main .item_collection figcaption:after {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  content: "\e90d";
  font-family: icomoon;
  font-size: 20px;
  color: #00a548;
  position: absolute;
  right: 25px;
  opacity: 0;
}

.section_home--products main .item_collection:hover figcaption:after {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .section_home--products main .column_details_image_products {
    padding: 30px;
  }
  .section_home--products main .slick-arrow.slick-prev {
    left: -310px !important;
  }
  .section_home--products main .slick-arrow.slick-next {
    left: -272px !important;
  }
}

@media screen and (max-width: 768px) {
  .section_home--products aside {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section_home--products aside .widget_taxonomy_list {
    padding: 0 30px;
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .section_home--products aside .column_details_title_products {
    min-height: inherit;
  }
  .section_home--products aside .content_btn_arrow_slick {
    margin-bottom: 0;
  }
  .section_home--products main {
    width: 100%;
  }
  .section_home--products main .item_collection .container_image_product {
    height: 350px;
  }
  .section_home--products main .column_details_image_products {
    padding-bottom: 80px;
  }
  .section_home--products main .column_details_image_products .slick-arrow {
    bottom: -45px;
  }
  .section_home--products main .column_details_image_products .slick-arrow.slick-next {
    left: inherit !important;
    right: 40%;
  }
  .section_home--products main .column_details_image_products .slick-arrow.slick-prev {
    left: 40% !important;
  }
}

/* ANIMATION */
.section_home--slider {
  position: relative;
}

.scrolldown {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 42px;
}

.scrolldown a {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
}

.scrolldown a:before {
  content: "\e90e";
  font-family: icomoon;
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 0;
  -webkit-animation: sdb05 1.5s infinite;
          animation: sdb05 1.5s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 20px);
    opacity: 0;
  }
}

@keyframes sdb05 {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 20px);
            transform: rotate(0deg) translate(0, 20px);
    opacity: 0;
  }
}

/* SLIDER HOME */
.wrapper_arrow_slick {
  position: absolute;
  width: 100%;
  bottom: 42px;
  font-size: 0;
}

.wrapper_arrow_slick .arrow_slider_home {
  position: relative;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  outline: none;
  font-size: 0;
  margin: 0;
  padding: 0;
}

.wrapper_arrow_slick .arrow_slider_home:hover:before {
  background-color: rgba(255, 255, 255, 0.8);
}

.wrapper_arrow_slick .arrow_slider_home:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  content: "";
  font-family: icomoon;
  border-radius: 50%;
  font-size: 20px;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  color: #00a548;
  background-color: rgba(255, 255, 255, 0.15);
}

.wrapper_arrow_slick .arrow_slider_home.slick_prev:before {
  content: "\e909";
}

.wrapper_arrow_slick .arrow_slider_home.slick_next {
  margin-left: 15px;
}

.wrapper_arrow_slick .arrow_slider_home.slick_next:before {
  content: "\e911";
}

/* FORM BOOKING */
.wrapper_form_booking {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 4;
}

.group_field_form_booking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}

.group_field_form_booking ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 78%;
  padding: 0 2%;
}

.group_field_form_booking ul label {
  font-size: 16px;
  font-weight: 300;
  color: #231F20;
  margin-right: 18px;
}

.group_field_form_booking ul li {
  margin-right: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.group_field_form_booking ul li input {
  font-size: 15px;
  color: #231F20;
  font-weight: normal;
  border: none;
  border-bottom: solid 1px #231F20;
  padding: 5px 0;
  width: 160px;
  padding-right: 25px;
  background: transparent;
}

.group_field_form_booking ul li select {
  border: none;
  border-bottom: solid 1px #231F20;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 90px;
  padding: 5px 0;
  font-size: 15px;
  background: transparent;
}

.group_field_form_booking ul li .containder_select {
  position: relative;
  margin-right: 15px;
}

.group_field_form_booking ul li .containder_select:last-child {
  margin-right: 0;
}

.group_field_form_booking ul li .containder_select:after {
  content: "\e906";
  font-family: icomoon;
  position: absolute;
  font-size: 13px;
  color: #957657;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.group_field_form_booking ul li .containder_calendar {
  position: relative;
}

.group_field_form_booking ul li .containder_calendar:after {
  content: "\e902";
  font-family: icomoon;
  position: absolute;
  font-size: 25px;
  color: #957657;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.group_field_form_booking .btn_go_booking {
  width: 22%;
  height: 95px;
  line-height: 95px;
  border: none;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  color: #fff;
  font-family: "Open Sans";
  text-transform: uppercase;
  text-align: center;
  background: #957657;
  font-size: 15px;
  font-weight: 700;
}

.group_field_form_booking .btn_go_booking:hover {
  background: #83674C;
}

.containder_calendar::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}

.containder_calendar::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  display: none;
}

/* TOUR VIRTUAL */
.bg_tour_home {
  height: 752px;
  position: relative;
}

.bg_tour_home:after {
  position: absolute;
  bottom: 0;
  width: 100%;
  content: "";
  height: 213px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(7.99%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.78)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 7.99%, rgba(0, 0, 0, 0.78) 100%);
  z-index: 0;
}

.bg_tour_home:before {
  content: "";
  height: 63px;
  width: 396px;
  background: url("../images/figure_tour_virtual.png");
  position: absolute;
  top: 214px;
  right: 0px;
}

.bg_tour_home .box_info_tour {
  position: absolute;
  margin: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  padding-bottom: 46px;
}

.bg_tour_home .box_info_tour .text__link {
  width: 150px;
  margin: 0 auto;
}

/* LIST GASTRONOMY HOME */
.list_gastronomia_home {
  position: relative;
  padding: 92px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fcf8f4;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list_gastronomia_home:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(242, 231, 224, 0.59);
}

.item_list_gastronomia_home {
  margin: 0;
  width: 555px;
}

.item_list_gastronomia_home:first-child {
  margin-right: 120px;
}

.item_list_gastronomia_home:last-child {
  margin-left: 120px;
}

.item_list_gastronomia_home figure {
  height: 760px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.item_list_gastronomia_home figure:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(7.99%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.78)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 7.99%, rgba(0, 0, 0, 0.78) 100%);
  height: 227px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.item_list_gastronomia_home figure .link_absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.item_list_gastronomia_home .box_info_title_link {
  width: 100%;
  padding: 0 38px 38px 38px;
  color: #fff;
  position: relative;
  z-index: 1;
}

/* SLIDER HOME */
.slider_habitacion_home {
  position: relative;
}

.slider_habitacion_home .wrapper_btn_home {
  padding-top: 28px;
}

.slider_habitacion_home .wrapper_nav_slider_home {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider_habitacion_home .wrapper__container__nav__slider {
  position: relative;
  width: 68%;
  height: 100px;
  margin-right: 0;
  margin-left: auto;
}

.slider_habitacion_home .wrapper__container__nav__slider .slick-arrow.slick-prev {
  left: 50%;
  -webkit-transform: translate(-60px, -50%);
          transform: translate(-60px, -50%);
}

.slider_habitacion_home .wrapper__container__nav__slider .slick-arrow.slick-next {
  right: 50%;
  -webkit-transform: translate(60px, -50%);
          transform: translate(60px, -50%);
}

.slider_habitacion_home .item_list_cpt_paquetes figure:before {
  display: none;
}

.wrapper_section_about_us {
  padding-top: 130px;
  padding-bottom: 110px;
  background: #fcf8f4;
  position: relative;
  overflow: hidden;
}

.wrapper_section_about_us .wrapper__container {
  position: relative;
  z-index: 1;
}

.wrapper_section_about_us:after {
  position: absolute;
  right: -50px;
  content: "";
  width: 1410px;
  height: 385px;
  background-image: url("../images/figure_about_us.png");
  background-repeat: no-repeat;
  top: 113px;
  z-index: 0;
}

.info_box_text_empresa_home {
  color: #231F20;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  max-width: 380px;
}

.content_btn_linktext_about_us {
  padding: 20px 0;
}

.content_btn_linktext_about_us a {
  text-transform: inherit;
}

.info_box_image_empresa_home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 155px;
}

.info_box_image_empresa_home figure {
  margin: 0;
  overflow: hidden;
}

.info_box_image_empresa_home figure img {
  display: block;
  width: 100%;
  height: auto;
}

.info_box_image_empresa_home figure.image_figure_home_about_01 {
  width: 380px;
  height: 326px;
  margin-left: -75px;
}

.info_box_image_empresa_home figure.image_figure_home_about_02 {
  width: 555px;
  height: 580px;
  margin-top: -218px;
}

.info_box_image_empresa_home figure.image_figure_home_about_03 {
  width: 340px;
  height: 410px;
  margin-top: -350px;
  margin-right: -75px;
}

.content_menu_article {
  padding: 50px 0;
}

.content_menu_article ul.menu_content {
  margin: 0;
  padding: 0;
  list-style: none;
}

.content_menu_article ul.menu_content li {
  margin-bottom: 10px;
}

.content_menu_article ul.menu_content li:last-child {
  margin-bottom: 0;
}

.content_menu_article ul.menu_content li:hover a {
  color: #957657;
}

.content_menu_article ul.menu_content li a {
  color: #231F20;
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

/* CONTENT INFO BOX */
.content_info_h3_text {
  color: #231F20;
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: 300;
  font-style: normal;
  line-height: 25px;
  position: relative;
  z-index: 1;
}

.content_info_h3_text a {
  color: #231F20;
}

.content_info_h3_text h3 {
  font-size: 40px;
  letter-spacing: 0.005em;
  font-family: "Didot";
  color: #957657;
  margin-bottom: 30px;
}

.content_info_h3_text ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.content_info_h3_text ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.content_info_h3_text ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #957657;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 50%;
}

.content_info_h3_text.width--590 {
  max-width: 590px;
}

/* SOSTENIBILIDAD */
.page-template-theme-sostenibilidad,
.page-template-theme-experiencias {
  background: #FCF8F4;
}

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

article.content_info_sostenibilidad figcaption {
  width: 33%;
}

article.content_info_sostenibilidad figure {
  width: 850px;
  height: 735px;
  background-repeat: no-repeat;
  margin: 0;
  margin-right: -50px;
  position: relative;
}

article.content_info_sostenibilidad figure:before, article.content_info_sostenibilidad figure:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

article.content_info_sostenibilidad figure:after {
  background-image: url("../images/mask_sos_right.png");
  background-repeat: no-repeat;
}

article.content_info_sostenibilidad figure:before {
  width: 488px;
  height: 67px;
  top: inherit;
  bottom: 140px;
  left: -115px;
  background-image: url("../images/figure_even.png");
  background-repeat: no-repeat;
  opacity: 0.5;
}

article.content_info_sostenibilidad:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

article.content_info_sostenibilidad:nth-child(even) figure {
  width: 800px;
  height: 805px;
  margin-right: inherit;
  margin-left: -50px;
}

article.content_info_sostenibilidad:nth-child(even) figure:after {
  background-image: url("../images/mask_sos_left.png");
}

article.content_info_sostenibilidad:nth-child(even) figure:before {
  top: inherit;
  left: inherit;
  right: -122px;
  background-image: url("../images/figure_even.png");
}

/* RESPONSIVE HOME */
@media screen and (max-width: 1024px) {
  .icon_header_sidebar,
  .btn--header-booking,
  .group_field_form_booking {
    display: none !important;
  }
  .wrapper__widget__sidebar .custom-logo-link {
    display: none;
  }
  .wrapper__widget__sidebar .custom-logo-link.color {
    margin: 10px 0;
    display: block;
  }
  .slider_habitacion_home .wrapper__container__nav__slider {
    width: 100% !important;
  }
  .item_list_cpt_paquetes figcaption,
  .item_list_cpt_paquetes figure {
    width: 50% !important;
  }
  .item_list_cpt_paquetes figure {
    height: 550px !important;
  }
  .info_box_text_empresa_home {
    text-align: center;
    max-width: 100%;
    width: 100%;
  }
  .title_section_figure.width--480 {
    max-width: 100%;
  }
  .info_box_image_empresa_home figure.image_figure_home_about_03,
  .info_box_image_empresa_home figure.image_figure_home_about_01 {
    display: none;
  }
  .info_box_image_empresa_home figure.image_figure_home_about_02 {
    margin: 0 auto !important;
  }
  .info_box_image_empresa_home {
    padding-top: 10px;
  }
  .bg_tour_home {
    height: 450px;
  }
  .bg_tour_home:before {
    display: none;
  }
  .item_list_gastronomia_home {
    width: 50%;
  }
  .item_list_gastronomia_home:last-child {
    margin-left: 30px;
  }
  .item_list_gastronomia_home:first-child {
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .item_list_cpt_paquetes figcaption,
  .item_list_cpt_paquetes figure {
    width: 100% !important;
  }
  .item_list_cpt_paquetes figcaption .box_info_caption {
    text-align: center;
  }
  .title_section_figure.width--370 {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .title_section_figure.size--60 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .item_list_cpt_paquetes figcaption .box_info_caption {
    padding: 40px !important;
  }
  .info_box_image_empresa_home figure.image_figure_home_about_02 {
    width: 100%;
    height: auto;
  }
  .item_list_gastronomia_home .box_info_title_link {
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .list_gastronomia_home {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .item_list_gastronomia_home {
    width: 100%;
    margin-bottom: 40px;
  }
  .item_list_gastronomia_home {
    width: 100%;
  }
  .item_list_gastronomia_home:last-child {
    margin-left: 0px;
    margin-bottom: 0;
  }
  .item_list_gastronomia_home:first-child {
    margin-right: 0px;
  }
  .column_newletter .wpcf7-submit {
    margin-left: 0 !important;
  }
  .newsletter_footer .content_box_newsletter {
    width: 100% !important;
  }
}

.info_dynamic_hs_home_responsive {
  display: none;
}

@media screen and (max-width: 768px) {
  .slider_habitacion_home {
    padding: 0 20px;
  }
  .info_dynamic_hs_home {
    display: none;
  }
  .item_list_cpt_paquetes .content_intro_text {
    display: none;
  }
  .info_dynamic_hs_home_responsive {
    display: block;
    padding-top: 30px;
    width: 100%;
  }
  .item_list_cpt_paquetes figure {
    height: 300px !important;
  }
  .home .item_list_cpt_paquetes figcaption .box_info_caption {
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 640px) {
  .slider_habitacion_home .box_info_caption .title_section_figure {
    min-height: 65px;
  }
}

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

.about_us_video figure {
  height: 750px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_us_video figure button {
  position: relative;
  background: transparent;
  border: solid 1px #fff;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
}

.about_us_video figure button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 88px;
  height: 88px;
  line-height: 88px;
  text-align: center;
  content: "\e90e";
  font-size: 30px;
  font-family: icomoon;
  color: #fff;
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.about_us_video figure button:hover:before {
  background: #fff;
  color: #957657;
}

/* PAGE PAQUETES */
.item_list_cpt_paquetes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item_list_cpt_paquetes figcaption {
  background: #FFFCFA;
  width: 32%;
}

.item_list_cpt_paquetes figcaption .box_info_caption {
  padding: 105px 100px;
}

.item_list_cpt_paquetes:last-child {
  margin-bottom: 0;
}

.item_list_cpt_paquetes figure {
  width: 68%;
  height: 745px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.item_list_cpt_paquetes figure:before {
  width: 488px;
  height: 67px;
  content: "";
  position: absolute;
  bottom: 140px;
  left: -115px;
  background-image: url("../images/figure_even.png");
  background-repeat: no-repeat;
}

.item_list_cpt_paquetes .content_intro_text {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
  color: #231F20;
}

.item_list_cpt_paquetes .content_price {
  color: #231F20;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}

.item_list_cpt_paquetes:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.item_list_cpt_paquetes:nth-child(even) figure:before {
  left: inherit;
  right: -220px;
}

/* SECTION TITLE */
.wrapper_title_page_list {
  padding-top: 80px;
  padding-bottom: 90px;
}

/* NOSOTROS*/
.page-template-theme-nosotros .info_box_text_empresa_home {
  margin: 0 auto;
  max-width: 580px;
  margin-bottom: 150px;
  text-align: center;
}

.page-template-theme-nosotros .info_box_text_empresa_home .title_section_figure.width--480 {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .title_section_figure {
    text-align: center;
    font-size: 25px;
  }
  .title_section_figure.size--60 {
    font-size: 25px;
  }
  .sub_title_pages_all {
    text-align: center;
  }
  .item_list_cpt_paquetes {
    margin-bottom: 20px;
  }
  .content_cpt article,
  .content_cpt figure {
    width: 100%;
    text-align: center;
  }
  .content_cpt article {
    margin-bottom: 30px;
  }
  .title_section_figure:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .about_us_video {
    margin: 0 20px;
  }
  .about_us_video figure {
    height: 350px;
  }
  .wrapper_title_page_list {
    padding: 50px 0;
    padding-bottom: 20px;
  }
  .item_list_cpt_paquetes figure:before {
    display: none;
  }
  .section_content_single_gastronomia .icon_detail_content {
    padding-left: 0;
  }
  /* DETAIL HABITACION */
  .content_info_cpt_details .box_data_info.padding-equal {
    padding: 0 10px;
  }
  .content_list_beneficios {
    text-align: left;
  }
  .button__general.width--350 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .section_content_single_gastronomia {
    padding: 40px 0;
  }
  .box_image_single:before {
    display: none;
  }
  .box_image_single {
    width: 100%;
    height: auto;
  }
  .box_image_single img {
    width: 100%;
    height: auto;
  }
  .image_detail_gallery_g {
    height: 400px;
  }
  .section_gallery_single_gastronomia {
    padding: 0 20px;
  }
  .info_box_text_empresa_home {
    margin-bottom: 30px !important;
  }
  /* EXPERIENCIAS */
  article.content_info_sostenibilidad figcaption {
    width: 100%;
  }
  .content_info_h3_text {
    text-align: center;
    margin-bottom: 30px;
  }
  .page-template-theme-experiencias article.content_info_sostenibilidad figure {
    display: none;
  }
  /* CONTCTO */
  .wrapper_content_data_contact_form {
    display: block;
  }
  .wrapper_content_data_contact_form article,
  .wrapper_content_data_contact_form aside {
    width: 100% !important;
  }
  .wrapper_content_data_contact_form .content_box_form {
    padding: 20px !important;
  }
  .content_info_cpt_details .box_data_info {
    padding: 0px !important;
  }
  .section_content_single_gastronomia .icon_detail_content.size--16 {
    padding-left: 0;
  }
  .section_content_single_gastronomia .icon_detail_content:before {
    position: relative;
    margin-right: 20px;
    top: 6px !important;
  }
  .box_content_btn_two {
    text-align: center;
  }
  .box_content_btn_two .button__general {
    margin: 0 auto;
  }
  .single-gastronomia .box_content_btn_two {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .single-gastronomia .box_content_btn_two .button__general {
    margin: 0;
    margin-top: 20px;
  }
  .single-gastronomia .box_content_btn_two a {
    margin: 0 20px;
  }
  .page-template-theme-sostenibilidad .content_info_h3_text {
    text-align: left;
  }
  .page-template-theme-sostenibilidad .content_info_h3_text ul li {
    text-align: left;
  }
  article.content_info_sostenibilidad figure,
  article.content_info_sostenibilidad:nth-child(even) figure {
    margin: 0;
    width: 100% !important;
    height: 400px !important;
  }
  article.content_info_sostenibilidad figure:after,
  article.content_info_sostenibilidad figure:before {
    display: none;
  }
  article.content_info_sostenibilidad {
    margin-bottom: 50px;
  }
  article.content_info_sostenibilidad:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .content_list_beneficios ul li {
    width: 100%;
  }
  .button__general {
    width: 100%;
  }
  .page-template-theme-reclamos .wrapper_form_cf7_general .column_2_form .wpcf7-form-control-wrap {
    width: 100%;
  }
  .page-template-theme-reclamos .wrapper_form_cf7_general .column_2_form .wpcf7-form-control-wrap:first-child {
    margin-right: 0;
  }
  .page-template-theme-reclamos .wrapper_form_cf7_general .column_2_form .wpcf7-form-control-wrap:last-child {
    margin-left: 0;
  }
}

#lightgallery_mp4 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wrapper__padding {
  padding: 95px 0;
}

.title_page {
  font-family: "Open Sans";
  font-size: 30px;
  display: block;
  margin-bottom: 44px;
}

.title_page.title_politicas {
  padding-bottom: 35px;
  border-bottom: solid 1px #00a548;
}

.title_page.size--35 {
  font-size: 35px;
  line-height: 35px;
}

.title_page.size--40 {
  font-size: 40px;
  line-height: 40px;
}

.title_page.center {
  text-align: center;
}

.title_page .article_page {
  font-size: 16px;
  font-family: "Open Sans";
  line-height: 24px;
}

.title_page .article_page.center {
  text-align: center;
}

.title_page .article_page.right {
  text-align: right;
}

.title_page .article_page p {
  margin-bottom: 20px;
}

.theme-politicas .article_page {
  line-height: 24px;
  font-family: "Open Sans";
}

.newsletter_footer {
  padding: 70px 0;
}

.newsletter_footer .content_box_newsletter {
  background: #fff;
  color: #000;
  position: relative;
  width: 490px;
  margin: 0 auto;
}

.newsletter_footer .content_box_newsletter .terminos {
  width: 100%;
}

.newsletter_footer .content_box_newsletter .terminos .wpcf7-acceptance {
  display: block;
  text-align: center;
  margin-top: 18px;
}

.newsletter_footer .wpcf7-response-output,
.newsletter_footer .wpcf7-not-valid-tip {
  display: none !important;
}

.newsletter_footer .wpcf7-form-control-wrap {
  margin-bottom: 0 !important;
}

.column_newletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.column_newletter label {
  display: block;
  margin: 0;
  width: 100%;
  font-family: "Open Sans";
  font-size: 25px;
}

.column_newletter label h3 {
  font-size: 30px;
  text-transform: uppercase;
}

.column_newletter .wpcf7-email {
  border: solid 1px #957657 !important;
  background: #fff !important;
  color: #231F20 !important;
}

.column_newletter .wpcf7-email::-webkit-input-placeholder {
  color: #231F20 !important;
}

.column_newletter .wpcf7-email::-moz-placeholder {
  color: #231F20 !important;
}

.column_newletter .wpcf7-email:-ms-input-placeholder {
  color: #231F20 !important;
}

.column_newletter .wpcf7-email::-ms-input-placeholder {
  color: #231F20 !important;
}

.column_newletter .wpcf7-email::placeholder {
  color: #231F20 !important;
}

.column_newletter .wpcf7-submit {
  width: 180px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #957657;
  border: none;
  outline: none;
  height: 60px;
  line-height: 60px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  padding: 0;
  margin-left: 8px;
  font-weight: 600;
}

.column_newletter .wpcf7-submit:hover {
  background: #83674C;
}

.column_newletter .wpcf7-not-valid {
  border: solid 1px red !important;
  margin-bottom: 0;
}

.column_newletter .ajax-loader {
  display: block;
  width: 30px !important;
  height: 30px !important;
  background-image: none !important;
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
  vertical-align: middle;
  margin: 0px !important;
  position: absolute;
  right: 0px;
}

.column_newletter .ajax-loader:after {
  font-family: icomoon;
  content: '\e90f';
  font-size: 30px;
  text-align: center;
  color: #fff;
}

.politicas__ctn .wpcf7 .wpcf7-not-valid-tip {
  display: none;
}

.politicas__ctn .wpcf7 .wpcf7-not-valid {
  border-bottom: solid 1px red !important;
}

@media screen and (max-width: 1024px) {
  .newsletter_footer .content_box_newsletter:before, .newsletter_footer .content_box_newsletter:after {
    display: none;
  }
  .newsletter_footer .content_box_newsletter {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 768px) {
  .column_newletter {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .column_newletter:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .column_newletter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .column_newletter .wpcf7-form-control-wrap {
    width: 100%;
    margin-bottom: 0px !important;
  }
  .newsletter_footer .content_box_newsletter {
    padding-left: 15px;
    padding-right: 15px;
  }
  .column_newletter .wpcf7-submit {
    width: 100%;
  }
  .column_newletter .ajax-loader {
    top: 74px;
    right: 20px;
  }
}

/* TAXONOMY */
.tax-especie .wrapper__padding {
  padding: 70px 0;
}

.wrapper_image_tax_responsive {
  display: none;
  margin-bottom: 30px;
}

.wrapper_image_tax_responsive img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

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

.wrapper_info_taxonomy figure {
  width: 46%;
}

.wrapper_info_taxonomy figure img {
  width: 100%;
  height: auto;
  display: block;
}

.wrapper_info_taxonomy article {
  width: 64%;
  height: auto;
  margin: 0;
}

.wrapper_info_taxonomy article .content_taxonomy {
  padding-left: 80px;
}

.wrapper_info_taxonomy article .content_taxonomy .content_title {
  text-align: right;
  position: relative;
  margin-bottom: 20px;
}

.wrapper_info_taxonomy article .content_taxonomy .content_title:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #00a548;
  left: -80px;
  z-index: -1;
}

.wrapper_info_taxonomy article .content_taxonomy .content_title h1 {
  padding: 30px 0;
  position: relative;
  font-size: 25px;
  text-transform: uppercase;
  display: inline-block;
  background: #fff;
  padding-left: 50px;
}

.wrapper_info_taxonomy article .content_taxonomy .font-size-general-box {
  font-size: 16px;
  line-height: 28px;
  font-family: "Open Sans";
  text-align: justify;
  padding-bottom: 32px;
  margin-bottom: 32px;
  position: relative;
}

.wrapper_info_taxonomy article .content_taxonomy .font-size-general-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #858585;
  bottom: 0;
  opacity: 0.5;
}

.wrapper_info_taxonomy article .content_taxonomy .font-size-general-box.no-margin-line {
  padding-bottom: 0;
}

.wrapper_info_taxonomy article .content_taxonomy .font-size-general-box.no-margin-line:before {
  display: none;
}

.wrapper_info_taxonomy article .content_taxonomy .font-size-general-box h3 {
  font-size: 18px;
  font-family: "Open Sans";
  margin-bottom: 20px;
}

.wrapper_info_taxonomy article .content_taxonomy .font-size-general-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wrapper_info_taxonomy article .content_taxonomy .font-size-general-box ul li {
  margin-bottom: 5px;
  padding-left: 18px;
  position: relative;
  line-height: 22px;
}

.wrapper_info_taxonomy article .content_taxonomy .font-size-general-box ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  background: #00a548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.wrapper_info_taxonomy article .content_taxonomy .font-size-general-box ul li:last-child {
  margin-bottom: 0;
}

.wrapper_info_taxonomy article .content_taxonomy .list_cheklist_avaliable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrapper_info_taxonomy article .content_taxonomy .list_cheklist_avaliable a {
  display: block;
  padding: 10px 22px;
  margin: 0;
  margin-right: 22px;
  margin-bottom: 10px;
  border-radius: 5px;
  background: #f5f5f5;
  font-size: 12px;
  font-family: "Open Sans";
  text-transform: uppercase;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.wrapper_info_taxonomy article .content_taxonomy .list_cheklist_avaliable a:hover {
  background: #f4f5f8;
}

@media screen and (max-width: 1024px) {
  .wrapper_info_taxonomy article .content_taxonomy {
    padding-left: 30px;
  }
  .wrapper_info_taxonomy article .content_taxonomy .content_title:before {
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .wrapper_info_taxonomy {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wrapper_info_taxonomy article,
  .wrapper_info_taxonomy figure {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .wrapper_info_taxonomy figure {
    display: none;
  }
  .wrapper_info_taxonomy article {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .wrapper_info_taxonomy article .content_taxonomy {
    padding-left: 0;
  }
  .wrapper_image_tax_responsive {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .wrapper_info_taxonomy article .content_taxonomy .content_title h1 {
    text-align: center;
    padding: 0;
    display: block;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .wrapper_info_taxonomy article .content_taxonomy .content_title:before {
    top: 100%;
  }
}

.wrapper__contact__form {
  max-width: 885px;
  width: 100%;
  padding-bottom: 68px;
}

.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin: 0;
  margin-bottom: 18px;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: solid 1px #bcbcbc;
  padding: 18px;
  font-family: "Open Sans";
  color: #000;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control::-webkit-input-placeholder {
  color: #000;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control::-moz-placeholder {
  color: #000;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control:-ms-input-placeholder {
  color: #000;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control::-ms-input-placeholder {
  color: #000;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
  color: #000;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
  height: 55px;
}

.wpcf7-form .row_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wpcf7-form .row_grid.colum_2 .wpcf7-form-control-wrap {
  width: 50%;
}

.wpcf7-form .row_grid.colum_2 .wpcf7-form-control-wrap:first-child {
  padding-right: 13px;
}

.wpcf7-form .row_grid.colum_2 .wpcf7-form-control-wrap:last-child {
  padding-left: 13px;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

.wrapper_wpcf7_submit {
  min-width: 200px;
  position: relative;
}

.wrapper_wpcf7_submit.color--green .wpcf7-submit {
  background: #00a548;
}

.wrapper_wpcf7_submit.color--green:hover .wpcf7-submit {
  background: #009240;
}

.wrapper_wpcf7_submit .wpcf7-submit {
  width: 100%;
  background: #393939;
  color: #fff;
  text-transform: uppercase;
  font-family: "Open Sans";
  font-size: 12px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  outline: none;
  border: none;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.wrapper_wpcf7_submit .wpcf7-submit:disabled {
  opacity: 0.5;
}

.wrapper_wpcf7_submit .wpcf7-submit:hover {
  background: #1a1a1a;
}

.wrapper_wpcf7_submit .ajax-loader {
  display: block;
  width: 30px !important;
  height: 30px !important;
  background-image: none !important;
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
  vertical-align: middle;
  margin: 0px !important;
  position: absolute;
  right: 10px;
  top: 8px;
}

.wrapper_wpcf7_submit .ajax-loader:after {
  font-family: icomoon;
  content: '\e916';
  font-size: 30px;
  text-align: center;
  color: #fff;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@media screen and (max-width: 640px) {
  .wpcf7-form .row_grid.colum_2 .wpcf7-form-control-wrap {
    width: 100%;
  }
  .wpcf7-form .row_grid.colum_2 .wpcf7-form-control-wrap:first-child {
    padding-right: 0px;
  }
  .wpcf7-form .row_grid.colum_2 .wpcf7-form-control-wrap:last-child {
    padding-left: 0px;
  }
  .wpcf7-form .row_grid.colum_2 .wpcf7-form-control-wrap.terminos {
    text-align: center;
  }
  .wpcf7-form .wrapper_wpcf7_submit {
    margin: 0 auto;
  }
}

.section_sedes-page-contact {
  background: #f5f5f5;
  padding: 65px 0;
  position: relative;
}

.section_sedes-page-contact:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 160px;
  background: #fff;
}

.section_sedes-page-contact .map_image {
  display: block;
  margin: 0 -45px;
}

.section_sedes-page-contact .content_list_sedes {
  margin-top: -57px;
  position: relative;
  z-index: 1;
}

.section_sedes-page-contact .content_list_sedes .list_sedes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section_sedes-page-contact .content_list_sedes .list_sedes li {
  width: 22%;
  margin: 0 1.5%;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px 0 rgba(156, 156, 156, 0.5);
          box-shadow: 0 2px 10px 0 rgba(156, 156, 156, 0.5);
}

.section_sedes-page-contact .content_list_sedes .list_sedes li .content_info {
  padding: 24px 22px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}

.section_sedes-page-contact .content_list_sedes .list_sedes li .content_info .content_header_sede {
  height: calc(100% - 100px);
  width: 100%;
}

.section_sedes-page-contact .content_list_sedes .list_sedes li .content_info .content_footer_sede {
  width: 100%;
}

.section_sedes-page-contact .content_list_sedes .list_sedes li .content_info h4 {
  text-transform: uppercase;
  letter-spacing: -0.27px;
  font-family: "Open Sans";
  font-size: 15px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.section_sedes-page-contact .content_list_sedes .list_sedes li .content_info h4:after {
  content: "";
  width: 100%;
  height: 1px;
  opacity: 0.28;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #979797;
}

.section_sedes-page-contact .content_list_sedes .list_sedes li .content_info h5 {
  font-size: 14px;
  font-family: "Open Sans";
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.section_sedes-page-contact .content_list_sedes .list_sedes li .content_info h5:after {
  content: "";
  width: 100%;
  height: 1px;
  opacity: 0.28;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #979797;
}

.section_sedes-page-contact .content_list_sedes .list_sedes li span {
  display: block;
  padding-left: 28px;
  font-family: "Open Sans";
  font-size: 14px;
  margin-bottom: 20px;
  position: relative;
}

.section_sedes-page-contact .content_list_sedes .list_sedes li span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #00a548;
  font-family: icomoon;
  font-size: 20px;
}

.section_sedes-page-contact .content_list_sedes .list_sedes li span a {
  color: #000;
}

.section_sedes-page-contact .content_list_sedes .list_sedes li span.phone {
  padding-left: 0;
  font-size: 14px;
  font-family: "Open Sans";
  margin-bottom: 30px;
}

.section_sedes-page-contact .content_list_sedes .list_sedes li span.hours {
  padding-left: 0;
  line-height: 20px;
}

.section_sedes-page-contact .content_list_sedes .list_sedes li span.mapa:before {
  content: "\e90c";
}

.section_sedes-page-contact .content_list_sedes .list_sedes li span.email:before {
  content: "\e90b";
}

.section_sedes-page-contact .content_list_sedes .list_sedes li .content_btn {
  position: relative;
}

.section_sedes-page-contact .content_list_sedes .list_sedes li .content_btn a {
  display: block;
  width: 100%;
  position: absolute;
  bottom: -42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1292px) {
  .section_sedes-page-contact .map_image {
    margin: 0;
  }
  .section_sedes-page-contact .map_image img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 1024px) {
  .section_sedes-page-contact .title_page {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .section_sedes-page-contact:after {
    display: none;
  }
  .section_sedes-page-contact .map_image {
    display: block;
    margin: 0 0px;
    margin-bottom: 30px;
  }
  .section_sedes-page-contact .content_list_sedes {
    margin-top: 0px;
  }
  .section_sedes-page-contact .content_list_sedes .list_sedes li {
    width: 46%;
    margin: 0 2%;
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 480px) {
  .section_sedes-page-contact .content_list_sedes .list_sedes li {
    width: 98%;
  }
  .section_sedes-page-contact .content_list_sedes .list_sedes li:last-child {
    margin-bottom: 0;
  }
}

/* FONDO */
body.page-template-theme-contacto {
  background: #FFFCFA;
}

/* GOOGLE MAPS */
.section_google_maps {
  position: relative;
}

.section_google_maps iframe {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 650px;
  border: none;
}

.wrapper_content_data_contact_form {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrapper_content_data_contact_form article {
  width: 40%;
}

.wrapper_content_data_contact_form aside {
  width: 55%;
  background: #fff;
}

.wrapper_content_data_contact_form .content_box_form {
  padding: 45px 90px;
}

.wrapper_form_cf7_general .wpcf7-text,
.wrapper_form_cf7_general .wpcf7-select,
.wrapper_form_cf7_general .wpcf7-textarea,
.wrapper_form_cf7_general .wpcf7-date,
.wrapper_form_cf7_general .wpcf7-number {
  border: 1px solid #957657 !important;
}

.wrapper_form_cf7_general .wpcf7-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 30px !important;
}

.wrapper_form_cf7_general .wpcf7-number::-webkit-inner-spin-button,
.wrapper_form_cf7_general .wpcf7-number::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

.wrapper_form_cf7_general .wpcf7-textarea {
  height: 105px !important;
}

.wrapper_form_cf7_general .wpcf7-submit {
  width: 100%;
}

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

.wrapper_form_cf7_general .column_2_form .wpcf7-form-control-wrap {
  width: 48%;
}

.wrapper_form_cf7_general .column_2_form .wpcf7-form-control-wrap:first-child {
  margin-right: 2%;
}

.wrapper_form_cf7_general .column_2_form .wpcf7-form-control-wrap:last-child {
  margin-left: 2%;
}

.wrapper_form_cf7_general .wrapper-wpcf7-select {
  position: relative;
}

.wrapper_form_cf7_general .wrapper-wpcf7-select:after {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 15px;
  content: " ";
  border-right: solid 1px #957657;
  border-bottom: solid 1px #957657;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}

.info_box_before_form {
  padding-bottom: 20px;
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: 300;
}

.page-template-theme-reclamos .wpcf7-form-control-wrap.terminos {
  text-align: center;
}

.wrapper_content_data_contact_form article {
  margin: 0;
}

.certificacion_info_text {
  padding: 86px 0;
  padding-bottom: 35px;
}

.certificacion_info_text .wrapper__container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00a548;
  z-index: -1;
  left: 0;
}

.certificacion_info_text .article_page {
  color: #fff;
}

.certificacion_info_text .article_page h2 {
  font-family: "Open Sans";
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -0.58px;
  font-weight: normal;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.certificacion_info_text .article_page h2:before {
  content: "";
  height: 2px;
  width: 220px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
}

.certificacion_info_text .content_info_box_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 386px;
  position: relative;
}

.certificacion_info_text .content_info_box_image article.article_page {
  width: 50%;
  padding: 0 60px;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.31px;
}

.certificacion_info_text .content_info_box_image figure.image_page {
  margin: 0;
  width: 50%;
}

.certificacion_info_text .content_info_box_image figure.image_page img {
  position: absolute;
  top: -33px;
  right: 10px;
}

.certificacion_info_image_box {
  padding-top: 106px;
  padding-bottom: 144px;
}

.certificacion_info_image_box .container_box_infoimage {
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
}

.certificacion_info_image_box .container_box_infoimage article {
  width: 55%;
  -webkit-box-shadow: 0 2px 16px 0 rgba(221, 221, 221, 0.5);
          box-shadow: 0 2px 16px 0 rgba(221, 221, 221, 0.5);
  padding-left: 55px;
  padding-right: 44px;
  height: auto;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-family: "Open Sans";
  line-height: 20px;
}

.certificacion_info_image_box .container_box_infoimage article .logo_infobox img {
  display: block;
  margin-right: 34px;
}

.certificacion_info_image_box .container_box_infoimage article span {
  display: block;
}

.certificacion_info_image_box .container_box_infoimage article span p {
  margin-bottom: 0;
}

.certificacion_info_image_box .container_box_infoimage figure {
  width: 45%;
}

.certificacion_info_image_box .container_box_infoimage figure img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .certificacion_info_text {
    padding-top: 40px;
  }
  .certificacion_info_text .content_info_box_image {
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .certificacion_info_text .content_info_box_image article.article_page {
    padding: 30px;
  }
  .certificacion_info_text .content_info_box_image figure.image_page {
    padding: 20px 0;
  }
  .certificacion_info_text .content_info_box_image figure.image_page img {
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    display: block;
    width: 100%;
    height: auto;
  }
  .certificacion_info_image_box {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .certificacion_info_text .content_info_box_image article.article_page {
    padding: 20px 15px;
  }
}

@media screen and (max-width: 767px) {
  .certificacion_info_text {
    padding-top: 0;
  }
  .certificacion_info_text .content_info_box_image article.article_page,
  .certificacion_info_text .content_info_box_image figure.image_page {
    width: 100%;
    padding-bottom: 20px;
  }
  .certificacion_info_text .content_info_box_image article.article_page {
    padding-top: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .certificacion_info_image_box .container_box_infoimage {
    padding: 0px;
  }
}

@media screen and (max-width: 768px) {
  .certificacion_info_image_box {
    padding: 50px 0;
  }
  .certificacion_info_image_box .container_box_infoimage article,
  .certificacion_info_image_box .container_box_infoimage figure {
    width: 100%;
  }
  .certificacion_info_image_box .container_box_infoimage article {
    padding: 35px;
  }
  .certificacion_info_image_box .container_box_infoimage article .logo_infobox {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .certificacion_info_image_box .container_box_infoimage article {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 25px 20px;
  }
  .certificacion_info_image_box .container_box_infoimage article .logo_infobox {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .certificacion_info_image_box .container_box_infoimage article .logo_infobox img {
    display: block;
    margin-right: 0;
    margin: 0 auto;
  }
  .certificacion_info_image_box .container_box_infoimage span {
    width: 100%;
    text-align: center;
  }
}

.certificacion_value_box {
  padding-bottom: 120px;
}

.certificacion_value_box .container_box_value .list_values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}

.certificacion_value_box .container_box_value .list_values li {
  width: 33.333%;
  position: relative;
}

.certificacion_value_box .container_box_value .list_values li figure {
  margin: 0;
  padding: 0;
  width: 60px;
  display: block;
  margin: 0 auto;
  margin-bottom: 28px;
}

.certificacion_value_box .container_box_value .list_values li .box_padding {
  padding: 0 68px;
  text-align: center;
}

.certificacion_value_box .container_box_value .list_values li .box_padding h3 {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.49px;
  font-family: "Open Sans";
  text-transform: uppercase;
  display: block;
  padding: 0 45px;
}

.certificacion_value_box .container_box_value .list_values li .box_padding p {
  font-family: "Open Sans";
  line-height: 20px;
}

.certificacion_value_box .container_box_value .list_values li:nth-child(even):before, .certificacion_value_box .container_box_value .list_values li:nth-child(even):after {
  top: 0;
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #00a548;
}

.certificacion_value_box .container_box_value .list_values li:nth-child(even):after {
  right: 0;
}

@media screen and (max-width: 1024px) {
  .certificacion_value_box .container_box_value .list_values li .box_padding {
    padding: 0 30px;
  }
  .certificacion_value_box .container_box_value .list_values li .box_padding h3 {
    padding: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .certificacion_value_box .container_box_value .list_values li .box_padding {
    padding: 0 30px;
  }
  .certificacion_value_box .container_box_value .list_values li .box_padding h3 {
    padding: 0 0px;
  }
}

@media screen and (max-width: 640px) {
  .certificacion_value_box .container_box_value .list_values li {
    width: 100%;
    margin-bottom: 20px;
  }
  .certificacion_value_box .container_box_value .list_values li:last-child {
    margin-bottom: 0;
  }
  .certificacion_value_box .container_box_value .list_values li:nth-child(even):before, .certificacion_value_box .container_box_value .list_values li:nth-child(even):after {
    display: none;
  }
}

.proyecto_info_text {
  padding-top: 94px;
  padding-bottom: 88px;
}

.proyecto_info_text .wrapper__container {
  max-width: 914px;
  width: 100%;
}

.proyecto_info_text .wrapper__container .article_page {
  font-size: 18px;
  font-family: "Open Sans";
  line-height: 23px;
}

.proyecto_list_items .content_list_projects article {
  margin-bottom: 42px;
}

.proyecto_list_items .content_list_projects article figure {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.proyecto_list_items .content_list_projects article figure img {
  max-width: 570px;
  width: 100%;
  margin: 0;
  height: auto;
}

.proyecto_list_items .content_list_projects article figure .image {
  position: relative;
}

.proyecto_list_items .content_list_projects article figure .image:before {
  content: "";
  position: absolute;
  border: solid 1px #fff;
  width: 94%;
  height: 90%;
  top: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.proyecto_list_items .content_list_projects article:nth-child(even) figure {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.proyecto_list_items .content_list_projects article:nth-child(even) figcaption {
  margin-left: inherit;
  margin-right: -146px;
}

.proyecto_list_items .content_list_projects article figcaption {
  max-width: 473px;
  width: 100%;
  padding: 35px 68px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(163, 163, 163, 0.5);
          box-shadow: 0 2px 12px 0 rgba(163, 163, 163, 0.5);
  margin-left: -146px;
  background: #fff;
  z-index: 1;
}

.proyecto_list_items .content_list_projects article figcaption h3 {
  font-family: "Open Sans";
  font-size: 20px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.proyecto_list_items .content_list_projects article figcaption h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 145px;
  height: 3px;
  background: #00a548;
}

.proyecto_list_items .content_list_projects article figcaption p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  font-family: "Open Sans";
}

@media screen and (max-width: 768px) {
  .proyecto_list_items .content_list_projects article figure {
    width: 100%;
  }
  .proyecto_list_items .content_list_projects article figure img {
    margin: 0 auto;
  }
  .proyecto_list_items .content_list_projects article:nth-child(even) figure {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .proyecto_list_items .content_list_projects article:nth-child(even) figcaption {
    margin-right: auto;
    margin-left: auto;
  }
  .proyecto_list_items .content_list_projects article figcaption {
    margin-right: auto;
    margin-left: auto;
    max-width: 570px;
    width: 100%;
  }
  .proyecto_list_items .content_list_projects article figcaption h3 {
    text-align: center;
  }
  .proyecto_list_items .content_list_projects article figcaption h3:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .proyecto_list_items .content_list_projects article figcaption p {
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .proyecto_list_items .content_list_projects article figcaption {
    padding: 20px 20px;
  }
}

.container_single_products {
  padding-top: 70px;
  padding-bottom: 68px;
}

.container_single_products .wrapper__container {
  max-width: 1272px;
}

.container_single_products article {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container_single_products article .column_details_info_products {
  width: 540px;
}

.container_single_products article .column_details_image_products {
  width: 692px;
  text-align: center;
  height: 100%;
}

.section_products_fichas .wrapper_list_fichas {
  padding-bottom: 54px;
  padding-top: 60px;
  position: relative;
}

.section_products_fichas .wrapper_list_fichas:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e5e5e5;
}

.section_products_fichas .wrapper_list_fichas .list_fichas {
  margin: 0;
  padding: 11px 0;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.section_products_fichas .wrapper_list_fichas .list_fichas li {
  width: 196px;
  position: relative;
}

.section_products_fichas .wrapper_list_fichas .list_fichas li:before {
  content: "";
  height: 40px;
  width: 1px;
  background: #e9dede;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.section_products_fichas .wrapper_list_fichas .list_fichas li:last-child:before {
  display: none;
}

.section_products_fichas .wrapper_list_fichas .list_fichas li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 27px;
  font-size: 13px;
  font-family: "Open Sans";
  color: #000;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.section_products_fichas .wrapper_list_fichas .list_fichas li a:hover {
  color: #00a548;
  background: #eeeeee;
}

.section_products_fichas .wrapper_list_fichas .list_fichas li a:before {
  content: "\e905";
  font-family: icomoon;
  font-size: 32px;
  color: #00a548;
  margin-right: 13px;
}

@media screen and (max-width: 480px) {
  .section_products_fichas .wrapper_list_fichas .list_fichas li:before {
    display: none;
  }
}

.content_detail_product {
  padding-right: 76px;
}

.content_detail_product h1 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 36px;
  font-family: "Open Sans";
  font-size: 25px;
  text-transform: uppercase;
}

.content_detail_product h1:before {
  content: "";
  height: 2px;
  background: #00a548;
  width: 70px;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.content_detail_product p {
  font-size: 16px;
  line-height: 27px;
}

.content_detail_product .content_infobox_product {
  margin-bottom: 30px;
}

.box_acabados {
  background: #f5f5f5;
  padding: 23px 17px;
  margin-bottom: 24px;
}

.box_acabados h3 {
  font-size: 18px;
  color: #000;
  font-family: "Open Sans";
  text-transform: uppercase;
}

.list_acabados {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.list_acabados li {
  text-align: center;
  width: 25%;
}

.list_acabados li span {
  font-family: "Open Sans";
  display: block;
  font-size: 13px;
  margin-bottom: 12px;
}

.content_quote_btn {
  text-align: right;
}

/* BY TAXONOMY */
.content_list_group_products_by_taxonomy {
  padding: 110px 0;
}

.content_list_group_products_by_taxonomy .title_page {
  margin-bottom: 70px;
}

.content_list_group_products_by_taxonomy .list_group_product {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 35px;
}

.content_list_group_products_by_taxonomy .list_group_product li {
  -webkit-box-shadow: 0 5px 14px 0 rgba(201, 201, 201, 0.5);
          box-shadow: 0 5px 14px 0 rgba(201, 201, 201, 0.5);
  background: #fff;
  width: 212px;
  margin: 0 40px;
  margin-bottom: 50px;
}

.content_list_group_products_by_taxonomy .list_group_product li:hover .title_product a:after {
  opacity: 1;
}

.content_list_group_products_by_taxonomy .list_group_product li:hover figure:before {
  opacity: 1;
}

.content_list_group_products_by_taxonomy .list_group_product li figure {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 265px;
  position: relative;
}

.content_list_group_products_by_taxonomy .list_group_product li figure:before {
  content: "";
  border: solid 1px #fff;
  width: 90%;
  height: 90%;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.content_list_group_products_by_taxonomy .list_group_product li figure a {
  position: absolute;
  width: 100%;
  height: 100%;
}

.content_list_group_products_by_taxonomy .list_group_product li figure img {
  display: block;
  width: 100%;
  height: auto;
}

.content_list_group_products_by_taxonomy .list_group_product li .title_product {
  padding: 18px;
  padding-right: 40px;
  position: relative;
}

.content_list_group_products_by_taxonomy .list_group_product li .title_product a {
  display: block;
  position: relative;
  font-family: "Open Sans";
  font-size: 20px;
  color: #000;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.content_list_group_products_by_taxonomy .list_group_product li .title_product a:hover:after {
  opacity: 1;
}

.content_list_group_products_by_taxonomy .list_group_product li .title_product a:after {
  content: "\e910";
  font-family: icomoon;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: -18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  border-radius: 50%;
  border: solid 1px #00a548;
  opacity: 0;
  color: #00a548;
}

@media screen and (max-width: 1024px) {
  .content_list_group_products_by_taxonomy {
    padding: 50px 0;
  }
  .content_list_group_products_by_taxonomy .title_page {
    margin-bottom: 40px;
  }
  .content_list_group_products_by_taxonomy .list_group_product li {
    width: 23%;
    margin: 0 1%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .content_list_group_products_by_taxonomy .list_group_product li {
    width: 31%;
  }
}

@media screen and (max-width: 640px) {
  .content_list_group_products_by_taxonomy .list_group_product li {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 480px) {
  .content_list_group_products_by_taxonomy .list_group_product {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content_list_group_products_by_taxonomy .list_group_product li {
    width: 80%;
    margin-bottom: 10%;
  }
}

/* MODAL */
.header__menu__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.header__menu__modal.active_modal {
  opacity: .34;
  visibility: visible;
  z-index: 901;
  background: #000;
}

.politicas__modal {
  width: 90%;
  height: 90%;
  max-width: 995px;
  max-height: 525px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.17);
          box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.17);
  background: #fff;
  padding: 30px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.modal__various {
  opacity: 0;
  visibility: hidden;
  z-index: -900;
  display: none;
}

.modal__various.active_modal {
  opacity: 1;
  visibility: visible;
  z-index: 904;
  display: block;
}

.header_title_modal {
  position: relative;
}

.politicas__modal__close {
  position: absolute;
  top: 0px;
  right: -30px;
  cursor: pointer;
}

.btnCloseContact {
  width: 30px;
  height: 30px;
}

.btnCloseContact:before,
.btnCloseContact:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 14px;
  top-transition: all .3s ease-in-out;
}

.btnCloseContact:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.btnCloseContact:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btnCloseContact:hover:before,
.btnCloseContact:hover:after {
  background: #000;
}

.politicas__modal__ctn {
  overflow: auto;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .politicas__modal {
    padding: 30px 30px;
  }
  .politicas__modal__close {
    position: absolute;
    top: 10px;
    right: 0px;
  }
}

/* TABS */
.content_tabs_products {
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 14px 0 rgba(201, 201, 201, 0.5);
          box-shadow: 0 5px 14px 0 rgba(201, 201, 201, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 45px;
  margin: 0;
  padding: 0;
  margin-bottom: 75px;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.content_tabs_products li {
  width: 33.333%;
  height: 100%;
  position: relative;
}

.content_tabs_products li:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  background: #393939;
  z-index: -1;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.content_tabs_products li a {
  display: block;
  text-align: center;
  -webkit-transition: all .2s;
  transition: all .2s;
  line-height: 45px;
  color: #a1a1a1;
  font-size: 14px;
  font-family: "Open Sans";
}

.content_tabs_products li.active:before {
  width: 100%;
}

.content_tabs_products li.active a {
  color: #fff;
}

.content_tabs_products li:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.content_tabs_products li:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.tabs__item__content {
  display: none;
}

.tabs__item__content.active {
  display: block;
}

.tabs__item__btn {
  display: none;
}

.tabs__item__btn.active {
  display: block;
}

/* SLIDER PRODUCTOS */
.slider_producto {
  position: relative;
}

.gallery__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gallery__products .main-container {
  width: 590px;
}

.gallery__products .nav-container {
  width: 86px !important;
}

.gallery__products .nav-container .slider-nav .slick-slide {
  float: none;
  width: 100% !important;
  margin-bottom: 10px;
}

.gallery__products .nav-container .slider-nav .slick-slide img {
  width: 100%;
}

.gallery__products .nav-container .slider-nav .slick-track {
  width: 100% !important;
}

.content_title_taxonomy_product h2 {
  padding-bottom: 26px;
  margin-bottom: 55px;
  color: #000;
  font-size: 25px;
  text-transform: uppercase;
  font-family: "Open Sans";
  position: relative;
  text-align: right;
}

.content_title_taxonomy_product h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #c8c8c8;
  left: 0;
}

@media screen and (max-width: 1271px) {
  .container_single_products article .column_details_info_products,
  .container_single_products article .column_details_image_products {
    width: 48%;
    margin: 1%;
  }
  .container_single_products article .gallery__products .main-container {
    width: 80%;
  }
  .container_single_products article .gallery__products .nav-container {
    width: 15%;
  }
}

@media screen and (max-width: 1024px) {
  .list_acabados li {
    width: 50%;
    margin-bottom: 20px;
  }
  .box_acabados h3 {
    text-align: center;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 960px) {
  .container_single_products article .gallery__products {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .container_single_products article .gallery__products .main-container {
    width: 100%;
  }
  .container_single_products article .gallery__products .nav-container {
    width: 100% !important;
  }
  .container_single_products article .gallery__products .nav-container .slider-nav {
    margin-top: 5px;
  }
  .container_single_products article .gallery__products .nav-container .slider-nav .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .container_single_products article .gallery__products .nav-container .slider-nav .slick-track .slick-slide {
    width: 38.333% !important;
    margin: 1%;
  }
  .container_single_products article .content_detail_product {
    padding-right: 10px;
  }
  .container_single_products article .content_quote_btn {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .container_single_products article .column_details_info_products,
  .container_single_products article .column_details_image_products {
    width: 98%;
    margin: 1%;
  }
  .content_title_taxonomy_product h2 {
    text-align: center;
    margin-top: 20px;
  }
}

/* PISOS DE MADERA */
.section_type_madera_general {
  padding: 80px;
}

.section_type_madera_general .proyecto_list_items .content_list_projects article:last-child {
  margin-bottom: 0;
}

.title_section_general_align {
  position: relative;
  margin-bottom: 70px;
}

.title_section_general_align:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #00a548;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.title_section_general_align.right {
  text-align: right;
}

.title_section_general_align.right .title_page {
  padding-right: 0;
  padding-left: 55px;
}

.title_section_general_align .title_page {
  position: relative;
  background: #fff;
  display: inline;
  padding-right: 55px;
}

.content_taxonomy_description {
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .section_type_madera_general .button__g {
    margin: 0 auto;
    display: block;
    max-width: 70%;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .title_section_general_align.right {
    text-align: center;
    padding: 0 30px !important;
  }
  .section_type_madera_general {
    padding: 50px 0;
  }
  .proyecto_list_items .content_list_projects article figure .image {
    margin: 0 auto;
  }
}

.page-template-theme-habitaciones,
.page-template-theme-paquetes {
  background: #FCF8F4;
}

.page-template-theme-habitaciones .wrapper_title_page_list,
.page-template-theme-paquetes .wrapper_title_page_list {
  padding-bottom: 40px;
}

.page-template-theme-habitaciones .wrapper_title_page_list .wrapper__container.width--1600,
.page-template-theme-paquetes .wrapper_title_page_list .wrapper__container.width--1600 {
  padding: 0 120px;
}

.page-template-theme-habitaciones .gradient_top_bootom:after,
.page-template-theme-paquetes .gradient_top_bootom:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(26.56%, rgba(255, 255, 255, 0)), to(#FCF8F4));
  background: linear-gradient(rgba(255, 255, 255, 0) 26.56%, #FCF8F4 100%);
}

.page-template-theme-habitaciones .item_list_cpt_paquetes figcaption,
.page-template-theme-paquetes .item_list_cpt_paquetes figcaption {
  background: #fff;
}

.page-template-theme-habitaciones .item_list_cpt_paquetes:last-child,
.page-template-theme-paquetes .item_list_cpt_paquetes:last-child {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .page-template-theme-habitaciones .wrapper_title_page_list .wrapper__container.width--1600,
  .page-template-theme-paquetes .wrapper_title_page_list .wrapper__container.width--1600 {
    padding: 0 20px;
  }
}

nav.nav_list_items_horizontal {
  margin-bottom: 30px;
}

nav.nav_list_items_horizontal ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav.nav_list_items_horizontal ul li {
  margin-right: 30px;
  display: inline-block;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  color: #957657;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
  cursor: pointer;
}

nav.nav_list_items_horizontal ul li:before {
  content: "";
  position: absolute;
  width: 0;
  opacity: 0;
  height: 1px;
  background: #957657;
  bottom: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

nav.nav_list_items_horizontal ul li.active:before {
  width: 100%;
  opacity: 1;
}

nav.nav_list_items_horizontal ul li:last-child {
  margin-right: 0;
}

nav.nav_list_items_horizontal ul li:hover:before {
  width: 100%;
  opacity: 1;
}

.all_gallery .single_gallery {
  padding: 0 10px;
  width: 33.333%;
}

.all_gallery .single_gallery figure {
  position: relative;
  margin-bottom: 20px;
}

.all_gallery .single_gallery figure img {
  width: 100%;
  height: auto;
  display: block;
}

.all_gallery .single_gallery figure figcaption {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.all_gallery .single_gallery figure figcaption span {
  text-align: center;
  color: #fff;
  font-family: "Didot";
  font-size: 18px;
  line-height: 20px;
  display: block;
  position: relative;
  z-index: 1;
  padding: 13px;
  text-transform: uppercase;
}

.all_gallery .single_gallery figure figcaption:before {
  content: "";
  background: #231F20;
  opacity: 0.55;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* FIX GALLERY */
.select_category_gallery {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  color: #957657;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
  border: 1px solid #957657;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  text-align: center;
  display: none;
  position: relative;
  margin-bottom: 30px;
  background: #ffffff;
}

.select_category_gallery:before {
  content: "\e906";
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 15px;
  font-family: icomoon;
  right: 20px;
}

.select_category_gallery .close_select_gallery {
  border: 0px;
  width: 50px;
  height: 50px;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  display: none;
}

.select_category_gallery .close_select_gallery:before {
  content: "\e905";
  font-family: icomoon;
}

.select_category_gallery .close_select_gallery.active {
  display: none;
}

.filters_style_select {
  display: none;
}

@media screen and (max-width: 768px) {
  .select_category_gallery {
    display: block;
  }
  .nav_list_items_horizontal {
    position: relative;
    border: solid 1px #957657;
  }
  .nav_list_items_horizontal select {
    border: none;
    background: #fff;
    padding: 15px 20px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    text-align: center;
    color: #957657;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  .nav_list_items_horizontal:after {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 15px;
    content: " ";
    border-right: solid 1px #957657;
    border-bottom: solid 1px #957657;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
  }
  .nav_list_items_horizontal ul {
    display: none;
  }
  .filters_style_select {
    display: block;
  }
  .select_category_gallery {
    display: block;
  }
  .option_filter_gallery {
    display: block;
    position: relative;
    width: 100%;
  }
  .option_filter_gallery.active .nav_list_items_horizontal {
    display: block;
    position: absolute;
    width: 100%;
    background: #fff;
    top: 70px;
    z-index: 10;
  }
  .option_filter_gallery nav.nav_list_items_horizontal ul {
    display: block;
    position: absolute;
    background: #fff;
    width: 100%;
  }
  .option_filter_gallery nav.nav_list_items_horizontal ul li {
    width: 100%;
    margin: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
  .wrapper_box_thumbnail_gallery {
    padding: 0 50px;
  }
}

/* ICON GALLERY */
.play_video_gallery {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.play_video_gallery button {
  position: relative;
  background: transparent;
  border: solid 1px #fff;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
}

.play_video_gallery:hover:before {
  background: #fff;
  color: #957657;
  border-radius: 50%;
}

.play_video_gallery:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 88px;
  height: 88px;
  line-height: 88px;
  text-align: center;
  content: "\e90e";
  font-size: 30px;
  font-family: icomoon;
  color: #fff;
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
}

body.single-paquete .box_image_single {
  width: 810px;
  height: auto;
  position: relative;
}

body.single-paquete .box_image_single:before {
  display: none;
}

body.single-paquete .box_image_single img {
  border: solid 3px #fff;
  display: block;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  body.single-paquete .box_image_single {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  body.single-paquete .box_image_single {
    width: 100%;
    height: 450px;
  }
  body.single-paquete .box_image_single img {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  body.single-paquete .box_image_single {
    height: 250px;
  }
}

.send_404 {
  padding: 160px 0;
  text-align: center;
  background-image: url("../images/bg_page_404_send.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.send_404:before {
  height: 400px;
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
}

.send_404 figure {
  max-width: 100px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.send_404 figure img {
  display: block;
  width: 100%;
}

.send_404 h3 {
  font-family: "Open Sans";
  font-size: 25px;
  color: #000;
  margin-bottom: 15px;
}

.send_404 .text__404__send {
  font-size: 17px;
  margin-bottom: 30px;
  font-family: "Open Sans";
}
