:root {
	--text-primary-color: white;
}

*,
*::after,
*::before {
	margin: 0;
	padding: 0;
	box-sizing: inherit;
}

html {
	font-size: 80%;
}


/* 900px */
@media only screen and (max-width: 991px) {
	html {
		font-size: 65%;
	}
	.social-icons-secundary{
		display: none !important;
	}
}


/* 600px */
@media only screen and (max-width: 600px) {
	html {
		font-size: 50%;
	}
}

/* 600px */
@media only screen and (max-width: 500px) {
	html {
		font-size: 45%;
	}
}

body {
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	color: var(--text-primary-color);
	width: 100%;
	line-height: 1.2;
}

a {
	color: inherit;
	text-decoration: none;
}

nav {
	font-weight: 600;
	/* height: min-content !important; */
}
.navbar-toggler:focus {
	box-shadow: none;
}

.formulario-contacto {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 90%;
	height: 100%;
}

h5 {
	font-size: 1rem;
}

p {
	margin-bottom: 0;
}

/* 600px */
@media only screen and (max-width: 600px) {
	formulario-contacto {
		justify-content: unset;
	}
}
.navbar span {
	display: flex; 
	gap: 55vw; 
	position: relative;
}
.navbar {
	z-index: 999;
	width: 100%;
	/* position: absolute; */
}

.navbar-collapse {
	flex-grow: 0;
	
}

.navbar-collapse-sec ul{
	flex-grow: 0;
	flex-direction: column;
	
}

.social-icons-secundary{
	display: none;
}

/* 500px */
@media only screen and (max-width: 500px) {
	.navbar-collapse {
		flex-direction: column;
		margin-top: -2rem;
	}
	.navbar-collapse-sec ul{
		flex-grow: 0;
		flex-direction: column;
		
	}
	.social-icons-secundary{
		display: none;
	}
}

.navbar-nav {
	flex-direction: row;
}

.navbar-dark .navbar-nav .nav-link {
	color: var(--text-primary-color);
	font-size: 1.0em;
}

.menu {
	font-weight: bolder;
	width: 50%;
	margin: auto;
}

/* 500px */
@media only screen and (max-width: 500px) {
	.menu {
		width: auto;
		margin: 0;
	}
}

.logo {
	height: 200px;
	margin-left: 6.5%;
}

/* 991px */
@media only screen and (max-width: 991px) {
	.logo {
		height: 150px;
		margin-left: 0;
	}
}

/* 600px */
@media only screen and (max-width: 600px) {
	.logo {
		height: 100px;
		margin-left: 0;
	}
}

h1 {
	font-weight: 900;
	font-size: 7em;
	text-shadow: 1px 1px 2px #0000008e;
}

h2 {
	font-weight: 900;
	font-size: 5em;
}

h3 {
	font-weight: 600;
	font-size: 2em;
}

h4 {
	font-weight: 600;
	font-size: 1.6em;
}

/* 500px */
@media only screen and (max-width: 500px) {
	h1 {
		font-size: 5.5rem;
	}

	h2 {
		font-size: 4rem;
	}

	h3 {
		font-size: 1.5rem;
	}

	h5 {
		font-size: 1.2rem;
	}
}

.trip-info h3 {
	font-size: 2.4em;
	max-width: 80%;
	text-align: center
}

/* 600px */
@media only screen and (max-width: 991px) {
	main {
		justify-content: center;
	}
}

.main-open {
	height: 90%;
	width: 95%;
	margin: auto;
}

@media only screen and (max-height: 700px) {
	.main-open {
		height: auto;
	}
}

.main-content {
	height: 100vh;
	width: 100%;
}

