* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

/* main{
    background-image: url(img/fondo_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; 
    
    overflow: hidden;
} */

/* body {
	background-image: url(img/fondo_bg.jpg);
	width: 100%;
	height: 100%;
	background-size: contain;
}
*/

.btnShopping {
	background-color: #e4282b;
	color: white;
	width: 150px;
	align-self: center !important;
}

.btnShopping:hover {
	background-color: #e4282b;
	color: white;
	width: 150px;
	animation: bounce 0.3s ease;
}

@keyframes bounce {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-8px);
	}

	100% {
		transform: translateY(0px);
	}
}

h2 {
	text-align: center !important;
}

.swiper-button-next,
.swiper-button-prev {
	top: 55% !important;
	transform: translateY(-50%);
	color: #00ff85 !important;
	width: 40px;
	height: 40px;
	z-index: 10;
}

.swiper-button-next {
	right: -30px !important;
}

.swiper-button-prev {
	left: -30px !important;
}

/* Botones individuales */
/* .daytours-next,
.paquetes-next {
  right: -25px;
}

.daytours-prev,
.paquetes-prev {
  left: -25px;
} */

/* Importante: asegúrate de que .swiper tiene posición relativa */
.daytours-swiper,
.paquetes-swiper {
	position: relative;
}

.banner {
	width: 100%;
	min-height: 600px;
	background-image: url("img/banner/bannerMadre.webp");
	background-size: cover;
	background-position: start;
	background-position-x: 10%;
	background-repeat: no-repeat;
	position: relative;
	/* Necesario para que el ::after se posicione correctamente */
	display: flex;
	justify-content: center;
	align-items: center;
}

.bannerTexto {
	font-size: 50%;
	color: white;
}
.bannerTexto h2 {
	font-size: 50px;
	color: white;
	text-shadow: 1px 1px 8px black;
}

.contenedor_texto_caja {
	width: calc(100%);
}

.contenedor_texto_caja h2 {
	font-size: 50px;
	color: white;
}

nav {
	border-bottom: solid 3px #d9272e;
}

.nav-link {
	color: #0258a1 !important;
	font-family: "Poppins", sans-serif !important;
	font-weight: 500 !important;
	font-style: normal !important;
	font-size: 12px !important;
}

.nav-link:hover {
	color: #d9272e !important;
}

.logoColonia {
	width: 100px;
}

.contenedor_de_logos {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px;
	background-color: white !important;
}

.contenedor_logo {
	width: 25%;
}

.contenedor_gift {
	width: 25%;

	height: 100%;
}

