@charset "UTF-8";
/*
@font-face {
    font-family: 'Roboto Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Bold'), url('../fonts/DMSerifText-Regular.woff') format('woff');
}
    */
@font-face {
  font-family: "Roboto Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Roboto Bold"), url("../fonts/Roboto-Bold.woff") format("woff");
}
@font-face {
  font-family: "Roboto Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Roboto Regular"), url("../fonts/Roboto-Regular.woff") format("woff");
}
body {
  background-color: #D2527F;
}
@keyframes mouse-scroll {
  0% {
    top: 10%;
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 50%;
    opacity: 0;
  }
}
.scroll-msg-container {
  position: absolute;
  bottom: 80px;
  left: 50%;
  width: 30px;
  height: 54px;
  margin-top: -27px;
  margin-left: -15px;
}

.scroll-msg-inner {
  width: 26px;
  height: 50px;
  position: relative;
  border-radius: 17px;
  border: 2px solid #ffffff;
}

.scroll-msg-wheel {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  border-radius: 50%;
  background-color: #ffffff;
  animation: mouse-scroll 2s infinite;
}

html, body {
  background: #000;
}

a:focus {
  outline: none;
}

.site-header {
  padding: 40px 5%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  height: 140px;
  z-index: 999999;
  position: relative;
}
.site-header .menu-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.site-header .main-navigation ul {
  display: flex;
  justify-content: flex-end;
}
.site-header .main-navigation ul li {
  margin-left: 30px;
}
.site-header .main-navigation ul li a {
  font-family: "Roboto Bold";
  color: #fff;
  font-size: 1.25rem;
  line-height: 1em;
  padding-bottom: 5px;
}
.site-header .main-navigation ul li.current-menu-item a {
  border-bottom: 2px solid #FC7865;
}
.site-header .langs {
  margin-left: 20px;
  margin-top: -8px;
  z-index: 9999;
}
.site-header .langs .wpml-ls-legacy-dropdown-click {
  width: -moz-max-content;
  width: max-content;
}
.site-header .langs .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border: 0;
}
.site-header .langs .wpml-ls-legacy-dropdown-click a {
  font-family: "Roboto Bold";
  font-size: 20px;
  color: white;
  border: 0;
  background: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.site-header .langs .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  content: "";
  background: url("../images/open.svg") no-repeat;
  display: block;
  width: 16px;
  height: 16px;
  background-size: contain;
  border: 0;
  filter: invert(57%) sepia(92%) saturate(1507%) hue-rotate(320deg) brightness(104%) contrast(106%);
  top: 10px;
}

h1 {
  font-family: "Roboto Bold";
  font-size: 3rem !important;
  line-height: 1.1em !important;
  color: #fff !important;
}

h2, h3 {
  font-family: "Roboto Bold";
}

#page {
  background-color: #000;
  color: #fff;
  font-family: "Roboto Regular";
}

.button {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 50px;
  text-decoration: none;
  transition: all 0.5s;
  display: inline-block;
}
.button:visited {
  color: #fff;
}
.button:hover {
  color: #000;
  background: #fff;
}

