/* BASE */
/*--------------------------------------------------------------------------------------*/
/*----------------------------- MIXINS - FUNCIONES BASE --------------------------------*/
/*--------------------------------------------------------------------------------------*/
/* BORDER RADIUS */
/* TRANSITIONS */
*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit;
}
html {
  line-height: 1.6;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}
body {
  margin: 0;
}
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 10px 0;
}
ul {
  list-style: none;
  padding: 0;
}
ol {
  margin: 10px 0;
}
ol li {
  margin-bottom: 10px;
}
hr {
  color: inherit;
  height: 0;
  overflow: visible;
}
main {
  display: block;
}
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}
pre {
  font-family: monospace,monospace;
  font-size: 1em;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
a {
  background-color: transparent;
  text-decoration: none;
}
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
iframe {
  border-style: none;
}
img {
  border-style: none;
}
svg:not([fill]) {
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}
button,
input,
select {
  margin: 0;
}
button {
  overflow: visible;
  text-transform: none;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}
input {
  overflow: visible;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
select {
  text-transform: none;
}
textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
  resize: block;
}
[type=checkbox],
[type=radio] {
  padding: 0;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
  box-shadow: none;
}
details {
  display: block;
}
dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
[aria-busy=true] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}
[aria-hidden=false][hidden] {
  display: initial;
}
[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.column {
  -webkit-box-flex: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 1;
      flex-basis: 1;
  max-width: 20%;
}
.col-1 {
  max-width: calc(100% / 12);
}
.col-2 {
  max-width: calc(100% / 12 * 2);
}
.col-3 {
  max-width: calc(100% / 12 * 3);
}
.col-4 {
  max-width: calc(100% / 12 * 4);
}
.col-5 {
  max-width: calc(100% / 12 * 5);
}
.col-6 {
  max-width: calc(100% / 12 * 6);
}
.col-7 {
  max-width: calc(100% / 12 * 7);
}
.col-8 {
  max-width: calc(100% / 12 * 8);
}
.col-9 {
  max-width: calc(100% / 12 * 9);
}
/* PROYECTO */
/*-------------------------------------------------------------*/
/*------------------ MIXINS - VARIABLES PROYECTO --------------*/
/*-------------------------------------------------------------*/
/* BASICOS */
/* BODY */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  font-size: 18px;
  font-size: 1rem;
}
body {
  font-family: 'Cabin', serif;
  overflow-x: hidden;
  font-size: 1rem;
  padding-top: 150px;
  color: #767676;
}
.container {
  width: 1330px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}
