@charset "UTF-8";
@font-face {
  font-family: 'Trajan Pro 3';
  src: url("fonts/TrajanPro3-Bold.eot");
  src: url("fonts/TrajanPro3-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/TrajanPro3-Bold.woff") format("woff"), url("fonts/TrajanPro3-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Trajan Pro 3';
  src: url("fonts/TrajanPro3-Regular.eot");
  src: url("fonts/TrajanPro3-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/TrajanPro3-Regular.woff") format("woff"), url("fonts/TrajanPro3-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Segoe UI';
  src: url("fonts/SegoeUI.woff2") format("woff2"), url("fonts/SegoeUI.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Aller';
  src: url("fonts/Aller-Bold.woff2") format("woff2"), url("fonts/Aller-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Aller';
  src: url("fonts/Aller.woff2") format("woff2"), url("fonts/Aller.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Segoe UI';
  src: url("fonts/SegoeUI-Bold.woff2") format("woff2"), url("fonts/SegoeUI-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
html {
  font-size: 20px;
}

body {
  color: #707070;
  background: #fff;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
}

body, html {
  max-width: 100%;
}

body, .smooth-container {
  scroll-behavior: smooth;
}

p {
  font-size: .75rem;
  line-height: 1.8;
  font-weight: 300;
  margin-top: 0;
  color: #707070;
}

p b {
  font-weight: bold;
}

p a {
  text-decoration: underline;
  font-weight: bold;
}

figure {
  margin: 0;
}

.clear {
  clear: both;
}

.wow {
  visibility: hidden;
}

.fadein {
  opacity: 0;
}

.hidden_a {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}

.wrapper.wrapper-home {
  padding-top: 148px;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 140px;
}

@media only screen and (max-width: 1500px) {
  .wrap {
    padding: 0 80px;
  }
}

@media only screen and (max-width: 768px) {
  .wrap {
    padding: 0 20px;
  }
}

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

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.row-small {
  margin-right: -10px;
  margin-left: -10px;
}

.row.row-small > [class^="col-"],
.row.row-small > [class*=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.row.row-big {
  margin-right: -2.5rem;
  margin-left: -2.5rem;
}

@media only screen and (max-width: 768px) {
  .row.row-big {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.row.row-big > [class^="col-"],
.row.row-big > [class*=" col-"] {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

@media only screen and (max-width: 768px) {
  .row.row-big > [class^="col-"],
  .row.row-big > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.titulo {
  font-size: 2rem;
  line-height: 1.6;
  margin: -4rem 0 2.5rem;
  font-family: "Trajan Pro 3";
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  .titulo {
    line-height: 1.4;
    font-size: 1.6rem;
    margin-bottom: 2rem;
	  margin-top: 0;
  }
}

.titulo.gold {
  color: #AF8C36;
}

.titulo.blanco {
  color: #fff;
}

.titulo.big {
  font-size: 2.5rem;
  letter-spacing: 2px;
}

@media only screen and (max-width: 768px) {
  .titulo.big {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}

.titulo.small {
  font-size: 1.66rem;
}

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

.titulo .subrayado {
  position: relative;
  display: block;
  width: .3rem;
  margin: 1.2rem auto;
  height: .3rem;
  border-radius: 50%;
  border: 2px solid #707070;
}

.titulo .subrayado:before {
  content: "";
  width: 2.9rem;
  height: 2px;
  background: #707070;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: -3.5rem;
}

.titulo .subrayado:after {
  content: "";
  width: 2.9rem;
  height: 2px;
  background: #707070;
  display: block;
  margin: 0 auto;
  position: absolute;
  right: -3.5rem;
}

.titulo.gold .subrayado {
  border-color: #AF8C36;
}

.titulo.gold .subrayado:before {
  background: #AF8C36;
}

.titulo.gold .subrayado:after {
  background: #AF8C36;
}

.titulo.blanco .subrayado {
  border-color: #fff;
}

.titulo.blanco .subrayado:before {
  background: #fff;
}

.titulo.blanco .subrayado:after {
  background: #fff;
}

.titulo-2 {
  font-size: 1.25rem;
  margin: 0 0 2.5rem;
  font-family: "Trajan Pro 3";
  font-weight: normal;
}

@media only screen and (max-width: 550px) {
  .titulo-2 {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
  }
}

.titulo-2.gold {
  color: #AF8C36;
}

.s-block {
  padding: 5rem 0;
}

.s-block.pb-0 {
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .s-block {
    padding: 3rem 0;
  }
}

.bg-gris {
  background: #F5F5EF;
}

.bloque-texto {
  position: relative;
  padding-left: 2.75rem;
}

.bloque-texto:before {
  content: "";
  width: 1.66rem;
  height: 2px;
  background: #AF8C36;
  display: inline-block;
  position: absolute;
  top: .5rem;
  left: 0;
}

.bloque-texto p {
  font-weight: 300;
  color: #707070;
  font-size: .75rem;
  margin-bottom: 1.35rem;
  line-height: 1.8;
}

.bloque-texto p b {
  font-weight: bold;
}

.bloque-texto p.gold {
  color: #AF8C36;
}

.bloque-texto p.gold b {
  font-weight: 500;
}

.bloque-texto p a {
  color: #AF8C36;
  text-decoration: none;
  font-weight: normal;
}

@media only screen and (max-width: 550px) {
  .bloque-texto {
    padding-left: 0;
  }
  .bloque-texto:before {
    display: none;
  }
}

ul.lista-num {
  list-style: none;
  padding-left: 0;
  margin: 2rem 0;
}

ul.lista-num li {
  font-weight: 300;
  color: #707070;
  font-size: .75rem;
  margin-bottom: 1.35rem;
  line-height: 1.8;
  position: relative;
  padding-left: 2rem;
}

ul.lista-num li span {
  font-weight: bold;
  color: #AF8C36;
  position: absolute;
  top: 0rem;
  left: 0;
}

ul.lista-num li b {
  font-weight: 500;
}

a.link {
  font-size: .917rem;
  color: #AF8C36;
}

a.link img {
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  margin-right: .4rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

a.link span {
  text-decoration: underline;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: inline-block;
}

a.link:hover {
  color: #886d2a;
}

a.link:hover span {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.w-contenido {
  padding-top: 5.8rem;
}

@media only screen and (max-width: 550px) {
  .w-contenido {
    padding-top: 5.2rem;
    overflow: hidden;
  }
}

figure img {
  max-width: 100%;
}

* {
  outline: none;
}

a, button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

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

.text-left {
  text-align: left;
}

@media (max-width: 1500px) {
  html, body {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .flex-between,
  .flex-between-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .animated,
  .animated-delay1,
  .animated-delay2,
  .animated-delay3,
  .animated-delay4,
  .wow {
    /*CSS transitions*/
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    animation: none !important;
    visibility: visible !important;
  }
}

.btn {
  font-size: .9rem;
  font-weight: normal;
  text-transform: uppercase;
  padding: 1.1rem 3rem;
  text-align: center;
  color: #fff;
  white-space: normal;
  word-break: word-break;
  display: inline-block;
  border-radius: 0px;
}

.btn i {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}

.btn:hover {
  color: #fff;
  text-decoration: none;
}

.btn.btn-verde {
  background: #00B2A9;
}

.btn.btn-verde:hover {
  background: #008e87;
}

.btn.btn-blanco {
  color: #00B2A9;
  background: #fff;
}

.btn.btn-blanco:hover {
  background: #eee;
}

.btn.btn-borde-blanco {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn.btn-borde-blanco:hover {
  background: rgba(255, 255, 255, 0.2);
}

header {
  background: #1C1E1F;
  padding: .5rem 0 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

@media only screen and (max-width: 991px) {
  header {
    padding: 1rem 0;
  }
}

header .wrap {
  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;
}

header .wrap .logo {
  width: 10.8rem;
  min-width: 9rem;
  display: block;
}

header .wrap .logo img {
  width: 100%;
  vertical-align: bottom;
}

header .wrap nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2rem;
}

header .wrap nav .w-menu .cerrar-menu {
  display: none;
}

@media only screen and (max-width: 991px) {
  header .wrap nav .w-menu {
    position: fixed;
    width: 350px;
    height: 100vh;
    padding: 20px 30px;
    top: 0;
    max-width: 100%;
    right: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    background: #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    visibility: hidden;
  }
  header .wrap nav .w-menu.visible {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }
  header .wrap nav .w-menu .cerrar-menu {
    display: block;
    color: #fff;
    font-size: 30px;
    position: absolute;
    cursor: pointer;
    top: 30px;
    right: 30px;
  }
}

header .wrap nav ul {
  margin: .5rem 0 0;
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 991px) {
  header .wrap nav ul {
    display: block;
    padding-top: 50px;
  }
}

header .wrap nav ul li > a, 
header .wrap nav ul li > .cbc_content a {
  color: #707070;
  font-size: .917rem;
  font-family: "Trajan Pro 3";
  padding: 1.5rem .5rem 2.5rem;
  display: block;
}

@media only screen and (max-width: 991px) {
  header .wrap nav ul li > a {
    padding: 1rem 0;
    color: #fff;
  }
}

header .wrap nav ul li > a:hover, 
header .wrap nav ul li > .cbc_content a:hover {
  color: #AF8C36;
}

header .wrap nav ul li > a.activo {
  color: #AF8C36;
}

header .wrap nav ul li .submenu {
  background: #F5F5EF;
  position: absolute;
  width: 100%;
  left: 0;
  top: 5.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 3rem;
  display: none;
}

@media only screen and (max-width: 991px) {
  header .wrap nav ul li .submenu {
    position: relative;
    left: auto;
    top: auto;
    background: transparent;
    padding: 0;
  }
  header .wrap nav ul li .submenu.visible {
    display: block !important;
  }
}

header .wrap nav ul li .submenu h3 {
  width: 13.5rem;
  min-width: 13.5rem;
  font-size: .83rem;
  font-family: "Trajan Pro 3";
  font-weight: normal;
  margin: 0;
  color: #1C1E1F;
  padding-top: .5rem;
}

header .wrap nav ul li .submenu ul {
  display: block;
  -webkit-column-count: 2;
          column-count: 2;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  padding: 0 1.5rem;
  width: 30rem;
  min-width: 30rem;
}

@media only screen and (max-width: 991px) {
  header .wrap nav ul li .submenu ul {
    -webkit-column-count: 1;
            column-count: 1;
    border: none;
    width: 100%;
    min-width: 0;
  }
}

header .wrap nav ul li .submenu ul.col1 {
  -webkit-column-count: 1;
          column-count: 1;
}

header .wrap nav ul li .submenu ul li {
  font-size: .83rem;
  font-family: "Trajan Pro 3";
  font-weight: normal;
  margin-bottom: 1rem;
}

header .wrap nav ul li .submenu ul li a {
  color: #707070;
  padding: 0;
}

header .wrap nav ul li .submenu ul li a:hover {
  color: #1C1E1F;
}

header .wrap nav ul li .submenu ul li .submenu2 {
  -webkit-column-count: 1;
          column-count: 1;
  border: none;
  padding: 0;
}

header .wrap nav ul li .submenu ul li .submenu2 li {
  font-size: .625rem;
  margin-bottom: .5rem;
}

header .wrap nav ul li .submenu ul li .submenu2 li a {
  font-size: .625rem;
}

header .wrap nav ul li .submenu .info {
  padding: .5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .wrap nav ul li .submenu .info .texto {
  padding: 0 1.5rem;
}

header .wrap nav ul li .submenu .info .texto h4 {
  width: 13.5rem;
  min-width: 13.5rem;
  font-size: .83rem;
  font-family: "Trajan Pro 3";
  font-weight: normal;
  margin: 0;
  color: #1C1E1F;
}

header .wrap nav ul li .submenu .info .texto p {
  line-height: 1.4;
}

header .wrap nav ul li .submenu .info .texto a {
  font-size: .75rem;
  text-decoration: underline;
  font-family: "Roboto", sans-serif;
  padding: 0;
  color: #707070;
}

header .wrap nav ul li .submenu .info figure {
  width: 12.5rem;
  min-width: 12.5rem;
}

header .wrap nav ul li .submenu .info figure imgÂ  {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  header .wrap nav ul li .submenu h3 {
    display: none;
  }
  header .wrap nav ul li .submenu .info {
    display: none;
  }
}

header .wrap nav ul li:hover .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 991px) {
  /* header .wrap nav ul li:hover .submenu {
    display: none;
  } */
}

header .wrap nav .idioma {
  margin-left: 1rem;
}

header .wrap nav .idioma a {
  display: block;
  font-size: .66rem;
  color: #707070;
  margin-bottom: .2rem;
}

header .wrap nav .idioma a:last-child {
  margin-bottom: 0;
}

header .wrap nav .idioma a.activo {
  color: #fff;
}

header .wrap .btn-menu {
  display: none;
  margin-left: 2rem;
}

@media only screen and (max-width: 991px) {
  header .wrap .btn-menu {
    display: block;
    color: Â  #fff;
    font-size: 2rem;
  }
  header .wrap .btn-menu i {
    color: #fff;
  }
}

.historias-home .img-se {
  text-align: right;
	margin-top: 5rem;
}

.historias-home .img-se img {
  width: 24rem;
  height: auto;
}

.visita-home .texto-visita {
  padding: 0 3rem;
}

@media only screen and (max-width: 768px) {
  .visita-home .texto-visita {
    padding: 2rem 0;
  }
}

.vinedos-home .bajada {
  text-align: center;
  width: 86%;
  margin: 0 auto 3rem;
}

.box-vinedo figure img {
  width: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.box-vinedo figure:hover img {
  /*opacity: .9;*/
}

.box-vinedo .texto {
  padding: 2rem 1.5rem;
}

@media only screen and (max-width: 550px) {
  .box-vinedo .texto {
    padding: 2rem 0;
  }
}

.box-vinedo .texto h4 {
  font-size: 1.2rem;
  margin: 0 0 0.2rem;
  font-weight: 500;
  text-transform: uppercase;
	font-family: "Trajan Pro 3";
}

.box-vinedo .texto h4 a {
  color: #707070;
}

.box-vinedo .texto .lugar {
  font-size: .83rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
}

.box-vinedo .texto .lugar:after {
  content: "";
  height: 2px;
  width: 1.66rem;
  background: #AF8C36;
  display: block;
  margin: .5rem 0 0;
}

.box-vinedo .texto p {
  height: 7.5rem;
}

.experiencia-home {
  position: relative;
  min-height: calc(100vh - 4rem);
  padding: 4rem 0 6rem;
}

.experiencia-home img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.experiencia-home .wrap {
  position: relative;
  z-index: 2;
  text-align: center;
}

.experiencia-home .wrap h2 {
  margin: 0 auto 2rem;
  font-size: 2.6rem;
  color: #fff;
  font-family: "Trajan Pro 3";
  font-weight: normal;
  max-width: 39rem;
}

.experiencia-home .wrap h2 .subrayado {
  position: relative;
  display: block;
  width: 6px;
  margin: 1.5rem auto;
  height: 6px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.experiencia-home .wrap h2 .subrayado:before {
  content: "";
  width: 2.9rem;
  height: 2px;
  background: #fff;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: -3.5rem;
}

.experiencia-home .wrap h2 .subrayado:after {
  content: "";
  width: 2.9rem;
  height: 2px;
  background: #fff;
  display: block;
  margin: 0 auto;
  position: absolute;
  right: -3.5rem;
}

@media only screen and (max-width: 768px) {
  .experiencia-home .wrap h2 {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 480px) {
  .experiencia-home .wrap h2 {
    font-size: 1.8rem;
  }
}

.experiencia-home .wrap p {
  max-width: 39rem;
  margin: 0 auto 2rem;
}

.agenda-home .agenda-visita {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .agenda-home .agenda-visita {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.agenda-home .agenda-visita .bloque-texto {
  width: 36%;
  min-width: 36%;
  margin-right: 3rem;
  margin-top: 4rem;
}

@media only screen and (max-width: 768px) {
  .agenda-home .agenda-visita .bloque-texto {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 0;
  }
}

.agenda-home .agenda-visita figure {
  width: 48%;
  min-width: 48%;
}

.agenda-home .agenda-visita figure img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .agenda-home .agenda-visita figure {
    width: 100%;
  }
}

.banner-interior {
  position: relative;
}
.banner-interior.mitad{
  max-height: 180px;
}

.banner-interior img {
  width: 100%;
  vertical-align: bottom;
}

.banner-interior.mitad img{
	height:180px;
}

.banner-interior h1 {
  font-size: 2.6rem;
  font-weight: normal;
  color: #fff;
  font-family: "Trajan Pro 3";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 3rem;
  text-align: center;
  padding: 0 2rem;
}

@media only screen and (max-width: 550px) {
  .banner-interior {
    height: 220px;
  }
  .banner-interior img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner-interior h1 {
    font-size: 1.8rem;
  }
}

.bread {
  font-size: .7rem;
  padding: 1.25rem 0;
}

.bread a {
  color: #707070;
}

.bread a:hover {
  color: #333;
}

.bread span {
  width: 3px;
  height: 3px;
  border-radius: 50%;
 /* background: #AF8C36;*/
  /*display: inline-block;*/
  vertical-align: middle;
  /*margin: 0 1rem;*/
  margin: 8px;
}

p.texto-small-center {
  text-align: center;
 /* max-width: 25rem;*/
  margin: 0 auto;
  line-height: 2;
}

.linea-tiempo {
  margin-bottom: 5rem;
}

.linea-tiempo .carrusel-linea {
  margin-top: 8rem;
  position: relative;
}

.linea-tiempo .carrusel-linea .tns-ovh {
  padding: 0 4rem;
}

@media only screen and (max-width: 480px) {
  .linea-tiempo .carrusel-linea .tns-ovh {
    padding: 0;
  }
}

.linea-tiempo .carrusel-linea:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #AF8C36;
  position: absolute;
  left: 0;
  top: 2.9rem;
}

.linea-tiempo .carrusel-linea .item {
  text-align: center;
  position: relative;
  padding-bottom: 15.6rem;
  cursor: pointer;
}

.linea-tiempo .carrusel-linea .item p {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: .7rem;
}

.linea-tiempo .carrusel-linea .item span {
  width: 1rem;
  height: 1rem;
  display: block;
  margin: 0 auto;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #AF8C36;
  background: #F5F5EF;
  position: relative;
}

.linea-tiempo .carrusel-linea .item .info-linea {
  position: absolute;
  left: -2rem;
  display: none;
  width: 25rem;
  text-align: left;
  top: 10rem;
}

@media only screen and (max-width: 768px) {
  .linea-tiempo .carrusel-linea .item .info-linea {
    max-width: 250px;
  }
}

@media only screen and (max-width: 480px) {
  .linea-tiempo .carrusel-linea .item .info-linea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 0;
  }
}

.linea-tiempo .carrusel-linea .item .info-linea:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 4rem;
  background: #C8C7C6;
  display: block;
  left: 4rem;
  top: -5.5rem;
}

@media only screen and (max-width: 480px) {
  .linea-tiempo .carrusel-linea .item .info-linea:before {
    display: none;
  }
}

.linea-tiempo .carrusel-linea .item .info-linea.tipo2 {
  left: auto;
  right: 0;
}

@media only screen and (max-width: 480px) {
  .linea-tiempo .carrusel-linea .item .info-linea.tipo2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 0;
  }
}

.linea-tiempo .carrusel-linea .item .info-linea.tipo2:before {
  left: auto;
  right: 5.5rem;
}

.linea-tiempo .carrusel-linea .item .info-linea img {
  width: 8rem;
  min-width: 8rem;
  height: auto;
}

@media only screen and (max-width: 550px) {
  .linea-tiempo .carrusel-linea .item .info-linea img {
    width: 4rem;
    min-width: 4rem;
  }
}

.linea-tiempo .carrusel-linea .item .info-linea p {
  font-size: .75rem;
  font-weight: 300;
  padding-left: 1.5rem;
}

.linea-tiempo .carrusel-linea .item.activo span:after {
  width: .7rem;
  height: .7rem;
  position: absolute;
  top: .06rem;
  left: .075rem;
  border-radius: 50%;
  background: #AF8C36;
  content: "";
  display: block;
}

.linea-tiempo .carrusel-linea .item.activo .info-linea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.linea-tiempo .carrusel-linea .tns-nav {
  text-align: center;
  margin-top: 20px;
  width: 100%;
  top: -6rem;
  position: absolute;
  left: 0;
}

.contenido-top {
  text-align: center;
}

.contenido-top .titulo.c-subtitulo {
  margin-bottom: 0;
}

.contenido-top p {
  line-height: 1.8;
  padding: 0 1.5rem;
  margin-bottom: 1.5rem;
}

.contenido-top p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .contenido-top p {
    padding: 0;
  }
}

.contenido-top h5 {
  font-size: 1.54rem;
  font-weight: 300;
  margin: 0 0 3rem;
}

.contenido-top h5.small {
  font-size: 1.25rem;
}

.contenido-top h5 .subrayado {
  position: relative;
  display: block;
  width: 7px;
  height: 7px;
  margin: 1.5rem auto;
  border-radius: 50%;
  border: 2px solid #707070;
}

.contenido-top h5 .subrayado:before {
  content: "";
  width: 2.9rem;
  height: 2px;
  background: #707070;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: -3.5rem;
}

.contenido-top h5 .subrayado:after {
  content: "";
  width: 2.9rem;
  height: 2px;
  background: #707070;
  display: block;
  margin: 0 auto;
  position: absolute;
  right: -3.5rem;
}

/*--MISION--*/
.w-mision {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .w-mision {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.w-mision .bloque-mision {
  width: 50%;
  min-width: 50%;
  padding: 0 6rem 2rem;
}

.w-mision .bloque-mision:first-child {
  border-right: 1px solid #C8C7C6;
}

@media only screen and (max-width: 991px) {
  .w-mision .bloque-mision {
    padding: 0 2rem 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .w-mision .bloque-mision {
    width: 100%;
    min-width: 100%;
    padding: 0 0 2rem;
  }
  .w-mision .bloque-mision:first-child {
    border-right: none;
  }
}

.video-mision {
  padding: 0 6rem;
}

@media only screen and (max-width: 768px) {
  .video-mision {
    padding: 0;
  }
}

.w-video img {
  width: 100%;
}

/*--FIN MISION--*/
/*--VINEDO--*/
.carrusel-vinedo.carrusel .tns-nav {
  text-align: center;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  margin-top: 0;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .carrusel-vinedo.carrusel .tns-nav {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 30px;
  }
}

.carrusel-vinedo2.carrusel .tns-nav {
  text-align: center;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  margin-top: 0;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .carrusel-vinedo2.carrusel .tns-nav {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 30px;
  }
}

.bg-gris .carrusel-vinedo2.carrusel .tns-nav {
  background: #F5F5EF;
}

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

@media only screen and (max-width: 768px) {
  .bloque-vinedo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bloque-vinedo figure {
  width: 50%;
  min-width: 50%;
  padding-left: 5.8rem;
}

.bloque-vinedo figure img {
  width: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
	margin-top: 5.8rem;
}

@media only screen and (max-width: 768px) {
  .bloque-vinedo figure {
    width: 100%;
    padding-left: 0rem;
  }
}

.bloque-vinedo figure:hover img {
  /*opacity: .9;*/
}

.bloque-vinedo .texto {
  width: 50%;
  min-width: 50%;
  padding: 0 0 0 3rem;
}

@media only screen and (max-width: 768px) {
  .bloque-vinedo .texto {
    width: 100%;
    padding: 2rem 0 0;
  }
}

.bloque-vinedo .texto h3 {
  font-size: 1.66rem;
  font-weight: 500;
  color: #707070;
  margin: 0 0 .2rem;
  text-transform: uppercase;
	font-family: "Trajan Pro 3";
}

.bloque-vinedo .texto h3.c-m {
  margin-bottom: 2rem;
}

.bloque-vinedo .texto h4 {
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #707070;
  margin: 0 0 2rem;
}

.bloque-vinedo .texto h5 {
  font-size: 1.25rem;
  font-weight: 300;
  color: #707070;
  margin: 0 0 2rem;
  font-family: "Trajan Pro 3";
}

.bloque-vinedo.vinedo-galeria .carrusel {
  width: 50%;
  min-width: 50%;
}

@media only screen and (max-width: 768px) {
  .bloque-vinedo.vinedo-galeria .carrusel {
    width: 100%;
    padding-left: 0rem;
  }
}

.bloque-vinedo.vinedo-galeria figure {
  width: 100%;
  min-width: 100%;
}

.bloque-vinedo.tipo2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 768px) {
  .bloque-vinedo.tipo2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bloque-vinedo.tipo2 figure {
  padding-right: 5.8rem;
  padding-left: 0rem;
	margin-top: -4rem;
}

@media only screen and (max-width: 768px) {
  .bloque-vinedo.tipo2 figure {
    padding-right: 0;
  }
}

.bloque-vinedo.tipo2 .texto {
  width: 50%;
  min-width: 50%;
  padding: 0 3rem 0 0rem;
}

@media only screen and (max-width: 768px) {
  .bloque-vinedo.tipo2 .texto {
    width: 100%;
    min-width: 100%;
    padding-right: 0;
  }
}

/*--FIN VINEDO--*/
.carrusel-galeria .item img {
  width: 100%;
}

.carrusel-galeria .tns-nav {
  width: 100%;
  text-align: center;
  left: 0;
  position: absolute;
  bottom: 3em;
  z-index: 9;
}

@media only screen and (max-width: 768px) {
  .carrusel-galeria.c-30k .item {
    height: 500px;
  }
  .carrusel-galeria.c-30k .item img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (max-width: 550px) {
  .carrusel-galeria.c-30k .item {
    height: 550px;
  }
}

.menu-tabs {
  text-align: center;
  margin-bottom: 3rem;
}

.menu-tabs--bottom {
  margin-top: 3rem;
  margin-bottom: -3rem;
}

.menu-tabs a {
  font-size: .83rem;
  font-family: "Trajan Pro 3";
  color: #707070;
  display: inline-block;
  margin: 0 1rem;
  padding: .3rem 0 1rem;
}

.menu-tabs a:after {
  content: "";
  height: 2px;
  width: 2.5rem;
  background: transparent;
  display: block;
  margin: 1rem auto 0;
}

.menu-tabs a.activo {
  color: #AF8C36;
}

.menu-tabs a.activo:after {
  background: #AF8C36;
}

.suelo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5rem;
}

@media only screen and (max-width: 768px) {
  .suelo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.suelo figure {
  width: 19.3rem;
  min-width: 19.3rem;
}

.suelo figure img {
  width: 100%;
	margin-top: 4.3rem;
}

@media only screen and (max-width: 768px) {
  .suelo figure {
    width: 100%;
    min-width: 100%;
  }
}

.suelo .texto {
  padding: 0 5rem 2rem 3rem;
}

@media only screen and (max-width: 768px) {
  .suelo .texto {
    padding: 2rem 0;
  }
}

@media only screen and (max-width: 991px) {
  .suelo {
    padding: 0;
  }
}

.mapa img {
  width: 100%;
}

.bloque-cifras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}

@media only screen and (max-width: 768px) {
  .bloque-cifras {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bloque-cifras .item {
  text-align: center;
  padding: 2rem 5rem 0;
}

@media only screen and (max-width: 991px) {
  .bloque-cifras .item {
    padding: 2rem 1rem 0;
  }
}

.bloque-cifras .item h3 {
  font-size: 2.9rem;
  font-weight: 300;
  margin: 0;
  color: #AF8C36;
}

.bloque-cifras .item h5 {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0;
}

.bloque-cifras .item h5:after {
  content: "";
  width: 1.66rem;
  height: 2px;
  margin: 1rem auto;
  display: block;
  background: #AF8C36;
}

.bloque-cifras .item p {
  font-size: .833rem;
  font-weight: 300;
  margin: 0;
}

.w-tienda {
  padding-top: 2rem;
}

.w-tienda .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .w-tienda .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.w-tienda .sidebar {
  width: 27%;
  min-width: 27%;
}

@media only screen and (max-width: 991px) {
  .w-tienda .sidebar {
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
  }
}

.w-tienda .sidebar .filtros h4 {
  font-size: 1.66rem;
  color: #707070;
  margin: 0 0 1.8rem;
  font-weight: normal;
  font-family: "Trajan Pro 3";
}

.w-tienda .sidebar .filtros .ac-default .item-ac button {
  padding: .5rem 0 .6rem;
  font-size: 1.45rem;
  font-weight: bold;
  color: #AF8C36;
  margin-bottom: .2rem;
  border-top: none;
  border-bottom: 1px solid #C8C7C6;
}

.w-tienda .sidebar .filtros .ac-default .item-ac button:after {
  color: #AF8C36;
  top: 37%;
  right: 20px;
  font-size: .6em;
  content: "\f067";
}

.w-tienda .sidebar .filtros .ac-default .item-ac button.activo {
  color: #AF8C36;
  font-weight: bold;
}

.w-tienda .sidebar .filtros .ac-default .item-ac button.activo:after {
  content: "\f068";
  color: #AF8C36;
}

.w-tienda .sidebar .filtros .ac-default .item-ac .int-ac {
  padding: 0 30px;
  border-bottom: none;
}

.w-tienda .sidebar .filtros .ac-default .item-ac .int-ac .w-check {
  padding: 1rem 0;
}

.w-tienda .sidebar .filtros .ac-default .item-ac .int-ac .form-check {
  margin-bottom: 5px;
}

.w-tienda .sidebar .filtros .ac-default .item-ac .int-ac .form-check input {
  margin-right: .5rem;
}

.w-tienda .sidebar .filtros .ac-default .item-ac .int-ac .form-check label {
  color: #707070;
  font-size: 1rem;
  font-weight: 300;
}

.w-tienda .sidebar .filtros .ac-default .item-ac .int-ac .form-check:last-child {
  padding-bottom: 10px;
}

.w-tienda .contenido-tienda {
  width: 73%;
  min-width: 73%;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 991px) {
  .w-tienda .contenido-tienda {
    width: 100%;
    min-width: 100%;
  }
}

.grid-prod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .grid-prod {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.box-prod {
  padding: 0 3rem;
  text-align: center;
  width: 33.3%;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 640px) {
  .box-prod {
    width: 50%;
    padding: 0 .5rem;
  }
}

@media only screen and (max-width: 480px) {
  .box-prod {
    width: 100%;
    padding: 0;
  }
}

.box-prod figure {
  border-bottom: 1px solid #C8C7C6;
  padding: 1rem;
  margin-bottom: 1.2rem;
}

.box-prod figure img {
  width: 3.917rem;
  margin: 0 auto;
}

.box-prod .texto h5 {
  font-size: 1.125rem;
  font-weight: 300;
  color: #707070;
  margin: 0;
}

.box-prod .texto .nombre {
  font-size: 1.875rem;
  font-family: "Trajan Pro 3";
  color: #AF8C36;
  margin: .2rem 0 .25rem;
  min-height: 2.5rem;
}

.box-prod .texto .nombre.small {
  font-size: 1.2rem;
}

@media only screen and (max-width: 550px) {
  .box-prod .texto .nombre {
    font-size: 1.4rem;
  }
}

.box-prod .texto .premios {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box-prod .texto .premios img {
  width: 1.66rem;
  margin: 0 .2rem;
}

.box-prod .texto .precio {
  font-size: 1.125rem;
  color: #707070;
  font-weight: 300;
  margin: 1rem 0;
}

.box-prod .texto .precio span {
  font-size: .625rem;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
  margin: 0 .2rem;
}

.box-prod .texto .add-cart {
  font-size: .75rem;
  color: #fff;
  font-weight: normal;
  background: #B7032C;
  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;
  height: 2.3rem;
  width: 100%;
  text-transform: uppercase;
}

.box-prod .texto .add-cart:hover {
  background: #9e0326;
}

.otros-productos {
  padding-bottom: 3rem;
}

.otros-productos h2 {
  font-size: 2.62rem;
  font-family: "Trajan Pro 3";
  color: #707070;
  margin: 0 0 3rem;
  font-weight: normal;
  text-align: center;
}

.otros-productos h2.titulo {
  margin-bottom: 2rem;
}

.otros-productos h2.titulo span {
  margin-top: .5rem;
}

@media only screen and (max-width: 768px) {
  .otros-productos h2 {
    font-size: 2rem;
  }
}

.otros-productos .grid-prod {
  padding: 0 2rem;
}

.otros-productos .grid-prod .box-prod {
  width: 25%;
  padding: 0 1.8rem;
}

@media only screen and (max-width: 640px) {
  .otros-productos .grid-prod .box-prod {
    width: 50%;
    padding: 0 .5rem;
  }
}

@media only screen and (max-width: 480px) {
  .otros-productos .grid-prod .box-prod {
    width: 100%;
    padding: 0;
  }
}

.detalle-vino {
  padding: 1rem 0;
  margin-bottom: 5rem;
}

.detalle-vino .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .detalle-vino .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.detalle-vino .wrap figure {
  width: 30%;
  min-width: 30%;
  text-align: center;
  padding: 0 4rem;
}

@media only screen and (max-width: 768px) {
  .detalle-vino .wrap figure {
    width: 100%;
    padding: 0;
    min-width: 0;
    text-align: center;
  }
  .detalle-vino .wrap figure img {
    width: 150px;
  }
}

.detalle-vino .wrap .detalle {
  width: 52%;
  min-width: 52%;
  padding: 3rem 0;
}

@media only screen and (max-width: 991px) {
  .detalle-vino .wrap .detalle {
    width: 65%;
    min-width: 65%;
  }
}

@media only screen and (max-width: 768px) {
  .detalle-vino .wrap .detalle {
    width: 100%;
    min-width: 100%;
  }
}

.detalle-vino .wrap .detalle h5 {
  font-size: 1rem;
  color: #707070;
  font-family: "Trajan Pro 3";
  font-weight: normal;
  margin: 0 0 1rem;
}

.detalle-vino .wrap .detalle h3 {
  font-size: 2.62rem;
  font-family: "Trajan Pro 3";
  color: #AF8C36;
  font-weight: normal;
  margin: 0 0 1rem;
}

.detalle-vino .wrap .detalle .premios {
  margin-bottom: 1.5rem;
}

.detalle-vino .wrap .detalle .premios img {
  width: 3.3rem;
}

.detalle-vino .wrap .detalle .texto {
  position: relative;
  margin-bottom: 1.5rem;
}

.detalle-vino .wrap .detalle .texto:before {
  content: "";
  width: 1.66rem;
  height: 2px;
  display: block;
  position: absolute;
  top: .5rem;
  left: -2.2rem;
  background: #AF8C36;
}

.detalle-vino .wrap .detalle .texto p {
  line-height: 1.6;
}

.detalle-vino .wrap .detalle .w-precio {
  margin-bottom: 1rem;
}

.detalle-vino .wrap .detalle .w-precio p {
  font-size: 1rem;
  font-family: "Trajan Pro 3";
  color: #707070;
  margin-bottom: 0;
}

.detalle-vino .wrap .detalle .w-precio .precio {
  font-size: 2rem;
  font-weight: 500;
}

.detalle-vino .wrap .detalle .w-precio .precio span {
  font-size: 1rem;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
}

.detalle-vino .wrap .detalle .w-cantidad label {
  font-size: .75rem;
  font-weight: 300;
  display: block;
  margin-bottom: .5rem;
}

.detalle-vino .wrap .detalle .w-cantidad select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("../images/bg-select.png");
  background-size: 1.7rem auto;
  background-position: 90% center;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #707070;
  width: 10.8rem;
  height: 2.5rem;
  padding: .2rem 1rem;
  text-align: center;
  display: inline-block;
  vertical-align: bottom;
}

@media only screen and (max-width: 550px) {
  .detalle-vino .wrap .detalle .w-cantidad select {
    margin-bottom: 10px;
  }
}

.detalle-vino .wrap .detalle .w-cantidad button {
  font-size: .8rem;
  height: 2.5rem;
  border: none;
  background: #B7032C;
  width: 11.5rem;
  display: inline-block;
  vertical-align: bottom;
  color: #fff;
  font-weight: normal;
  cursor: pointer;
}

.detalle-vino .wrap .detalle .w-cantidad button:hover {
  background: #9e0326;
}

.nuestros-vinos h2.titulo {
  font-size: 2.62rem;
  margin-bottom: 3rem;
}

.nuestros-vinos h2.titulo span {
  margin-top: .5rem;
}

@media only screen and (max-width: 768px) {
  .nuestros-vinos h2.titulo {
    font-size: 2rem;
  }
}

.nuestros-vinos .grid-nuestros-vinos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
  .nuestros-vinos .grid-nuestros-vinos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.nuestros-vinos .grid-nuestros-vinos .bloque-1 {
  width: 60%;
  min-width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
  .nuestros-vinos .grid-nuestros-vinos .bloque-1 {
    width: 100%;
  }
}

.nuestros-vinos .grid-nuestros-vinos .bloque-2 {
  width: 35%;
  min-width: 35%;
}

@media only screen and (max-width: 991px) {
  .nuestros-vinos .grid-nuestros-vinos .bloque-2 {
    width: 100%;
  }
}

.nuestros-vinos .grid-nuestros-vinos .bloque-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .nuestros-vinos .grid-nuestros-vinos .bloque-3 {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.nuestros-vinos .grid-nuestros-vinos .item-nv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.75rem 1.7rem 1rem;
  margin-bottom: 3.5rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.nuestros-vinos .grid-nuestros-vinos .item-nv:hover {
  /*opacity: .9;*/
}

@media only screen and (max-width: 550px) {
  .nuestros-vinos .grid-nuestros-vinos .item-nv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 2rem;
  }
}

.nuestros-vinos .grid-nuestros-vinos .item-nv figure {
  width: 6rem;
  min-width: 6rem;
  text-align: center;
  margin-top: -4.5rem;
}

@media only screen and (max-width: 550px) {
  .nuestros-vinos .grid-nuestros-vinos .item-nv figure {
    width: 100%;
    text-align: center;
  }
}

.nuestros-vinos .grid-nuestros-vinos .item-nv figure img {
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .nuestros-vinos .grid-nuestros-vinos .item-nv figure img {
    width: 120px;
  }
}

.nuestros-vinos .grid-nuestros-vinos .item-nv .texto {
  height: auto;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 1.5rem 0rem 2rem;
}

@media only screen and (max-width: 550px) {
  .nuestros-vinos .grid-nuestros-vinos .item-nv .texto {
    padding: 2rem 0;
    text-align: center;
  }
}

.nuestros-vinos .grid-nuestros-vinos .item-nv .texto h4 {
  font-size: 1.58rem;
  font-family: "Trajan Pro 3";
  color: #fff;
  margin: 0 0 .4rem;
  font-weight: normal;
}

.nuestros-vinos .grid-nuestros-vinos .item-nv .texto p {
  font-size: .66rem;
  color: #fff;
  font-weight: 300;
  line-height: 1.5;
}

.nuestros-vinos .grid-nuestros-vinos .item-nv .texto p:last-child {
  margin-bottom: 0;
}

.nuestros-vinos .grid-nuestros-vinos .item-nv.item-nv-1 {
  background: #B7032C;
  width: 100%;
  padding-bottom: 1.5rem;
}

.nuestros-vinos .grid-nuestros-vinos .item-nv.item-nv-1 figure {
  width: 10.16rem;
  min-width: 10.16rem;
}

@media only screen and (max-width: 550px) {
  .nuestros-vinos .grid-nuestros-vinos .item-nv.item-nv-1 figure {
    width: 100%;
    min-width: 100%;
    text-align: center;
  }
}

.nuestros-vinos .grid-nuestros-vinos .item-nv.item-nv-1 .texto p {
  padding-left: 1.5rem;
}

.nuestros-vinos .grid-nuestros-vinos .item-nv.item-nv-2 {
  background: #800F29;
  width: 47.5%;
  min-width: 47.5%;
}

@media only screen and (max-width: 991px) {
  .nuestros-vinos .grid-nuestros-vinos .item-nv.item-nv-2 {
    width: 100%;
    min-width: 100%;
  }
}

.nuestros-vinos .grid-nuestros-vinos .item-nv.item-nv-2 .texto {
  padding: 0;
}

.nuestros-vinos .grid-nuestros-vinos .item-nv.item-nv-3 {
  background: #707070;
  width: 47.5%;
  min-width: 47.5%;
}

@media only screen and (max-width: 991px) {
  .nuestros-vinos .grid-nuestros-vinos .item-nv.item-nv-3 {
    width: 100%;
    min-width: 100%;
  }
}

.nuestros-vinos .grid-nuestros-vinos .item-nv.item-nv-3 .texto {
  padding: 0;
}

.nuestros-vinos .grid-nuestros-vinos .item-nv.item-nv-4 {
  background: #1C1E1F;
  height: calc(100% - 3.5rem);
  -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;
}

@media only screen and (max-width: 991px) {
  .nuestros-vinos .grid-nuestros-vinos .item-nv.item-nv-4 {
    width: 100%;
    min-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (max-width: 550px) {
  .nuestros-vinos .grid-nuestros-vinos .item-nv.item-nv-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.nuestros-vinos .grid-nuestros-vinos .item-nv.item-nv-4 figure {
  width: 12.5rem;
  min-width: 12.5rem;
}

@media only screen and (max-width: 550px) {
  .nuestros-vinos .grid-nuestros-vinos .item-nv.item-nv-4 figure {
    width: 8rem;
    min-width: 8rem;
  }
}

.nuestros-vinos .grid-nuestros-vinos .item-nv.item-nv-4 .texto {
  text-align: center;
}

.nuestros-vinos .grid-nuestros-vinos .item-nv.item-nv-4 .texto h4 {
  color: #707070;
  margin-bottom: .4rem;
}

.nuestros-vinos .grid-nuestros-vinos .item-nv.item-nv-4 .texto p {
  color: #707070;
}

.nuestros-vinos .grid-nuestros-vinos .item-nv.item-nv-5 {
  background: #1C1E1F;
  width: 48%;
}

@media only screen and (max-width: 991px) {
  .nuestros-vinos .grid-nuestros-vinos .item-nv.item-nv-5 {
    width: 100%;
    min-width: 100%;
  }
}

.nuestros-vinos .grid-nuestros-vinos .item-nv.item-nv-5 figure {
  width: 7rem;
  min-width: 7rem;
}

@media only screen and (max-width: 550px) {
  .nuestros-vinos .grid-nuestros-vinos .item-nv.item-nv-5 figure {
    width: 100%;
    text-align: center;
  }
}

.nuestros-vinos .grid-nuestros-vinos .item-nv.item-nv-5 .texto {
  padding-right: 4rem;
}

@media only screen and (max-width: 550px) {
  .nuestros-vinos .grid-nuestros-vinos .item-nv.item-nv-5 .texto {
    padding: 2rem 0;
  }
}

.nuestros-vinos .grid-nuestros-vinos .item-nv.item-nv-6 {
  background: #B7032C;
  width: 48%;
}

@media only screen and (max-width: 991px) {
  .nuestros-vinos .grid-nuestros-vinos .item-nv.item-nv-6 {
    width: 100%;
    min-width: 100%;
  }
}

.nuestros-vinos .grid-nuestros-vinos .item-nv.item-nv-6 .texto {
  padding-right: 8rem;
}

@media only screen and (max-width: 550px) {
  .nuestros-vinos .grid-nuestros-vinos .item-nv.item-nv-6 .texto {
    padding: 2rem 0;
  }
}

.promociones h2.titulo {
  font-size: 2.62rem;
  margin-bottom: 3rem;
}

.promociones h2.titulo span {
  margin-top: .5rem;
}

@media only screen and (max-width: 550px) {
  .promociones h2.titulo {
    font-size: 2rem;
  }
}

.promociones .box-promo {
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: block;
}

.promociones .box-promo:hover {
  /*opacity: .9;*/
}

.promociones .box-promo img {
  width: 100%;
}

.promociones .box-promo h4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  font-size: 1.58rem;
  margin: 0;
  font-weight: normal;
  font-family: "Trajan Pro 3";
  color: #AF8C36;
}

.contacto h2.titulo {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.contacto h2.titulo span {
  margin-top: .5rem;
}

.contacto .form-contacto {
  max-width: 45rem;
  margin: 0 auto;
}

.contacto .form-contacto p {
  text-align: right;
  font-weight: 300;
}

.contacto .form-contacto p span {
  color: #AF8C36;
}

.contacto .form-contacto input {
  font-size: .75rem;
  font-weight: 300;
  color: #707070;
  height: 1.9rem;
  border: 1px solid #707070;
  padding: .5rem .7rem;
  width: 100%;
  margin-bottom: .75rem;
}

.contacto .form-contacto textarea {
  font-size: .75rem;
  font-weight: 300;
  color: #707070;
  height: 7.8rem;
  border: 1px solid #707070;
  padding: .75rem .7rem;
  width: 100%;
  margin-bottom: .75rem;
  resize: none;
}

.contacto .form-contacto button {
  font-size: .83rem;
  color: #fff;
  font-weight: bold;
  background: #AF8C36;
  width: 10.8rem;
  height: 2.3rem;
  border: none;
  cursor: pointer;
}

.contacto .form-contacto button:hover {
  background: #9c7c30;
}

.tabla-pedido {
  max-width: 90%;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .tabla-pedido {
    overflow: auto;
    max-width: 100%;
  }
}

.tabla-pedido table {
  width: 100%;
}

.tabla-pedido table thead tr th {
  font-size: .75rem;
  color: #707070;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 1px solid #C8C7C6;
  padding: .5rem .5rem 1rem;
}

.tabla-pedido table tbody tr td {
  text-align: center;
  padding: 1rem .5rem;
  border-bottom: 1px solid #C8C7C6;
}

.tabla-pedido table tbody tr td .prod-tabla {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 13.15rem;
  text-align: left;
}

.tabla-pedido table tbody tr td .prod-tabla figure {
  width: 2rem;
  min-width: 2rem;
}

.tabla-pedido table tbody tr td .prod-tabla figure img {
  width: 100%;
}

.tabla-pedido table tbody tr td .prod-tabla .texto {
  padding-left: 1.2rem;
}

.tabla-pedido table tbody tr td .prod-tabla .texto h5 {
  font-size: .83rem;
  font-weight: 300;
  margin: 0;
}

.tabla-pedido table tbody tr td .prod-tabla .texto .nombre {
  font-size: 1rem;
  color: #AF8C36;
  font-weight: normal;
  font-family: "Trajan Pro 3";
  margin: .2rem 0;
}

.tabla-pedido table tbody tr td .prod-tabla .texto p {
  font-size: .65rem;
  line-height: 1.1;
  margin-bottom: 0;
  font-weight: normal;
}

.tabla-pedido table tbody tr td .cantidad select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("../images/bg-select2.png");
  background-size: 1.7rem auto;
  background-position: 90% center;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #707070;
  width: 5.7rem;
  min-width: 5.7rem;
  height: 2.5rem;
  padding: .2rem 1rem;
  text-align: center;
  display: inline-block;
  vertical-align: bottom;
}

.tabla-pedido table tbody tr td .precio {
  font-size: 1rem;
}

.tabla-pedido table tbody tr td .precio span {
  font-size: .625rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 .25rem;
}

.tabla-pedido table tbody tr td .precio.precio-total {
  font-weight: bold;
}

.tabla-pedido table tbody tr td .eliminarÂ  {
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
}

.mensaje-vacio {
  text-align: center;
  width: 25rem;
  margin: 7rem auto 2rem;
}

@media only screen and (max-width: 550px) {
  .mensaje-vacio {
    max-width: 100%;
  }
}

.mensaje-vacio p {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.mensaje-vacio a {
  font-size: .8rem;
  font-weight: bold;
  color: #fff;
  background: #AF8C36;
  padding: .75rem 1rem;
  border: none;
  width: 10.8rem;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

.mensaje-vacio a:hover {
  background: #9c7c30;
}

.pasos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  max-width: 43rem;
  margin: 0 auto 5rem;
}

.pasos:before {
  content: "";
  width: 90%;
  height: 1px;
  background: #AF8C36;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 2.4rem;
}

.pasos .item-paso {
  text-align: center;
  position: relative;
}

.pasos .item-paso span {
  font-size: 1.33rem;
  color: #AF8C36;
  font-family: "Trajan Pro 3";
  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;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  border: 1px solid #AF8C36;
  margin-bottom: .75rem;
  background: #fff;
}

.pasos .item-paso p {
  font-size: .75rem;
  color: #1C1E1F;
  font-weight: normal;
  margin-bottom: 0;
}

.franja-total {
  background: #F5F5EF;
  padding: 1rem 0;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.franja-total .w-franja {
  max-width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .franja-total .w-franja {
    -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;
  }
}

.franja-total .codigo-cupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10rem;
}

@media only screen and (max-width: 768px) {
  .franja-total .codigo-cupon {
    margin-right: 0;
  }
}

@media only screen and (max-width: 550px) {
  .franja-total .codigo-cupon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.franja-total .codigo-cupon label {
  font-size: .75rem;
  color: #707070;
  font-weight: 300;
}

.franja-total .codigo-cupon input {
  height: 1.5rem;
  width: 5.2rem;
  min-width: 5.2rem;
  border: 1px solid #AF8C36;
  margin: 0 .75rem;
}

@media only screen and (max-width: 550px) {
  .franja-total .codigo-cupon input {
    width: 100%;
    margin-bottom: 10px;
  }
}

.franja-total .codigo-cupon button {
  width: 7.2rem;
  height: 1.5rem;
  background: #AF8C36;
  color: #fff;
  border: none;
  text-align: center;
  padding-top: .35rem;
  font-size: .66rem;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.franja-total .codigo-cupon button:hover {
  background: #9c7c30;
}

@media only screen and (max-width: 550px) {
  .franja-total .codigo-cupon button {
    width: 100%;
  }
}

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

.franja-total .total p {
  margin: 0 0 0;
  font-size: .75rem;
  font-weight: 500;
}

.franja-total .total .precio {
  font-size: 1.125rem;
  color: #707070;
  font-weight: 300;
  margin: 1rem 0;
  font-weight: bold;
}

.franja-total .total .precio span {
  font-size: .625rem;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
  margin: 0 .2rem;
}

.calculo-envio {
  width: 18.3rem;
  max-width: 100%;
  float: right;
}

.calculo-envio .box-envio {
  width: 100%;
  border: 1px solid #707070;
  padding: 1rem;
}

.calculo-envio .box-envio .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .5rem;
}

.calculo-envio .box-envio .item label {
  font-size: .66rem;
  font-weight: bold;
  width: 50%;
  min-width: 50%;
}

.calculo-envio .box-envio .item p {
  font-size: .66rem;
  margin-bottom: 0;
}

.calculo-envio .box-envio .item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("../images/bg-select2.png");
  background-size: .75rem auto;
  background-position: 90% center;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #707070;
  width: 7rem;
  min-width: 7rem;
  height: 1.16rem;
  padding: .2rem .4rem;
  font-size: .66rem;
  text-align: center;
  display: inline-block;
  vertical-align: bottom;
  color: #707070;
}

.calculo-envio .botones {
  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;
  padding: .5rem 0;
}

.calculo-envio .botones a {
  font-size: .66rem;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 7.75rem;
  min-width: 7.75rem;
  height: 1.54rem;
  text-transform: uppercase;
  border: 1px solid #AF8C36;
  padding: .5rem .5rem;
  margin: 0 .3rem;
}

.calculo-envio .botones a.actualizar {
  color: #AF8C36;
}

.calculo-envio .botones a.actualizar:hover {
  background: #f6f6f6;
}

.calculo-envio .botones a.finalizar {
  color: #fff;
  background: #AF8C36;
}

.calculo-envio .botones a.finalizar:hover {
  background: #9c7c30;
}

.detalle-facturacion {
  margin-bottom: 3rem;
}

.detalle-facturacion h3 {
  font-size: 1.33rem;
  margin: 0 0 1rem;
  font-family: "Trajan Pro 3";
  font-weight: normal;
  color: #1C1E1F;
}

.detalle-facturacion .form-facturacion {
  border-top: 1px solid #C7C9C9;
  padding-top: 2.5rem;
  margin-top: 2rem;
}

.detalle-facturacion .form-facturacion input {
  height: 2.6rem;
  padding: .5rem;
  border: 1px solid #C7C9C9;
  width: 100%;
  font-size: .75rem;
  font-weight: normal;
  margin-bottom: 1rem;
  color: #1C1E1F;
}

.detalle-facturacion .form-facturacion .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.detalle-facturacion .form-facturacion .form-check input {
  margin-bottom: 0;
  width: .4rem;
  height: .4rem;
  margin-right: .5rem;
  background: #fff;
}

.detalle-facturacion .form-facturacion .form-check label {
  color: #1C1E1F;
  font-size: .75rem;
}

.tu-pedido {
  margin-bottom: 4rem;
}

.tu-pedido h3 {
  font-size: 1.33rem;
  margin: 0 0 2rem;
  font-family: "Trajan Pro 3";
  font-weight: normal;
  color: #1C1E1F;
  border-bottom: 1px solid #C8C7C6;
  padding-bottom: 1rem;
}

.tu-pedido .box-terminos {
  background: #DCD5CE;
  padding: 1.5rem;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .tu-pedido .box-terminos {
    margin-bottom: 10px;
    height: auto;
  }
}

.tu-pedido .box-terminos p {
  font-size: .75rem;
  color: #1C1E1F;
  font-weight: normal;
  line-height: 1.3;
}

.tu-pedido .box-terminos .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tu-pedido .box-terminos .form-check input {
  margin-bottom: 0;
  min-width: .4rem;
  width: .75rem;
  height: .75rem;
  margin-right: .5rem;
  background: #fff;
  border-radius: 50%;
  border: none;
}

.tu-pedido .box-terminos .form-check label {
  color: #1C1E1F;
  font-size: .75rem;
}

.tu-pedido .box-total {
  border: 1px solid #707070;
  padding: 1.5rem;
  height: 100%;
}

.tu-pedido .box-total .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tu-pedido .box-total .item h4 {
  margin: 0;
  color: #1C1E1F;
  font-family: "Trajan Pro 3";
  font-weight: normal;
  font-size: 1.33rem;
}

.tu-pedido .box-total .item h5 {
  margin: 0;
  font-weight: bold;
  font-size: 1rem;
  color: #1C1E1F;
  padding: .75rem 0;
}

.tu-pedido .box-total .item h5.gold {
  color: #AF8C36;
}

.tu-pedido .box-total .item p {
  text-align: right;
  font-size: .75rem;
  line-height: 1.2;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: .75rem 0;
}

.medio-pago h3 {
  font-size: 1.33rem;
  margin: 0 0 2rem;
  font-family: "Trajan Pro 3";
  font-weight: normal;
  color: #1C1E1F;
  border-bottom: 1px solid #C8C7C6;
  padding-bottom: 1rem;
}

.medio-pago .item-pago {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #C7C9C9;
  padding: 1.5rem;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 550px) {
  .medio-pago .item-pago {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.medio-pago .item-pago .form-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
}

@media only screen and (max-width: 550px) {
  .medio-pago .item-pago .form-radio {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 15px;
  }
}

.medio-pago .item-pago .form-radio input {
  min-width: 12px;
  width: 12px;
  height: 12px;
  margin-right: .5rem;
}

.medio-pago .item-pago .form-radio label {
  font-size: .75rem;
  color: #1C1E1F;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 30%;
}

.medio-pago .item-pago button {
  font-size: .83rem;
  color: #fff;
  background: #AF8C36;
  width: 14.1rem;
  height: 2.5rem;
  border: none;
  cursor: pointer;
}

.medio-pago .item-pago button:hover {
  background: #9c7c30;
}

@media only screen and (max-width: 550px) {
  .medio-pago .item-pago button {
    width: 100%;
  }
}

.box-datos-transferencia {
  padding: 0 4rem;
}

@media only screen and (max-width: 768px) {
  .box-datos-transferencia {
    padding: 0;
  }
}

.box-datos-transferencia .datos-transferencia {
  margin-bottom: 1rem;
}

.certificaciones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 640px) {
  .certificaciones {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.certificaciones .item {
  text-align: center;
  padding: 2rem .5rem 0;
}

@media only screen and (max-width: 640px) {
  .certificaciones .item {
    margin-bottom: 30px;
  }
}

.certificaciones .item figure {
  width: 4.6rem;
  margin: 0 auto 1rem;
}

.certificaciones .item figure img {
  width: 100%;
}

.certificaciones .item h5 {
  font-size: .83rem;
  color: #707070;
  font-weight: bold;
  margin: 0 0 1rem;
}

@media only screen and (max-width: 768px) {
  .certificaciones .item {
    padding: 2rem 2rem 0;
  }
}

.w-galeria {
  position: relative;
}

.w-galeria h2.titulo {
  position: absolute;
  top: 4rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}

.w-galeria h2.titulo .subrayado {
  margin-top: .5rem;
}

.w-galeria .item {
  position: relative;
}

.w-galeria .texto-gal {
  position: absolute;
  bottom: 7rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 72%;
}

.w-galeria .texto-gal p {
  font-size: .75rem;
  color: #fff;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  .w-galeria .texto-gal p {
    line-height: 1.3;
  }
}

.w-galeria .texto-gal .link img {
  width: 2rem;
  margin-right: .4rem;
}

.w-galeria .texto-gal.texto-no-gal {
  bottom: 4rem;
}

@media only screen and (max-width: 768px) {
  .w-galeria .texto-gal {
    width: 100%;
    padding: 0 20px;
  }
}

.texto-sust {
  padding-left: 4rem;
}

.texto-sust ul.lista-num li {
  font-size: .83rem;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .texto-sust {
    margin-top: 40px;
    padding-left: 0;
  }
  .texto-sust ul {
    padding-left: 0;
  }
}

.texto-sus-izq {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.texto-sus-izq .texto-sust {
  padding-left: 0;
  padding-right: 4rem;
}

@media only screen and (max-width: 768px) {
  .texto-sus-izq .texto-sust {
    padding-right: 0;
  }
}

img.full-width {
  width: 100%;
}

.s-vinos .img-vino {
  position: relative;
  text-align: right;
}

.s-vinos .img-vino .se {
  position: absolute;
  width: 20.8rem;
  left: 0;
}

.s-vinos .img-vino .vino {
  position: relative;
  z-index: 2;
  width: 12rem;
}

.s-vinos .img-vino .vino.vinos-1 {
  width: 20.8rem;
}

.s-vinos .img-vino .vino.vinos-2 {
  width: 19.7rem;
}

.s-vinos .img-vino .vino.vinos-3 {
  width: 12rem;
}

.s-vinos .img-vino .vino.vinos-4 {
  width: 13.75rem;
}

.s-vinos .img-vino .vino.vinos-5 {
  width: 12rem;
}

.s-vinos .img-vino .vino.vinos-6 {
  width: 12rem;
}

.s-vinos.tipo2 .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.s-vinos.tipo2 .img-vino {
  text-align: left;
}

.s-vinos.tipo2 .img-vino .se {
  left: auto;
  right: 0;
}

.s-vinos.ultimo {
  margin-bottom: 3rem;
}

.w-reportes {
  padding: 0 3rem;
}

@media only screen and (max-width: 768px) {
  .w-reportes {
    padding: 0;
  }
}

.w-reportes .box-reporte {
  text-align: center;
}

.w-reportes .box-reporte figure {
  width: 5.4rem;
  max-width: 100%;
  margin: 0 auto 1rem;
}

.w-reportes .box-reporte figure img {
  width: 100%;
  margin-right: -1rem;
}

@media only screen and (max-width: 768px) {
  .w-reportes .box-reporte figure {
    margin-top: 30px;
  }
}

.w-reportes .box-reporte p {
  font-size: .833rem;
  color: #707070;
  font-weight: bold;
  line-height: 1.2;
}

.box-colaborador {
  text-align: center;
  padding: 4rem 2.5rem 3rem;
	height: 650px;
}

.box-colaborador.color1 {
  background: #C7C9C9;
}

.box-colaborador.color2 {
  background: #CEC1A1;
}

.box-colaborador.color3 {
  background: #DCD5CE;
}

.box-colaborador h4 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #707070;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.box-colaborador h4:after {
  content: "";
  width: 1.75rem;
  height: 1px;
  background: #AF8C36;
  margin: .75rem auto 0;
  display: block;
}

.grid-galeria a {
  display: block;
  margin-bottom: 1rem;
}

.grid-galeria a img {
  width: 100%;
  vertical-align: bottom;
}

.grid-galeria a:hover {
  /*opacity: .9;*/
}

.rivalta {
  position: relative;
  background: #3F4446;
  padding: 2rem 0;
}

.rivalta.ema {
  background: #433E2A;
}

.rivalta .img-vino {
  position: absolute;
  z-index: 2;
  width: auto;
}

.rivalta .img-vino img {
  width: 14.15rem;
	/*height: 34rem;*/
    margin-top: 5rem;
}

@media only screen and (max-width: 768px) {
  .rivalta .img-vino {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
  }
  .rivalta .img-vino img {
    width: 150px;
  }
}

.rivalta .contenido {
  position: relative;
}

.rivalta .contenido .texto {
  padding-left: 20rem;
}

@media only screen and (max-width: 768px) {
  .rivalta .contenido .texto {
    padding-left: 0;
  }
}

.rivalta .contenido .pattern img {
  width: 100%;
}

.rivalta .contenido h5 {
  font-size: .917rem;
  font-family: "Trajan Pro 3";
  color: #fff;
  margin: 0 0 .5rem;
  font-weight: normal;
}

.rivalta .contenido h2 {
  font-size: 2rem;
  font-weight: normal;
  margin: 0 0 1rem;
  font-weight: normal;
  font-family: "Trajan Pro 3";
  color: #AF8C36;
}

.rivalta .contenido .tipos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0 1rem;
}

.rivalta .contenido .tipos a {
  font-size: .58rem;
  color: #fff;
  font-family: "Trajan Pro 3";
  font-weight: normal;
  margin-right: 2rem;
}

.rivalta .contenido .tipos a.activo {
  color: #AF8C36;
}
@media only screen and (max-width: 768px) {
  .rivalta .contenido .tipos {
    flex-wrap: wrap;
  }
  .rivalta .contenido .tipos a{
    display: inline-block;
    padding: 1rem;
    margin-bottom: 0;
    width: 46%;
    margin: 0;
    line-height: 1.4;
  }
}

.rivalta .contenido .bread {
  font-size: .7rem;
  padding: 1.25rem 0;
  color: #C8C7C6;
  margin-bottom: 2rem;
}

.rivalta .contenido .bread a {
  color: #C8C7C6;
}

.rivalta .contenido .bread span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 .2rem;
  height: auto;
  width: auto;
}
.rivalta .contenido .bread span:first-child{
  margin-left: 0;
}

.rivalta .contenido .bloque-texto {
  margin-left: -2.75rem;
}

.rivalta .contenido .bloque-texto p {
  color: #C8C7C6;
}

@media only screen and (max-width: 768px) {
  .rivalta .contenido .bloque-texto {
    margin-left: 0;
  }
}

.rivalta.tipo2 {
  background: #fff;
}

.rivalta.tipo2 h5 {
  color: #707070;
}

.rivalta.tipo2 .contenido .tipos a {
  color: #707070;
}

.rivalta.tipo2 .contenido .tipos a.activo {
  color: #AF8C36;
}

.rivalta.tipo2 .contenido .bloque-texto {
  margin-top: 2rem;
  min-height: 12rem;
}

.rivalta.tipo2 .contenido .bloque-texto p {
  color: #707070;
}

.ficha-detalle .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #C8C7C6;
  padding: .7rem 0;
}

.ficha-detalle .item h5 {
  margin: 0;
  font-size: .75rem;
  font-weight: 500;
  color: #707070;
  text-transform: uppercase;
  width: 7.3rem;
  min-width: 7.3rem;
}

.ficha-detalle .item p {
  margin-bottom: 0;
  line-height: 1.6;
}

.cuarteles {
  background: #1C1E1F;
}

.cuarteles .wrap {
  position: relative;
}

.cuarteles .box-cuarteles {
  padding: 0 3rem;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .cuarteles .box-cuarteles {
    padding: 0;
  }
}

.cuarteles .box-cuarteles .figure {
  min-width: 37.5rem;
  width: 37.5rem;
  position: relative;
}
.box-cuarteles .tool{
  position: absolute;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  min-width: 100px;
  cursor: pointer;
}
.box-cuarteles .tool span{
  transform: rotate(45deg);
  display: block;
  font-size: 14px;
  position: absolute;
  width: auto;
  min-width: 100px;
  padding: 5px;
  background: #c71a36;
  top: -2%;
  left: 31%;
  opacity: 0;
  visibility:hidden;
  border: 1px solid #9a142a;
  transition: all .3s ease;
}
.box-cuarteles .tool.color2 span{
  background: #fee1a0;
  border: 1px solid #bda775;
  color: #000;
}
.box-cuarteles .tool:hover span{
  opacity: 1;
  visibility: visible;  
}
.box-cuarteles .tool1{
  width: 10%;
  height: 5%;
  left: 41%;
  transform: rotate(-45deg);
  min-width: 00;
  cursor: pointer;
  top: 40%;
}
.box-cuarteles .tool2{
  width: 16%;
  height: 5%;
  left: 47%;
  transform: rotate(-45deg);
  min-width: 00;
  cursor: pointer;
  top: 47%;
}
.box-cuarteles .tool3{
  width: 8%;
  height: 8%;
  left: 78%;
  transform: rotate(-45deg);
  min-width: 00;
  cursor: pointer;
  top: 75%;
}
.box-cuarteles .tool4{
  width: 16%;
  height: 6%;
  left: 43%;
  transform: rotate(-45deg);
  min-width: 00;
  cursor: pointer;
  top: 41%;
}
.box-cuarteles .tool5{
  width: 6%;
  height: 6%;
  left: 84%;
  transform: rotate(-45deg);
  min-width: 00;
  cursor: pointer;
  top: 70%;
}

.box-cuarteles .tool6{
  width: 9%;
  height: 8%;
  left: 30%;
  transform: rotate(-45deg);
  min-width: 00;
  cursor: pointer;
  top: 50%;
}
.box-cuarteles .tool7{
  width: 12%;
  height: 7%;
  left: 37%;
  transform: rotate(-45deg);
  min-width: 00;
  cursor: pointer;
  top: 55%;
}
.box-cuarteles .tool8{
  width: 6%;
  height: 7%;
  left: 38%;
  transform: rotate(-45deg);
  min-width: 00;
  cursor: pointer;
  top: 46%;
}
.box-cuarteles .tool9{
  width: 8%;
  height: 7%;
  left: 27%;
  transform: rotate(-45deg);
  min-width: 00;
  cursor: pointer;
  top: 22%;
}

.cuarteles .box-cuarteles .figure img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .cuarteles .box-cuarteles .figure {
    min-width: 0;
    max-width: 100%;
  }
}
.cuarteles .box-cuarteles figure {
  min-width: 37.5rem;
  width: 37.5rem;
}

.cuarteles .box-cuarteles figure img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .cuarteles .box-cuarteles figure {
    min-width: 0;
    max-width: 100%;
  }
}

.cuarteles .box-cuarteles .texto {
  position: absolute;
  top: 20%;
  left: 60%;
}

@media only screen and (max-width: 991px) {
  .cuarteles .box-cuarteles .texto {
    left: auto;
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .cuarteles .box-cuarteles .texto {
    position: relative;
    margin-bottom: 20px;
  }
}

.cuarteles .box-cuarteles .texto h4 {
  font-size: 1.25rem;
  color: #fff;
  font-family: "Trajan Pro 3";
  font-weight: normal;
  margin: 0 0 1.5rem;
}

.cuarteles .box-cuarteles .texto .item p {
  font-size: .83rem;
  color: #fff;
  font-weight: normal;
  margin-bottom: .3rem;
}

.cuarteles .box-cuarteles .texto .item p span {
  font-weight: bold;
  color: #AF8C36;
  display: inline-block;
  width: 3.75rem;
  min-width: 3.75rem;
  text-align: right;
  margin-right: .5rem;
}

.cuarteles .brujula {
  width: 8.6rem;
  position: absolute;
  right: 0;
  bottom: 0rem;
}

@media only screen and (max-width: 768px) {
  .cuarteles .brujula {
    position: relative;
  }
}

.s-vino {
  padding: 3rem 0;
  background: #333333;
}

.s-vino figure {
  padding-left: 3rem;
}

.s-vino figure img {
  width: 100%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .s-vino figure {
    padding-left: 0;
  }
}

.s-vino .texto {
  padding: 0 0 2rem 1.5rem;
}

.s-vino .texto .tabla-des p {
  font-size: .75rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 1rem 0;
  margin-bottom: 0;
}

.s-vino .texto .tabla-des p span {
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  width: 5rem;
}

@media only screen and (max-width: 768px) {
  .s-vino .texto {
    padding-left: 0;
  }
}

.s-vino .texto h4 {
  font-size: 1.2rem;
  color: #AF8C36;
  margin: 0 0 1.4rem;
  font-weight: 300;
  text-transform: uppercase;
	font-family: "Trajan Pro 3";
}

.s-vino .texto ul {
  list-style: none;
  padding-left: 0;
}

.s-vino .texto ul li {
  color: #fff;
  font-size: .75rem;
  font-weight: 300;
  margin-bottom: .75rem;
  position: relative;
  padding-left: 1.5rem;
}

.s-vino .texto ul li:before {
  content: "";
  width: .41rem;
  height: .41rem;
  border-radius: 50%;
  background: #AF8C36;
  position: absolute;
  display: block;
  left: 0;
  top: .2rem;
}

.s-vino .texto .btn-comprar {
  font-size: .917rem;
  color: #fff;
  background: #AF8C36;
  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;
  width: 14rem;
  height: 3.33rem;
  margin-top: 4rem;
}

.s-vino .texto .btn-comprar:hover {
  background: #9c7c30;
}

.s-vino .texto .item-ficha {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 550px) {
  .s-vino .texto .item-ficha {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.s-vino .texto .item-ficha p {
  margin-bottom: 0;
  color: #fff;
}

@media only screen and (max-width: 550px) {
  .s-vino .texto .item-ficha p {
    margin-bottom: 10px;
  }
}

.s-vino .texto .item-premio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.2rem;
}

.s-vino .texto .item-premio figure {
  width: 4.5rem;
  min-width: 4.5rem;
  padding-left: 0;
  margin-right: 1rem;
}

.s-vino .texto .item-premio figure img {
  width: 100%;
}

.s-vino .texto .item-premio .text h5 {
  font-size: .83rem;
  color: #fff;
  font-weight: 100;  margin: 0;
  /*font-style: italic; */
}

.s-vino .texto .item-premio .text p {
  margin-bottom: 0;
  color: #fff;
  /* font-style: italic; */
  line-height: 1.4;
}

.s-vino.bg-gris {
  background: #F5F5EF;
}

.s-vino.bg-gris .texto h4 {
  color: #707070;
}

.s-vino.bg-gris .texto ul li {
  color: #707070;
}

.s-vino.bg-gris .texto .item-ficha p {
  color: #707070;
}

.s-vino.bg-gris .texto .item-premio h5 {
  color: #707070;
}

.s-vino.bg-gris .texto .item-premio p {
  color: #707070;
}

.nuestros-vinos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .nuestros-vinos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.nuestros-vinos .item {
  text-align: center;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 768px) {
  .nuestros-vinos .item {
    width: 33.33%;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .nuestros-vinos .item {
    width: 50%;
    margin-bottom: 40px;
  }
}

.nuestros-vinos .item figure {
  height: 19.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.nuestros-vinos .item figure img {
  width: 7rem;
  height: auto;
}

.nuestros-vinos .item figure.v-3 img {
  width: 7.8rem;
}

.nuestros-vinos .item p {
  font-size: .83rem;
  font-family: "Trajan Pro 3";
  min-height: 2.5rem;
  line-height: 1.2;
}

.conoce-tours {
  text-align: center;
  padding: 3rem 0;
}

.conoce-tours a {
  font-size: 1.5rem;
  color: #fff;
  background: #AF8C36;
  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;
  text-transform: uppercase;
  padding: .7rem 2rem;
  width: 24.8rem;
  height: 6.16rem;
  margin: 0 auto;
}

.conoce-tours a:hover {
  background: #9c7c30;
}

@media only screen and (max-width: 768px) {
  .conoce-tours a {
    max-width: 100%;
    padding: 1rem 1rem;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 550px) {
  .conoce-tours a {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}

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

@media only screen and (max-width: 768px) {
  .visitanos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.visitanos figure {
  width: 50%;
  min-width: 50%;
}

.visitanos figure img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .visitanos figure {
    width: 100%;
  }
}

.visitanos .texto {
  padding: 1rem 3rem;
}

@media only screen and (max-width: 768px) {
  .visitanos .texto {
    width: 100%;
    padding: 1rem 0;
  }
}

.visitanos .texto h4 {
  font-size: 1.58rem;
  font-family: "Trajan Pro 3";
  font-weight: normal;
}

.visitanos .texto p {
  font-size: .75rem;
}

.visitanos .texto p span {
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  width: 7.5rem;
}

@media only screen and (max-width: 550px) {
  .visitanos .texto p span {
    display: block;
  }
}
.validador{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0,0,0,0.5);
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bienvenido {
   position: relative;
  padding: 5rem 0 7rem;
  width: 100%;
  display: flex;
  max-width: 100%;
  height: 100vh;
}

.bienvenido .bg {
 position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bienvenido .w-bienvenido {
   position: relative;
  z-index: 2;
  text-align: center;
  justify-content: center;
  width: 23rem;
  flex-direction: column;
  max-width: 100%;
  display: flex;
  margin: 0 auto;
}

.bienvenido .w-bienvenido figure {
  margin-bottom: 2rem;
  padding: 0 1rem;
}

.bienvenido .w-bienvenido figure img {
  width: 100%;
}

.bienvenido .w-bienvenido .titulo {
   color: #fff;
  margin-top: 0rem;
}

.bienvenido .w-bienvenido p {
  color: #fff;
  font-size: 1rem;
  padding: 0 10px;
}

.bienvenido .w-bienvenido .botones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 2rem;
}

.bienvenido .w-bienvenido .botones a {
  font-size: 1rem;
  color: #fff;
  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;
  width: 6.66rem;
  height: 1.75rem;
  background: #AF8C36;
  text-align: center;
}

.bienvenido .w-bienvenido .botones a:hover {
  background: #9c7c30;
}

@media only screen and (max-width: 550px) {
  .bienvenido .w-bienvenido .botones {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bienvenido .w-bienvenido .botones a {
    width: 100%;
    margin-bottom: 20px;
    height: 2.2rem;
  }
}

@media only screen and (max-width: 768px) {
  .img-content {
    margin-bottom: 30px;
  }
}

.panel-item {
  display: none;
}

.panel-item.visible {
  display: block;
}

.texto-metodo h5 {
  font-size: .83rem;
  color: #AF8C36;
  font-weight: bold;
  margin: 0 0 .5rem;
}

.texto-metodo p {
  font-size: .83rem;
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 2rem;
}
.detalle-noticia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 2rem;
}

@media only screen and (max-width: 991px) {
  .detalle-noticia {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.detalle-noticia .contenido {
  width: 63%;
  min-width: 63%;
}

@media only screen and (max-width: 991px) {
  .detalle-noticia .contenido {
    width: 100%;
    min-width: 100%;
    margin-bottom: 4rem;
  }
}

.detalle-noticia .contenido p {
  color: #707070;
  font-weight: 300;
  font-size: .75rem;
  margin-bottom: 1.5rem;
}

.detalle-noticia .contenido p b {
  font-weight: bold;
}

.detalle-noticia .contenido p.destacado {
  color: #AF8C36;
  font-weight: bold;
}

.detalle-noticia .contenido figure {
  width: 100%;
  margin-bottom: 1.5rem;
}

.detalle-noticia .contenido figure img {
  width: 100%;
}

.detalle-noticia .contenido .detalle-abajo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.detalle-noticia .contenido .detalle-abajo a.btn-volver {
  font-size: .75rem;
  font-weight: bold;
  color: #AF8C36;
  border: 1px solid #AF8C36;
  display: inline-block;
  padding: .5rem 1.5rem .45rem;
}

.detalle-noticia .contenido .detalle-abajo a.btn-volver:hover {
  background: #AF8C36;
  color: #fff;
}

.detalle-noticia .contenido .detalle-abajo .compartir {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.detalle-noticia .contenido .detalle-abajo .compartir p {
  margin-bottom: 0;
  font-size: .75rem;
  color: #707070;
  margin-right: .5rem;
}

.detalle-noticia .contenido .detalle-abajo .compartir a {
  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;
  width: 1.66rem;
  height: 1.66rem;
  color: #fff;
  border-radius: 50%;
  background: #AF8C36;
  margin-left: .5rem;
}

.detalle-noticia .contenido .detalle-abajo .compartir a:hover {
  background: #9c7c30;
}

.detalle-noticia .sidebar {
  width: 30%;
  min-width: 30%;
  border-left: 1px solid #C8C7C6;
  padding-left: 3rem;
}

@media only screen and (max-width: 991px) {
  .detalle-noticia .sidebar {
    width: 100%;
    min-width: 100%;
    padding-left: 0;
    border: none;
  }
}

.detalle-noticia .sidebar .item-otras {
  margin-bottom: 2rem;
}

.detalle-noticia .sidebar .item-otras figure {
  width: 100%;
  margin-bottom: .75rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.detalle-noticia .sidebar .item-otras figure img {
  width: 100%;
}

.detalle-noticia .sidebar .item-otras figure:hover {
  /*opacity: .9;*/
}

.detalle-noticia .sidebar .item-otras p {
  color: #707070;
  font-size: .75rem;
  font-weight: 300;
}

.detalle-noticia .sidebar .item-otras p a {
  color: #707070;
  text-decoration: none;
  font-weight: 300;
}

.item-rse {
  margin-bottom: 1rem;
}

.item-rse figure {
  width: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.item-rse figure img {
  width: 100%;
}

.item-rse figure:hover {
  /*opacity: .9;*/
}

.item-rse .texto {
  padding: 1.5rem 1rem;
}

.item-rse .texto h4 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #707070;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
}

.item-rse .texto h4 a {
  color: #707070;
}

.item-rse .texto h4:after {
  content: "";
  width: 2rem;
  height: 3px;
  background: #AF8C36;
  display: block;
  margin: 1rem 0 0;
}

.item-rse .texto p {
  font-size: .75rem;
  color: #707070;
}

.detalle-rse {
  padding-top: 2.5rem;
}

.detalle-rse .bajada {
  text-align: center;
  margin-bottom: 3rem;
}

.detalle-rse figure {
  margin-bottom: 2rem;
}

.detalle-rse p.destacado {
  color: #AF8C36;
  font-weight: bold;
}

.item-noticia {
  margin-bottom: 1.5rem;
}

.item-noticia h3 {
  font-family: "Trajan Pro 3";
  /*font-size: 1.66rem;*/
  font-size: 1.46rem;
  color: #707070;
  text-align: center;
  margin: 0 0 1rem;
  font-weight: normal;
}

.item-noticia h3 a {
  color: #707070;
}

.item-noticia figure {
  width: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.item-noticia figure img {
  width: 100%;
}

.item-noticia figure:hover {
  /*opacity: .9;*/
}

.item-noticia .texto {
  padding: 1rem;
}

.item-noticia .texto .fecha {
  font-size: .75rem;
  font-weight: bold;
  margin-bottom: .75rem;
}

.item-noticia .texto p.destacado {
  font-weight: bold;
  color: #AF8C36;
}

.grid-rse {
  padding-top: 2rem;
}

.w-buscador {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 36rem;
  max-width: 100%;
  margin: 0 auto;
}

.w-buscador input {
  width: calc(100% - 2.9rem);
  height: 2.3rem;
  border: 1px solid #AF8C36;
  padding: .5rem;
}

.w-buscador button {
  background: #AF8C36;
  color: #fff;
  height: 2.3rem;
  width: 2.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
}

.top {
  text-align: right;
  padding: 1rem 0;
}

.top img {
  width: 2rem;
}

footer .footer-top {
  background: #F5F5EF;
  padding: 2rem 0 1.5rem;
}

footer .footer-top .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 991px) {
  footer .footer-top .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

footer .footer-top .wrap .f-1 {
  width: 25%;
  min-width: 25%;
  border-right: 1px solid #707070;
  padding-right: 4rem;
  padding-top: 1rem;
}

@media only screen and (max-width: 991px) {
  footer .footer-top .wrap .f-1 {
    width: 50%;
  }
}

@media only screen and (max-width: 550px) {
  footer .footer-top .wrap .f-1 {
    width: 100%;
    border-right: none;
  }
}

footer .footer-top .wrap .f-2 {
  width: 20%;
  min-width: 20%;
  padding: 1rem 2rem 0;
  border-right: 1px solid #707070;
}

@media only screen and (max-width: 991px) {
  footer .footer-top .wrap .f-2 {
    width: 50%;
    border-right: none;
  }
}

@media only screen and (max-width: 550px) {
  footer .footer-top .wrap .f-2 {
    width: 100%;
    border-right: none;
    padding: 1rem 0 0;
  }
}

footer .footer-top .wrap .f-3 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 2.8rem;
  padding-top: 1rem;
}

footer .footer-top .wrap .f-3 form{
  background: transparent !important;
}
#field_3760434179 {
  display: none;
}
@media only screen and (max-width: 991px) {
  footer .footer-top .wrap .f-3 {
    width: 100%;
    padding: 2rem 0 1rem;
  }
}

footer .footer-top .wrap .f-3 .form-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 550px) {
  footer .footer-top .wrap .f-3 .form-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .footer-top .wrap .f-3 .form-news input {
  border: 1px solid #AF8C36;
  height: 2.3rem;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: .75rem;
  padding: .2rem .5rem;
  color: #707070;
  font-size: .75rem;
}

@media only screen and (max-width: 550px) {
  footer .footer-top .wrap .f-3 .form-news input {
    margin-bottom: 10px;
    width: 100%;
  }
}

footer .footer-top .wrap .f-3 .form-news button {
  font-size: .8rem;
  font-weight: bold;
  color: #fff;
  background: #AF8C36;
  height: 2.3rem;
  border: none;
  width: 10.8rem;
  text-transform: uppercase;
  cursor: pointer;
}

@media only screen and (max-width: 550px) {
  footer .footer-top .wrap .f-3 .form-news button {
    width: 100%;
  }
}

footer .footer-top .wrap .f-3 .form-news button:hover {
  background: #9c7c30;
}

footer .footer-top .wrap h4 {
  margin: 0 0 .2rem;
  font-weight: bold;
  font-size: .7rem;
  text-transform: uppercase;
}

footer .footer-bottom {
  background: #1C1E1F;
  padding: .8rem 0;
}

footer .footer-bottom .wrap {
  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;
}

@media only screen and (max-width: 550px) {
  footer .footer-bottom .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .footer-bottom .wrap .footer-izq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 550px) {
  footer .footer-bottom .wrap .footer-izq {
    margin-bottom: 10px;
  }
}
footer .footer-bottom .wrap .footer-izq .logo-wine img {
	height: 1.8rem;
	margin-right: 20px;
}
footer .footer-bottom .wrap .footer-izq p {
  color: #fff;
  font-weight: normal;
  margin-bottom: 0;
  margin-left: .5rem;
}

footer .footer-bottom .wrap .redes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-bottom .wrap .redes a {
  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;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  background: #AF8C36;
  color: #1C1E1F;
  margin-left: .5rem;
}

@media only screen and (max-width: 550px) {
  footer .footer-bottom .wrap .redes a {
    margin-left: 0;
    margin-right: .5rem;
  }
}

footer .footer-bottom .wrap .redes a:hover {
  opacity: .8;
}

.carrusel {
  position: relative;
}

.carrusel.con-nav {
  padding: 0 40px;
}

.carrusel .tns-nav {
  text-align: center;
  margin-top: 20px;
}

.carrusel .tns-nav button {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  border-radius: 100%;
  margin: 0 0px;
  border: 1px solid transparent;
  background: transparent;
  padding: 0;
  position: relative;
}

.carrusel .tns-nav button.tns-nav-active {
  border-color: #fff;
}

.carrusel .tns-nav button:after {
  position: absolute;
  background: #fff;
  width: .375rem;
  height: .375rem;
  border-radius: 100%;
  content: "";
  display: block;
  top: 40%;
  left: 40%;
}

.carrusel.blanco button {
  border-color: #fff;
}

.carrusel.blanco button.tns-nav-active {
  background: #fff;
}

.carrusel.verde button {
  border-color: #fff;
  background: #fff;
}

.carrusel.verde button.tns-nav-active {
  background: #00B2A9;
  border-color: #00B2A9;
}

.carrusel.gris button {
  opacity: .6;
  border-color: transparent;
}

.carrusel.gris button:after {
  background: #707070;
}

.carrusel.gris button.tns-nav-active {
  border-color: #707070;
  opacity: 1;
}

.carrusel .tns-controls button {
  background: transparent;
  border-radius: 0px;
  color: #707070;
  font-size: 0;
  width: 50px;
  height: 50px;
  line-height: 44px;
  border: none;
  text-align: center;
  position: absolute;
  padding: 3px 0 0;
  z-index: 10;
  top: 25%;
}

.carrusel .tns-controls button:first-child {
  left: -20px;
  padding-right: 0px;
}

.carrusel .tns-controls button:last-child {
  right: -20px;
  padding-left: 0px;
}

.carrusel .tns-controls button:after {
  content: "";
  display: inline-block;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: 30px;
}

.carrusel .tns-controls button:first-child:after {
  content: "\f053";
}

.carrusel .tns-controls button:last-child:after {
  content: "\f054";
}

.carrusel .tns-controls button:hover {
  opacity: 0.85;
}

@media only screen and (max-width: 640px) {
  .carrusel .tns-controls button {
    width: 40px;
    height: 40px;
    line-height: 32px;
  }
  .carrusel .tns-controls button:after {
    font-size: 24px;
  }
  .carrusel .tns-controls button:first-child {
    left: -10px;
  }
  .carrusel .tns-controls button:last-child {
    right: -10px;
  }
}

.carrusel .tns-controls {
  display: none;
}

.carrusel.con-nav .tns-controls {
  display: block;
}

.carrusel.flecha-2 .tns-controls button {
  color: #fff;
  background: #00B2A9;
}

.c-movil {
  overflow: hidden;
}

@media only screen and (max-width: 550px) {
  .c-movil {
    padding: 0 20px;
  }
  .c-movil .tns-ovh {
    overflow: visible;
  }
}

.slide-home .c-home .item {
  position: relative;
  height: calc(100vh - 4.1rem);
}

.slide-home .c-home .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide-home .c-home .item h2 {
  font-family: "Trajan Pro 3";
  font-size: 2.2rem;
  font-weight: normal;
  margin: 0;
  z-index: 9;
  margin: 0 auto;
  text-align: center;
  right: 0;
  left: 0;
  bottom: 22%;
  color: #fff;
  position: absolute;
  padding: 0 2rem;
}

@media only screen and (max-width: 550px) {
  .slide-home .c-home .item h2 {
    font-size: 1.6rem;
  }
}

.slide-home .tns-nav {
  width: 100%;
  text-align: center;
  left: 0;
  position: absolute;
  bottom: 2em;
  z-index: 9;
}

.js-accordion {
  margin: 0 auto;
}

.js-accordion-title {
  background: #f5f5f5;
  border-top: 0;
  cursor: pointer;
  display: block;
  padding: 1em .5em;
  width: 100%;
}

.js-accordion-content {
  border-top: 0;
  height: 0;
  line-height: 1.5;
  overflow: hidden;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.ac-default .item-ac button {
  font-size: 1.25em;
  color: #272727;
  background: transparent;
  padding: 1em 1em .6em 0em;
  text-align: left;
  font-weight: normal;
  margin-bottom: 0px;
  border: none;
  border-bottom: 1px solid #E6E6E6;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
}

.ac-default .item-ac button:after {
  content: "\f078";
  color: #272727;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 32%;
  font-size: .8em;
}

.ac-default .item-ac button.activo {
  border: none;
  color: #AF8C36;
  font-weight: bold;
}

.ac-default .item-ac button.activo:after {
  content: "\f077";
  color: #AF8C36;
}

.ac-default .item-ac .int-ac {
  background: none;
  margin-top: 0px;
  margin-bottom: 0px;
}

.ac-default .item-ac .int-ac p {
  padding: 10px 20px 20px 2.8rem;
  font-size: 1.1rem;
  color: #707070;
}

.ac-default .item-ac .int-ac h4 {
  font-size: 1.25rem;
  color: #707070;
  font-weight: bold;
  margin-bottom: 15px;
}

.ac-default .item-ac .int-ac ul li {
  color: #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ac-default .item-ac .int-ac ul li:before {
  margin-top: 6px;
}

.ac-default .item-ac .int-ac ul li a {
  color: #707070;
  text-decoration: underline;
}

@media only screen and (max-width: 640px) {
  .ac-default .item-ac button {
    font-size: 1em;
  }
  .ac-default .item-ac button:after {
    right: 10px;
  }
}

.ac-default.ac-ejes .item-ac button.activo {
  color: #707070;
  border-bottom: 1px solid #707070;
}

.ac-default.ac-ejes .item-ac button.activo:after {
  color: #707070;
}

.ac-default.ac-ejes .item-ac .int-ac h3 {
  font-size: 1.625rem;
  padding: 20px 20px 0px 2.8rem;
}

.ac-default.ac-ejes .item-ac .int-ac p {
  font-size: 1.25rem;
}

@media only screen and (max-width: 550px) {
  .ac-default.ac-ejes .item-ac .int-ac h3 {
    padding: 20px 0 5px;
    font-size: 1.2rem;
  }
  .ac-default.ac-ejes .item-ac .int-ac p {
    padding: 0;
    font-size: 1rem;
  }
}
.boton_contacto {
	
	font-size: .83rem !important;
    color: #fff !important;
    font-weight: bold !important;
    background: #AF8C36 !important;
    width: 10.8rem !important;
    height: 2.3rem !important;
    border: none !important;
    cursor: pointer !important;
}


.video-mision{}
.video-mision .w-video{
  position: relative;
}
.video-mision .w-video img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 9;
  cursor: pointer;
}
.video-mision .w-video video{
  max-width: 100%;
  max-height: 100%;
}
.wpcf7-form-control.wpcf7-submit.enviar_footer {
	    font-size: .8rem !important;
    font-weight: bold !important;
    color: #fff !important;
    background: #AF8C36 !important;
    height: 2.3rem !important;
    border: none !important;
    width: 10.8rem !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
}
.wpcf7-not-valid-tip {
	font-size:0.8rem !important;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	display: none !important; 
}


.w-premios{
  height: 17rem;
  overflow: auto;
}
.w-premios::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #333;
}

.w-premios::-webkit-scrollbar
{
	width: 6px;
	background-color: #333;
}

.w-premios::-webkit-scrollbar-thumb
{
	background-color: #8a8a8a;
}

.w-certificaciones{
  margin-top: 3rem;
}

.titulo.mt-0{
  margin-top: -1rem;
}
.p-sus .titulo{
  margin-bottom: 5rem;
}
.titulo-2.c-m-l{
  margin-left: -4rem;
}
@media only screen and (max-width: 768px) {
  .titulo-2.c-m-l{
    margin-left: 0rem;
  }
}
@media only screen and (min-width: 768px) {
  .item-noticia h3 {
    font-family: "Trajan Pro 3";
    font-size: 1.46rem;
    color: #707070;
    text-align: center;
    margin: 0 0 1rem;
    font-weight: normal;
    min-height: 56px;
    justify-content: center;
    align-items: center;
    display: flex;
}
}

@media only screen and (max-width: 550px) {
  .visitanos iframe{
    width: 100% !important;
    height: 350px;
  }
}

@media only screen and (max-width: 991px) {
  header .wrap nav .w-menu{
    padding: 20px;
    overflow: auto;
  }
  header .wrap nav ul li .submenu{
    display: flex;
  }
  header .wrap nav ul li .submenu ul{
    padding: 0;
  }
  header .wrap nav ul li .submenu ul li{
    padding: 0 5px;
    width: 48%;
    display: inline-block;
    vertical-align: top;
  }
  header .wrap nav ul li .submenu ul li a{
    font-size: .8rem;
    line-height: 1.4;
  }
}
.detalle-noticia a{
    color: #af8c36;
    text-decoration:none;
}
button- button {
padding-top: 12px !important;
font-family: "Trajan Pro 3"!important;
}

/**Validador**/
  .box-prod figure img {
    width: 8rem !important;
	font-family: 'Roboto', sans-serif;
  }
	
  .validador{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0,0,0,0.5);
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bienvenido {
   position: relative;
  padding: 5rem 0 7rem;
  width: 100%;
  display: flex;
  max-width: 100%;
  height: 130vh;
}

.bienvenido .bg {
 position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bienvenido .w-bienvenido {
   position: relative;
  z-index: 2;
  text-align: center;
  justify-content: center;
  width: 63rem;
  flex-direction: column;
  max-width: 100%;
  display: flex;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.bienvenido .w-bienvenido figure {
  margin: 0 auto 2rem;
  padding: 40px 1rem;
  width:350px;
}

.bienvenido .w-bienvenido figure img {
  width: 100%;
}

.bienvenido .w-bienvenido .titulo {
   color: #fff;
  margin-top: 0rem;
	font-family: 'Roboto', sans-serif;
}

.bienvenido .w-bienvenido p {
  font-size: 14px;
  padding: 0 10px;
   color: #707070;
  margin-top: 0rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 125%;
	font-family: 'Roboto', sans-serif;
}

.bienvenido .w-bienvenido .botones {
  width:450px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 2rem;
}

.bienvenido .w-bienvenido .botones a {
  font-size: 14px;
  color: #fff;
  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;
  width: 8rem;
  height: 1.75rem;
  background: #1E1C1B;
  text-align: center;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
}

.bienvenido .w-bienvenido .botones a:hover {
  background: #9c7c30;
}
.bienvenido .w-bienvenido .paises {
  width:450px;
  border-top: 1px solid #707070;
  margin: 20px auto;
  display:block;
  padding: 15px 0;
}
	
.bienvenido .ingresar{
	background:#AF8C36;
	color:#fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 40px;
	border:0;
	margin:30px 0 0;
}
	.select-css {
	width:380px !important;
    display: block;
    font-size: 14px;
    font-family: sans-serif;
    color: #fff;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%; /* useful when width is set to anything other than 100% */
    box-sizing: border-box;
    margin: 0 auto;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #1E1C1B;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
    background-position: right .7em top 50%, 0 0;
    /* icon size, then gradient */
    background-size: .65em auto, 100%;
	border:none;
}
/* Hide arrow icon in IE browsers */
.select-css::-ms-expand {
    display: none;
}
/* Hover style */
.select-css:hover {
    border-color: #888;
}
/* Focus style */
.select-css:focus {
    border-color: #aaa;
    /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #fff; 
    outline: none;
}

/* Set options to normal weight */
.select-css option {
    font-weight:normal;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
    background-position: left .7em top 50%, 0 0;
    padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */
.select-css:disabled, .select-css[aria-disabled=true] {
    color: graytext;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}

.select-css:disabled:hover, .select-css[aria-disabled=true] {
    border-color: #aaa;
}
	
.bienvenido .w-bienvenido .bienvenido-box{
   border:1px solid #AF8C36;
   min-height: 550px;
   margin: 25px;
}

@media only screen and (max-width: 550px) {
  .bienvenido .w-bienvenido .botones {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bienvenido .w-bienvenido .botones, .bienvenido .w-bienvenido .paises{
    width: 90%;
	}
  .bienvenido .w-bienvenido .botones a {
    width: 100%;
    margin-bottom: 20px;
    height: 2.2rem;
  }
	.bienvenido .w-bienvenido figure{
	  width:280px;
	}
	.bienvenido .w-bienvenido .bienvenido-box{
	   min-height: auto;
	}
}

@media only screen and (max-width: 768px) {
  .img-content {
    margin-bottom: 30px;
  }
}

header .wrap nav .idioma a{
 background: none !important;
 border:none;
 padding: 5px 25px 5px 10px !important;
}
header .wrap nav .idioma a:hover{
 background: #ccc !important;
 border:none;
}
.wpml-ls-legacy-dropdown > ul{
  position:relative;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
  border-top: 0 solid !important;
  flex-direction: column !important;
}
.widget_icl_lang_sel_widget{
  width: 50px;
  margin: -10px 0 0;
}
@media only screen and (max-width: 768px) {
  .widget_icl_lang_sel_widget{
	  margin: -40px 0 0;
	}
}


/**Nuevo**/

.s-vino-china{ 
  background:#463B25;
}
.s-vino-china .col-md-12 {
	line-height: 0;
}
.s-vino-china h3{
  color: #A48433;
  text-align: center;
  font-size: 40px;
}
.s-vino-china h3::after{
  content: "";
  margin: 20px auto 0;
  display: block;
  background-image: url("../images/li-before-china.png");
  background-repeat: no-repeat;
  background-position: top center;
  width: 100px;
  height: 10px;
}
.s-vino-china .s-vinos-china-2 div{
  background: #333333;
  overflow: hidden;
}
.s-vino-china .s-vinos-china-2 img{
  width: 50%;
  float: left;
}
.s-vino-china .s-vinos-china-2 .texto{
  width: 50%;
  float: left;
  padding:150px 30px 150px 100px;
}
.s-vino-china .s-vinos-china-2 .texto p{
  color: #fff;
}
.s-vino-china .s-vinos-china-2 .texto::before{
  content: "";
  margin: 20px 0 -10px -50px;
  display: block;
  background-image: url("../images/bg-line.png");
  background-repeat: no-repeat;
  background-position: top left;
  width: 40px;
  height: 5px;
}
.s-vinos-china-3{
  background: #333333;
  overflow: hidden;
}
.s-vinos-china-3 h2{
  color: #fff;
  text-align: center;
  font-family: 'Trajan Pro 3';
  font-weight: normal;
  font-size: 23px;
}
.s-vinos-china-4 .s-vinos-china-2 .texto {
    padding: 120px 30px 150px 100px;
}
.s-vinos-china-5 {
    background: #BFBEBC;
}
.s-vinos-china-5 .s-vino-china h3 {
    color: #fff;
}
.s-vinos-china-5 .s-vinos-china-2 .texto {
    padding: 125px 30px 140px 100px;
	background: #990000;
}
.s-vinos-china-5 .s-vinos-china-2 .texto ::before{
  content: "";
  margin: 20px 0 -10px -50px;
  display: block;
  background-image: url("../images/bg-line.png");
  background-repeat: no-repeat;
  background-position: top left;
  width: 40px;
  height: 5px;
}
.s-vinos-china-6 {
    background: #A48433;
}
.s-vinos-china-7{
	background: #333;
}

.s-vinos-china-7 .s-vinos-china-2 .texto {
    padding: 165px 30px 175px 100px;
	background: #990000;
}

.s-vinos-china-8{
	background: #333333;
}
.s-vinos-china-8 .s-vinos-china-2 .texto {
    padding: 175px 30px 175px 100px;
    background: #A48433;
}
.s-vinos-china-8 .s-vinos-china-2 .texto::before{
  content: "";
  margin: 20px 0 -10px -50px;
  display: block;
  background-image: url("../images/bg-line1.png");
  background-repeat: no-repeat;
  background-position: top left;
  width: 40px;
  height: 5px;
}
.s-vinos-china-8 h3 {
    color: #707070;
    text-align: center;
    font-size: 40px;
	font-family: 'Trajan Pro 3';
}
.s-vinos-china-8 h3::after {
    content: "";
    margin: 30px auto 0;
    display: block;
    background-image: url("../images/li-before-china1.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 100px;
    height: 10px;
}


.s-vinos-china-9{
    background: #a15064;
}

.s-vinos-china-10 .s-vinos-china-2 .texto {
    padding: 140px 30px 136px 100px;
}

.s-vinos-china-11{
    background: #fff;
}
.s-vinos-china-11 h3 {
    color: #707070 !important;
}
.s-vinos-china-11 .s-vinos-china-2 .texto {
    background: #BFBEBC;
	padding: 198px 30px 195px 100px;
}
.s-vinos-china-11 .s-vinos-china-2 .texto p{
    color:#fff;
}
.s-vinos-china-11 .s-vinos-china-2 .texto::before {
    background-image:none !important;
}
.s-vinos-china-11 .s-vinos-china-2 .texto p::before {
    background-image: url("../images/bg-line2.jpg") !important;
}


@media only screen and (max-width: 768px) {
    .s-vino-china .s-vinos-china-2 img, .s-vino-china .s-vinos-china-2 .texto{
	  width: 100%;
	}
	.s-vinos-china-3 h2{
	  line-height: 130%;
	}
}

.footer-china .footer-top{
   padding: 0;
}
.footer-china .right, .footer-china .left{
   width: 50%;
   float: left;
   display: block;
   padding:3rem 0;
   text-align: center;
}
.footer-china .right{
	background: #f2ecde;
}
.footer-china .footer-bottom .wrap{
   padding: 0 80px;
}
.footer-china h2, .footer-china p{
   color: #707070;
   font-size: 17px;
   line-height: 120%;
}
.footer-china a{
   color: #707070;
   font-size: 17px;
   line-height: 120%;
   font-weight: normal;
   margin-top:10px;
}
.footer-china h2{
   font-weight: 900;
   margin-bottom: 40px;
}
.footer-china .right h2{
   margin-bottom: 20px;
}
.footer-china .redes{
   margin-bottom: 20px;
}

.footer-china .footer-bottom p{
  font-size: .75rem;
}

@media only screen and (max-width: 768px) {
    .footer-china .right, .footer-china .left{
	   width: 100%;
	}
}

/*usa*/
.wpml-ls-item-usa{
 display:none !important;
}


/*27-06-2024*/

.nuestros-vinos .item {
  width: 12.5%;
}
.experiencia-home {
	background: #000;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 4rem 0 4rem;
}
.experiencia-home img {
	opacity: .6;
}
/*29-07-2024*/
footer .footer-top .wrap .f-2 {
    width: 20%;
    min-width: 20%;
    padding: 1rem 2rem 0;
    border-right: 1px solid #707070;
}
footer .footer-top .wrap .f-2b {
    width: 20%;
    min-width: 20%;
    padding: 1rem 2rem 0;
    border-right: 1px solid #707070;
}
footer .footer-top .wrap .f-1 a {
	color: inherit;
}
footer .footer-top .wrap .f-2b a {
	color: inherit;
}
@media (max-width:768px) {
	footer .footer-top .wrap .f-2,
	footer .footer-top .wrap .f-2b {
		width: 25%;
		padding-left:1rem;
		padding-right:1rem;
	}
}
@media (max-width:550px) {
	footer .footer-top .wrap .f-2,
	footer .footer-top .wrap .f-2b {
		width: 50%;
		padding-left:1rem;
		padding-right:1rem;
	}
}

.rivalta .contenido .tipos a {
	color: #FFF;
	padding-bottom: 3px;
}
.rivalta .contenido .tipos a.activo {
	color: #FFF;
	border-bottom:1px solid #AF8C36;
}
/* correccion familia*/

.nuestros-vinos a.link {
	font-size: .8rem;
	
}
.nuestros-vinos a.link img {
	margin-right: .2rem;
	width: 1.7rem;
}
/*nuevo nivel menu*/
.submenu-2 > div {
	display: flex;
    flex-direction: row;
}
header .wrap nav ul li .submenu .submenu-2 > div:last-child ul {
	border-right:0 none;
}
@media only screen and (max-width: 991px) {
    header .wrap nav ul li .submenu .submenu-2 h3 {
        display: block;
		color:#FFF;
    }
	.submenu-2 > div {
		flex-direction: column;
	}
}