@font-face {
  font-family: "centennial_blackblack";
  src: url("../fonts/cibl-webfont.eot");
  src: url("../fonts/cibl-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/cibl-webfont.woff2") format("woff2"), url("../fonts/cibl-webfont.woff") format("woff"), url("../fonts/cibl-webfont.ttf") format("truetype"), url("../fonts/cibl-webfont.svg#centennial_blackblack") format("svg");
  font-weight: normal;
  font-style: normal;
}
::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #333744;
}

::selection {
  color: #fff;
  background: #333744;
}

#wpadminbar {
  display: none;
}

html {
  margin: 0 !important;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  line-height: 22px;
  color: #333744;
  margin: 0 !important;
}

body, button, input, select, optgroup, textarea {
  font-family: "Montserrat", sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #333744;
  font-family: "centennial_blackblack" !important;
  font-weight: 400;
}

main > section {
  margin-top: 150px;
  position: relative;
}

h1 {
  font-size: clamp(2.188rem, 16px + 2.5vw, 3.313rem);
  line-height: 1.1;
}

h2 {
  font-size: clamp(2.625rem, 14px + 2vw, 3.8rem);
  line-height: 1.1;
}

h3 {
  font-size: clamp(1rem, 6px + 1vw, 2rem);
  line-height: 1.1;
}

h4 {
  font-size: clamp(1.575rem, 12px + 1.1vw, 1rem);
  line-height: 1.1;
}

/*h1 {
    font-size: 3em;
    line-height: 1.1;
    font-weight:700;
    color:$negro;
}

h2 {
    font-size: 2.5em;
    line-height: 1.1;
    font-weight:600;
}

h3 {
    font-size: 2em;
    line-height: 1.1;
    font-weight:500;
}

h4 {
    font-size: 1.5em;
    line-height: 1.1;
}*/
a {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #333744;
}
a:hover {
  color: #77937f;
}
a:visited {
  color: #333744;
}

em {
  color: #333744;
}

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

p > strong {
  color: #333744;
}

figure {
  margin: 0;
}

.wrapper {
  width: 90%;
  max-width: 1720px;
  margin: 0px auto;
  position: relative;
}

.wrapper2 {
  width: 90%;
  max-width: 1520px;
  margin: 0px auto;
  position: relative;
}

.btn {
  font-size: 1.1em;
  display: inline-block;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 50px;
  color: #fff;
  background-color: #77937f;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  border: 2px solid #77937f;
  transition: all 0.5s;
  border-radius: 5px;
}
.btn:visited {
  color: #fff;
}
.btn span {
  position: relative;
}
.btn:hover {
  color: #77937f;
  background-color: transparent;
  text-decoration: none;
}

/*FORM*/
::-webkit-input-placeholder {
  color: #333744;
  opacity: 1; /* Firefox */
}
::-moz-placeholder {
  color: #333744;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder {
  color: #333744;
  opacity: 1; /* Firefox */
}
::-ms-input-placeholder {
  color: #333744;
  opacity: 1; /* Firefox */
}
::placeholder {
  color: #333744;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #333744;
}

.wpcf7 {
  margin: 0px auto;
  width: 75% !important;
  margin-top: 75px;
}

