/* @import url('https://fonts.googleapis.com/css?family=Roboto&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Winky+Sans:ital,wght@0,300..900;1,300..900&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

*:focus,
button.btn.btn-buscartop:focus,
button.btn.btn-buscartop:active {
  outline: none;
}

*::placeholder {
  padding-left: 4px;
}

::-webkit-scrollbar {
  width: 12px;
  background: #000;
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-marca1);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--color-marca3);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

::-webkit-scrollbar-thumb:active {
  background-color: var(--color-marca3);
}

div#barraDemo {
  width: 100%;
  position: fixed;
  background: rgba(255, 0, 0, 0.8);
  bottom: 0;
  z-index: 999999;
  padding: 0;
  margin: 0;
}

div#barraDemo p {
  padding: 15px;
  text-align: center;
  color: #fff;
  margin: 0;
}

div#barraDemo p img {
  position: relative;
  top: -2px;
}

div#barraDemo i {
  color: #fff;
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 12px;
  z-index: 99999999;
}

body {
  --color-marca1: #eab308;
  /* --color-marca2: #364796; */
  /* --color-marca2: #263599; */
  --color-marca2: #0c042d;
  /* --color-marca3: #b60e0e; */
  --color-marca3: #580202;
  /* --font-family: 'Winky Sans', sans-serif; */
  --font-family: "Lato", sans-serif;
  /* font-family: 'Roboto', sans-serif !important; */
  font-family: var(--font-family);
  background-color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-family: var(--font-family);
}

h6 {
  border-bottom: 1px solid var(--color-marca2);
}

#login_sup:before,
#nombre_usuario:before,
.cambiar_cuenta_top:before,
.registracion:before,
.terminar_sesion_top:before {
  font-family: "Font Awesome 5 Pro";
}

header#header {
  z-index: 999;
}

body.ofertas {
  padding-top: 0;
}

.top-bar {
  border: 0;
  padding: 0;
}

.top-number.pull-left.hidden-xs {
  display: none;
}

button.btn.btn-buscartop {
  background: transparent;
}

.top-bar .search i {
  color: #fff;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
  color: var(--color-marca2);
}

.navbar-header {
  padding-top: 5px;
}

.ofertas .navbar.navbar-default.navbar-superior {
  position: absolute;
  width: 100%;
  background: transparent;
  color: #fff;
  box-shadow: none;
}

.navbar.navbar-default.navbar-superior {
  color: #fff;
  background: #000;
}

.ofertas .navbar-default {
  background: #000;
  position: absolute;
  width: 100%;
  height: 75px;
}

.navbar.navbar-default.navbar-superior.navbar-fixed-top {
  position: fixed;
  background: #000;
  border-bottom: 1px solid var(--color-marca2);
  -webkit-box-shadow: 0 11px 8px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 11px 8px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 25px -30px rgba(0, 0, 0, 0.8);
}

.navbar-fixed-top .caja_func_sup a:hover,
.navbar-default.navbar-fixed-top .navbar-nav > li > a:hover {
  color: #fff;
}

.dropdown-menu {
  border: 0;
}

.dropdown-menu > li > a,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background: var(--color-marca1);
  color: #fff;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: var(--color-marca2);
  color: #000;
}

.caja_func_sup {
  margin-top: 15px;
  color: #000;
}

.navbar-fixed-top .caja_func_sup {
  color: #000;
}

span#nombre_usuario {
  display: none;
}

.btn-contacto {
  background: var(--color-marca1);
  padding: 10px 20px;
  border-radius: 10px;
}

ul.social-share a {
  color: var(--color-marca1);
}

ul.social-share {
  text-align: center;
  padding: 1% 0;
  position: fixed;
  bottom: 15%;
  left: 10px;
  height: auto;
  width: 35px;
  z-index: 10;
  background: transparent;
}

li.suscripcion .fa-envelope:before {
  content: "\f1d8";
}

/***** BOTONES *****/
.btn-default,
.btn-success {
  color: #000 !important;
  background: var(--color-marca1) !important;
  border-radius: 20px;
}

.btn-default:hover,
.btn-success:hover,
.btn-contacto:hover {
  color: #fff !important;
  background: var(--color-marca2) !important;
}

/***** SLIDER *****/
div#slides_ofertas_t {
  margin-top: -37px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  right: 20px;
  top: 40%;
  width: auto;
}

.slick-dots li {
  background: #fff;
  display: block;
  margin: 25px 5px 10px;
  width: 12px;
  height: 12px;
}

.slick-dots li button:before {
  color: #fff;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  margin: -9px;
}

/***** HOME *****/
.container.general {
  /* width: 100%; */
  padding: 0;
  /* background-image: url(../imagenes/estrellas.png); */
}

.ofertas .container.general {
    width: 100%;
}

div#ofertas .container.general .row {
  margin: 0;
}

div#ofertas .col-md-12.col-xs-12.cols-grals {
  padding: 0;
}

.style2 .title-sol span,
.title-sol.style2 span {
  background: transparent;
  margin: 5% auto;
  font-size: 16px;
}

.style2 .title-sol:after,
.title-sol-style2:after,
.title-sol.style2:after {
  display: none;
}

.cajasnove h4,
.cajasnove h4 a {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  display: none;
}

.noticiashome1 h5 span {
  color: #fff !important;
}

.noticiashome1 .cajasnove h4,
.noticiashome1 .cajasnove h4 a {
  color: #fff;
}