section.featured .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
section.featured .content .txt-wrapper {
  width: 80%;
  max-width: 620px;
}
section.featured .content .txt-wrapper h2 {
  font-size: 2.5rem;
  line-height: 1em;
  margin-bottom: 2rem;
}
section.featured .img-wrap img {
  width: 100%;
}
section.featured .button {
  margin-top: 4rem;
}
section.featured.right .row {
  display: flex;
  flex-direction: row-reverse;
}
section.featured.right .row .content {
  text-align: right;
  align-items: flex-end;
}
section.featured.right .row .content h2, section.featured.right .row .content p {
  float: right;
}
section.full-image img {
  width: 100%;
  height: 680px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top-center;
     object-position: top-center;
}
section.text {
  padding: 3rem 0;
  text-align: center;
}
section.text h2 {
  font-size: 2.5rem;
  margin-bottom: 4rem;
}
section.text h3 {
  font-size: 1.75rem;
  margin-top: 3rem;
}
section.text .button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
}
section.text .button:first-of-type {
  margin-top: 3rem;
}
section.cols-2 {
  padding: 3rem 0;
  text-align: left;
}
section.cols-2 h2 {
  font-size: 2.5rem;
  margin-bottom: 4rem;
  text-align: center;
}
section.cols-2 h3 {
  font-size: 1.75rem;
  margin-bottom: 2rem;
}
section.cols-2 ul, section.cols-2 ol {
  padding-left: 0;
  margin-left: 20px;
}
section.cols-2 .button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
}
section.cols-2 .button:first-of-type {
  margin-top: 3rem;
}
section.news {
  padding: 1rem 0;
  text-align: left;
}
section.news .img-wrap img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.news h2 {
  font-size: 2.5rem;
  text-align: left;
  line-height: 1em;
}
section.news .date {
  font-size: 0.875rem;
  opacity: 0.7;
}
section.news .button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
}
section.news .button:first-of-type {
  margin-top: 3rem;
}
section.gallery .gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
section.gallery .gallery-wrapper .img-wrap {
  max-width: 100%;
  position: relative;
}
section.gallery .gallery-wrapper .img-wrap:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
section.gallery .gallery-wrapper .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes slide-anim {
  0% {
    transform-origin: bottom right;
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.page-template-page-home section.slider {
  height: calc(100vh - 140px);
  position: relative;
}
.page-template-page-home section.slider .gradient {
  position: absolute;
  width: 100%;
  height: 200px;
  z-index: 999;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
}
.page-template-page-home section.slider .slider-inner .item {
  height: 100%;
  width: 100%;
  position: relative;
}
.page-template-page-home section.slider .slider-inner .item .img-wrapper {
  height: calc(100vh - 140px);
  width: 100%;
  overflow: hidden;
}
.page-template-page-home section.slider .slider-inner .item .img-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  animation: slide-anim 40s infinite;
}
.page-template-page-home section.slider .slider-inner .item p {
  font-size: 1.25rem;
}
.page-template-page-home section.slider .slider-inner .item .content-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  max-width: 780px;
  text-align: center;
}
.page-template-page-home section.slider .slider-inner .item .content-wrap .button {
  margin: 20px 10px;
}
.page-template-page-home section.slider .slider-inner .item .content-wrap .button.booking {
  background: #fff;
  color: #000;
}
.page-template-page-home section.slider .slider-inner .item .content-wrap .ssnn {
  margin-top: 20px;
}
.page-template-page-home section.slider .slider-inner .item .content-wrap .ssnn a {
  display: inline-block;
  margin: 0 10px;
}
.page-template-page-home section {
  margin-bottom: 10rem;
}

section.header {
  margin-top: -140px;
  height: 100vh;
  overflow: hidden;
}
section.header .img-wrapper img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  animation: slide-anim 40s infinite;
}
section.header .img-wrapper .contrast {
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0.5;
  position: absolute;
  z-index: 9;
}
section.header .content-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  max-width: 780px;
  text-align: center;
  z-index: 99;
}
section.header .content-wrap .button {
  margin: 20px 10px;
}
section.header .content-wrap .button.booking {
  background: #fff;
  color: #000;
}
section.header .content-wrap .ssnn {
  margin-top: 20px;
}
section.header .content-wrap .ssnn a {
  display: inline-block;
  margin: 0 10px;
}