/* IMG */
img {
  max-width: 100%;
}
.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.w100 {
  width: 100%;
}
.h-border:hover {
  text-decoration: underline;
}
/*-------------------------------------------------------------*/
/*---------------------- MIXINS - RESPONSIVE ------------------*/
/*-------------------------------------------------------------*/
@media only screen and (max-width: 1410px) {
  .container {
    width: 100%;
    padding: 0 25px;
  }
  body {
    font-size: 16px;
  }
}
/*SOLO PC*/
@media screen and (min-width: 1024px) {
  .nopc {
    display: none;
  }
}
/*SOLO MOBILE*/
@media screen and (max-width: 1024px) {
  .nomv {
    display: none;
  }
  body {
    padding-top: 107px;
  }
  html {
    overflow-x: hidden;
  }
  .big {
    font-size: 1.5rem;
  }
}
/* MARGENES BASE */
.mbB {
  margin-bottom: 80px;
}
.mbB2 {
  margin-bottom: 40px;
}
/* MARGINS */
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb80 {
  margin-bottom: 80px;
}
.mt20 {
  margin-top: 20px;
}
.mt120 {
  margin-top: 120px;
}
.mt170 {
  margin-top: 170px;
}
/* TEXTO */
h1,
h2,
h3 {
  font-family: 'Caladea', sans-serif;
  color: #363537;
  margin: 0 0 10px;
  line-height: normal;
  font-weight: normal;
}
h1.bar:after,
h2.bar:after,
h3.bar:after {
  content: " ";
  border-bottom: 2px solid #A30217;
  display: table-cell;
  width: 42px;
  padding-top: 5px;
}
h1 {
  font-size: 32px;
  margin-bottom: 20px;
}
h2 {
  font-size: 28px;
  margin-bottom: 17px;
}
.big {
  font-size: 2rem;
}
/* ELEMENTOS TEXTO */
a {
  font-size: 16px;
  color: #A30217;
}
a .fas {
  font-size: 14px;
  margin-left: 10px;
}
p {
  margin: 0 0 20px 0;
  text-align: justify;
  font-size: 1.125rem;
}
.white p,
.white h1,
.white h2 {
  color: #FFF;
}
.bold {
  font-weight: bold;
  color: #363537;
}
.bold img {
  margin-right: 15px;
  height: 20px;
  vertical-align: text-top;
}
.tc {
  text-align: center;
}
.b_primary,
.b_secondary {
  font-size: 0.9rem;
  color: #363537;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 10px 17px;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: background 0.5s linear;
  transition: background 0.5s linear;
  min-width: 133px;
}
.b_primary {
  background-color: #A30217;
  border: 1px solid #A30217;
  color: white;
}
.b_primary:hover {
  background-color: transparent;
  color: #A30217;
}
.b_secondary {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #A30217;
  color: #A30217;
}
.b_secondary:hover {
  background-color: #A30217;
  color: white;
}
/*::marker {
  content: '';
}*/
details summary::marker {
  content: '';
  display:none;
}
summary {
  pointer-events: none;
  cursor: default;
}
/* COLORES */
.bg_gray {
  background: #363537;
  background: -webkit-gradient(linear, left top, right top, from(#FFF), color-stop(50%, #FFF), color-stop(50%, #363537), to(#363537));
  background: linear-gradient(90deg, #FFF 0%, #FFF 50%, #363537 50%, #363537 100%);
}
.bg_gray_in {
  background: #363537;
  background: -webkit-gradient(linear, left top, right top, from(#363537), color-stop(50%, #363537), color-stop(50%, #FFF), to(#FFF));
  background: linear-gradient(90deg, #363537 0%, #363537 50%, #FFF 50%, #FFF 100%);
}
.swiper {
  margin: 40px 0;
  width: 280px;
}
.swiper-cards {
  overflow: visible;
  margin: 40px auto;
}
.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
.swiper-3d .swiper-slide-shadow {
  background: #fff !important;
}
.swiper-slide {
  padding: 20px 20px 0;
  -webkit-box-shadow: 0px 8px 16px #0000002e;
  box-shadow: 0px 8px 16px #0000002e;
  border-radius: 8px;
  background: #fff;
}
.swiper-slide p {
  font-size: 22px;
  color: #363537;
}
.swiper-slide p i {
  font-size: 14px;
  margin-left: 10px;
}
.swiper-pagination {
  bottom: -35px !important;
}
.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: white !important;
  border: 1px solid black;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background: black !important;
}
header {
  padding: 30px 0;
  position: fixed;
  width: 100%;
  background: #F4F1F0;
  z-index: 99;
  top: 0;
}
.content_header {
  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;
  position: relative;
}
.content_header .logo {
  position: relative;
}
.content_header .header_nav div > ul {
  margin: 0;
}
.content_header .header_nav div > ul > li {
  display: inline-block;
  position: relative;
  margin: 0 20px 0;
  border-bottom: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.content_header .header_nav div > ul > li a {
  font-size: 1rem;
  color: #363537;
}
.content_header .header_nav div > ul > li:after {
  content: "";
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
  border-bottom: 3px solid transparent;
  position: absolute;
  bottom: -7px;
  width: 100%;
  left: 0;
}
.content_header .header_nav div > ul > li.current-menu-item:after {
  border-color: #A30217;
}
.content_header .header_nav div > ul > li:hover:after {
  content: "";
  border-color: #A30217;
}
.content_header .header_nav div .content-btn-header-mv {
  display: none;
}
.content_header .content_menu_mv {
  display: none;
}
.content-btn-header .b_secondary {
  margin-right: 10px;
}
footer {
  background-color: #363537;
  padding: 30px 0 20px;
}
footer h3,
footer p {
  font-family: 'Cabin', serif;
  color: #E6E6E6;
  text-align: left;
}
footer p {
  margin: 0 0 10px 0;
  font-size: 14px;
}
footer p a {
  color: #E6E6E6;
  font-size: 14px;
}
footer .subfooter {
  text-align: center;
  border-top: 1px solid #C7C4C3;
  padding-top: 40px;
  font-size: 14px;
  padding: 30px 10px 0;
  margin-top: 20px;
}
footer .subfooter p {
  text-align: center;
}
.lang-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.wpml-ls ul {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  padding-left: 15px !important;
}
.wpml-ls ul:after {
  content: "\f078";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: -8px;
  color: white;
  font-size: 11px;
  top: 4px;
}
.wpml-ls ul:before {
  content: "";
  background: url(../img/ico-lang.svg) no-repeat;
  position: absolute;
  height: 20px;
  width: 20px;
  left: -5px;
}
.wpml-ls ul li a {
  color: white;
  font-size: 14px;
}


.lang-footer span {
  margin: 0 10px;
}
.lang-footer i {
  font-size: 12px;
  line-height: 10px;
}
.content-form-legal {
  background: url(../img/video-img.png) white no-repeat center;
  background-size: cover;
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100vw;
  height: 100vh;
}
.content-form-legal .single-form {
  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;
  height: 100vh;
  width: 95%;
  max-width: 390px;
  margin: 0 auto;
  text-align: center;
}
.content-form-legal .single-form h4 {
  font-family: Caladea;
  font-size: 32px;
  line-height: 34px;
  text-shadow: 1px 3px #80837e;
  color: white;
}
.content-form-legal .single-form .content-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.content-form-legal .single-form .content-btn a {
  margin: 0 5px;
  min-width: auto;
  width: 50%;
}
.content-form-legal .single-form .content-remember {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  margin: 30px 0;
  color: white;
}
.content-form-legal .single-form .content-remember .remember {
  position: relative;
  top: 2px;
}
.content-form-legal .single-form .content-remember .single label {
  display: inline-block;
  margin: 0;
  color: white;
}
.video_cabecera {
  height: 90vh;
  margin-top: -50px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video_cabecera .player-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.video_cabecera .player-container video {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.video_cabecera .text_video {
  z-index: 1;
  position: relative;
  margin: 0 auto;
}
.video_cabecera .text_video h1 {
  color: white;
  font-size: 3rem;
  max-width: 750px;
  text-align: left;
  line-height: 50px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.video_cabecera .text_video p {
  color: white;
  max-width: 750px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  font-size: 20px;
}
.video_cabecera .text_video .content_buttons a {
  font-size: 18px;
  margin-right: 20px;
}
.title-conoce {
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: 500;
  color: #363537;
}

section.rioja .content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.rioja .content_box .grey_box {
  width: 50%;
  background: #363537;
  border-radius: 8px;
  padding: 30px;
  font-size: 1.25rem;
  color: white;
  z-index: 1;
  position: relative;
}
section.rioja .content_box img {
  width: 100%;
  margin-left: -100px;
}
section.rioja .content_box .b_primary:hover {
  color: white;
}
/*SLIDER CARDS*/
.dp-wrap {
  margin: 0 auto;
  position: relative;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  height: 100%;
}
.dp-slider {
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.dp-slider div {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.dp_item {
  display: block;
  position: absolute;
  text-align: center;
  color: #FFF;
  border-radius: 10px;
  -webkit-transition: -webkit-transform 1.2s;
  transition: -webkit-transform 1.2s;
  transition: transform 1.2s;
  transition: transform 1.2s, -webkit-transform 1.2s;
}
.dp-img img {
  border-left: 1px solid #fff;
}
.dp_item .info {
  margin: 5px 0 15px 20px;
  display: block;
  font-size: 22px;
  color: #363537;
  text-align: left;
}
.dp_item .info i {
  font-size: 15px;
  margin-left: 12px;
}
#dp-slider .dp_item:first-child {
  z-index: 10 !important;
  -webkit-transform: rotateY(0deg) translateX(0px) !important;
          transform: rotateY(0deg) translateX(0px) !important;
}
.dp_item[data-position="2"] {
  z-index: 9;
  -webkit-transform: rotateY(0deg) translateX(20%) scale(0.9);
          transform: rotateY(0deg) translateX(20%) scale(0.9);
}
.dp_item[data-position="3"] {
  z-index: 8;
  -webkit-transform: rotateY(0deg) translateX(40%) scale(0.8);
          transform: rotateY(0deg) translateX(40%) scale(0.8);
}
.dp_item[data-position="4"] {
  z-index: 7;
  -webkit-transform: rotateY(0deg) translateX(60%) scale(0.7);
          transform: rotateY(0deg) translateX(60%) scale(0.7);
}
.dp_item[data-position="5"] {
  z-index: 6;
  -webkit-transform: rotateY(0deg) translateX(80%) scale(0.6);
          transform: rotateY(0deg) translateX(80%) scale(0.6);
}
#dp-prev {
  position: absolute;
  top: 50%;
  right: 16%;
  height: 33px;
  width: 33px;
  z-index: 10;
  cursor: pointer;
}
#dp-next {
  position: absolute;
  top: 50%;
  right: -40px;
  height: 33px;
  width: 33px;
  z-index: 10;
  cursor: pointer;
  font-size: 23px;
}
#dp-prev {
  left: 15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#dp-dots {
  position: absolute;
  bottom: -110px;
  z-index: 12;
  left: 25%;
  cursor: default;
}
#dp-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ffff;
  border-radius: 50%;
  border: 1px solid #363537;
  margin: 0 2px;
}
#dp-dots li:hover {
  cursor: pointer;
  background: #363537;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
#dp-dots li.active {
  background: #363537;
}
.dp_item {
  width: 60%;
}
.dp-content,
.dp-img {
  text-align: left;
}
.dp_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.dp-content {
  padding-left: 100px;
  padding-right: 0;
  display: inline-block;
  width: 100%;
}
.dp-content h2 {
  color: #41414B;
  font-family: Circular Std Bold;
  font-size: 48px;
  max-width: 460px;
  margin-top: 8px;
  margin-bottom: 0px;
}
.dp-content p {
  color: #74747F;
  max-width: 490px;
  margin-top: 15px;
  font-size: 24px;
}
.dp-content .site-btn {
  margin-top: 15px;
  font-size: 13px;
  padding: 19px 40px;
}
.dp-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#dp-slider,
.dp-img img {
  height: 400px;
}
#dp-slider .dp_item:hover:not(:first-child) {
  cursor: pointer;
}
.site-btn {
  color: #fff;
  font-size: 18px;
  font-family: "Circular Std Medium";
  background: #FA8282;
  padding: 14px 43px;
  display: inline-block;
  border-radius: 2px;
  position: relative;
  top: -12px;
  text-decoration: none;
}
.site-btn:hover {
  text-decoration: none;
  color: #fff;
}
.form {
  background: #F4F1F0;
  padding: 32px 16px 32px 16px;
  border-radius: 8px;
  width: 100%;
  margin-top: -90px;
}
.form.pedido {
  margin-top: 0;
}
.form h2 {
  font-size: 1.333rem;
  text-align: center;
  font-weight: 600;
  color: #A30217;
}
.bk-form {
  background: rgba(54, 53, 55, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 998;
  display: none;
}
.pop-form {
  width: 350px;
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 90%;
  margin: auto;
  display: none;
}
label {
  margin: 15px 0 5px;
  color: #363537;
  display: block;
}
input[type="text"],
input[type="email"],
input[type="date"],
select {
  height: 36px;
  border: 1px solid #CDCDCD;
  border-radius: 8px;
  width: 100%;
  padding: 0 5px;
}
textarea {
  height: 75px;
  border: 1px solid #CDCDCD;
  border-radius: 8px;
  width: 100%;
  padding: 0 5px;
}
input[type="submit"] {
  width: 100%;
  padding: 15px;
  margin: 15px 0;
  font-weight: 600;
}
.twoinputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.twoinputs div {
  width: 50%;
}
.twoinputs div:first-of-type {
  margin-right: 5%;
}
.radioinputs {
  margin: 15px 0 15px;
}
.radioinputs label {
  display: inline-block;
  margin: 0 0 0 5px;
  font-weight: 600;
}
.radioinputs p {
  margin: 0 0 0 20px;
  color: #767676;
  font-style: italic;
  font-size: 14px;
}
.obligatorios {
  font-size: 14px;
  font-style: italic;
  color: #767676;
  margin-bottom: 0;
}
.add_product {
  margin: 15px 0;
  font-size: 1rem;
  cursor: pointer;
}
.form-group {
  position: relative;
}
.form-group .has-error input,
.form-group .has-error textarea {
  border-color: red;
}
.form-group .has-error:not(.group-check):after {
  position: absolute;
  right: 5px;
  top: 17px;
  color: red;
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
em.error {
  color: red;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}
.send-ok {
  display: none;
  text-align: center;
}
.send-ok img {
  margin-bottom: 20px;
}
.send-ok h3 {
  font-weight: 600;
}
.close-pop {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 18px;
  cursor: pointer;
}
.input-pedido {
  margin: 15px 0;
}
.input-pedido span {
  background: #C7C4C3;
  border-radius: 8px;
  padding: 7px 10px;
  display: inline-block;
  color: #363537;
  font-size: 0.9rem;
  margin-bottom: 5px;
  margin-right: 5px;
}
.input-pedido span u {
  text-decoration: none;
}
.input-pedido span i {
  cursor: pointer;
  margin: 0 0 0 5px;
}
.selecciona {
  color: red;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}
.aniversario img {
  float: right;
  width: 100%;
  padding-left: 40px;
}
.aniversario .bg_gray_in {
  background: -webkit-gradient(linear, left top, right top, from(#363537), color-stop(70%, #363537), color-stop(70%, #FFF), to(#FFF));
  background: linear-gradient(90deg, #363537 0%, #363537 70%, #FFF 70%, #FFF 100%);
  margin-top: -80px;
  padding: 40px 0 20px;
}
.aniversario h2 span {
  font-weight: normal;
  font-size: 1rem;
  margin-left: 10px;
}
.aniversario h2.bold {
  font-size: 24px;
}
.nuestrosvinos .row.tags {
  text-align: center;
}
.nuestrosvinos .row.tags .column {
  padding: 40px 80px;
}
.nuestrosvinos .row.tags .tags {
  margin: 30px 0 0;
}
.nuestrosvinos .row.tags li {
  margin: 0 10px 10px 0;
  min-width: 100px;
}
.nuestrosvinos .row.tags li:hover a {
  color: white;
}
.nuestrosvinos .row.tags li a {
  display: block;
}
.nuestrosvinos .row.tags p {
  text-align: center;
}
.producto_list {
  margin: 40px 0;
}
.producto_list li {
  background: #fff;
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  margin: 0 2% 0 0;
  min-width: 18%;
  text-align: center;
}
.producto_list li a{
  overflow: hidden;
  display: block;
}
.producto_list li a img {
  transition: all 0.5s;
}
.producto_list li a:hover img {
  transform: scale(1.15);
}
.producto_list li:last-child {
  margin: 0;
}
.producto_list p {
  font-size: 22px;
  color: #363537;
  padding: 20px 0 0 20px;
  text-align: left;
}
.producto_list img {
  width: 100%;
  margin-top: 20px;
}
.producto.detalle {
  background: #F4F1F0;
  padding: 60px 0 100px;
  margin-top: 80px;
  border-radius: 40px 40px 0 0;
}
.producto.detalle h3 {
  font-size: 1.333rem;
  font-weight: bold;
}
.producto.detalle .info_detalle .column {
  padding: 0 40px 0 0;
}
.producto.detalle .info_detalle .column p {
  margin-bottom: 0;
}
.producto.detalle .info_detalle .column:last-of-type {
  padding: 0;
}
.producto.detalle .list_detalle li {
  margin-bottom: 10px;
  display: table;
  table-layout: fixed;
}
.producto.detalle .list_detalle li img {
  display: table-cell;
  width: 18px;
  max-width: 18px;
  margin-right: 20px;
  max-height: 16px;
}
.producto.detalle .list_detalle li p {
  display: table-cell;
}
.producto.detalle .list_detalle li:last-child {
  margin-bottom: 0;
}
.producto #dots {
  display: none;
}
.producto #myBtn {
  display: none;
}
.producto .swiper {
  display: none;
}
.contacto img {
  width: 90%;
  -webkit-box-shadow: 60px 60px 0 #F4F1F0;
          box-shadow: 60px 60px 0 #F4F1F0;
}
.contacto .form {
  margin-left: auto;
  margin-top: 0;
}
.contacto .form h2 {
  font-size: 32px;
  font-weight: 600;
}
.contacto iframe {
  width: 100%;
  margin-top: 130px;
}
.col-img-mosaico {
  background: #363537;
  padding: 60px;
}
.col-img-mosaico.left {
  padding: 60px 0;
}
.col-form-mosaico {
  background: #363537;
  padding: 40px 0;
}
.col-txt-mosaico {
  background: #363537;
  padding: 40px;
  color: white;
}
.col-txt-mosaico h1,
.col-txt-mosaico h2,
.col-txt-mosaico h3,
.col-txt-mosaico h4 {
  color: white;
}
.img-top {
  margin-top: -120px;
}
.mosaico_final {
  margin-top: 170px;
}
.img_top {
  margin-top: -190px;
  margin-bottom: 70px;
}
.img_left {
  margin-left: 120px;
  max-width: none;
  width: 550px;
}
.btn_pedido {
  margin-right: 15px;
}
@media screen and (max-width: 1024px) {
  /* TEXTO */
  h1,
  h2 {
    font-size: 24px;
  }
  /* ELEMENTOS TEXTO */
  a {
    font-size: 16px;
  }
  p {
    margin: 0 0 20px 0;
    text-align: left;
  }
  .mbv0 {
    margin-bottom: 0;
  }
  .mbB {
    margin-bottom: 50px;
  }
  summary {
    pointer-events: auto;
    cursor: pointer;
    list-style: none;
    overflow: hidden;
  }
  summary::-webkit-details-marker {
    display: none;
  }
  summary::after {
    content: url('../img/arrow_little.svg');
    float: right;
  }
  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-1em);
              transform: translateY(-1em);
    }
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-1em);
              transform: translateY(-1em);
    }
  }
  details[open] p,
  details[open] ul {
    -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
  }
  .nuestrosvinos .column,
  .producto.detalle .column {
    padding: 20px;
    margin: 10px 0;
    border-radius: 8px;
    background: #F4F1F0;
  }
  .white_mv {
    background: transparent;
  }
  .gray_mv {
    background: #363537;
  }
  header {
    padding: 20px 0;
    position: fixed;
    top: 0;
    width: 100%;
  }
  .container.mt50 {
    margin-top: 20px;
  }
  .newsletter_home form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content_header .logo.nav_select:after {
    bottom: -21px;
  }
  .content_header > a > img {
    max-width: 130px;
  }
  .content_header .header_nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    background: #363537;
    z-index: 999;
    right: -100%;
    padding: 80px 15px;
    text-align: center;
  }
  .content_header .header_nav .close {
    position: absolute;
    top: 20px;
    right: 40px;
  }
  .content_header .header_nav .logo_menu {
    width: 125px;
  }
  .content_header .header_nav div > ul {
    margin: 40px 0;
  }
  .content_header .header_nav div > ul > li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
  }
  .content_header .header_nav div > ul > li:after {
    display: none;
  }
  .content_header .header_nav div > ul > li a {
    color: white;
    display: block;
    padding: 20px 0 20px;
    font-size: 1.1rem;
  }
  .content_header .header_nav .content-btn-header-mv {
    display: block;
    margin: 35px 0;
  }
  .content_header .content-btn-header {
    display: none;
  }
  .content_header .content_menu_mv {
    display: block;
  }
  .content_header .content_menu_mv span img {
    width: 22px;
  }
  .sub-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
    left: 0;
    padding: 0 10px 30px;
    width: 100%;
    top: 10px;
  }
  .video_cabecera {
    height: auto;
    display: block;
  }
  .video_cabecera .player-container {
    position: relative;
    width: 100%;
    height: auto;
  }
  .video_cabecera .player-container video {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
  .video_cabecera .text_video {
    z-index: 1;
    position: relative;
    margin: 40px auto 0;
  }
  .video_cabecera .text_video h1 {
    color: #363537;
    font-size: 1.5rem;
    max-width: 100%;
    line-height: 30px;
    text-shadow: none;
  }
  .video_cabecera .text_video p {
    color: #363537;
    max-width: 100%;
    text-shadow: none;
    font-size: 1rem;
  }
  .video_cabecera .text_video .content_buttons {
    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;
  }
  .video_cabecera .text_video .content_buttons a {
    font-size: 1rem;
    margin-right: 0;
    width: 48%;
    padding: 10px 5px;
  }
  .title-conoce {
    margin-bottom: 0;
  }
  #slider {
    padding-bottom: 60px;
  }
  #slider #dp-dots {
    bottom: -60px;
    position: relative;
    left: 0;
    text-align: center;
  }
  #slider .dp_item {
    width: 90%;
  }
  #slider .dp_item[data-position="2"] {
    z-index: 9;
    -webkit-transform: rotateY(0deg) translateX(10%) scale(0.9);
            transform: rotateY(0deg) translateX(10%) scale(0.9);
  }
  #slider .dp_item[data-position="3"] {
    z-index: 8;
    -webkit-transform: rotateY(0deg) translateX(20%) scale(0.8);
            transform: rotateY(0deg) translateX(20%) scale(0.8);
  }
  #slider .dp_item[data-position="4"] {
    z-index: 7;
    -webkit-transform: rotateY(0deg) translateX(30%) scale(0.7);
            transform: rotateY(0deg) translateX(30%) scale(0.7);
  }
  #slider .dp_item[data-position="5"] {
    z-index: 6;
    -webkit-transform: rotateY(0deg) translateX(40%) scale(0.6);
            transform: rotateY(0deg) translateX(40%) scale(0.6);
  }
  #slider #dp-next {
    display: none;
  }
  #dp-slider,
  .dp-img img {
    height: 300px;
  }
  .dp-img {
    text-align: center;
    width: 100%;
  }
  section.rioja {
    margin-top: 0;
  }
  section.rioja .container {
    padding: 0;
  }
  section.rioja .content_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.rioja .content_box .grey_box {
    width: 90%;
    border-radius: 8px;
    padding: 20px;
    font-size: 1rem;
    text-align: center;
    margin-top: -50px;
  }
  section.rioja .content_box img {
    width: 100%;
    margin-left: 0;
  }
  .aniversario .order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .aniversario .order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .aniversario img {
    padding: 0;
    margin: 0 -25px 25px;
    float: none;
    min-width: 125%;
  }
  .aniversario .bg_gray_in {
    margin-top: 0;
    padding: 10px 0;
    background: #fff;
  }
  .aniversario .bg_gray_in p {
    color: #767676;
  }
  .aniversario .bg_gray_in h2 {
    color: #363537;
    font-weight: normal;
  }
  .aniversario .bg_gray_in h2 span {
    font-weight: bold;
  }
  .nuestrosvinos .row.tags {
    text-align: left;
    margin-bottom: 50px;
    margin-top: 60px;
  }
  .nuestrosvinos .row.tags .column {
    padding: 20px;
  }
  .nuestrosvinos .row.tags ul {
    margin: 10px 0 0;
  }
  .nuestrosvinos .row.tags img {
    display: none;
  }
  .nuestrosvinos .row.tags h2 {
    float: left;
    margin: 0;
    font-size: 18px;
    line-height: inherit;
  }
  .nuestrosvinos .row.tags p {
    text-align: left;
    margin-top: 10px;
    font-size: 1rem;
  }
  .producto_list {
    display: none;
  }
  .producto.detalle {
    background: #fff;
    padding: 0;
  }
  .producto.detalle h3 {
    float: left;
    margin: 0;
  }
  .producto.detalle .info_detalle .column {
    padding: 20px;
  }
  .producto.detalle .info_detalle .column:last-of-type {
    padding: 20px;
  }
  .producto.detalle .mbB2 {
    margin-bottom: 0;
  }
  .producto.detalle ul {
    margin-bottom: 0;
  }
  .producto.detalle p {
    margin-top: 10px;
    font-size: 1rem;
  }
  .producto #more {
    display: none;
  }
  .producto #dots {
    display: inline-block;
  }
  .producto #myBtn {
    display: inline-block;
    margin-left: 5px;
    color: #363537;
    font-weight: 600;
  }
  .producto .swiper {
    display: block;
  }
  .more {
    display: none;
  }
  .contacto {
    margin-bottom: 0;
  }
  .contacto .container {
    padding: 0;
  }
  .contacto img {
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
    top: -40px;
  }
  .contacto .form {
    margin: 0 auto;
    top: -140px;
    position: relative;
    max-width: 90%;
  }
  .contacto .form h2 {
    font-size: 24px;
  }
  .contacto iframe {
    margin-top: -90px;
  }
  .col-form-mosaico {
    background: white;
  }
  .col-form-mosaico .form {
    margin-top: 0;
  }
  .col-img-mosaico.left {
    padding: 20px 0 0;
  }
  .img-top {
    margin-top: 0;
  }
  .col-txt-mosaico {
    padding: 0;
  }
  .mv-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .mosaico_final {
    margin-top: 60px;
  }
  label {
    font-size: 14px;
  }
  .column {
    min-width: 100%;
    width: 100%;
    margin: 10px 0;
  }
  .btn-contact {
      display: inline-flex;
      flex-direction: column;
  }
  .btn-contact .btn_pedido {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .producto .thumb-destacado {
    height: auto;
  }
}

.group_legal_form p,
.group_legal_form a,
.group_legal_form{
  font-size: 12px;
  line-height: 15px;
}
.group_legal_form table td{
  padding: 5px;
  border: 1px solid black;
  word-break: normal;
}