@media only screen and (max-width: 991px) {
	.main-content {
		height: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.main-content {
		margin: 0;
		padding: 0;

	}

}

.nosotros {
	height: 75%;
	background-position: center;
	-webkit-background-size: cover;
	/* Safari 3.0 */
	-moz-background-size: cover;
	/* Gecko 1.9.2 (Firefox 3.6) */
	-o-background-size: cover;
	/* Opera 9.5 */
	background-size: cover;
	background-image: linear-gradient(0deg,
			rgba(0, 0, 0, 0.6110819327731092) 0%,
			rgba(255, 255, 255, 0) 65%),
		url("../images/backgrounds/nosotros-min.jpg");
}

/* 600px */
@media only screen and (max-width: 991px) {
	.nosotros {
		height: 70%;
	}
}

.nosotros-title {
	position: relative;
	bottom: 20%;
	font-size: 4em;
}
.nosotros-container{
	height: 100vh;
	position: absolute;
}

.nosotros-descripcion {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: 600;
	color: rgb(0, 0, 0);
	font-size: 1.6em;
	padding-top: 1em;
	width: 50%;
	height: 50%;
}

/* 600px */
@media only screen and (max-width: 600px) {
	.nosotros-descripcion {
		width: 90%;
		font-size: 1.8rem;
	}
}

.contacto {
	/* background-position: center; */
	-webkit-background-size: cover;
	/* Safari 3.0 */
	-moz-background-size: cover;
	/* Gecko 1.9.2 (Firefox 3.6) */
	-o-background-size: cover;
	/* Opera 9.5 */
	background-size: cover;
	background-repeat: no-repeat;
	background-image: linear-gradient(0deg,
			rgba(0, 0, 0, 0.6110819327731092) 0%,
			rgba(255, 255, 255, 0) 100%),
		url("../images/backgrounds/new-contact.jpg");
}

/* 600px */
@media only screen and (max-width: 991px) {
	.contacto {
		background-position: center;
	}
}

.home {
	min-height: 100vh;
	background-size: cover;
	background-image: linear-gradient(90deg,
			rgba(0, 0, 0, 0.6110819327731092) 0%,
			rgba(255, 255, 255, 0) 65%);
}

.trip-titulos {
	color: #212529;
}

.catalogue-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 1.2rem;
	padding: 0.6rem 1.8rem;
	border: 2px solid #212529;
	border-radius: 30px;
	background-color: transparent;
	color: #212529;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	font-size: 1.1rem;
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
}

.catalogue-btn:hover {
	background-color: #212529;
	color: white;
}

.catalogue-btn svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
	transition: fill 0.3s ease;
}

.catalogue-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	justify-content: center;
	margin-top: 1.2rem;
}

.trip-content {
	/* height: 60%; */
	width: 95%;
	padding: 1rem;
}





/* 900px */
@media only screen and (max-width: 991px) {
	.trip-content {
		width: auto;
		height: auto;
		flex-direction: column-reverse;
		align-items: center;
		justify-content: center;
	}
}

/* 500px */
@media only screen and (max-width: 500px) {
	.trip-header {
		font-size: 2.5rem;
	}
}

.image-trip {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.image-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(200px, 1fr));
	grid-template-rows: repeat(2, minmax(200px, 1fr));
	grid-gap: 0.5rem;
	width: 53%;
}

.surf-grid {
	display: flex;
	grid-template-columns: repeat(4, minmax(300px, 1fr));
	grid-template-rows: repeat(1, minmax(350px, 1fr));
	grid-gap: 0.5rem;
}

@media only screen and (max-width: 1260px) {
	.surf-grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(300px, 1fr));
		grid-template-rows: repeat(2, minmax(350px, 1fr));
		align-content: center;
		align-items: center;
		justify-items: center;
		justify-content: center;
		max-width: 600px;
	}
}

/* 900px */
@media only screen and (max-width: 500px) {
	.image-grid {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.img-container:last-child {
		order: 2;
	}
}

/* 900px */
@media only screen and (max-width: 991px) {
	.image-grid {
		width: 90%;
	}
}

.img-container {
	display: flex;
	flex-direction: column;
	background-color: rgb(238, 238, 238);
	color: #212529;
}

.reactive-container {
	overflow: hidden;
	max-height: 100%;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.reactive-container-surf {
	overflow: hidden;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	height: min-content;
}


/* 500px */
@media only screen and (max-width: 500px) {
	/* .reactive-container {
		height: 35em;
	} */
}

/* .reactive-container:hover > .cross-container > .cross:after {
	transform: rotate(-90deg);
} */

.reactive-container:hover {
	box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.75);
}

.reactive-container:hover .more {
	transform: scale(1.4);
}

.reactive-container-surf:hover {
	box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.75);
}

.reactive-container-surf:hover .more {
	transform: scale(1.4);
}

.open.top {
	transform: translate(-51%, 51%) scale(2.028);
	z-index: 90;
}

.open.bottom {
	transform: translate(51%, -51%) scale(2.04);
	z-index: 90;
}