.noticiashome1 {
  /* background: #0c042d; */
  background: #000;
  color: #fff;
}

.noticiashome1 #cajanovofe {
  width: 100%;
  margin: 0 auto 5% !important;
  text-align: center;
}

.noticiashome1 .des_nov {
  margin-bottom: 20px;
}

.noticiashome3 {
  background: #fff;
  padding-bottom: 10%;
}

.noticiashome3 #cajanovofe {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.noticiashome3 .cajasnove .des_nov {
  margin-top: 6%;
}

.noticiashome3 a.btn-vernota {
  margin-top: 20px;
}

/***** CONTENIDOS *****/
.col-listar h3 a {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 0;
}

.stButton {
  border-radius: 100%;
  background: #000 !important;
}

span.st_googleplus_large {
  display: none;
}

.detalle-form {
  border-top: 4px solid var(--color-marca1);
}

#contacto {
  background: #fff;
  color: #000;
}

#contacto h1 {
  color: #000;
}

/***** FOOTER *****/
.footer {
  background: #000;
  color: #fff;
  padding: 5% 0 0;
}

.footer .row {
  margin: 0;
}

.footer .col-md-4 img {
  padding-left: 10%;
}

#ofertas > div > p,
p.iva.text-center {
  display: none;
}

.footer h1,
.footer h2 {
  color: #fff;
}

.footer ul li {
  padding: 10px 0;
}

.footer i {
  padding: 10px;
}

footer {
  padding: 0;
}

.footer a,
footer a {
  color: #fff;
}

.footer a:hover,
footer a:hover {
  text-decoration: underline;
}

.ofertas .navbar.navbar-default.navbar-superior {
  padding-top: 10px;
}

.ofertas .navbar-default {
  height: 90px;
}

.navbar.navbar-default.navbar-superior.navbar-fixed-top {
  border-bottom: 1px solid #cbd1eb;
}

h2.titproyhome {
  color: #fff;
  text-align: center;
  margin: 50px 0;
  font-size: 4rem;
}

/* div#notas_oferta_1 {
  width: 90%;
  margin: 0 auto;
} */

div#notas_oferta_1 {
  width: 1170px;
  margin: 0 auto;
}

body.carta1 {
  background: #000000f0;
  color: #fff;
}

.carta1 h1.titulo {
  color: #fff;
  text-align: center;
  font-size: 5rem;
}

.carta1 h2.title-large {
  color: #fff;
  font-size: 3rem;
}

.carta1 h2 {
  color: #fff;
}

.carta1 h3,
.carta1 p {
  color: #fff;
}

a.btn.btn-custom {
  background: #fff;
}

/* .footer {
  padding: 0;
} */

.footer {
  background: #000;
  color: #fff;
  padding: 1% 10% 0;
  border-top: 1px solid #fff;
  /* border-bottom: 1px solid; */
}

.footer .col-md-3 img {
  margin-top: 4%;
}

footer {
  background: #000;
}

ul.social-share {
  text-align: center;
  padding: 1% 0;
  position: fixed;
  bottom: 40%;
  left: auto;
  height: auto;
  width: 45px;
  z-index: 10;
  background: var(--color-marca2);
  right: 0;
  border-radius: 15px 0 0 15px;
  display: flex;
  flex-direction: column;
}

ul.social-share a {
  color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
  color: var(--color-marca3);
}

.navbar-default .navbar-nav > li > a {
  font-weight: 600;
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

h2.titproyhome {
  font-weight: 400;
}

.navbar-default .navbar-nav > li > a {
  font-weight: 500;
}

.btn-contacto {
  background-color: transparent;
  color: #eab308;
  border: 2px solid #eab308;
  padding: 10px 25px;
  border-radius: 0;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 7px;
}

.btn-contacto:hover {
  background-color: rgba(234, 179, 8, 0.1) !important;
  box-shadow: 0 0 10px #eab308 !important;
}

.btn-default:hover,
.btn-success:hover {
  color: #fff !important;
  background: transparent !important;
  /* border-bottom: 1px solid #fff; */
}

.whatsapp {
  position: fixed;
  bottom: 25px;
  right: 15px;
}

.whatsapp img {
  width: 80px;
}

.whatsapp img:hover {
  transition: all 0.3s ease-in-out;
  transform: translateY(-5px);
}

.aparece {
  left: 20px;
}

div.boton_arrepentimiento {
  text-align: center;
  margin-bottom: 25px;
  display: none;
}

.container.menu_pie {
  margin-top: 1%;
  padding-top: 1%;
}

.noticiashome3 {
  background: #000;
  padding-bottom: 0%;
  color: #fff;
}

.style2 .title-sol span,
.title-sol.style2 span {
  background: transparent;
  margin: 0% auto;
  font-size: 4rem;
  color: var(--color-marca1) !important;
}

a.titnotlink {
  color: #fff;
  font-weight: bold;
}

/* .noticiashome3 a.btn-vernota {
  margin-top: 20px;
  width: 50%;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--color-marca1);
} */

#notas_oferta_1 a.btn.btn-default.btn-vernota {
  width: 50%;
}

#notas_oferta_1 .cajasnove {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  position: relative;
  transition: all 0.3s ease;
  padding: 5px 0;
  margin: 0 10px;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #eab308 !important;
}

.navbar-default .navbar-nav > li > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #eab308;
  transition: width 0.3s ease;
}