.page-template-page-carta h2 {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.25rem !important;
}
.page-template-page-carta h3 {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.5rem !important;
}
.page-template-page-carta .menu-group p, .page-template-page-carta .wine-group p {
  margin: 0.5rem 0;
  display: block;
}
.page-template-page-carta .menu-group p span.plato, .page-template-page-carta .menu-group p span.wine, .page-template-page-carta .wine-group p span.plato, .page-template-page-carta .wine-group p span.wine {
  float: left;
  width: calc(100% - 34px);
}
.page-template-page-carta .menu-group p span.plato span, .page-template-page-carta .menu-group p span.wine span, .page-template-page-carta .wine-group p span.plato span, .page-template-page-carta .wine-group p span.wine span {
  font-size: 10px;
}
.page-template-page-carta .menu-group p span.price, .page-template-page-carta .wine-group p span.price {
  float: right;
}
.page-template-page-carta section.menu {
  margin-top: 10rem;
}
.page-template-page-carta section.menu li {
  list-style-type: none;
  width: 100%;
}
.page-template-page-carta section.menu li span {
  float: right;
}
.page-template-page-carta section.menu .menu-group {
  display: grid;
  margin-bottom: 8rem;
  margin-left: auto;
  margin-right: auto;
  width: 920px;
  grid-auto-flow: column;
}
.page-template-page-carta section.menu .menu-group.columns-1 {
  width: 480px;
  grid-template-columns: 100%;
}
.page-template-page-carta section.menu .menu-group.columns-1.noprices {
  text-align: center;
}
.page-template-page-carta section.menu .menu-group.columns-2 {
  -moz-column-gap: 200px;
       column-gap: 200px;
  grid-template-columns: repeat(2, calc(50% - 100px));
  background: #000 url("../images/dot-white.png");
  background-position: 50% top;
  background-repeat: repeat-y;
}
.page-template-page-carta section.menu .menu-group.columns-2.noprices {
  text-align: center;
}
.page-template-page-carta section.menu .menu-group.columns-3 {
  width: 980px;
  -moz-column-gap: 100px;
       column-gap: 100px;
  grid-template-columns: repeat(3, calc(33.3% - 66px));
  background: url("../images/dot-white.png"), url("../images/dot-white.png");
  background-position: calc(33.33% - 16px) top, calc(66.66% + 18px) top;
  background-repeat: repeat-y, repeat-y;
}
.page-template-page-carta section.menu .menu-group.columns-3.noprices {
  text-align: center;
}
.page-template-page-carta section.wines .wine-wrapper {
  background: url("../images/dot-white.png"), url("../images/dot-white.png");
  background-position: calc(33.33% - 30px) top, calc(66.66% + 30px) top;
  background-repeat: repeat-y, repeat-y;
  margin-bottom: 10rem;
}
.page-template-page-carta section.wines .wine-wrapper.noprices {
  text-align: center;
}
.page-template-page-carta section.wines .wine-group {
  margin-bottom: 4rem;
  float: left;
  width: 100%;
}
.page-template-page-carta section.wines .wine-group p {
  padding: 1rem 0;
}
.page-template-page-carta section.wines .wine-group:last-of-type {
  margin-bottom: 1rem;
}

.page-template-page-restarurante section {
  margin-bottom: 6rem;
}

.page-template-page-wagyu section {
  margin-bottom: 4rem;
}