.poppins-medium {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.poppins-extrabold {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-style: normal;
}

.poppins-semibold {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.poppins-regular {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.poppins-bold {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.bordo {
	color: #bf2530;
}

.azul {
	color: #0358a2;
}

.celeste {
	color: #2196f3;
}

.gift_h2 {
	font-size: 1.2rem;
}

.logo_colonia img {
	display: block;
	width: 100%;
	height: 100%;
}

.rojo {
	color: #e4282b;
}

.regala_rojo {
	height: 10vh;

	width: 100%;
	background-color: #e4282b;
	color: #ffff;
}

.regala_azul {
	height: 10vh;

	width: 100%;
	background-color: #201c5a;
	color: #ffff;
}

.contenedor_carrusel {
	height: 5%;
}

/*CARDS*/

.contenedor_regala_colonia {
	margin-bottom: 15px;
}

.contenedor_regala_colonia h2 {
	margin: 0;
}

.card_tamaños {
	width: calc(95%);
	border-radius: 10px;
	height: 100%;
	box-shadow: 4px 6px 5px 0px #b7b7b7;
	padding: 0;
	margin: 0;
}

.card_row {
	margin: 0 auto;
}

.card {
	border: transparent;
}

.contenedor_imagen {
	position: relative;
}

.div_moño {
	position: absolute;
	top: -6%;
	/* left: 72%; */
	right: -5%;
}

img {
	display: block;
	width: 100%;
}

.card_text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.btn_card {
	background-color: transparent;
	border: 1px solid #2196f3;
	margin: 10px;
}

.fa-star {
	color: rgb(255, 196, 0);
}

/*MODAL*/

/* .modal-content{
    height: 77vh;
} */

/*SECCION PREGUNTAS FRECUENTES*/

.preguntas_fecuentes {
	background-color: #0459a2;

	color: whitesmoke;
}

.texto_preguntas {
	color: black;
}

.p_preguntas {
	width: 100%;
}

.b_preguntas {
	width: 100%;
	background-color: #201c5a;
	color: #ffff;
	position: relative;
	border: none;
}

.i_preguntas {
	position: absolute;
	left: 91%;
	top: 25%;
}

.contenedor_flecha_abajo {
	width: 15px;
	height: 15px;
	border: solid 1px red;
	position: absolute;
}

.contenedor_flecha_abajo img {
	width: 100%;
}

/*FOOTER*/

footer {
	background-color: #030303e8;
	color: #ffff;
	padding: 25px;
}

.iconos a {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	border: 1px solid black;
	background-color: white;
	margin: 5px;
}

.iconos i {
	font-size: 1.3rem;
	color: #0258a1;
}

.iconos i:hover {
	color: red;
}

hr {
	height: 5px;
	border-width: 0;
	background-color: #00a4bd;
	width: 80%;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.contenedor_contacto1 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.contenedor_contacto2 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/*MODAL ARGENTINA*/
.h2_modal_argentina {
	color: white;
}

.contenido_modal_argentina {
	background-color: #074092;
	color: white;
	border-radius: 32px;
	padding: 20px;
}

.contenedor_modal_texto {
	font-size: 15px;
}

.modal-body {
	padding: 0px;
}

.modal-content {
	border-radius: 32px;
}

.img_carrito_modal {
	border-radius: 32px 32px 0px 0px;
}

.seccion_texto_modal {
	padding: 20px;
}

.contenedor_modal_texto h2 {
	font-size: 1.5rem;
	margin-bottom: 20px;
}

.contenedor_modal_texto p {
	font-size: 14px;
}

.carousel .btn-close {
	z-index: 1050;
	/* Asegura que el botón esté sobre las imágenes */
	position: absolute;
	top: 10px;
	right: 10px;
}

.wine_experience_contendor {
	display: flex;
	flex-direction: column;
}

.p_footer_modal {
	line-height: 1.4rem;
}

.botones_tamaños {
	height: 40px;
}

.donde_comprar_horarios {
	font-size: 15px;
}

/*PREGUNTAS FRECUENTES - NUEVO FOOTER */
.a_preguntas_frecuentes {
	color: white;
	text-decoration: none;
}

.a_preguntas_frecuentes:hover {
	color: #e4282b;
}

.contendor_preguntas {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.contenedor_iconos {
	margin-top: 15px;
}

.modal_footer {
	border-radius: 32px;
}

.modal_header {
	background-color: #201c5a;
	color: whitesmoke;
}

.btn_cerrar_modal_footer {
	color: white;
	background-color: whitesmoke;
	margin-right: 1px;
	border-radius: 9px;
}

.h2_montevideo {
	background-color: #201c5a;
}

.rectangulo_rojo {
	border: solid 1px red;
	width: 10px;
	height: 5px;
}

.h2_titles {
	font-size: 1.2rem;
}

.contenedor_de_logos {
	position: static;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;

	display: flex;
	justify-content: center;
	align-items: center;
}

section {
	margin-bottom: 5%;
}

div video {
	width: 100%;
}

.texto-alineado {
	text-align: justify;
}

/* ESTO HACE EL EFECTO  PARA QUE SE VEA UNA PARTE DE LA CARD */

.swiper-slide {
	width: 85%;
	/* ajusta el porcentaje según el diseño */
	max-width: 300px;
	/* opcional, para que no se haga enorme en pantallas grandes */
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-pagination {
	margin-top: 20px;
	text-align: center;
	position: static !important;
	/* ¡Esto lo saca de la posición absoluta! */
	margin: 0;
}

.swiper-pagination-bullet {
	background-color: #d9272e !important;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background-color: #ffb700;
}

.card-body {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 284px !important;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.nav-link {
		font-size: 17px !important;
	}

	.logoColonia {
		width: 150px;
	}

	/* .card_tamaños {
		width: calc(50% - 80px);
		margin: 0px 40px;
	} */

	.contenedor_contacto1 {
		display: flex;
		flex-direction: column;
		align-items: start;
	}

	.contenedor_contacto_completo {
		display: flex;
		flex-direction: column;
	}

	.modal {
		--bs-modal-width: 651px;
	}

	.contenedor_modal_texto {
		line-height: 1rem;
	}

	.contenedor_modal_texto h2 {
		font-size: 1.5rem;
	}

	.contenedor_modal_texto p {
		font-size: 14px;
	}

	.carrusel_contenedor_imagenes {
		height: 31vh;
	}

	.img_carrito_modal {
		height: 100%;
	}

	.contenedor_de_logos {
		display: flex;
		margin: 15px;
		position: relative;
	}

	.contenedor_de_logos div:nth-child(3) {
		width: 25%;
	}

	.contenedor_de_logos div:nth-child(2) {
		height: 100%;

		align-self: center;
		justify-content: center;
		width: 25%;
	}

	/*   .contenedor_de_logos div:nth-child(2){
        border: #0358a2 solid 1px;
        justify-content: center;
        align-items: center;
        margin-left: 40%;
    } */

	.contenedor_gift {
		width: 5%;

		height: 100%;
	}

	.contenedor_iconos {
		margin-top: 0;
	}

	.modal_altura {
		margin-top: 10vh;
	}

	.h2_titles {
		font-size: 1.5rem;
	}

	.contenedor_texto_caja {
		width: calc(100%);
	}

	.contenedor_texto_caja h2 {
		font-size: 80px;
		color: white;
	}
	.card-body {
		min-height: 284px !important;
	}

	.cardTamañosEscritorioPaquetes {
		box-shadow: 4px 6px 5px 0px #b7b7b7;
	}

	.cardTamañosEscritorioDaytours {
		box-shadow: 4px 6px 5px 0px #b7b7b7;
	}
	.text-justify {
		text-align: justify;
	}
}

/*Tamaño para escritorio*/
@media (min-width: 1200px) {

	.text-justify {
		text-align: justify;
	}
	
	.nav-link {
		font-size: 20px;
	}

	.logoColonia {
		width: 150px;
	}

	/* .card_tamaños {
		width: calc(33.33% - 80px);
		margin: 0px 40px;
	} */

	.div_moño {
		position: absolute;
		top: -6%;
		/* left: 72%; */
		right: -4%;
	}

	.card_text h4 {
		font-size: 1.1rem;
	}

	.iconos a {
		width: 50px;
		height: 50px;
		border-radius: 50%;
		color: transparent;
		display: flex;
		justify-content: center;
		align-items: center;
		text-decoration: none;
		border: 1px solid black;
		background-color: white;
		margin: 5px;
	}

	.iconos i {
		font-size: 1.6rem;
		color: #0258a1;
	}

	.contenedor_contacto1 {
		display: flex;
		flex-direction: column;
		align-items: start;
	}

	.modal {
		--bs-modal-width: 651px;
	}

	.contenedor_modal_texto {
		line-height: 1rem;
	}

	.contenedor_modal_texto h2 {
		font-size: 1.5rem;
	}

	.contenedor_modal_texto p {
		font-size: 14px;
	}

	.carrusel_contenedor_imagenes {
		height: 31vh;
	}

	.img_carrito_modal {
		height: 100%;
	}

	.carousel .btn-close {
		z-index: 1050;
		/* Asegura que el botón esté sobre las imágenes */
		position: absolute;
		top: 10px;
		right: 10px;
	}

	.contenedor_card {
		margin: 0 auto;

		transition: transform 0.3s ease;
	}

	.contenedor_card:hover {
		transform: scale(1.04);

		box-shadow: 4px 6px 5px 0px #b7b7b7;
	}

	.contenedor_primero {
		position: relative;
	}

	.contenedor_de_logos {
		display: flex;
		margin: 15px;
		position: relative;
	}

	.contenedor_de_logos div:nth-child(3) {
		margin-right: 47.9%;
	}

	.contenedor_de_logos div:nth-child(2) {
		height: 100%;

		align-self: center;
		justify-content: center;
		width: 10%;
	}

	/*   .contenedor_de_logos div:nth-child(2){
        border: #0358a2 solid 1px;
        justify-content: center;
        align-items: center;
        margin-left: 40%;
    } */

	.contenedor_gift {
		width: 5%;

		height: 100%;
	}

	.contenedor_iconos {
		margin-top: 0;
	}

	.iconos {
		margin-top: 20px;
	}

	.card-text-especial {
		height: 23vh;
	}

	.card-text-especial h4 {
		padding-bottom: 10px;
	}

	.modal_altura {
		margin-top: 10vh;
	}

	.h2_titles {
		font-size: 1.5rem;
	}

	.h3_lamision {
		margin-bottom: 10px;
	}

	.h4_lamision {
		padding-bottom: 25px;
	}

	.banner {
		width: 100%;
		min-height: 600px;
		background-image: url("img/banner/bannerMadre.webp");
		background-size: cover;
		background-position: center;
		background-position-x: 35%;
		background-repeat: no-repeat;
		position: relative;
		/* Necesario para que el ::after se posicione correctamente */
		margin: 0;
		display: flex;
		justify-content: center !important;
		align-items: center;
	}

	.bannerTexto {
		font-size: 50%;
		color: white;
	}
	.bannerTexto h2 {
		font-size: 65px;
		color: white;
	}

	.bannerBanner {
		display: flex;
		justify-content: center;
	}

	.bannerBanner img {
		width: 70%;
	}

	.contenedor_texto_caja {
		width: calc(100%);
	}

	.contenedor_texto_caja h2 {
		font-size: 80px;
		color: white;
	}

	.img_container {
		width: calc(30%);
		align-self: end;
	}

	.img_container img {
		width: 100%;
	}
	.card-body {
		min-height: 284px !important;
	}

	.textoCentrado {
		text-align: center !important;
	}

	.cardTamañosEscritorioDaytours {
		box-shadow: 4px 6px 5px 0px #b7b7b7;
	}

	.cardTamañosEscritorioPaquetes {
		box-shadow: 4px 6px 5px 0px #b7b7b7;
	}

	.divImgWineExperience img {
		height: 400px;
	}

	.ventana-info {
		top: 80px;
		/* más separado del icono */
		left: 50%;
		transform: translateX(-50%);
		width: 220px;
		z-index: 1000;
	}

	.col-hover-zone {
		/* espacio para cubrir la ventana */
		position: relative;
	}

	.contenedor_text_wine {
		position: relative; /* Necesario para posicionar el pseudo-elemento */
	}

	.contenedor_text_wine::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0; /* Se ubica al borde derecho */
		width: 1px; /* Grosor de la "línea" */
		background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0.8), rgba(255, 0, 0, 0));
	}

	.divWine img {
		width: 100%;
	}
}