.open.right {
	/* transform: translate(51%, -51%) scale(2.04); */
	/* width: 900px; */
	z-index: 90;
}

.open.left {
	transform: translate(51%, -51%) scale(2.04);
	z-index: 90;
}


/* 500px */
@media only screen and (max-width: 500px) {
	.open.top {
		transform: none;
		z-index: inherit;
	}

	.open.bottom {
		transform: none;
		z-index: inherit;
	}

	.open.right {
		transform: none;
		z-index: inherit;
	}

	.open.left {
		transform: none;
		z-index: inherit;
	}
}

.trip-info {
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 5px;
	justify-content: center;
	align-items: center;

	height: 100%;
}


.surf-info {
	color: #fff;
	flex-direction: column;
	/* padding: 5px; */
	padding-bottom: 20px;
	height: 350px;
	width: 300px;
}



.surf-info h3 {
	font-size: 2rem;

}

#surf-brasil {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.104), rgba(0, 0, 0, 0.73)), url("../images/trips/brasilsurf.jpg");
	background-size: cover;
}

#surf-trips {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.104), rgba(0, 0, 0, 0.73)), url("../images/trips/surf-nueva-2.jpg");
	background-size: cover;
}

#surf-cr {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.104), rgba(0, 0, 0, 0.73)), url("../images/trips/surf-costa-rica.jpg");
	background-size: cover;
}

#surf-house {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.104), rgba(0, 0, 0, 0.73)), url("../images/trips/surf-nueva-1.jpg");
	background-size: cover;
}

#snow-finca {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.104), rgba(0, 0, 0, 0.73)), url("../images/trips/snow-nueva-1.jpg");
	background-repeat: no-repeat;
	background-position: center;
}

#snow-house {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.104), rgba(0, 0, 0, 0.73)), url("../images/trips/snow-nueva-2.jpg");
	background-size: cover;
}

#snow-skiweek {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.104), rgba(0, 0, 0, 0.73)), url("../images/trips/snow-skiweek.jpg");
	background-size: cover;
	background-position: center center;
}

#patagonia-bariloche {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.104), rgba(0, 0, 0, 0.73)), url("../images/trips/patagonia-bariloche.jpg");
	background-size: cover;
}

#patagonia-trips {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.104), rgba(0, 0, 0, 0.73)), url("../images/trips/patagonia-trips.jpg");
	background-size: cover;
}

#chapa-casas {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.104), rgba(0, 0, 0, 0.73)), url("../images/trips/swell-chapa-casas.jpg");
	background-size: cover;
	background-position: center;
}

#chapa-trips {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.104), rgba(0, 0, 0, 0.73)), url("../images/trips/swell-chapa-house.jpg");
	background-size: cover;
	background-position: center;
}

.trip-info.surf-house {
	height: auto;
}

.trip-info.open {
	/* justify-content: space-around; */
	/* 	height: 35%; */
	height: auto;
	padding: 0px;
	margin-top: 0px;
	font-size: 1rem;
}


.trip-info.open p {
	font-size: 0.5em;
}

.trip-info.open h5 {
	margin-bottom: 0;
}

.trip-info .icon {
	width: 60px;
	height: 60px;
}

.trip-info .more {
	font-weight: 600;
	transition: all 1s;
	text-decoration: underline;
}

.surf-info .more {
	font-weight: 600;
	transition: all 1s;
	text-decoration: underline;
	cursor: pointer;
}

@media only screen and (max-width: 991px) {
	/* .surf-info {
		height: 280px;
		width: 240px;
	} */

	.surf-info h3 {
		font-size: 1.4rem;

	}
}

.includes-title {
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 0.5rem;
	text-align: center;
}

.includes-title span {
	line-height: 0.5;
	text-align: center;
	font-size: 1.2em;
	display: inline-block;
	position: relative;
}

.logosNuestrosClientes {
	width: 120px;
	height: 80px;
}

.surf-content {
	margin-top: 100px;
	padding-bottom: 50px;
	width: 100%;
	height: 100%;
}


.surf-info {
	animation: 1s fadeinNoTraslate;
}

.surfOpen {
	color: #111;
	background-color: #ececec;
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;

}

#surfOpenHouse {
	animation: 1s slidein;
}

#surfOpenCr {
	animation: 1s slidein;
}