.wpcf7-form {
  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 p {
  position: relative;
  width: 100%;
}
.wpcf7-form .uk-icon {
  position: absolute;
  z-index: 2;
  top: 17px;
  left: 25px;
}
.wpcf7-form .uk-icon svg {
  color: #333744;
  width: 30px;
}
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
  border-radius: 5px;
  padding: 15px 20px;
  padding-left: 75px;
  border: 1px solid #333744;
  background-color: #fff;
  color: #333744;
  width: 100%;
  font-size: 1.1em;
}
.wpcf7-form textarea {
  height: 150px;
}
.wpcf7-form input[type=submit] {
  padding: 14px 20px;
  background-color: #77937f;
  font-weight: 900;
  font-size: 1.25em;
  text-transform: uppercase;
  border: 2px solid #77937f;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  width: 75%;
  margin-left: 12.5%;
}
.wpcf7-form input[type=submit]:hover {
  background-color: #fff;
  color: #77937f;
}
.wpcf7-form .wpcf7-list-item {
  margin-left: 0;
  margin-right: 15px;
}
.wpcf7-form input[type=checkbox] {
  width: 30px;
  padding: 0;
  height: 30px;
  border-radius: 5px;
}
.wpcf7-form .full {
  width: 100%;
  margin-bottom: 25px;
  position: relative;
}
.wpcf7-form .mitad {
  width: calc(50% - 25px);
  margin-bottom: 25px;
  position: relative;
}

.captcha-image {
  width: 100%;
  border-radius: 5px;
  border-radius: 0px;
  display: block;
}

.captcha-image label > input:checked + svg,
.captcha-image label > input:focus + svg {
  border: none;
  color: #77937f;
}

.wpcf7-form-control-wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7-form-control-wrap input {
  margin-right: 15px;
}
.wpcf7-form-control-wrap .wpcf7-list-item-label {
  width: calc(100% - 45px);
}

.txt header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.txt header:nth-of-type(2) {
  margin-top: 75px;
}
.txt header h1, .txt header h2, .txt header h3 {
  display: block;
  width: 1000%;
}
.txt header h2 {
  color: #333744;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 20px;
  margin-bottom: 25px;
  position: relative;
}
.txt header h3 {
  color: #333744;
  text-transform: uppercase;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0;
  font-family: "Montserrat", sans-serif !important;
}
.txt header .btn {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: 0px auto;
  margin-top: 25px;
}
.txt.centrar > article {
  padding: 0;
  width: 55%;
  margin: 0px auto;
  text-align: center;
}
.txt.centrar header {
  width: 100%;
  margin: 0px auto;
  text-align: center;
  margin-bottom: 25px;
}
.txt.centrar iframe {
  width: 75%;
  aspect-ratio: 16/9;
  height: auto;
  border-radius: 15px;
  margin: 0px auto;
  margin-top: 75px;
  display: block;
  z-index: 1;
  position: relative;
  mix-blend-mode: multiply;
}
.txt article, .txt > div {
  width: calc(50% - 50px);
}
.txt article {
  padding: 50px 100px;
  position: relative;
  z-index: 1;
}
.txt article p:first-of-type {
  margin-top: 0;
}
.txt article p:last-of-type {
  margin-bottom: 0;
}
.txt .btn {
  margin-top: 50px;
  text-align: center;
}