.navbar-default .navbar-nav > li > a:hover::after {
  width: 100%;
}

body.nosotros {
  color: #fff;
}

.nosotros h1.titulo {
  color: #fff;
  text-align: center;
}

.nosotros .content h2 {
  color: #fff;
}

.nosotros .content h2 {
  color: #fff;
  font-size: 3.5rem;
}

.nosotros h3 {
  color: #fff;
  font-weight: bold;
  font-size: 2.5rem;
}

.nosotros .highlights .col-xs-12.col-sm-6.col-md-4 {
  margin: 30px 0;
}

.nosotros .container.content h2 + p {
  font-size: 16px;
  font-weight: 400;
}

div#ofertas .container.general .row {
  margin: 0;
  /* background-image: url(../imagenes/estrellas.png) !important;
  background-repeat: repeat;
  background-size: auto; */
}

#notas_oferta_1 a.btn.btn-default.btn-vernota:hover {
  background: transparent !important;
  color: #fff !important;
  border: none;
  border-bottom: 2px solid #fff;
  border-radius: 10px;
}

.nosotros .content h2 span {
  color: var(--color-marca1);
}

.nosotros .highlight {
  margin-bottom: 30px;
}

.nosotros .highlight i {
  color: var(--color-marca1);
  margin-bottom: 10px;
}

.nosotros .highlight h3 {
  margin-top: 10px;
}

.detalle-form {
  background-color: #000;
  padding: 0 30px 30px 30px;
  border: 1px solid #58020282;
  border-radius: 5px;
  margin-bottom: 40px;
  margin-top: 5%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.form-group label,
h4.tit_categorias {
  /* color: #fafafa;
  font-size: 16px; */
  display: block;
  color: #eab308;
  margin-bottom: 8px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

h5.preguntas_clientes,
h5.recomendados,
h5.tit_form_detalle {
  color: #fafafa;
}

h5.tit_form_detalle {
  border-top: none;
}

/* .detalle-form .form-group button.btn,
#contacto button.btn {
  background: var(--color-marca3) !important;
  color: #fafafa !important;
  width: 100px;
  transition: all 0.3s ease-in-out;
}

.detalle-form .form-group button.btn:hover,
#contacto button.btn:hover {
  background: var(--color-marca2) !important;
} */

#contacto {
  background: #000;
  color: #fff;
}

#contacto h1,
#contacto h5,
#contacto a {
  color: #fff;
}

/* .col-md-12.contact-form {
  background: #333333a3;
  border-radius: 25px;
} */

img.img-responsive.img-side {
  width: 300px;
  border-radius: 15px;
}