#surfOpenTrips {
	animation: 1s slidein;
}

#surfOpenBrasil {
	animation: 1s slidein;
}

#snowOpenHouse {
	animation: 1s slidein;
}

#snowOpenFinca {
	animation: 1s slidein;
}

#snowOpenSkiweek {
	animation: 1s slidein;
}

#surfOpenBariloche {
	animation: 1s slidein;
}

#surfOpenPatagonia {
	animation: 1s slidein;
}
#surfOpenChapaCasas {
	animation: 1s slidein;
}

#surfOpenChapaHouse {
	animation: 1s slidein;
}

.surf-info-content {
	padding: 10px 40px 0 40px;
	width: 60%;
	height: 100%;
	animation: 1s displayOpen;

}

.surf-info-title {
	text-decoration: underline;
	margin-bottom: 5px;
	font-size: 1.5rem;
}

.surf-info-item {
	padding: 5px 50px 1px 0;
	border-bottom: solid 1.5px #111;
}

.surf-info-precios {
	margin-top: 5px;
	justify-content: space-between;
}

.surf-info-precios-item {
	padding-left: 15px;
	padding-right: 15px;
	width: min-content;
	height: min-content;
}


.surf-info-precios p {
	font-size: 0.8rem;
	text-align: center
}

.surf-info-precios-chap {
	margin-top: 10px;
}

.surf-info-precios-chap h4 {
	font-size: 1.2rem;
}

.surf-info-precios-chap span {
	text-decoration: underline;
}

.backButton {
	display: none;
}



.surf-item {
	width: 300px;
	height: 350px;
	margin: 10px;
}

.spanX {
	display: none;
}



@media only screen and (max-width: 768px) {

	.spanX {
		position: absolute;
		right: 0;
		display: inline-flex;
		width: min-content;
		height: min-content;
		font-size: 2rem;
		margin-top: 10px;
		margin-right: 10px;
		border: solid 1px black;
		width: 15px;
		height: 15px;
		justify-content: center;
		align-items: center;

	}

	.surf-content {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.surf-grid {
		max-width: 600px;
	}

	.surf-info {
		animation: 1s fadein;
		width: 100%;
	}

	#surfOpenHouse {
		animation: 1s fadein;

	}

	#surfOpenTrips {
		animation: 1s fadein;

	}

	#surfOpenBrasil {
		animation: 1s fadein;

	}

	#surfOpenCr {
		animation: 1s fadein;

	}

	#snowOpenFinca {
		animation: 1s fadein;

	}

	#snowOpenHouse {
		animation: 1s fadein;

	}

	#snowOpenSkiweek {
		animation: 1s fadein;
	}

	#surfOpenBariloche {
		animation: 1s fadein;
	}

	#surfOpenPatagonia {
		animation: 1s fadein;
	}
	#surfOpenChapaCasas {
		animation: 1s fadein;
	}
	#surfOpenChapaHouse {
		animation: 1s fadein;
	}

	.backButton {
		display: inherit;
		border: solid 1px black;
		padding: 1px 4px 1px 4px;
		display: flex;
		text-align: center;
		justify-content: center;
		align-items: center;
		width: 100px;
	}

	.surf-container {
		width: 55%;
		height: 100%;
	}

	.surfOpen {
		color: #111;
		background-color: #ececec;
		width: 100%;
		height: 300px;
		margin-top: 30px;
	}

	.surf-info-content {
		padding: 2px 8px 0 8px;
		margin-top: 40px;
		width: 100%;
		height: 100%;
	}

	.surf-info-title {
		text-decoration: underline;
		margin-bottom: 5px;
		font-size: 1rem;
	}

	.surf-info-item {
		padding: 5px 5px 5px 0;
		border-bottom: solid 1.5px #111;
	}

	.surf-info-precios {
		margin-top: 5px;
		justify-content: space-between;
		font-size: 0.7rem;
	}

	.surf-info-precios-item {

		width: min-content;
		height: min-content;
	}


	.surf-info-precios p {
		font-size: 0.7rem;
		text-align: center
	}

	.surf-info-precios-chap {
		margin-top: 10px;
	}

	.surf-info-precios-chap h4 {
		font-size: 1rem;
	}

	.surf-info-precios-chap span {
		text-decoration: underline;
	}
}