.page-template-page-contacto section {
  margin-bottom: 4rem;
}
.page-template-page-contacto section.note .note-wrapper {
  padding: 2rem;
  text-align: center;
  font-size: 1.5rem;
  background: #D9D9D9;
}
.page-template-page-contacto section.note .note-wrapper h3 {
  line-height: 2em;
  display: block;
  font-size: 2.5rem;
}
.page-template-page-contacto section.full-image img {
  width: 100%;
  height: auto;
}
.page-template-page-contacto section.code {
  padding: 4rem 0;
}
.page-template-page-contacto section.code h2 {
  margin-bottom: 4rem;
  text-align: center;
}
.page-template-page-contacto section.code .gform_required_legend {
  display: none !important;
}
.page-template-page-contacto section.code form label {
  color: #fff;
  padding: 0 10px;
}
.page-template-page-contacto section.code form input[type=text], .page-template-page-contacto section.code form input[type=email], .page-template-page-contacto section.code form textarea {
  background: none;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.page-template-page-contacto section.code form input[type=text]:focus, .page-template-page-contacto section.code form input[type=email]:focus, .page-template-page-contacto section.code form textarea:focus {
  box-shadow: none;
}
.page-template-page-contacto section.code form input[type=submit] {
  background: #fff !important;
  color: #000 !important;
  padding: 10px 60px !important;
  border-radius: 0 !important;
}

.contact-wrapper {
  background: #FC7865;
  padding: 40px 0 40px 40px !important;
}
.contact-wrapper .container-fluid {
  padding-right: 0;
}
.contact-wrapper .container-fluid > .row {
  width: 100%;
  padding: 0;
  margin: 0;
}
.contact-wrapper .container-fluid > .row .map-wrapper {
  padding: 0;
}
.contact-wrapper iframe {
  width: 100% !important;
  filter: grayscale(1);
}
.contact-wrapper .data-wrapper {
  padding-right: 2rem;
  color: #000;
  text-align: right;
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.contact-wrapper .data-wrapper div {
  margin-bottom: 2rem;
}
.contact-wrapper .data-wrapper div h3 {
  font-family: "Roboto Bold";
}
.contact-wrapper .data-wrapper div a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px dashed #000;
  margin-bottom: 1rem;
  display: inline-block;
}
.contact-wrapper .data-wrapper div:last-of-type p {
  margin-bottom: 0;
}

footer {
  margin: 5rem 7% 2rem 7%;
  border-top: 1px solid #fff;
  padding-top: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
footer .footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
footer .footer-right .ssnn a {
  margin-left: 10px;
}
footer .menu {
  padding-top: 15px;
}
footer .menu ul {
  margin: 0 !important;
}
footer .menu ul li {
  list-style-type: none;
  display: inline;
  margin-left: 30px;
}
footer .menu ul li a {
  color: #fff;
  text-decoration: none;
}
footer .menu ul li.anticipos-menu:before {
  content: "|";
  margin: 0 30px 0 0;
}
footer .menu ul li.anticipos-menu a {
  background: #FC7865;
  color: white;
  padding: 5px 20px;
  border-radius: 15px;
}

section.kd {
  background: white;
  margin-bottom: 0;
  text-align: center;
  padding: 20px 7%;
}
section.kd img {
  max-width: 400px;
}

@media (max-width: 1120px) {
  .site-header .site-branding {
    max-width: 35%;
  }
}
@media (max-width: 980px) {
  .site-header {
    position: relative;
    width: 100%;
  }
  .site-header .site-branding {
    max-width: 25%;
    position: absolute;
    left: 15px;
    top: 30px;
  }
  .site-header .menu-container {
    position: absolute;
    right: 15px;
    top: 50px;
    display: flex;
    flex-direction: row;
  }
  .site-header .menu-container .langs {
    margin-right: 15px;
  }
}
.page-template-page-anticipo form {
  max-width: 680px;
  margin: 3rem auto;
  /* Oculta el precio que aparece junto al nombre del producto */
  /* También oculta el texto "€10.00" si se muestra al lado del producto */
}
.page-template-page-anticipo form label, .page-template-page-anticipo form legend, .page-template-page-anticipo form label span, .page-template-page-anticipo form .gform-field-label, .page-template-page-anticipo form .ginput_total {
  color: white !important;
}
.page-template-page-anticipo form .gfield_description.instruction {
  display: none;
}
.page-template-page-anticipo form .gfield.ocultar-precio .ginput_amount, .page-template-page-anticipo form .ginput_product_price_label {
  display: none !important;
}
.page-template-page-anticipo form .gfield.ocultar-precio .ginput_product_price {
  display: none !important;
}
.page-template-page-anticipo form .aviso {
  padding: 20px;
  background: white;
  color: red;
  text-align: center;
}
.page-template-page-anticipo form .ginput_container_total input {
  font-size: 2rem !important;
  font-family: "Roboto Bold" !important;
}
.page-template-page-anticipo form .gform_button.button {
  background: #FC7865 !important;
}

@media (max-width: 780px) {
  h1 {
    font-size: 2.5rem !important;
  }
  .site-header {
    position: relative;
    width: 100%;
  }
  .site-header .site-branding {
    max-width: 40%;
    position: absolute;
    left: 15px;
    top: 30px;
  }
  .site-header .menu-container {
    position: absolute;
    right: 15px;
    top: 30px;
    display: flex;
    flex-direction: row-reverse;
  }
  .site-header .menu-container .langs {
    margin-right: 15px;
    margin-top: 0;
  }
  .site-header .main-navigation {
    position: relative;
  }
  .site-header .main-navigation .menu-toggle {
    background: transparent url("../images/menu.svg");
    background-size: contain;
    width: 32px;
    height: 32px;
    display: block;
    border: 0;
    filter: invert(100%) sepia(9%) saturate(7461%) hue-rotate(293deg) brightness(121%) contrast(98%);
  }
  .site-header .main-navigation div {
    display: none;
  }
  .site-header .main-navigation.toggled div {
    display: block;
  }
  .site-header .main-navigation ul {
    display: block;
    position: absolute;
    right: 7px;
    top: 35px;
    width: -moz-max-content;
    width: max-content;
    background-color: #000;
    padding: 15px;
    border: 1px solid white;
  }
  .site-header .main-navigation ul li {
    text-align: right;
  }
  .site-header .main-navigation ul li.current-menu-item a {
    border: 0;
    color: #FC7865;
  }
  section {
    margin-bottom: 5rem;
  }
  section.header {
    margin-bottom: 2rem;
  }
  section.header .content-wrap {
    width: 80%;
  }
  section.featured .img-wrap {
    margin-bottom: 2rem;
  }
  section.featured .content .txt-wrapper {
    width: 100%;
  }
  section.featured.right .row .content {
    text-align: left;
    align-items: flex-start;
  }
  section.featured.right .row .content h2 {
    float: left;
  }
  section.featured .button {
    margin-top: 2rem;
  }
  section.full-image img {
    height: 340px;
  }
  section.text {
    padding: 2rem 15px;
  }
  .page-template-page-home section {
    margin-bottom: 5rem;
  }
  .page-template-page-contacto section.note .note-wrapper h3 {
    line-height: 1.3em;
  }
  .page-template-page-carta h2 {
    font-size: 1.75rem !important;
    margin-bottom: 1rem;
  }
  .page-template-page-carta h3 {
    margin-bottom: 0.5rem;
  }
  .page-template-page-carta section.menu .menu-group {
    width: 100% !important;
    display: block;
    float: left;
    margin-bottom: 3rem;
    text-align: center;
    background: none !important;
  }
  .page-template-page-carta section.menu .menu-group p {
    width: 100%;
    text-align: center;
    float: left;
    margin: 4px 0;
  }
  .page-template-page-carta section.menu .menu-group p span {
    text-align: center;
    width: 100% !important;
  }
  .page-template-page-carta section.wines .wine-wrapper {
    background: none;
  }
  .page-template-page-carta section.wines .wine-group p {
    width: 100%;
    text-align: center;
    float: left;
    margin: 0;
    padding: 4px 0;
  }
  .page-template-page-carta section.wines .wine-group p span {
    width: 100% !important;
  }
  .page-template-page-contacto section.code {
    padding: 2rem 15px;
  }
  .page-template-page-contacto section.code form label {
    padding: 0;
  }
  .map-container .contact-wrapper {
    padding: 30px 15px !important;
  }
  .map-container .contact-wrapper .container-fluid {
    padding: 0;
  }
  .map-container .contact-wrapper .data-wrapper {
    align-items: center;
  }
  .map-container .contact-wrapper .data-wrapper h3, .map-container .contact-wrapper .data-wrapper p {
    text-align: center;
  }
  .site-footer {
    margin: 30px 0;
    flex-direction: column;
    align-items: center;
  }
  .site-footer .custom-logo-link {
    width: 40%;
    margin-bottom: 2rem;
  }
  .site-footer .footer-right {
    align-items: center;
  }
  .site-footer .footer-right .menu .menu {
    padding: 15px;
  }
  .site-footer .footer-right .menu .menu li {
    margin: 0 4px;
  }
  .site-footer .footer-right .menu .menu a {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */