button:focus {
  outline: none;
}

.logo_grande {
  max-width: 500px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn-idioma {
  color: #bbbbbb;
}

.btn-intranet {
  width: min-content;
  border-radius: 0;
  background-color: transparent;
  border: #666 1px solid;
  color: #666 !important;
  padding: 10px 40px;
  font-size: 14px;
  font-style: italic;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.btn-intranet:hover {
  border: #666 1px solid;
  color: #666 !important;
  background-color: #fff;
  font-style: italic;
}

.bg_menu2 {
  background-color: #fff;
  transition: 0.4s linear all;
}

.txt-slider {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  bottom: 0;
  top: 0;
  height: 115px;
}

.txt-slider img {
  width: auto !important;
}

.bt4-0B171C {
  border-top: #0b171c 4px solid;
}

.bl1-EEEEEE {
  border-left: #eeeeee 1px solid;
}

.br1-EEEEEE {
  border-right: #eeeeee 1px solid;
}

.b1-666 {
  border: #666666 1px solid;
}

.b1-CCC {
  border: #cccccc 1px solid;
}

.btn-web {
  background-color: transparent;
  padding: 20px;
  color: #fff;
  text-align: center;
  width: 200px;
  cursor: pointer;
  transition: all 0.4s ease;
  border: 1px solid #9fa659;
}

.btn-web:hover {
  color: #fff;
  background-color: #9fa659 !important;
}

.btn-web2 {
  background-color: transparent;
  padding: 20px;
  color: #fff;
  text-align: center;
  width: 100px;
  cursor: pointer;
  transition: all 0.4s ease;
  border: 1px solid #fff;
  border-radius: 30px;
}

.btn-web2:hover {
  border: 1px solid #fff;
  color: #fff;
  background-color: #797641;
}

.btn-web3 {
  background-color: transparent;
  padding: 20px;
  color: #9fa659;
  text-align: center;
  width: 200px;
  cursor: pointer;
  transition: all 0.4s ease;
  border: 1px solid #9fa659;
}

.btn-web3-active {
  background-color: #9fa659 !important;
  color: #fff !important;
}

.btn-web3:hover {
  color: #fff;
  background-color: #9fa659 !important;
}

.btn-web4 {
  background-color: #9fa659;
  padding: 20px;
  color: #fff;
  text-align: center;
  width: 200px;
  cursor: pointer;
  transition: all 0.4s ease;
  border: 1px solid #9fa659;
}

.btn-web5 {
  background-color: transparent;
  padding: 20px;
  color: #0d1118;
  text-align: center;
  width: 100px;
  cursor: pointer;
  transition: all 0.4s ease;
  border: 1px solid #999999;
  border-radius: 30px;
}

.btn-web5:hover {
  border: 1px solid #fff;
  color: #fff;
  background-color: #797641;
}

.btn-web6 {
  background-color: transparent;
  padding: 20px;
  color: #fff;
  text-align: center;
  width: 180px;
  cursor: pointer;
  transition: all 0.4s ease;
  border: 1px solid #fff;
  border-radius: 30px;
}

.btn-web6-active {
  border: 1px solid #fff;
  color: #797641;
  background-color: #fff;
  padding: 20px;
  text-align: center;
  width: 180px;
  cursor: pointer;
  transition: all 0.4s ease;
  border-radius: 30px;
}

.btn-web6:hover,
.btn-web6:focus,
.btn-web6:active {
  border: 1px solid #fff;
  color: #797641;
  background-color: #fff;
}

.btn-web7 {
  background-color: transparent;
  padding: 10px 20px;
  color: #666666;
  text-align: center;
  width: 180px;
  cursor: pointer;
  transition: all 0.4s ease;
  border: 1px solid #cccccc;
  border-radius: 30px;
  display: block;
}

.btn-web7-active {
  border: 1px solid #cccccc;
  color: #797641;
  background-color: #fff;
}

.btn-web7:hover,
.btn-web7:focus,
.btn-web7:active {
  border: 1px solid #ccc;
  color: #797641;
  background-color: #fff;
}

.hover-797641:hover {
  background-color: #797641;
  color: #fff;
}

.hover-EDECB6:hover {
  background-color: #edecb6;
  color: #fff;
}

.hover-B7B094:hover {
  background-color: #b7b094;
  color: #fff;
}

.box-descripcion {
  width: 400px;
  height: auto;
}

@media (max-width: 768px) {
  .box-descripcion {
    width: 100% !important;
    height: auto !important;
  }
  .box-left {
    position: initial !important;
  }
  .box-right {
    position: initial !important;
  }
}

.box-left {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 40px;
}

.box-right {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 40px;
}

.categoria-noticia {
  background-color: #b7b094;
  position: absolute;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px;
  left: 0;
  right: 0;
  width: 120px;
}

.breadcrumb {
  background-color: transparent;
  padding: 8px 0;
  list-style: none;
  border-radius: 4px;
  margin-bottom: 10px;
}

.breadcrumb li.active {
  font-weight: 700;
  color: #666;
}

.breadcrumb li {
  display: inline-block;
  color: #ccc;
  position: relative;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 10px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumb li a {
  color: #ccc;
}

.breadcrumb li a,
.trail li a {
  transition: color 0.3s ease;
  text-decoration: none;
}

.logo-sec {
  max-width: 25%;
}

.border-menu {
  border-bottom: 1px solid #f6f6f6;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
  opacity: 0;
  margin-bottom: -1px;
  transition: 0.4s ease;
}

/* HOME */

.bg-home {
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0.28895308123249297) 38%,
      rgba(8, 8, 6, 0) 58%,
      rgba(32, 29, 24, 0) 100%
    ),
    url("../images/home/bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;
  background-size: cover;
  position: relative;
}

.scroll-bg {
  position: absolute;
  bottom: 0;
  color: #fff;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.bg-origenes {
  background-image: url("../images/home/bg1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  height: 550px;
  background-size: cover;
}

.bg-col-6 {
  background-image: url("../images/home/img7.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 420px;
}

.bg-img {
  background-image: url("../images/sustentabilidad/img1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 410px;
}

@media (max-width: 768px) {
  .container_text {
    background: rgb(255, 255, 255, 0.95);
    padding: 40px;
    width: 90%;
    max-width: 400px;
    margin: 60px auto 60px auto;
    float: none !important;
  }
  .p-especial {
    padding-left: 40px;
    padding-right: 40px;
  }
  .bg-linea {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 92%;
  }
  .h600 {
    height: auto;
  }
  .size60 {
    font-size: 40px !important;
  }
  .size24-resp {
    font-size: 18px !important;
  }
  .width100-resp {
    width: 100%;
  }
  .pt15-resp {
    padding-top: 15px;
  }
  .pb15-resp {
    padding-bottom: 15px;
  }
  .pl50-resp {
    padding-left: 0px;
  }
  .pull-right-resp {
    float: none;
  }
  .txt-slider img {
    width: 50% !important;
  }
  .owl-theme .owl-dots {
    bottom: 6px !important;
    left: 23px !important;
  }
}

.bg-disclaimer {
  background-image: url("../images/disclaimer/bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 890px;
  /* position: absolute; */
  width: 100%;
  /* z-index: 1031; */
}

.bg-banner {
  background-image: url("../images/nosotros/bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  height: 480px;
  background-size: cover;
  background-attachment: fixed;
}

.bg-attachment {
  background-attachment: fixed;
}

.footer_sec {
  background-position: top center;
  background-size: cover;
  height: 430px;
  position: relative;
}

.vinos-col-izq {
  position: absolute;
  margin-top: -100px;
  max-width: 100%;
}

.vinos-col-der {
  position: absolute;
  margin-top: -200px;
  margin-left: -15px;
  max-width: 100%;
}

.botellas-pos {
  margin-top: -160px;
  max-width: 50%;
}

.container-top {
  margin-top: -60px;
}

@media (max-width: 768px) {
  .botellas-pos {
    margin-top: -160px;
    max-width: 90%;
  }
}

@media (max-width: 500px) {
  .vinos-col-izq {
    position: initial;
    margin-top: 0px;
    max-width: 100%;
  }
  .vinos-col-der {
    position: initial;
    margin-top: 0px;
    margin-left: 0px;
    max-width: 100%;
  }
}

.vinos-submenu > .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  display: inherit;
}

.vinos-submenu:hover > .dropdown-menu {
  opacity: 1;
  margin-top: 0;
  transition: 0.4s ease;
  visibility: visible;
}

.vinos-submenu:hover > .arrow-up {
  opacity: 1;
}

.owl-dots .owl-dot span {
  width: 10px !important;
  height: 10px !important;
  border: 2px solid #fff !important;
  background-color: transparent !important;
  border-radius: 10px !important;
  transition: 0.4s ease all;
}

.owl-theme .owl-dots {
  bottom: 180px !important;
  left: 0;
  right: 0;
}

.owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff !important;
  transition: 0.4s ease all;
}

.slider_vinos .owl-item img {
  width: auto !important;
}

.vino-sel {
  transition: 0.4s ease all;
}

.vino-sel > img {
  transition: 0.4s ease all;
}

.vino-sel > .line40-naranjo {
  opacity: 0;
}

.vino-sel {
  transition: 0.4s ease all;
}

.vino-sel:hover > img {
  transition: 0.4s ease all;
  transform: scale(1.1);
}

.vino-sel:hover > p {
  color: #d76826;
}

.vino-sel:hover > .line40-naranjo {
  opacity: 1;
}

@media (max-width: 576px) {
  .mwpor50 {
    max-width: 100% !important;
  }
  .mwpor65 {
    max-width: 100% !important;
  }
  .bg-origenes {
    height: auto;
  }
  .bg-col-6 {
    background-position: left center;
  }
  .owl-theme .owl-dots {
    bottom: 140px !important;
  }
}

/* HOME */

/* INFORME VENDIMIA */

.titulo-informe {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  padding: 10px 10px;
  width: 70%;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: 1px #d0d0d0 solid;
}

.hover-descarga {
  background-color: #00000052;
  z-index: 99;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.4s ease all;
  opacity: 0;
}

.hover-descarga:hover {
  opacity: 1;
}

/* INFORME VENDIMIA */

/* TOURS & EXPERIENCE */

.dot-negro {
  padding-inline-start: 1px !important;
}

.dot-negro > li {
  color: #333 !important;
  list-style-type: none;
  list-style-position: outside;
}

.dot-negro > li > span {
  position: relative;
  top: -10px;
}

.dot-negro > li:before {
  content: "\2022";
  color: #000;
  padding-right: 0.3em;
  font-size: 40px;
  display: inline-block;
}

/* TOURS & EXPERIENCE */

/* RECONOCIMIENTOS */

.form-select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #999;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px #cccccc solid;
}

.form-select:focus {
  border-color: #999;
  outline: 0;
  /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(100, 100, 100, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(100, 100, 100, .6); */
}

.form-select > option {
  border: none;
  background: transparent;
}

/* RECONOCIMIENTOS */

/* VINO INTERIOR */

.botella-header {
  position: absolute;
  bottom: -58px;
  margin: auto;
  left: 0;
  right: 0;
}

.ico-botella-header {
  position: absolute;
  bottom: -100px;
  margin: auto;
  left: 0;
  right: 0;
}

.pos-txt1 {
  font-size: 36px;
  text-align: right;
}

.pos-txt2 {
  font-size: 36px;
  text-align: left;
}

@media (max-width: 664px) {
  .botella-header {
    bottom: -59px;
    width: 30%;
  }
  .ico-botella-header {
    bottom: -109px;
  }
  .pos-txt1 {
    text-align: left;
  }
  .pos-txt2 {
    text-align: right;
  }
}

@media (max-width: 524px) {
  .ico-botella-header {
    bottom: -115px;
  }
  .pos-txt1 {
    font-size: 25px;
  }
}

@media (max-width: 380px) {
  .botella-header {
    bottom: -59px;
    width: 39%;
  }
  .ico-botella-header {
    bottom: -99px;
    width: 21%;
  }
  .pos-txt1 {
    font-size: 20px;
  }
}

@media (max-width: 320px) {
  .botella-header {
    bottom: -54px;
    width: 39%;
  }
  .ico-botella-header {
    bottom: -89px;
    width: 22%;
  }
  .pos-txt1 {
    font-size: 16px;
  }
  .pos-txt2 {
    font-size: 31px;
  }
}

/* VINO INTERIOR */

/*VINOS*/

.botellas-header {
  position: absolute;
  bottom: -21px;
  margin: auto;
  left: 0;
  right: 0;
  max-width: 50%;
}

@media (max-width: 768px) {
  .botellas-header {
    max-width: 80% !important;
  }
}

@media (max-width: 520px) {
  .botellas-header {
    max-width: 100% !important;
  }
}

/*VINOS*/

/* DISCLAIMER */

.checkbox {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-left: 30px;
  cursor: pointer;
}

.checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  transition: 0.4s ease all;
  border: 1px solid #fff;
}

.checkbox--radio .checkbox__indicator {
  border-radius: 50%;
}

/* Hover and focus states */

.checkbox:hover input ~ .checkbox__indicator {
  background: #d76826;
}

/* Checked state */

.checkbox input:checked ~ .checkbox__indicator {
  background: #d76826;
  transition: 0.4s ease all;
}

/* Hover state whilst checked */

.checkbox:hover input:not([disabled]):checked ~ .checkbox__indicator {
  background: #d76826;
  transition: 0.4s ease all;
}

/* Disabled state */

.checkbox input:disabled ~ .checkbox__indicator {
  pointer-events: none;
  opacity: 0.6;
  border: 1px solid #fff;
}

/* Check mark */

.checkbox__indicator:after {
  position: absolute;
  display: none;
  content: "";
}

/* Show check mark */

.checkbox input:checked ~ .checkbox__indicator:after {
  display: block;
}

/* Checkbox tick */

.checkbox--checkbox .checkbox__indicator:after {
  top: 4px;
  left: 8px;
  width: 3px;
  height: 8px;
  transform: rotate(45deg);
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

/* Disabled tick colour */

.checkbox--checkbox input:disabled ~ .checkbox__indicator:after {
  border-color: #7b7b7b;
}

/* Radio button inner circle */

.checkbox--radio .checkbox__indicator:after {
  top: 7px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #fff;
}

/* Disabled circle colour */

.checkbox--radio input:disabled ~ .checkbox__indicator:after {
  border: 1px solid #fff;
}

.non-active > .line40-naranjo {
  transition: 0.4s ease all;
  opacity: 0;
}

.non-active:hover > .line40-naranjo {
  opacity: 1;
}

.idioma-active {
  opacity: 1;
  transition: 0.4s ease all;
}

/* DISCLAIMER */

.opacity0 {
  opacity: 0;
}

.transition1 {
  transition: 1s ease all;
}

/* NUEVOS CSS VIÑEDOS */

.arrow {
  position: relative;
  bottom: 0.5rem;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  background-image: url(../images/down-arrow.svg);
  background-size: contain;
}

.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.hover-marca {
  transition: 0.4s ease all;
  cursor: pointer;
}

.hover-marca > a > div,
.hover-marca > a > span {
  transition: 0.4s ease all;
  opacity: 0;
}

.hover-marca:hover > a > div,
.hover-marca:hover > a > span {
  opacity: 1;
}

.hover-marca:hover > a > svg path {
  fill: #9fa659;
}

.right-description {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 45%;
  padding: 0 10%;
  right: 10px;
  height: 80%;
}

.left-description {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 45%;
  padding: 0 10%;
  left: 10px;
  height: 80%;
}

.bg-description {
  background-image: url("../images/home/sec1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 480px;
  width: 60%;
  background-attachment: fixed;
}

@media (max-width: 576px) {
  .hover-marca {
    transition: 0.4s ease all;
    cursor: pointer;
  }
  .hover-marca > a > div,
  span {
    transition: 0.4s ease all;
    opacity: 1;
  }
  .hover-marca:hover > a > div,
  .hover-marca:hover > a > span {
    opacity: 1;
  }
  .hover-marca:hover > a > svg {
    width: 50%;
  }
  .right-description {
    position: relative;
    top: auto;
    bottom: auto;
    margin: auto;
    width: auto;
    padding: 10% 10%;
    right: auto;
    height: auto;
  }
  .left-description {
    position: relative;
    top: auto;
    bottom: auto;
    margin: auto;
    width: auto;
    padding: 10% 10%;
    right: auto;
    height: auto;
  }
  .bg-description {
    width: 100%;
    background-attachment: scroll;
  }
}

/* NUESTROS VIÑEDOS */

.titulo {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
}

.titulo h1 {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20%;
}

.vinedos-subtitulo {
  position: absolute;
  color: #fff;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vinedos-subtitulo p {
  max-width: 60%;
}

.vinedos-arrow {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -20px;
  z-index: 99;
}

.bg-vinedos {
  background-image: url("../images/vinedos/casablanca_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  height: 480px;
  background-size: cover;
  position: relative;
}

.text-rotate {
  position: absolute;
  transform: rotate(-90deg);
  top: 95%;
  left: 0;
  transform-origin: 0 0;
  bottom: 0;
}

.bg-footer-sec {
  background-image: url(../images/vinedos/footer.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1080px;
}

.hover-vinedos:hover > p {
  color: #9fa659;
  cursor: pointer;
}

.hover-vinedos:hover > .vinedos-arrow {
  opacity: 1;
}

/* NUESTROS VIÑEDOS */

/* EXPERIENCIAS */

.experiencia-arrow {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
}

.bounce2 {
  animation: bounce2 2s infinite;
}

@keyframes bounce2 {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

.hover-exp:hover > p {
  color: #9fa659;
  cursor: pointer;
}

.exp-active {
  color: #9fa659;
}

.noticia-img {
  background-image: url(../images/noticias/img3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 70%;
}

@media (max-width: 576px) {
  .vinedos-subtitulo p {
    padding: 0 10%;
  }
}

.modal-content {
  border-radius: 0px;
}

/* EXPERIENCIAS */

.popup-suscribe {
  width: 420px;
  position: fixed;
  bottom: -610px;
  z-index: 99;
  background-color: #eee;
  border-top-right-radius: 20px;
  padding: 20px;
}

.popup-suscribe .close {
  transition-duration: 0.3s;
  opacity: 0.7;
}

.popup-suscribe .close:hover {
  color: #d76826;
  opacity: 1;
}

@media (max-width: 476px) {
  .popup-suscribe {
    width: auto;
  }
  .bg-footer-sec {
    background-image: url(../images/vinedos/footer.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 480px;
  }
}

.submenu-vinedos-fixed {
  position: fixed;
  top: 90px;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  border-top: rgba(159, 166, 89, 0.2) 1px solid;
  box-shadow: rgba(0,0,0,0.15) 0 10px 10px
}

.submenu-vinedos-fixed .height140 {
  height: 65px !important;
}

@media (max-width: 768px) {
  .submenu-vinedos-fixed {
    top: 80px;
  }
}

@media (max-width: 576px) {
  .submenu-vinedos-fixed .height140 {
    height: 40px !important;
  }
}

.submenu-club-fixed {
  position: fixed;
  top: 90px;
  width: 100%;
  z-index: 10;
  background-color: #f5f5f5;
  border-top: rgba(159, 166, 89, 0.2) 1px solid;
  box-shadow: #000 0px 1px 10px;
}

.submenu-club-fixed .height140 {
  height: 65px !important;
}

@media (max-width: 768px) {
  .submenu-club-fixed {
    top: 80px;
  }
}

.custom-hbspot-form input {
  display: inline-block !important;
  width: 90% !important;
  max-width: 500px !important;
  height: 40px !important;
  padding: 9px 10px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 22px !important;
  color: #33475b !important;
  background-color: #f5f8fa !important;
  border: 1px solid #cbd6e2 !important;
  box-sizing: border-box !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  border-radius: 3px !important;
}

ul.dashed {
  list-style-type: none;
}
ul.dashed > li {
  text-indent: -5px;
}
ul.dashed > li:before {
  content: "-";
  text-indent: -5px;
  padding-right: 5px;
}

.custom-hbspot-form input,
select,
textarea {
  display: inline-block !important;
  width: 90% !important;
  max-width: 500px !important;
  height: 45px !important;
  padding: 10px 20px !important;
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 22px !important;
  color: #8a8a8a !important;
  background-color: #ffffff !important;
  box-sizing: border-box !important;
  -webkit-border-radius: 38px !important;
  -moz-border-radius: 38px !important;
  -ms-border-radius: 38px !important;
  border-radius: 38px !important;
  border: 1px solid #adadad;
  outline: none;
}

.custom-hbspot-form input,
.custom-hbspot-form label {
  margin: 0.7rem;
}

.custom-hbspot-form fieldset {
  max-width: 100% !important;
}

.custom-hbspot-form input[type="submit"] {
  max-width: 260px !important;
  display: block !important;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  height: auto !important;
  background-color: #9fa659 !important;
  color: #fff !important;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #b2b2b2 !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b2b2b2 !important;
}

::placeholder {
  color: #b2b2b2 !important;
}

span.hs-form-required {
  display: none;
}

#popup {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#popup:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.popup {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 2000;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (image) */
.popup-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.popup-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close-popup {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  opacity: 1 !important;
}

.close-popup:hover,
.close-popup:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .popup-content {
    width: 100%;
  }
}

.intro-text {
  position: absolute;
  bottom: 12%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 600px) {
  .intro-text img {
    max-width: 50%;
  }
  .scroll-bg p {
    margin-bottom: 10px !important;
  }
}

.bg-nuestros-vinedos {
  background-image: url("../images/home/bg-nuestros-vinos.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  height: 45vh;
  background-size: cover;
  position: relative;
}

.intro-vinos-organicos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #b2b997;
  height: 50vh;
}

.intro-vinos-organicos p {
  max-width: 493px;
  font-size: 22px;
}

.intro-vinos-organicos h2 {
  font-size: 46px;
}

@media only screen and (max-width: 1280px) {
  .intro-vinos-organicos p {
    max-width: 435px;
    font-size: 18px;
  }

  .intro-vinos-organicos h2 {
    font-size: 40px;
  }
}

.vinos-container {
  height: 50vh;
  position: relative;
}

.contenido-marca {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.vinos-veramonte {
  max-width: 85%;
}
.vinos-ritual {
  max-width: 70%;
}

.vinos-primus {
  max-width: 50%;
}
.vinos-neyen {
  max-width: 15%;
}

.vinos-container p,
.vinos-container h4 {
  color: #999999;
}

.vinos-container p {
  max-width: 70%;
}

.marcas-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #e9e8e4;
  height: 50vh;
  gap: 25px;
}

.link-portafolio {
  background-color: #9fa659;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 15px 25px;
  color: #fff;
  position: absolute;
  transform: rotate(270deg);
  transform-origin: right bottom;
  right: 0;
}

.hover-marca {
  transition: 0.4s ease all;
  width: 100%;
  padding: 10px;
  cursor: pointer;
}

.hover-marca:hover {
  background-color: #ffffff;
}

.hover-marca:hover svg path {
  fill: #9fa659;
}

.hover-marca.active {
  background-color: #ffffff;
}

.hover-marca.active svg path {
  fill: #9fa659;
}

.band-new-memberships {
  background-color: #9FA659;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 5px 0;
}

.text-new-memberships {
  font-size: 19px;
  font-weight: bold;
  margin: 0;
  text-align: center;
  color: #FFF;
}

@media (max-width: 414px) {
  .text-new-memberships {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    text-align: center;
    color: #FFF;
  }
}

.btn-web2.slider{
  width: 100%;
  max-width: 265px;
}


.link_visita_nuestras_bodegas{
  padding: 37px 16px;
}

.link-visitanos .dropdown-menu {
  background-color: #9fa659;
  min-width: 230px;
  transition: 0.4s ease;
  padding-bottom: 0px;
  border-radius: 0;
  margin-top: 0px;
} 

.link-visitanos .dropdown-menu li a {
  color: #ffffff;
}
.link-visitanos .dropdown-menu li a:hover {
  color: #ffffff;
}

@media (max-width:400px)
{
  .link-visitanos{
    width: 100%;
  }

  .link_visita_nuestras_bodegas{
    padding: 10px 16px;  
    text-align: center;
  }
}