@media only screen and (max-width: 500px) {
	.includes-title span {
		font-size: 1.2rem;
		margin-top: 0.8rem;
	}
}

.includes-title span:before,
.includes-title span:after {
	content: "";
	position: absolute;
	border-bottom: 1px solid #212529;
	top: 0;
	width: 100px;
}

.includes-title span:before {
	right: 100%;
	margin-right: 15px;
}

.includes-title span:after {
	left: 100%;
	margin-left: 15px;
}



/* .content-open {
	height: 40%;
} */

.surf-house .content-open {
	padding: 0;
}

/* .content-open.bottom {
	height: 45%;
} */

.item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 30%;
	padding: 5px;
	text-align: center;
	color: inherit;
	justify-content: end;
	font-size: 1.2em;
}

.item span {
	font-size: 0.4rem;
}


/* 500px */
@media only screen and (max-width: 500px) {
	.item span {
		font-size: 1rem;
	}
}

.price-box {
	padding: 1%;
	height: 80%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 0.3rem;
	margin-bottom: 1em;
}

.price-box span {
	font-size: 1.2em;
}

/* 500px */
@media only screen and (max-width: 500px) {
	.price-box span {
		font-size: 3em;
	}
}

.video-box {
	width: 46%;
	/* height: 100%; */
	background-color: rgb(238, 238, 238);
}

.carousel-indicators button {
	border-radius: 100%;

	width: 12px !important;
	height: 12px !important;
	background-color: #111 !important;
}


/* 900px */
@media only screen and (max-width: 991px) {
	.video-box {
		width: 90%;
		height: 400px;
		background-color: rgb(238, 238, 238);
	}
}

/* 900px */
@media only screen and (max-width: 500px) {
	.video-box {
		margin-top: 3rem;
		height: 400px;
	}
}

.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	text-align: center;
	border-style: solid;
	border-color: var(--text-primary-color);
	border-radius: 30px;
	padding: 0.2em;
	background-color: transparent;
	color: var(--text-primary-color);
	font-weight: 900;
	font-size: 2.7em;
	transition: all 0.5s;
}

.button:hover {
	color: var(--text-primary-color);
	background-color: black;
}

.intro {
	width: 30%;
	margin-left: 12em;
}

/* 600px */
@media only screen and (max-width: 991px) {
	.intro {
		width: 60%;
		margin-left: 0px;
		text-align: center;
	}
}

/* 600px */
@media only screen and (max-width: 600px) {
	.intro {
		width: 90%;
		margin-left: 0px;
		text-align: center;
	}
}

.list-item {
	font-size: 1.1em;
	font-weight: 600;
	padding: 0 1.8em;
}

/* 500px */
@media only screen and (max-width: 500px) {
	.list-item {
		padding: 0;
	}
}

/* 500px */
@media only screen and (max-width: 350px) {
	.list-item {
		font-size: 1em;
	}
}

.redes {
	display: flex;
	width: 35%;
	justify-content: space-between;
}

/* .icon-row {
	height: 40%;
} */

.icon {
	width: 40px;
	height: 40px;
}

@media only screen and (max-width: 600px) {
	.icon {
		width: 20px;
		height: 20px;
	}
}



.icon.open {
	width: 15px;
	height: auto;
	margin-bottom: 0.2rem;
}

@media only screen and (max-height: 700px) {
	.icon.open {
		margin-bottom: 0;
	}
}

.icon.open.swell {
	width: 20px;
	height: auto;
}

.form-control {
	border-color: black;
}

.submit {
	border: none;
	background-color: transparent;
}

/* .cross-container {
	width: 100%;
	height: 20%;
}

.cross-box {
	position: absolute;
	right: 0%;
	top: 2%;
	width: 50px;
	height: 50px;
} */

/* .cross1 {
	position: relative;
	top: 0%;
	left: 2%;
}

.cross2 {
	position: relative;
	top: 40%;
	left: 90%;
}

.cross2.open {
	position: inherit;
	top: 10%;
}

.cross:hover {
	opacity: 1;
}
.cross:before,
.cross:after {
	position: absolute;
	left: 15px;
	content: " ";
	height: 23px;
	width: 2px;
	background-color: #333;
	transition: all 0.3 ease-in-out;
}
.cross:before {
	transform: rotate(90deg);
}
.cross:after {
	transform: rotate(-180deg);
}

.cross.open::before,
.cross.open::after {
	transform: rotate(90deg);
} */