.col-md-12.section {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.section3 img.img-responsive.img-side {
  width: 45%;
}

.section img {
  margin: 30px 0;
}

.section3 {
  margin-bottom: 40px;
}

.nosotros .highlight p {
  font-size: 2rem;
}

.nosotros .highlight h3 {
  font-size: 3rem;
}

.nosotros .highlight .fa-wine-glass {
  color: #b30b0b;
}

.nosotros .highlight .fa-user-tie {
  color: #fafafa;
}

.btn-custom-contacto {
  background-color: #222;
  color: #fff;
  border: 1px solid #222;
  width: 50%;
  border-radius: 25px;
  margin: 0 auto;
}
.btn-custom-contacto:hover {
  background-color: #333;
  color: #fff;
}

.btn-custom-whatsapp {
  background-color: #25d366;
  color: #fff;
  border: 1px solid #1ebe5d;
  width: 50%;
  border-radius: 25px;
  margin: 0 auto;
}
.btn-custom-whatsapp:hover {
  background-color: #1ebe5d;
  color: #fff;
}

.btn .fa-whatsapp,
.btn .fa-phone {
  margin-right: 5px;
  font-size: 17px;
}

p.subtitulo {
  font-size: 3rem;
  color: #fafafa;
  text-align: center;
  margin: 10px auto;
  line-height: 30px;
  font-weight: bold;
}

p.cuerpo {
  color: #fafafa;
  font-size: 2.5rem;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

p.pie {
  color: var(--color-marca1);
  font-size: 2rem;
  letter-spacing: 0.7px;
  text-align: center;
  font-style: italic;
}

h1.titulo {
  text-align: center;
  letter-spacing: 1px;
}

.caja_nov_listar a.btn.btn-default.btn-vernota {
  display: flex;
  margin: 0 auto;
  width: 50%;
}

.default h1 {
  text-align: center;
  font-size: 4rem;
}

.default .col-listar h3 a {
  color: var(--color-marca1);
  font-size: 30px;
  font-weight: 700;
  line-height: 0;
}

.caja_nov_listar h3 {
  text-align: center;
  margin: 20px 0;
}

.ofertas .col-xs-12.col-sm-6.col-md-3.cocktail-card-wrapper {
  width: 100%;
  text-align: center;
}

/* Estilos generales para todas las cards */
.cocktail-card-wrapper {
  padding: 0 15px;
  margin-bottom: 30px;
}

.cocktail-card {
  background-color: rgba(0, 0, 0, 0.85);
  border: 1px solid #eab30847;
  border-radius: 8px;
  color: #fff;
  height: 100%;
  min-height: 500px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.cocktail-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgb(234 179 8 / 14%);
}

.card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  /* opacity: 0.15; */
  opacity: 28%;
  z-index: 0;
}

.card-content {
  position: relative;
  z-index: 1;
  padding: 25px;
  height: 580px;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

/* Estilos específicos para la card personalizada */
.custom-menu-card {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.custom-menu-card .card-content {
  justify-content: center;
  padding: 30px 20px;
}

.card-subtitle {
  color: #eab308;
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.phone-number {
  color: #eab308;
  font-size: 16px;
  margin: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.phone-number i {
  font-size: 18px;
}

/* Estilos para las cards de cócteles */
.cocktail-item {
  margin-bottom: 18px;
  padding-left: 15px;
  border-left: 3px solid #580202;
  transition: all 0.3s ease;
}

.cocktail-item:hover {
  border-left-color: #eab308;
}

.cocktail-name {
  font-weight: 600;
  color: #eab308;
  margin-bottom: 5px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cocktail-ingredients {
  font-size: 12px;
  color: #ddd;
  line-height: 1.4;
}

/* Fondos específicos para cada card */
.luxe-lounge-card .card-bg {
  background-image: url("https://images.unsplash.com/photo-1514362545857-3bc16c4c7d1b?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80");
}

.sip-savor-card .card-bg {
  background-image: url("https://images.unsplash.com/photo-1551751299-1b51cab2694c?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80");
}

.crafted-card .card-bg {
  background-image: url("https://images.unsplash.com/photo-1551024709-8f23befc6f87?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80");
}

.custom-menu-card .card-bg {
  background-image: url("https://images.unsplash.com/photo-1510626176961-4b57d4fbad03?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80");
}

.fa-whatsapp:before {
  content: "\f232";
  color: #25d366;
  font-size: 25px;
}

.fa-phone:before {
  content: "\f095";
  color: #fafafa;
  font-size: 25px;
}

.fa-instagram:before,
.fa-facebook:before {
  font-family: "Font Awesome 6 Brands";
}

/* Estilos generales de la sección */
.cocktail-about-section {
  /* padding: 60px 0; */
  color: #fff;
  margin-bottom: 40px;
  /*
  border-top: 1px solid #580202;
  border-bottom: 1px solid #580202; */
}

/* Encabezado */
.about-header {
  margin-bottom: 50px;
}

.gold-main-title {
  color: #eab308;
  font-size: 3rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 300;
}

.gold-main-title i {
  margin-right: 15px;
}

.gold-text {
  color: #eab308;
  font-size: 1.5rem;
}

.about-description {
  font-size: 2rem;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
  color: #ddd;
}

/* Highlights */
.highlights-container {
  margin: 40px 0;
}

.highlight-wrapper {
  margin-bottom: 80px;
  position: relative;
}

.highlight-content {
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid #eab308;
  padding: 30px;
  height: 275px;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  transition: all 0.4s ease;
}

.highlight-content:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(234, 179, 8, 0.2);
}

.gold-icon {
  color: #000;
  background-color: #eab308;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
  font-size: 24px;
  transition: all 0.3s ease;
}

.highlight-content:hover .gold-icon {
  transform: rotate(15deg) scale(1.1);
}

.gold-subtitle {
  color: #eab308;
  font-size: 1.4rem;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}

.highlight-text {
  color: #ddd;
  font-size: 1.75rem;
  line-height: 1.6;
  text-align: center;
}

.highlight-image {
  height: 250px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  opacity: 0.9;
  transition: all 0.4s ease;
  border: 1px solid #580202;
}

.highlight-wrapper:hover .highlight-image {
  opacity: 1;
  transform: scale(1.02);
}

/* Datos destacados */
.featured-data {
  margin-top: 30px;
}

.gold-section-title {
  color: #eab308;
  font-size: 1.8rem;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.data-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.data-item {
  background-color: rgb(88 2 2 / 79%);
  border-left: 3px solid #eab308;
  padding: 10px 20px;
  min-width: 200px;
  border-radius: 0 3px 3px 0;
}

.data-title {
  color: #eab308;
  display: block;
  margin-bottom: 5px;
}

/* Pie de sección */
.about-footer {
  margin-top: 50px;
}

.closing-text {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto;
  color: #ddd;
  line-height: 1.7;
}

.highlight-image,
.highlight-content {
  border-radius: 15px;
}

/* Responsive */
@media (max-width: 991px) {
  .highlight-wrapper {
    margin-bottom: 80px;
  }

  .highlight-image {
    margin-top: 30px;
    height: 200px;
  }
}

@media (max-width: 767px) {
  .gold-main-title {
    font-size: 2rem;
  }

  .about-description {
    font-size: 1.75rem;
    padding: 0 15px;
  }
}

/* Responsive */
@media (max-width: 767px) {
  .cocktail-card {
    min-height: auto;
    max-width: 400px;
    margin: 0 auto;
  }

  .cocktail-item {
    margin-bottom: 15px;
  }
}

/* Estilos específicos para estas cards */
.service-description {
  margin: 20px 0;
  color: #ddd;
  font-size: 15px;
  line-height: 1.6;
}

.service-features {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.service-features li {
  margin-bottom: 12px;
  padding-left: 25px;
  position: relative;
  font-size: 14px;
}

.service-features i {
  color: #eab308;
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  text-align: center;
}

/* Fondos específicos para cada card */
.wedding-card .card-bg {
  background-image: url("https://images.unsplash.com/photo-1519225421980-715cb0215aed?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80");
}

.corporate-card .card-bg {
  background-image: url("https://images.unsplash.com/photo-1431540015161-0bf868a2d407?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80");
}

.xv-card .card-bg {
  background-image: url("https://images.unsplash.com/photo-1530103862676-de8c9debad1d?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80");
}

.bank-card .card-bg {
  background-image: url("https://images.unsplash.com/photo-1601597111158-2fceff292cdc?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80");
}

.automotive-card .card-bg {
  background-image: url("https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80");
}

.entertainment-card .card-bg {
  background-image: url("https://images.unsplash.com/photo-1492684223066-81342ee5ff30?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80");
}

.noticiashome2 .cocktail-card-wrapper,
.noticiashome3 .cocktail-card-wrapper {
  width: 100%;
}

/* Estructura principal */
.service-detail-container {
  background-color: #000;
  color: #fff;
}

.service-header {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  text-align: center;
  margin-bottom: 110px;
  height: 600px;
}

.service-title {
  color: #eab308;
  font-size: 2.8rem;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 300;
}

.service-subtitle {
  color: #fff;
  font-size: 1.5rem;
  font-style: italic;
}

/* Contenido */
.service-content {
  padding: 0 15px 50px;
}

.section-title {
  color: #eab308;
  border-bottom: 1px solid #580202;
  padding-bottom: 10px;
  margin-top: 30px;
  font-size: 1.8rem;
}

.section-title i {
  margin-right: 10px;
}

/* Elementos destacados */
.highlight-box {
  background-color: rgba(88, 2, 2, 0.2);
  border-left: 3px solid #eab308;
  padding: 20px;
  margin: 25px 0;
}

.highlight-box h3 {
  color: #eab308;
  margin-top: 0;
}

.feature-list {
  list-style: none;
  padding-left: 0;
}

.feature-list li {
  padding: 8px 0;
  border-bottom: 1px dotted #333;
  position: relative;
  padding-left: 25px;
}

.feature-list li:before {
  content: "•";
  color: #eab308;
  position: absolute;
  left: 0;
  font-size: 1.5rem;
  line-height: 1;
}

/* Imágenes */
.service-image-box {
  margin: 50px 0;
  border: 1px solid #580202;
  padding: 5px;
}

.service-image-box img {
  width: 100%;
  height: auto;
}

/* Línea de tiempo */
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}

.timeline li {
  padding: 15px 0 15px 20px;
  border-left: 2px solid #eab308;
  position: relative;
  margin-left: 15px;
}

.timeline li:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 22px;
  width: 12px;
  height: 12px;
  background: #eab308;
  border-radius: 50%;
}

/* Testimonios */
.testimonial-box {
  background-color: rgba(234, 179, 8, 0.1);
  border: 1px solid #eab308;
  padding: 20px;
  margin: 25px 0;
  position: relative;
}

.testimonial-box:before {
  content: "";
  font-family: serif;
  font-size: 5rem;
  color: rgba(234, 179, 8, 0.2);
  position: absolute;
  top: 10px;
  left: 10px;
  line-height: 1;
}

.testimonial-box blockquote {
  font-style: italic;
  position: relative;
  z-index: 1;
}

.testimonial-box footer {
  text-align: right;
  font-weight: bold;
  color: #eab308;
  margin-top: 15px;
  font-style: normal;
}

/* CTA */
.service-cta {
  margin-top: 50px;
  padding: 30px 0;
  border-top: 1px solid #580202;
  border-bottom: 1px solid #580202;
}

.btn-gold {
  background-color: #eab308;
  color: #000;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 15px;
  border: none;
  transition: all 0.3s ease;
}

.btn-gold:hover {
  background-color: #fff;
  color: #000;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(234, 179, 8, 0.4);
}

/* Estilos para procesos */
.craft-process {
  border-top: 1px solid #580202;
  margin-top: 40px;
  padding-top: 30px;
}

.process-step {
  position: relative;
  padding-left: 70px;
  margin-bottom: 30px;
}

.step-number {
  position: absolute;
  left: 0;
  top: 0;
  background: #eab308;
  color: #000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  font-weight: bold;
}

/* Paleta de colores */
.color-palette div {
  padding: 15px 0;
  text-align: center;
  color: white;
  font-weight: bold;
}

/* Cocktail signature */
.signature-cocktail {
  border: 1px solid #eab308;
  padding: 20px;
  margin-bottom: 30px;
  min-height: 250px;
}

.cocktail-name {
  color: #eab308;
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
}

/* Estilos para configurador */
.configurator {
  background-color: rgba(88, 2, 2, 0.1);
  padding: 30px;
  border-radius: 5px;
}

.preview-box {
  border: 2px dashed #eab308;
  padding: 20px;
  height: 100%;
}

/* Listas de diamante */
.diamond-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.diamond-list li:before {
  content: "◆";
  color: #eab308;
  position: absolute;
  left: 0;
}

/* Temas automotrices */
.themed-cocktail {
  border-right: 1px solid #580202;
  padding: 15px;
}

.color-stripe {
  height: 5px;
  width: 100%;
  margin-top: 10px;
}

/* Show mixológico */
.performance-features {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.perf-item {
  background-color: rgba(234, 179, 8, 0.1);
  padding: 10px 15px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}

a.btn.btn-default.btn-vernota {
  width: 20%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 2px 0;
  border-radius: 15px;
}

.brands-section {
  background-color: #000;
  padding: 20px 0 60px 0;
  color: #fff;
  border-top: 1px solid #580202;
  border-bottom: 1px solid #580202;
}

.section-header {
  margin-bottom: 50px;
}

.gold-title {
  color: #eab308;
  font-size: 3.75rem;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 300;
}

.gold-title i {
  margin-right: 15px;
}

.section-description {
  color: #ddd;
  font-size: 2rem;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Cards de marcas */
.brands-cards-row {
  margin: 0 -15px;
}

.brand-card-wrapper {
  padding: 0 15px;
  margin-bottom: 30px;
}

.brand-card {
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid #580202;
  border-radius: 5px;
  height: 100%;
  transition: all 0.3s ease;
  min-height: 370px;
}

.brand-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(234, 179, 8, 0.2);
  border-color: #eab308;
}

.brand-card-header {
  padding: 20px;
  text-align: center;
  background-color: rgba(88, 2, 2, 0.3);
}

.brand-card-header h3 {
  color: #eab308;
  font-size: 2rem;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.divider {
  height: 2px;
  background: linear-gradient(to right, transparent, #eab308, transparent);
  margin: 10px auto;
  width: 50%;
}

.brand-card-body {
  padding: 20px;
  text-align: center;
}

.brand-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.brand-list li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(88, 2, 2, 0.5);
  display: flex;
  flex-direction: column;
}

.brand-list li:last-child {
  border-bottom: none;
}

.brand-name {
  color: #eab308;
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 5px;
}

.brand-desc {
  color: #bbb;
  font-size: 1.75rem;
  font-style: italic;
}

.notaMarcas a.btn-ver-mas {
  color: #fff;
  width: 50%;
  display: block;
  text-align: center;
  border-radius: 15px;
  margin: 10px auto;
  padding: 6px 12px;
  position: relative;
  transition: all 0.3s ease;
}

.notaMarcas a.btn-ver-mas::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #eab308;
  transition: width 0.3s ease;
}

.notaMarcas a.btn-ver-mas:hover {
  color: #eab308;
}

.notaMarcas a.btn-ver-mas:hover::after {
  width: 100%;
}

/* Efectos específicos para cada card */
.crafted-card:hover .brand-card-header {
  background-color: rgba(88, 2, 2, 0.5);
}

.sip-card:hover .brand-card-header {
  background-color: rgba(88, 2, 2, 0.5);
}

.luxe-card:hover .brand-card-header {
  background-color: rgba(88, 2, 2, 0.5);
}

.custom-card:hover .brand-card-header {
  background-color: rgba(88, 2, 2, 0.5);
}

.notaMarcas .titulo {
  display: none;
}

.galeriaCarrousel .tit_galeria {
  display: none;
}

.gallery .igual-gal img {
  border-radius: 10px;
  border: none !important;
  padding: 3px;
}

.brand-carousel li img {
  padding: 8px;
  border-radius: 10px;
}

.default a.btn.btn-default.btn-vernota,
.novedades  a.btn.btn-default.btn-vernota {
  color: #eab308 !important;
  background: rgba(88, 2, 2, 0.3) !important;
  border-left: 3px solid #eab308 !important;
  padding: 5px 10px 5px 15px !important;
  text-transform: uppercase;
  font-size: 12px;
  display: flex;
  width: fit-content;
  text-decoration: none;
  transition: all 0.3s ease;
}

.default a.btn.btn-default.btn-vernota:hover,
.novedades a.btn.btn-default.btn-vernota:hover {
  background: rgba(88, 2, 2, 0.5) !important;
  color: #fff !important;
  padding-left: 20px !important;
  box-shadow: none !important;
  border-left: 3px solid #fff !important;
}

.default .col-md-6.col-sm-6.col-xs-12.col-listar {
  margin-bottom: 30px;
}

.default .col-listar .caja_nov_listar .desdoc .col-md-4 {
  width: 100%;
}

.contact-form {
  background-color: #000;
  padding: 0 30px 30px 30px;
  border: 1px solid #580202;
  border-radius: 5px;
  margin-bottom: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Títulos y textos */
.contact-form h1 {
  color: #eab308;
  font-size: 2.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-weight: 300;
  border-bottom: 1px solid #580202;
  padding-bottom: 10px;
}

.contact-form h5 {
  color: #eab308;
  font-size: 1.3rem;
  margin: 25px 0 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-form p {
  color: #ddd;
  margin-bottom: 20px;
  line-height: 1.6;
}

.contact-form strong {
  color: #eab308;
}

.contact-form a {
  color: #eab308;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-form a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Campos del formulario */
.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form label {
  display: block;
  color: #eab308;
  margin-bottom: 8px;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-form .form-control {
  width: 100%;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid #580202;
  color: #fff;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.contact-form .form-control:focus {
  border-color: #eab308;
  outline: none;
  box-shadow: 0 0 0 1px #eab308;
  background-color: rgba(234, 179, 8, 0.05);
}

.contact-form textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

/* Imagen de seguridad */
.contact-form .in_seguridad {
  margin-left: 10px;
}

/* Botón de enviar */
.contact-form .btn-success {
  background-color: #eab308;
  color: #000;
  border: none;
  padding: 12px 30px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 30px;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 200px;
}

.contact-form .btn-success:hover {
  background-color: #fff !important;
  color: #000 !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(234, 179, 8, 0.4);
}

.contact-form .btn-success:focus {
  outline: none;
}

.detalle-form button.btn.load.btn-success.pull-right {
  background-color: #eab308;
  color: #000;
  border: none;
  padding: 12px 30px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 30px;
  transition: all 0.3s ease;
  width: 40%;
  max-width: 200px;
}

.detalle-form button.btn.load.btn-success.pull-right:hover {
  background-color: #fff !important;
  color: #000 !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(234, 179, 8, 0.4);
}

/* Estilos para la card personalizada */
.custom-menu-card {
  min-height: auto;
}

.custom-card-content {
  padding: 30px 25px;
}

.custom-options {
  margin: 30px 0;
}

.option-item {
  background-color: rgba(88, 2, 2, 0.3);
  border-left: 3px solid #eab308;
  padding: 15px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.option-item:hover {
  background-color: rgba(88, 2, 2, 0.5);
  transform: translateX(5px);
}

.option-item i {
  color: #eab308;
  font-size: 1.3rem;
  margin-bottom: 10px;
  display: inline-block;
}

.option-item h4 {
  color: #eab308;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.option-item p {
  color: #ddd;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.contact-info {
  margin: 25px 0;
}

/* Botón de consulta */
.btn-custom-consult {
  display: inline-block;
  background-color: #eab308;
  color: #000;
  padding: 12px 25px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  text-decoration: none;
  margin-top: 15px;
  border: none;
  width: 100%;
  max-width: 280px;
  text-align: center;
}

.btn-custom-consult i {
  margin-left: 8px;
  font-size: 0.8rem;
  transition: all 0.3s ease;
}

.btn-custom-consult:hover {
  background-color: #fff;
  color: #000;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(234, 179, 8, 0.4);
}

.btn-custom-consult:hover i {
  transform: translateX(3px);
}

.cartacustom .card-content.custom-card-content {
    display: inline-block;
    margin: 0;
    padding: 20px 0;
    height: fit-content;
}

.cartacustom .option-item i {
    font-size: 2rem;
}

.cartacustom .option-item h4 {
    font-size: 2.5rem;
}

.cartacustom .option-item p {
    font-size: 2rem;
}

.cartacustom .nov_dcorta, .cartacustom .titulo {
    display: none;
}

/* Estilos para sección Entretenimiento */
.performance-features {
  margin-bottom: 30px;
}

.entretenimiento .section-title {
  font-size: 3rem;
}

.perf-item {
  background-color: rgba(88, 2, 2, 0.3);
  border-left: 3px solid #eab308;
  padding: 15px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.perf-item:hover {
  background-color: rgba(88, 2, 2, 0.5);
  transform: translateX(5px);
}

.perf-item i {
  color: #eab308;
  font-size: 2rem;
  margin-right: 10px;
}

.perf-item span {
  color: #eab308;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
}

.perf-item p {
    color: #ddd;
    margin: 8px 0 0 25px;
    font-size: 1.5rem;
    text-align: center;
}

.entertainment-packages {
  margin-top: 40px;
}

.entertainment-packages h3 {
  color: #eab308;
  border-bottom: 1px solid #580202;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.entertainment-packages h3 i {
  margin-right: 10px;
}

.package-list {
  list-style: none;
  padding: 0;
}

.package-list li {
  color: #ddd;
  padding: 10px 0;
  border-bottom: 1px dotted #333;
}

.package-list li:last-child {
  border-bottom: none;
}

.package-list strong {
  color: #eab308;
}

.video-container {
  margin-bottom: 55px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #580202;
}

.video-caption {
  color: #bbb;
  font-style: italic;
  font-size: 0.9rem;
  text-align: center;
  margin-top: 10px;
}

.testimonial-entertainment {
  background-color: rgba(234, 179, 8, 0.1);
  border: 1px solid #eab308;
  padding: 20px;
  position: relative;
}

.testimonial-entertainment:before {
  content: "";
  font-family: serif;
  font-size: 5rem;
  color: rgba(234, 179, 8, 0.2);
  position: absolute;
  top: 10px;
  left: 10px;
  line-height: 1;
}

.testimonial-entertainment blockquote {
  font-style: italic;
  position: relative;
  z-index: 1;
}

.testimonial-entertainment footer {
  text-align: right;
  font-weight: bold;
  color: #eab308;
  margin-top: 15px;
  font-style: normal;
}

.btn-show {
  background-color: #eab308;
  color: #000;
  border: none;
  padding: 12px 35px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 30px;
  transition: all 0.3s ease;
  display: inline-block;
  margin-top: 40px;
  text-decoration: none;
}

.btn-show:hover {
  background-color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(234, 179, 8, 0.4);
  color: #000;
}

.btn-show i {
  margin-left: 10px;
}

.entretenimiento .video-container iframe {
    width: 100%;
    height: 600px;
    border: none !important;
}

.entretenimiento .video-container {
  margin-bottom: 135px;
}

.entretenimiento .testimonial-entertainment {
    background-color: rgba(234, 179, 8, 0.1);
    border: 1px solid #eab308;
    padding: 60px 25px;
    position: relative;
    text-align: center;
}

h2.card-title {
    font-size: 4rem;
}

.row.noticiashome3, .row.noticiashome2 {
    margin-top: 50px !important;
}

.caja_nov_listar .col-xs-12.col-sm-6.col-md-3.cocktail-card-wrapper {
    width: 100%;
}

.cartacustom .contact-info .phone-number {
    justify-content: left;
}

.post-description {
    color: #fff;
}

body.novedades {
  .desdoc {
    color: #fff;
    text-align: justify;
}
}


/* Responsive */
@media (max-width: 991px) {
  .video-container {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .perf-item {
    padding: 12px 10px;
  }
  
  .btn-show {
    width: 100%;
    max-width: 300px;
  }
}

@media screen and (max-width: 1666px) {
  .custom-menu-card {
    min-height: auto;
}
}
/* Responsive */
@media (max-width: 991px) {
  .custom-menu-card {
    min-height: 600px;
  }
  
  .btn-custom-consult {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .custom-menu-card {
    min-height: auto;
    margin-bottom: 30px;
  }
}

/* Responsive */
@media (max-width: 767px) {
  .contact-form {
    padding: 20px;
  }

  .contact-form h1 {
    font-size: 1.8rem;
  }

  .contact-form .btn-success {
    max-width: 100%;
    margin-top: 15px;
  }

  .contact-form .in_seguridad {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .brand-card-wrapper {
    margin-bottom: 30px;
  }

  .gold-title {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .brand-card-header h3 {
    font-size: 1.3rem;
  }

  .section-description {
    font-size: 1rem;
    padding: 0 15px;
  }
}

/* Responsive */
@media (max-width: 767px) {
  .service-header {
    padding: 60px 0;
  }

  .service-title {
    font-size: 2rem;
  }

  .service-subtitle {
    font-size: 1.2rem;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .service-content {
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .service-title {
    font-size: 2.3rem;
  }
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .service-features li {
    font-size: 13px;
  }

  .service-description {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cocktail-card {
    min-height: 550px;
  }
}

@media (min-width: 1920px) {
  .noticiashome1 #cajanovofe {
    width: 100%;
    margin: 0 auto !important;
    text-align: left;
  }
}

@media (max-width: 480px) {
  body.nosotros {
    padding-top: 70px;
  }

  .ofertas .navbar.navbar-default.navbar-superior {
    background: #000;
  }

  .cols-grals > .row {
    margin: 0;
  }

  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
  }

  ul.list-inline.list-unstyled.hidden-lg {
    display: none;
  }

  .section3 img.img-responsive.img-side {
    width: 100%;
  }

  .col-md-12.section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
  }

  .col-md-12.section.section2 {
    display: flex;
    flex-direction: column-reverse;
  }

  .navbar-nav > li > a {
    border-bottom: 1px solid #fafafa;
  }

  .navbar-default .navbar-nav > li > a {
    text-align: center;
  }

  .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #fafafa;
  }

  .navbar-nav > li {
    padding: 10px 0;
  }

  .ban-top-izquierda {
    padding: 10px 0;
  }

  body.ofertas {
    padding-top: 80px;
  }

  .btn-custom-whatsapp,
  .btn-custom-contacto {
    width: 80%;
  }

  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    background: #000;
  }

  .navbar-nav > li {
    padding: 10px 0;
  }

  .navbar-nav {
    margin: 0 -15px;
  }

  .service-subtitle {
    font-size: 1.5rem;
}

  .section-title {
    padding-bottom: 10px;
    margin-top: 75px;
    font-size: 1.8rem;
}

.service-title {
    font-size: 2rem !important;
}

.signature-cocktail {
    margin-top: 35px;
}

.gallery .igual-gal img {
    margin: 0 auto;
    width: 200px;
}

.data-item {
    min-width: 300px;
}

.cartacustom .custom-options {
    padding: 0 25px;
}

.cartacustom .btn-custom-consult {
  width: 75%;
}


}

.loginmodal-container .modal-body {
    color: #000;
}

div.boton_arrepentimiento a {
  border: none !important;
}


.brand-carousel li img {
    padding: 8px;
    border-radius: 10px;
    filter: grayscale(1);
    transition: all 0.3s ease-in-out;
}

.brand-carousel img:hover {
    filter: grayscale(0);
}

.ofertas a.btn.btn-default.btn-vernota {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: 99;
    color: transparent !important;
    background: #00000061 !important;
}

.ofertas a.btn.btn-default.btn-vernota:hover {
  opacity:0;
}

span.gold-text.gold-texto {
    font-size: 3rem;
}

/* inicio seccion 'shorts' en la home */
.shorts-youtube-container {
    max-width: 1200px;
    margin: 0 auto 50px 0;
    text-align: center;
    background-color: transparent;
}

.shorts-youtube-header {
    margin-bottom: 40px;
}

.shorts-youtube-main-title {
    color: #fafafa;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0;
  }

.yt-tit {
  color:#eab308;font-weight: bold;
}

.shorts-youtube-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.shorts-youtube-card {
    flex: 1;
    min-width: 300px;
    background: transparent;
    padding: 20px;
}

.shorts-youtube-card iframe {
    border-radius: 8px;
    margin-bottom: 15px;
    border: none;
}

.shorts-youtube-title {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 10px;
    color: #fafafa;
    line-height: 30px;
}

.shorts-youtube-description {
    font-size: 1.5rem;
    color: #ccc;
    line-height: 1.5;
    font-weight: 300;
}

/* Responsivo - se apilan en móviles */
@media (max-width: 768px) {
    .shorts-youtube-grid {
        flex-direction: column;
    }
    
    .shorts-youtube-card {
        width: 100%;
    }
}

@media screen and (max-width: 480px) { 
.shorts-youtube-main-title {
padding: 0 20px;
}
}

/* fin seccion 'shorts' en la home */