@font-face {
	font-family: "book";
	src: url("fonts/BookAntiquaFont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "domaine";
	src: url("fonts/TestDomaineDisplay-Regular-BF66174a224cb3d.otf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "domainelight";
	src: url("fonts/TestDomaineText-Light-BF66174a20c972d.otf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "founders";
	src: url("fonts/Founder-Light-BF64d30a7d65af2.otf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.dorado {
	color: #a19766;
}

section {
	margin-bottom: 35px;
}

.gris_logo {
	color: #302e31;
}

h1 {
	color: black;
	font-size: 2rem;
	cursor: default;
	font-family: "book", sans-serif;
	letter-spacing: 5px;
	padding-left: 3px;
}

/*---------------------------------------------------------Tipografias--------------------------------------------*/

.playfair-display-regular {
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.spectral-regular {
	font-family: "Spectral", serif;
	font-weight: 400;
	font-style: normal;
}

.tipografia_book {
	font-family: "book", sans-serif;
}

.tipografia_domaine {
	font-family: "domaine", sans-serif;
	font-weight: 400;
}
.tipografia_domaine_light {
	font-family: "domainelight", sans-serif;
	font-weight: 400;
}
.tipografia_founders {
	font-family: "founders", sans-serif;
	font-weight: 400;
}

.tipografia_book_bold {
	font-family: "book", sans-serif;
	font-weight: bold;
}

.roboto-bold {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.roboto-regular {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.roboto-thin {
	font-family: "Roboto", sans-serif;
	font-weight: 100;
	font-style: normal;
}

.montserrat-regular {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.merriweather-regular {
	font-family: "Merriweather", serif;
	font-weight: 400;
	font-style: normal;
}
.merriweather-bold {
	font-family: "Merriweather", serif;
	font-weight: 700;
	font-style: normal;
}
.merriweather-light {
	font-family: "Merriweather", serif;
	font-weight: 300;
	font-style: normal;
}

/*------------------------------------------------------HEADER-------------------------------*/
.bg_gris {
	background-color: #302e31 !important;
}
/* header{
    color: black !important;
    background-color: transparent!important;
}
header:hover{
    background-color: #302E31;
    color: white;
} */

/*------------------------------------------------------------------------*/
.contenedor_logo_mobile {
	width: 100px;

}

.contenedor_logo_mobile img {
	width: 100%;
	height: 100%;
}

.contenedor_logo {
	width: 100px;
	height: 100px;
}

.contenedor_logo img {
	width: 100%;
	height: 100%;
}

.contenedor_video {
	width: 100%;
	height: 80vh;
	overflow: hidden; /* Para asegurarse de que el video no se desborde */
	position: relative; /* Importante para posicionar correctamente el video */
}

.video_fondo {
	width: 100%;
	height: 100%;
	object-fit: cover; /* Para cubrir todo el contenedor sin deformar */
	position: absolute;
	top: 0;
	left: 0;
}

/* 
MEDIDAS DEL VIDEO

.contenedor_video {
    width: 100%;
    height: 80vh;
    overflow: hidden;
    position: relative; 
}

.video_fondo {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    position: absolute;
    top: 0;
    left: 0;
} */

.contenedor_formulario {
	background-color: rgba(245, 245, 245, 0.767);
	position: absolute;
	width: 80%;
	left: 10%;
	top: 17%;
	padding: 20px;
}

.div_boton {
	display: flex;
	justify-content: center;
	align-items: end;
}

.div_boton button {
	width: 300px;
	height: 40px;
	border-radius: 19px;
	border: none;
	background-color: #a19766;

	color: white;
	box-shadow: 1px 2px 5px 1px #0000008c;
}
.div_boton button:hover {
	box-shadow: 3px 4px 5px 1px #0000008c;
	background-color: #716731;
}

.btn_nav {
	color: black;
	border: solid 1px #a19766;
}
.btn_nav:hover {
	color: white;
	border: solid 1px white;
}

/*--------------------------------------------------------------BODY--------------------------------------------------*/
body {
	/* background-image: url(/img/trama/Trama.jpg); */
	background-color: rgb(255 244 225 / 25%);
}

.animacion {
	display: inline-block;
	margin: 0 0.5rem;

	animation: fadeInDown; /* referring directly to the animation's @keyframe declaration */
	animation-duration: 2s; /* don't forget to set a duration! */
}

.logo_main_section {
	width: 300px;
	height: 300px;
	border: none;
	margin-top: 50px;
}

.logo_main_section img {
	width: 100%;
	height: 100%;
}

.h2_finca {
	margin-top: 65px;
	font-size: 2.5rem;
}

.h2_finca_titulos {
	font-size: 3rem;
}

.contenedor_imagen_cabaña {
	width: 100%;
	margin: 0 auto;
}
.contenedor_imagen_cabaña img {
	width: 100%;
}
.contenedor_imagen_cabaña2 {
	width: 100%;
	margin: 0 auto;
}
.contenedor_imagen_cabaña2 img {
	width: 100%;
}

.btn_descubre {
	background-color: #a19766;
	color: white;
	border: solid 1px #a19766;
	width: 100%;
	border-radius: 0;
	font-size: 0.9rem;
	margin-bottom: 25px;
}
.btn_descubre:hover {
	background-color: #716731;
	color: white;
	border: solid 1px #a19766;
	width: 100%;
	font-size: 0.9rem;
}

.btn_descubre3 {
	background-color: #a19766;
	color: white;
	border: solid 1px #a19766;
	width: 100%;
	border-radius: 0;
	font-size: 0.9rem;
	margin-bottom: 25px;
}
.btn_descubre3:hover {
	background-color: #716731;
	color: white;
	border: solid 1px #a19766;
	width: 100%;
	font-size: 0.9rem;
}

.btn_descubre_experiencias {
	background-color: #a19766;
	color: white;
	border: solid 1px #a19766;
	width: 100%;
	border-radius: 0;
	font-size: 0.9rem;
	margin-bottom: 25px;
}
.btn_descubre_experiencias:hover {
	background-color: #716731;
	color: white;
	border: solid 1px #a19766;
	width: 100%;
	font-size: 0.9rem;
}

/*------------------------------------SWIPPER------------------------------------------------------------------------------------------*/

.contendor_swiper {
	min-height: 100vh;
}

.swiper {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.swiper-slide {
	position: relative;
	background-position: center;
	background-size: cover;
	width: 300px;
	height: 300px;
	background: #000;
	/* -webkit-box-reflect: below 1px linear-gradient(transparent,transparent,#0006); */
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}

.a_swipper_wine {
	position: absolute;
	top: 77%;
	left: 18%;
	font-size: 2rem;
	color: white;
	margin: 0 auto;
	text-decoration: none;
	text-shadow: #302e31 1px 1px 1px;
	text-align: center;
}
.a_swipper_sunset {
	position: absolute;
	top: 77%;
	left: 30%;
	font-size: 2rem;
	color: white;
	margin: 0 auto;
	text-decoration: none;
	text-shadow: #302e31 1px 1px 1px;
}

.a_swipper_menu {
	position: absolute;
	top: 77%;
	left: 17.5%;
	font-size: 2rem;
	color: white;
	margin: 0 auto;
	text-decoration: none;
	text-shadow: #302e31 1px 1px 1px;
}

.a_swipper_pic {
	position: absolute;
	top: 77%;
	left: 34.5%;
	font-size: 2rem;
	color: white;
	margin: 0 auto;
	text-decoration: none;
	text-shadow: #302e31 1px 1px 1px;
}

.a_swipper_cabalgata {
	position: absolute;
	top: 77%;
	left: 29%;
	font-size: 2rem;
	color: white;
	margin: 0 auto;
	text-decoration: none;
	text-shadow: #302e31 1px 1px 1px;
}

.a_swipper_bici {
	position: absolute;
	top: 77%;
	left: 22%;
	font-size: 2rem;
	color: white;
	margin: 0 auto;
	text-decoration: none;
	text-shadow: #302e31 1px 1px 1px;
}

footer {
	background-color: #302e31;
	color: white;
}

.contenedor_logo_footer {
	width: 150px;
	height: 150px;
}

.contenedor_logo_footer img {
	width: 100%;
	height: 100%;
}

.contenedor_iconos_footer a {
	color: white;
	text-decoration: none;
	font-size: 16px;
}
.contenedor_iconos_footer a:hover {
	color: #a19766;
	text-decoration: none;
}

.iconos a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	border: 1px solid black;
	background-color: transparent;
	margin: 5px;
}

.iconos a:hover {
	background-color: #a19766;
}

.iconos i {
	font-size: 1.3rem;
	color: white;
}

.nav-item {
	/* padding-left: 10px; */
	padding-left: 50px;
}

.contenedor_nosotros {
	margin-top: 8%;
}

.contenedor_video_suscripcion {
	width: 100%;
	height: 300px;
}
.contenedor_video_suscripcion iframe {
	width: 100%;
	height: 100%;
}

.form_suscribite button {
	background-color: #a19766;
	border: 1px #a19766 solid;
}
.form_suscribite button:hover {
	background-color: transparent;
	color: #a19766;
	border: 1px #a19766 solid;
}

.form_suscribite input {
	border: solid 1px #a19766;
}

/*---------------------------------------------------CARDS------------------------------------------------*/
.contenedor_card {
	border: none;

	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.upper_title {
	font-size: 16px;
	color: rgb(110, 110, 110);
}

.card_titulo {
	font-size: 1.5rem;
}

.btn_card {
	background-color: #a19766;
	border: white solid 1px;
	color: white;
}
.btn_card:hover {
	background-color: transparent;
	color: #a19766;
	border: #a19766 1px solid;
}

.precio_card {
	font-size: 1.5rem;
}

.precio_card_texto {
	font-size: 1.2rem;
}

.card_text {
	min-height: 200px;
}

.form_suscribite {
	width: 100%;
	padding: 15px;

	padding: 20px;
	border-radius: 18px;
	/* display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; */
}

.subtitulo_pequeño {
	font-size: 1rem;
	color: #a19766;
	letter-spacing: 0.05rem;
}

/*Página detalles.html*/
.contenedor_imagen_detalle img {
	width: 100%;
}

.contenedor_footer {
	width: calc(100%);
	margin-top: 20px;
}

.gift_mobile {
	padding-left: 37%;
}

.swiper-button-next {
	color: rgb(211, 209, 209);
}

.swiper-button-prev {
	color: rgb(211, 209, 209);
}

/* formuario de contacto */

.field {
	margin-bottom: 10px;
}

.field label {
	display: block;
	font-size: 12px;
	color: #777;
}

.field input {
	display: block;
	/* min-width: 250px; */
	width: 100%;
	line-height: 1.5;
	font-size: 14px;
}

.field textarea {
	width: 100%;
}

input[type="submit"] {
	display: block;
	padding: 6px 30px;
	font-size: 14px;
	background-color: #4460aa;
	color: #fff;
	border: none;
}
/*SECCION SOBRE NOSOTROS*/

.contenedor_frase_vino {
	margin-bottom: 2%;
}

.frase_vino {
	font-size: 1.5rem;
}

.contenedor_historia {
	text-align: center;
	width: 100%;
}

.contenedor_historia_img img {
	width: 100%;
}
.texto_justificado {
	text-align: justify;
}

.contenedor_img_nosotros {
	width: 100%;
}
.contenedor_img_nosotros div img {
	width: 100%;
}

.separador_contenedor_historia {
	margin-bottom: 10%;
}

.centrado {
	margin: 0 auto;
}

.contenedor_img_valores {
	width: 80%;
	margin: 0 auto;
}
.contenedor_img_valores p {
	text-align: center;
}
.contenedor_img_valores img {
	width: 100%;
}

.nueva_seccion_nosotros {
	margin: 0 auto;
}

.sec_historia {
	/* background-color: #8080800f; */
	/* background-color: #a1976617; */
	padding: 1%;
}

.h2_compromisos {
	font-size: 2.5rem;
}

.contenedor_texto_nosotros {
	width: 100%;
}

.contenedor_img_nosotros img {
	width: 100%;
}

.contenedor_imagen_mapa div img {
	width: 100%;
}

.splash-screen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #302e31; /* Cambia esto al color o imagen de tu splash screen */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	transition: opacity 0.5s ease-out;
}

.splash-screen h2 {
	font-size: 2rem;
	color: #a19766;
	text-align: center;
}
.splash-screen p {
	font-size: 1rem;
	color: #a19766;
	text-align: center;
}

.hidden {
	display: none !important;
}

.video_fondo {
	pointer-events: none;
}

.contenedor_icono_whats {
	display: block;
	width: 65px;
	height: 65px;
	position: fixed;
	bottom: 5%;
	right: 5%;
	z-index: 1000;
	transition: transform 0.5s ease;
}
.contenedor_icono_whats img {
	width: 100%;
}

.contenedor_icono_whats:hover {
	transform: scale(1.2);
}

.contenedor_logo_trip {
	width: 70px;
	height: 50px;
}

.contenedor_logo_trip img {
	width: 100%;
}

.carousel-control-next {
	right: -1%;
}
.carousel-control-prev {
	left: -1%;
}

.carousel-control-next-icon {
	color: white;
}

/* ORIGINAL

.reservar_mobile {
	padding-left: 30%;
} */

.reservar_mobile {
	padding-left: 0%;
}

.contenedor_reservar_card {
	display: flex;
	align-items: center;
	justify-content: end;
	height: 75%;
	width: 40%;
}

.contenedor_texto_card {
	width: 60%;
}

.card_reservar_ext {
	color: #a19766;
	border: 1px #a19766 solid;
}

.card_reservar_ext:hover {
	color: #a19766;
	border: 1px #a19766 solid;
}

.card_reservar {
	background-color: #a19766;
	color: white;
	border: 1px solid #a19766;
}
.card_reservar:hover {
	color: white;
	border: 1px solid #a19766;
	background-color: #716731;
}

.contenedor_columna_1_detalle {
	width: 100%;
}

.contenedor_columna_2_detalle {
	display: flex;
	justify-content: center;
	width: 100%;
}

.swal2-html-container {
	margin: 0 !important;
}

.swal2-footer {
	display: none !important; /* Oculta la barra inferior completamente */
}

/* Personaliza el botón de cierre */
.swal2-close {
	top: 10px; /* Coloca el botón más arriba si es necesario */
	right: 10px; /* Coloca el botón a la derecha */
	background-color: transparent; /* Fondo transparente */
	border: none; /* Sin borde */
	font-size: 2rem; /* Aumenta el tamaño del icono */
	color: white !important; /* Color del icono */
}

/* Opcional: Efecto de hover en el botón de cierre */
.swal2-close:hover {
	color: #716731 !important; /* Color al pasar el cursor */
}

/* NEWSLATTER */

.btn_newsletter {
	border: none;
	background: none;
	color: white;
}

.btn_newsletter:hover {
	color: #a19766;
}

.imageContainer {
	background-image: url("img/home/newsletter/newsfinca.webp");

	background-repeat: no-repeat;
	/* height: 100vh; */
	background-size: cover;
}

.imageContainer h2 {
	font-size: 2.5rem;
	text-align: center;
	margin-bottom: 25px;
}

.imageContainer p {
	font-size: 1.1rem;
	text-align: justify;
	font-family: "founders", sans-serif;
	font-weight: 400;
}

.parati {
	color: #d1c584;
}

.newsBtnReservar {
	color: white;

	font-size: 1.28rem;
	/* border: solid 1px #61c482; */
	background-color: #a19766;
	border-radius: 14px;
	margin-right: 15px;
	font-family: "founders", sans-serif;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
}
.newsBtnReservar:hover {
	background-color: #706947;
}

.newsBtnContacto {
	color: #a19766;

	font-size: 1.2rem;
	/* border: solid 1px #61c482; */
	background-color: transparent;
	border: solid 1px #a19766;
	border-radius: 16px;
	font-family: "founders", sans-serif;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
}
.newsBtnContacto:hover {
	color: white;

	/* border: solid 1px #61c482; */
	background-color: transparent;
	border: solid 1px #a19766;
	border-radius: 16px;
}

.formnews {
	font-family: "founders", sans-serif;
	font-weight: 400;
}

.centradoNews {
	margin: 0 auto;
	padding: 0;
}

/* select {
	width: 100%; 
	max-width: 100%; 
	height: auto;
	font-size: 16px; 
  }
  
  option {
	font-size: 16px; 
	padding: 10px; 
	white-space: nowrap; 
  } */

  .offcanvas{
	height: 60vh !important;
  }

select {
	appearance: auto;
	-webkit-appearance: auto;
	z-index: 1;
}

.btn_carrito {
	background-color: #a19766;
	border: solid 1px #a19766;
	color: white;
}
.btn_carrito:hover {
	color: white;
	background-color: #a19766;
}

.contenedor_form_carrito_dni_numero{
	margin-top: 30px;
}


/* .cardExperiencia{
    display: flex;
    gap: 20px;
    margin-top: 25px;
    align-items: center;
    flex-direction: column;
}

.cardExperiencia img{
    height: 100px;
    aspect-ratio: 1.1;
}
.cardExperiencia h3{
    
    text-align: center;
} */


.btnCarrito{
	min-width: 140px;
}

.btn_carrito_mobile{
	min-width: 156px;
}

.tarifa{
	color: grey;
	font-size: 16.5px;
}

.linea-dorada {
	width: 90%; /* Ajusta el ancho */
	height: 1px; /* Grosor de la línea */
	margin: 20px auto; /* Centrar */
	background: rgb(223, 223, 223); 
	border-radius: 3px;
	/* box-shadow: 0 0 8px rgba(156, 149, 128, 0.6); */
}

.contenedor_tarifas{
	margin: 0 auto !important;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.contenedor_icono_whats {
		display: block;
		width: 100px;
		height: 100px;
		position: fixed;
		bottom: 5%;
		right: 5%;
		z-index: 1000;
		transition: transform 0.5s ease;
	}

	.contenedor_icono_whats:hover {
		transform: scale(1.2);
	}

	.contenedor_icono_whats a img {
		width: 65%;
	}

	.contenedor_logo_footer {
		width: 200px;
		height: 200px;
	}

	.contenedor_logo_footer img {
		width: 100%;
		height: 100%;
	}

	.logo_desktop {
		left: 4%;
		width: 100px;
		height: 100px;
	}
	.logo_desktop img {
		width: 100%;
		height: 100%;
	}

	.gift_mobile {
		padding: 0;
		margin: 10px;
	}

	/*SECCION NOSOTROS*/

	.contenedor_texto_nosotros2 {
		width: calc(30%);
	}

	.contenedor_imaganes_nosotros {
		width: calc(70% - 40px);
		margin: 20px;
	}

	.contenedor_texto_nosotros {
		width: 100%;
	}

	.contenedor_img_nosotros img {
		width: 100%;
	}

	.contenedor_imagen_mapa div img {
		width: 100%;
	}

	.carousel-control-next {
		right: 0%;
	}
	.carousel-control-prev {
		left: 0%;
	}

	.reservar_mobile {
		padding-left: 0%;
		padding-bottom: 1%;
	}

	.btn_carrito_mobile{
		min-width: 156px;
	}
}

@media (min-width: 1200px) {


	.offcanvas{
		height: 100vh !important;
	  }

	  .btn_carrito_mobile{
		min-width: 156px;
	}


	.contenedor_logo_footer {
		width: 200px;
		height: 200px;
	}

	.contenedor_logo_footer img {
		width: 100%;
		height: 100%;
	}
	.carousel-control-next {
		right: -6%;
	}
	.carousel-control-prev {
		left: -6%;
	}

	.h1_espaciado {
		letter-spacing: 5px;
	}

	.bg_gris {
		background-color: transparent !important;
	}

	.navbar {
		color: black !important;
		background-color: transparent !important;
		transition: color 0.3s ease, background-color 0.3s ease;
	}

	.navbar:hover {
		background-color: #302e31 !important;
		color: white;
	}

	header {
		transition: color 0.3s ease, background-color 0.3s ease;
		background-color: none;
	}

	/*  header:hover {
        background-color: #302E31 !important;
        color: white !important;
    } */

	header:hover h1,
	header:hover .h1_espaciado,
	header:hover .navbar .nav-link,
	header:hover .navbar .navbar-brand,
	header:hover .navbar-toggler-icon,
	header:hover .dropdown-item {
		color: white !important;
	}

	header .navbar .nav-link,
	header .navbar .navbar-brand,
	header .navbar-toggler-icon,
	header .btn_nav,
	header .dropdown-item {
		color: black !important;
		transition: color 0.3s ease;
	}
	header:hover .btn_nav {
		color: #a19766 !important;
	}
	header:hover .btn_nav:hover {
		background-color: #a19766 !important;
		color: #302e31 !important;
		border: none;
	}

	header:hover .nav-link:hover {
		color: #a19766 !important;
	}
	header:hover .dropdown-item:hover {
		color: #a19766 !important;
	}

	header .dropdown-menu {
		background-color: #302e31; /* Mantener coherencia con el color de fondo en hover */
	}

	header .dropdown-item:hover {
		background-color: #302e31;
		color: white !important;
	}

	/* Estilos para el contenedor del logo */
	.contenedor_logo {
		width: 90px;
		height: 90px;
		position: relative; /* Para posicionar las imágenes */
		overflow: hidden; /* Para recortar cualquier parte de la imagen que se desborde */
	}

	/* Estilos para las imágenes del logo */
	.contenedor_logo img {
		width: 100%; /* Para ocupar todo el espacio del contenedor */
		height: 100%; /* Para ocupar todo el espacio del contenedor */
		transition: opacity 0.3s ease; /* Transición suave de opacidad */
		position: absolute; /* Posición absoluta para superponer las imágenes */
		top: 0; /* Ajuste superior */
		left: 7%; /* Ajuste izquierdo */
	}

	/* Ocultar la imagen de hover por defecto */
	.contenedor_logo .logo_hover {
		opacity: 0;
	}

	/* Mostrar la imagen de hover cuando se hace hover en el header */
	header:hover .contenedor_logo .logo_hover {
		opacity: 1;
	}

	/* Reducir la opacidad de la imagen normal cuando se hace hover en el header */
	header:hover .contenedor_logo .logo_normal {
		opacity: 0;
	}

	.contenedor_de_links {
		position: relative;
	}

	.contenedor_botones_nav {
		position: absolute;
		left: 88%;
		top: -138%;
	}
	/* 
.contenedor_botones_nav{
    position: absolute;
    left:88%
} */
	.nav-link {
		font-size: 0.8rem;
	}

	.nav-link:hover {
		color: #a19766;
	}

	.navbar .navbar-collapse {
		justify-content: flex-end; /* Alinea los elementos del navbar a la derecha */
	}

	.opciones_select {
		width: 10%;
	}

	.contenedor_formulario {
		background-color: rgba(245, 245, 245, 0.767);
		position: absolute;
		width: 60%;
		left: 20%;
		top: 80%;
		padding: 20px;
		border-radius: 18px;
	}

	.nav-item.dropdown .dropdown-toggle::after {
		display: none;
	}

	.lineaBlanca {
		width: 50%;
		height: 1px; /* Altura de la línea */
		background: linear-gradient(to right, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0)); /* Gradiente transparente */
		margin: 0 auto; /* Centrar la línea horizontalmente */
	}

	.contenedor_icono_whats {
		display: block;
		width: 100px;
		height: 100px;
		position: fixed;
		bottom: 2%;
		right: 1%;
		z-index: 1000;
		transition: transform 0.5s ease;
	}

	.contenedor_icono_whats:hover {
		transform: scale(1.2);
	}

	.contenedor_icono_whats a img {
		width: 65%;
	}

	.swiper .swiper-slide {
		height: 100%;
	}

	.swiper-slide {
		background-position: center;
		background-size: cover;
		width: 350px;
		height: 500px;
		background: #000;
		/* -webkit-box-reflect: below 1px linear-gradient(transparent,transparent,#0006); */
	}

	.a_swipper_wine {
		position: absolute;
		top: 81%;
		left: 22.5%;

		font-size: 2rem;
		color: white;
		margin: 0 auto;
		text-decoration: none;
		text-shadow: #302e31 1px 1px 1px;
	}
	.a_swipper_sunset {
		position: absolute;
		top: 81%;
		left: 33.5%;

		font-size: 2rem;
		color: white;
		margin: 0 auto;
		text-decoration: none;
		text-shadow: #302e31 1px 1px 1px;
	}

	.a_swipper_menu {
		position: absolute;
		top: 81%;
		left: 20.5%;
		font-size: 2rem;
		color: white;
		margin: 0 auto;
		text-decoration: none;
		text-shadow: #302e31 1px 1px 1px;
	}

	.a_swipper_pic {
		position: absolute;
		top: 81%;
		left: 37.5%;

		font-size: 2rem;
		color: white;
		margin: 0 auto;
		text-decoration: none;
		text-shadow: #302e31 1px 1px 1px;
	}

	.a_swipper_cabalgata {
		position: absolute;
		top: 81%;
		left: 32.5%;

		font-size: 2rem;
		color: white;
		margin: 0 auto;
		text-decoration: none;
		text-shadow: #302e31 1px 1px 1px;
	}

	.a_swipper_bici {
		position: absolute;
		top: 81%;
		left: 24%;

		font-size: 2rem;
		color: white;
		margin: 0 auto;
		text-decoration: none;
		text-shadow: #302e31 1px 1px 1px;
	}

	.btn_descubre {
		width: 50%;
		border-radius: 0;
		font-size: 0.9rem;
		margin-top: 7%;
	}
	.btn_descubre:hover {
		width: 50%;
		font-size: 0.9rem;
	}
	.btn_descubre3 {
		width: 90%;
		border-radius: 0;
		font-size: 0.9rem;
		margin-top: 7%;
	}
	.btn_descubre3:hover {
		width: 90%;
		font-size: 0.9rem;
	}
	.btn_descubre_experiencias {
		width: 60%;
		border-radius: 0;
		font-size: 0.9rem;
	}
	.btn_descubre_experiencias:hover {
		width: 60%;
		font-size: 0.9rem;
	}

	.logo_desktop {
		left: 4%;
		width: 100px;
		height: 100px;
	}
	.logo_desktop img {
		width: 100%;
		height: 100%;
	}

	#direccion {
		margin-right: 37px;
	}

	.contenedor_nosotros {
		margin-top: 0;
		display: flex;
		flex-direction: column;
		justify-content: start;
		align-items: start;
	}

	.seccion_footer {
		padding-top: 2%;
	}

	.encabezados_footer {
		font-size: 1.5rem;
	}

	.boton_suscribirse {
		height: 50%;
	}
	.boton_suscribirse:hover {
		height: 50%;
	}

	.contenedor30 {
		width: calc(35% - 92px);
		padding: 10px;
		margin-left: 46px;
	}

	.contenedor30_izquierda {
		width: calc(35% - 92px);
		padding: 10px;
		margin-right: 46px;
	}

	.contenedor70 {
		/* width: 55%; */
		width: 65%;
	}
	.contenedor70 img {
		width: 100%;
		height: 100%;
	}

	.contenedor_redes {
		padding-left: 0;
		margin-top: 2%;
	}

	.contenedor_footer {
		width: calc(25% - 40px);
		margin: 20px;
	}

	.contenedor_intereses {
		padding-left: 0;
	}

	.form_suscribite {
		padding-left: 0;
	}

	.contenedor_lugar_soñado {
		margin-top: 100px;
	}

	.formulario_contacto div input {
		width: 80%;
	}
	.formulario_contacto div textarea {
		width: 80%;
	}

	/*SECCION NOSOTROS*/

	.contenedor_texto_nosotros {
		width: calc(35% - 92px);
		padding: 10px;
		margin-right: 46px;
	}
	.contenedor_texto_nosotros_derecha {
		width: calc(35% - 92px);
		padding: 10px;
		margin-left: 46px;
	}

	.contenedor_img_nosotros {
		width: calc(65%);
	}

	.contenedor_texto_mision_vision {
		width: calc(30% - 20px);
		margin: 10px;
	}

	.contenedor_imagen_mapa {
		width: calc(70%);
	}
	.contenedor_imagen_mapa div img {
		width: 100%;
	}

	.sec_historia {
		padding: 2%;
	}

	.splash-screen {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #302e31; /* Cambia esto al color o imagen de tu splash screen */
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		z-index: 1000;
		transition: opacity 0.5s ease-out;
	}

	.splash-screen h2 {
		font-size: 3rem;
		color: #a19766;
	}
	.splash-screen p {
		font-size: 2rem;
		color: #a19766;
	}

	.hidden {
		display: none;
	}

	.contenedor_card {
		transition: 0.3s ease;
		border: none;
	}

	.contenedor_card:hover {
		transform: scale(1.02);
	}

	.contenedor_logo_trip {
		width: 70px;
		height: 50px;
	}

	.contenedor_logo_trip img {
		width: 100%;
	}

	.active-new {
		position: relative; /* Asegúrate de que el elemento tenga posición relativa */
	}

	.active-new::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 6px; /* Ajusta este valor para mover el subrayado hacia abajo */
		width: 100%;
		height: 2px; /* Grosor del subrayado */
		background-color: #a19766;
	}

	.contenedor_columna_2_detalle {
		display: flex;
		justify-content: start;
		width: 100%;
	}

	.contenedor_form_carrito_dni {
		width: 30%;
	}
	.contenedor_form_carrito_dni_numero {
		width: 31%;
		margin: 0;
		
	}
	.contenedor_form_carrito_dni_numero input {
		width: 100%;
	}

	.agregasteATuCarrito{
	
		font-size: 1.5rem;
	}

	.tarifa{
		color: grey;
		font-size: 18px;
	}

	.linea-dorada {
		width: 80%; /* Ajusta el ancho */
		height: 1px; /* Grosor de la línea */
		margin: 20px auto; /* Centrar */
		background: rgb(223, 223, 223); 
		border-radius: 3px;
		/* box-shadow: 0 0 8px rgba(156, 149, 128, 0.6); */
	}
}