@media only screen and (min-width: 991px) {
	.fechas h5 {
		font-size: 0.5rem;
	}
}

.extra {
	font-size: 0.35rem;
}

@media only screen and (max-width: 500px) {
	.extra {
		font-size: 1rem;
	}
}

@media (min-width: 1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1450px;
	}
}

.index-main{
	width: 100%;
	height: 100vh;
	position: relative;
}
/* Slideshow container */
.slideshow-container {
	display: block;
	width: 100%;
	height: 100vh;
	z-index: -1;
	position: absolute;
	/* top: 0; */
	margin: auto;
}
.slideshow-container-nosotros {
	display: block;
	width: 100%;
	height: 100vh;
	z-index: -1;
	/* top: 0; */
	margin: auto;
}

.mySlides {
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: linear-gradient(0deg,
			rgba(0, 0, 0, 0.6110819327731092) 0%,
			rgba(255, 255, 255, 0) 65%);
	object-fit: cover;
	width: 100%;
	height: 100vh;
}

.slide-1 {
	background-image: url("../images/carrousel/0g4a5122.jpg");
}

.slide-2 {
	background-image: url("../images/carrousel/0g4a5730.jpg");
}

.slide-3 {
	background-image: url("../images/carrousel/dji_0874.jpg");
}

.slide-4 {
	background-image: url("../images/carrousel/dsc01531.jpg");
}

.slide-5 {
	background-image: url("../images/carrousel/dsc02776.jpg");
}

.slide-6 {
	background-image: url("../images/carrousel/dsc02830.jpg");
}

.slide-7 {
	background-image: url("../images/carrousel/_dsc0096.jpg");
}

.slide-8 {
	background-image: url("../images/carrousel/_dsc8396.jpg");
}

.slide-9 {
	background-image: url("../images/carrousel/swell---genascochet--86.jpg");
}

.slide-10 {
	background-image: url("../images/carrousel/swell-windguru_tablas-23.1.2026-6.jpg");
}

/* Fading animation */
.fade-img {
	-webkit-animation-name: fade-img;
	-webkit-animation-duration: 2s;
	animation-name: fade-img;
	animation-duration: 3s;
}

@-webkit-keyframes fade-img {
	from {
		opacity: 0.85;
	}

	to {
		opacity: 1;
	}
}

@keyframes fade-img {
	from {
		opacity: 0.85;
	}

	to {
		opacity: 1;
	}
}

/* POPUP */

.popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 4000;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
	/* visibility: hidden; */
	transition: opacity 1s;
}

@supports (-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px)) {
	.popup {
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		background-color: rgba(0, 0, 0, 0.3);
	}
}

.popup__content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 90vw;
	max-height: 90vh;
	background-color: #fff;
	box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	overflow: hidden;
	opacity: 0;
	transition: all 0.4s 0.2s;
}

@media screen and (max-width: 768px) {
	.popup__content {
		max-width: 95vw;
		max-height: 85vh;
	}
}

.popup__image {
	max-width: 100%;
	max-height: 85vh;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
}

.popup__button {
	position: absolute;
	width: 15%;
	transition: all 0.15s ease-out;
}

.popup__button:hover {
	transform: scale(1.1);
}

.popup__button-1 {
	top: 50%;
	right: 5%;
}

.popup__button-2 {
	top: 70%;
	right: 5%;
}

.popup__left {
	width: 33.333333%;
	display: table-cell;
	backface-visibility: hidden;
}

@media only screen and (max-width: 56.25em) {
	.popup__left {
		width: 0%;
	}
}

.popup__right {
	width: 66.666667%;
	display: table-cell;
	vertical-align: middle;
	padding: 3rem 5rem;
	backface-visibility: hidden;
}

@media only screen and (max-width: 56.25em) {
	.popup__right {
		width: 100%;
	}
}

.popup__img {
	display: block;
	width: 100%;
}