/*------------------------------- HEADER -------------------------*/
.cabecera {
  position: fixed;
  z-index: 10;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  border-bottom-left-radius: 75px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cabecera * {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cabecera a, .cabecera span {
  color: #f3eddf;
}
.cabecera .top svg {
  color: #f3eddf !important;
}
.cabecera.active {
  background-color: rgb(255, 255, 255);
}
.cabecera.active a, .cabecera.active span {
  color: #333744;
}
.cabecera.active .top svg {
  color: #333744 !important;
}
.cabecera.active .logo .st0 {
  fill: #333744;
}

.top {
  padding: 20px 0;
}
.top .uk-icon {
  margin-right: 10px;
}
.top svg {
  width: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.top li {
  margin-right: 35px;
}
.top li a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.top li a:hover {
  color: #333744;
  text-decoration: none;
}
.top li:last-child {
  margin-right: 0;
}
.top .rrss li span {
  text-transform: uppercase;
  font-weight: 700;
}
.top .rrss li svg {
  margin-right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.top .rrss li:hover svg {
  color: #77937f;
}

.logo {
  width: 350px;
}

.navegacion {
  padding: 15px 0;
}

.main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-navigation ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-navigation .menu {
  margin-bottom: 10px;
}
.main-navigation .menu > li {
  margin-left: 50px;
}
.main-navigation .menu > li:first-child {
  margin-left: 0;
}
.main-navigation .menu a {
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.main-navigation .menu a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main-navigation .menu a:hover {
  color: #fff;
  text-decoration: none;
}
.main-navigation .menu a:hover:before {
  width: 100%;
}

.btn-mobile {
  display: none;
  position: absolute;
  right: 0;
  bottom: 35px;
}
.btn-mobile svg {
  width: 35px;
  color: #fff;
}

.uk-offcanvas-overlay::before {
  background-color: #333744;
  opacity: 0.35 !important;
}

.uk-offcanvas-close svg {
  width: 20px;
  color: #333744;
}

.uk-offcanvas-bar {
  width: 50%;
  padding: 50px;
  background-color: #fff;
  display: none;
}
.uk-offcanvas-bar .logo {
  width: 300px;
  display: block;
  margin: 0px auto;
}
.uk-offcanvas-bar .menu {
  margin-top: 50px;
  border-bottom: 1px solid #333744;
  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;
}
.uk-offcanvas-bar .menu > li {
  width: 100%;
  margin-bottom: 35px;
  text-align: center;
}
.uk-offcanvas-bar .menu > li a {
  font-weight: 600;
  position: relative;
}
.uk-offcanvas-bar .menu a {
  color: #333744;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.uk-offcanvas-bar .menu a:hover {
  color: #77937f;
  text-decoration: none;
}
.uk-offcanvas-bar .datos-contacto {
  margin: 35px 0;
  border-bottom: 1px solid #333744;
  text-align: center;
}
.uk-offcanvas-bar .datos-contacto li {
  width: 100%;
  margin-bottom: 35px;
}
.uk-offcanvas-bar .datos-contacto a {
  color: #333744;
}
.uk-offcanvas-bar .datos-contacto a svg {
  width: 25px;
  color: #333744;
  margin-right: 15px;
}
.uk-offcanvas-bar .rrss span {
  color: #333744;
}
.uk-offcanvas-bar .rrss svg {
  width: 25px;
  color: #333744;
  margin-left: 35px;
}

/*----------------------------------------- FOOTER -----------------------------*/
#colophon {
  position: relative;
}
#colophon .wrapper {
  padding-top: 100px;
  padding-bottom: 50px;
  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;
}
#colophon .wrapper article {
  width: calc(25% - 50px);
}
#colophon .wrapper article h4 {
  text-transform: uppercase;
  margin-bottom: 50px;
  color: #fff;
}
#colophon .wrapper article:first-of-type li {
  margin-bottom: 25px;
}
#colophon .wrapper article:first-of-type li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#colophon .wrapper article:first-of-type li a:hover {
  color: #fff;
  text-decoration: none;
}
#colophon .wrapper article:first-of-type li svg {
  color: #fff;
  width: 30px;
  margin-right: 20px;
}
#colophon .wrapper article:first-of-type:last-child {
  margin-bottom: 0;
}
#colophon .wrapper .rrss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#colophon .wrapper .rrss li:first-child {
  margin-right: 25px;
}
#colophon .wrapper .rrss svg {
  color: #fff;
  width: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#colophon .wrapper .rrss a:hover svg {
  color: #fff;
}
#colophon .wrapper > span {
  margin-top: 50px;
  display: block;
  width: 100%;
  text-align: center;
}
#colophon .menu li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 25px;
}
#colophon .menu li a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#colophon .menu li a:hover {
  color: #fff;
  text-decoration: none;
}
#colophon .menu li:last-child {
  margin-bottom: 0;
}
#colophon .menu li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 7px;
  left: 0;
}