.popup__text {
	font-size: 1.4rem;
	margin-bottom: 4rem;
	-moz-column-count: 2;
	-moz-column-gap: 4rem;
	-moz-column-rule: 1px solid #eee;
	column-count: 2;
	column-gap: 4rem;
	column-rule: 1px solid #eee;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

@media only screen and (max-width: 56.25em) {
	.popup__text {
		font-size: 1rem;
		margin-bottom: 2rem;
	}
}

.popup:target {
	opacity: 1;
	visibility: visible;
}

.popup:target .popup__content {
	opacity: 1;
	transform: translate(50%, 50%), scale(1);
}

.popup__close:link,
.popup__close:visited {
	color: #fff;
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	font-size: 1.8rem;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding-bottom: 3px;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 50%;
	line-height: 0;
	z-index: 9999;
}

.popup__close:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 768px) {
	.popup__close:link,
	.popup__close:visited {
		top: 0.3rem;
		right: 0.3rem;
		font-size: 1.5rem;
		width: 32px;
		height: 32px;
	}
}


/* @keyframes slidein {
	from {
		margin-left: 100%;
		width: 300%;
	}

	to {
		margin-left: 0%;
		width: 100%;
	}
} */

@keyframes slidein {
	from {
		width: 0;
	}

	to {
		width: 100%;
	}
}

@keyframes displayOpen {
	0% {
		max-width: min-content;
		max-height: 100px;
		opacity: 0;
	}

	10% {
		opacity: 0;
	}

	20% {
		opacity: 0;
	}

	30% {
		opacity: 0;
	}

	40% {
		opacity: 0;
	}

	50% {
		opacity: 0.3;
	}

	60% {
		opacity: 0.4;
	}

	70% {
		opacity: 0.5;
	}

	100% {
		opacity: 1;
		max-height: 300px;
	}
}




@keyframes fadein {
	0% {
		opacity: 0;
		transform: translateY(-40px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeinNoTraslate {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


footer {
	background: black;
	color: white;
	text-align: center;
	padding: 20px 0;
	width: 100%;
}

.footer-container {

	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: 100px;
	margin-right: 100px;
}

.nav-links {
	display: flex;
	gap: 15px;
	margin-bottom: 20px;
}

.nav-links a {
	color: white;
	text-decoration: none;
	font-size: 14px;
}

.subsribirse-box {
	box-sizing: border-box;
}

.subsribirse-box p {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

.email-box {
	display: flex;
	align-items: center;
	background: white;
	border-radius: 30px;
	padding: 5px;
}

.email-box input {
	border: none;
	padding: 10px;
	outline: none;
	flex-grow: 1;
	border-radius: 30px 0 0 30px;
}

.email-box button {
	background: #3498db;
	/* Azul celeste */
	border: none;
	padding: 10px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
}

.send-icon img {
	width: 20px;
	height: 20px;
}

.media-icons {
	margin-top: 10px;
	display: flex;
	gap: 10px;
}

.media-icons img {
	width: 24px;
	height: 24px;
}

.copyright {
	margin-top: 20px;
	font-size: 12px;
}

@media (min-width: 768px) {
	.footer-container {
		flex-direction: row;
		justify-content: space-between;
		max-width: 1200px;
		margin: 0 auto;
		padding: 20px;
	}

	.nav-links {
		order: -1;
	}

	.media-icons {
		order: -1;
		margin-top: 0;
	}
}

@media (max-width: 768px) {
	.nav-links {
		display: none;
	}

	.media-icons {
		margin-top: 10px;
	}
}




/* Estilos generales del navbar */
.navbar-secundary {
	display: flex;
	flex-direction: column;
	background-color: #222;
	padding: 15px 20px;
	position: relative;
  }
  
  .nav-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  
  .logo-secundary img {
	margin: 10px;
	width: 100px;
	height: auto;
	filter: invert(1);
  }
  
  .nav-links-secundary {
	list-style: none;
	display: flex;
	gap: 16px;
	margin: 0;
	padding: 0;
  }
  
  .nav-links-secundary li a {
	color: white;
	text-decoration: none;
	font-size: 12px;
  }
  
  .social-icons-secundary {
	display: flex;
	gap: 8px;
	margin-left: 30px;
	margin-right: 10px;
  }
  


  .social-icons-secundary img {
	width: 20px;
	height: 20px;
  }

  
  /* Responsive: en mobile se ocultan los íconos sociales y se muestra el toggle */
  @media screen and (max-width: 768px) {
	.social-icons-secundary {
	  display: none;
	}
	.menu-toggle-secundary {
	  display: block;
	}
	/* En mobile, la lista original se oculta (será movida al menú móvil) */
	#navLinks {
	  display: none;
	}
  }
  