/*----------------------------------------- HOME -----------------------------*/
#slider-home {
  position: relative;
  z-index: 1;
  height: calc(100% - 50px);
  min-height: calc(100vh - 50px);
  overflow: hidden;
  border-bottom-right-radius: 125px;
}
#slider-home > div {
  height: 100%;
}
#slider-home .uk-slideshow-items {
  min-height: 100% !important;
}
#slider-home .uk-slideshow-items li {
  height: 100%;
}
#slider-home .uk-slideshow-items li article {
  height: 100%;
  position: relative;
  z-index: 1;
  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;
}
#slider-home .uk-slideshow-items li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 55, 68, 0.45);
  mix-blend-mode: multiply;
  z-index: 1;
}
#slider-home h1 {
  color: #f3eddf;
  text-align: center;
  width: 100%;
  font-size: 6em;
  margin: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/*ABOUT HOME*/
.bg {
  background-color: #f3eddf;
  padding: 150px 0;
}
.bg > img {
  opacity: 0.25;
  mix-blend-mode: multiply;
  z-index: 0;
}

.about-home {
  position: relative;
  z-index: 0;
  margin-top: -150px;
  border-bottom-left-radius: 125px;
  padding-top: 300px;
}
.about-home li {
  width: calc(33.33% - 25px);
  text-align: center;
  margin-top: 50px;
}
.about-home li svg {
  width: auto;
  height: 120px;
  display: block;
  margin: 0px auto;
}

.hotel-home:nth-of-type(2n) .wrapper2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.hotel-home:nth-of-type(2n) .wrapper2 > div:before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.hotel-home:nth-of-type(2n) article {
  text-align: right;
}
.hotel-home:nth-of-type(2n) .uk-slider .uk-slider-container {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.hotel-home:nth-of-type(2n) .uk-slider:before {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.hotel-home:nth-of-type(2n) .uk-slideshow-items {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.hotel-home .wrapper2 > div {
  width: calc(50% - 100px);
  position: relative;
}
.hotel-home .wrapper2 > div:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  border: 1px solid #d3c8b8;
  z-index: 0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.hotel-home .wrapper2 article {
  width: 50%;
  padding-top: 50px;
}
.hotel-home .wrapper2 article ul {
  margin: 50px 0;
}
.hotel-home .wrapper2 article li {
  width: calc(33.33% - 50px);
  text-align: center;
}
.hotel-home .wrapper2 article li span + span {
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.hotel-home .wrapper2 article li svg {
  width: auto;
  height: 60px;
}
.hotel-home .uk-slider {
  margin-top: 50px;
  position: relative;
}
.hotel-home .uk-slider .uk-slider-container {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
.hotel-home .uk-slider .uk-slider-container .uk-cover-container {
  aspect-ratio: 1/1;
}
.hotel-home .uk-slider .uk-slider-container .uk-cover-container:hover {
  cursor: crosshair;
}
.hotel-home .uk-slider:before {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  border: 1px solid #d3c8b8;
  z-index: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.hotel-home .uk-slideshow-items {
  aspect-ratio: initial !important;
  width: 100%;
  height: 100%;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.mapa-home {
  border-top-right-radius: 125px;
}

/*------------------------------- LEGAL -------------------------*/
.page-template-txt-legal main > section.centrar {
  margin-bottom: 0 !important;
}
.page-template-txt-legal main > section strong {
  color: #333744;
}
.page-template-txt-legal main > section li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 25px;
}
.page-template-txt-legal main > section li:last-child {
  margin-bottom: 0;
}
.page-template-txt-legal main > section li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77937f;
  position: absolute;
  top: 7px;
  left: 0;
}
.page-template-txt-legal h2 {
  color: #333744;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.page-template-txt-legal h2:before {
  content: "";
  width: 250px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #77937f;
}

/*------------------------------- 404 -------------------------*/
.error404 main > section {
  margin-top: 75px;
}
.error404 .txt header {
  margin-bottom: 50px;
}
.error404 .txt header h1 span {
  font-size: 4em;
  font-weight: 700;
}
.error404 .txt strong {
  font-size: 2em;
}