@charset "UTF-8";

* {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
	-webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale;
	outline: none !important;
	margin: 0;
	padding: 0;
	font-family: 'Tw Cen MT', sans-serif !important;
	font-family: 'Arial', sans-serif !important;
	font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif !important;
}

body {
	font-family: 'Tw Cen MT', sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #232222;
	line-height: 26px;
	background-color: #eee;
}

h2 {
	font-size: 2em;
}

@media (min-width: 767px) {
	body {
		display: flex;
		flex-direction: column;
		min-height: 100vh;
	}
}

sup {
	font-size: x-small;
}

a {
	text-decoration: none;
}

a,
a:hover,
a:focus,
a:active {
	outline: none;
	color: #0d73f0;
	font-weight: 500;
}

a:focus,
a:active {
	text-decoration: none;
}

a[href^=tel] {
	color: inherit;
	text-decoration: none;
}

.container {
	/*max-width: 1400px;
	margin-right: auto;
    margin-left: auto;*/
	padding-left: 10px;
	padding-right: 10px;
}

.row.padding {
	padding-bottom: 20px;
}

p {
	margin: 0 0 15px 0;
	line-height: 24px;
}

/* Header */
header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 8000;
	transition: height .2s;
	background: #fff;
	height: auto;
}

.scroll header {
	background: #ffffff;
	background-size: cover;
}

header .top {
	padding: 8px 0;
	background: linear-gradient(270deg, #2e5ae4, #4a6edd, #2e5ae4);
	background-size: 600% 600%;
	color: #fff;
	font-size: 19px;
	line-height: 19px;
	font-weight: 400;
	overflow: hidden;
	animation: waveAnimation 10s ease infinite;
}

@keyframes waveAnimation {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}


header .top a {
	color: #fff;
	text-decoration: none;
}

header .contacto {
	display: inline-flex;
	justify-content: flex-end;
	width: 99%;
	column-count: 2;
	column-gap: 1%;
	align-items: center;
}

header .top .phone,
header .top .phone a,
header .top .whatsapp,
header .top .whatsapp a,
header .top .contact,
header .top .contact a {
	font-weight: 600;
}

header .top .phone,
header .top .whatsapp,
header .top .contact {
	white-space: nowrap;
}

header .top .phone i,
header .top .whatsapp i,
header .top .contact i {
	margin-right: 5px;
}

header .top span a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
}

header .top .contact a:hover span {
	text-decoration: none;
}

header .social {
	list-style: none;
	margin: 0;
	padding: 0;
}

header .social li {
	display: inline-block;
	margin: 0 0 0 6px;
}

header .logo {
	float: left;
	padding: 1% 0;
	transition: padding .2s;
}

.scroll header .logo {
	padding: 6px 0px 0px 6px;
}

header .logo svg {
	width: 178px;
	height: 33px;
	transition: width .2s, height .2s;
	-webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .1));
	filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .1));
}

.scroll header .logo svg {
	height: 50px;
}


@media (max-width: 730px) {
	header .logo {
		padding-top: 14px;
	}

	header .logo svg {
		width: 160px;
		height: 30px;
	}

	header .top .phone {
		margin-left: 0;
	}

	header .social,
	header span.contact {
		display: none;
	}

	header .top .whatsapp {
		margin-left: 3%;
		white-space: nowrap;
		margin-right: 8px;
	}
}

@media (max-width: 465px) {
	header .contacto {
		font-size: smaller;
	}

	header .top .phone,
	header .top .contact {
		margin-left: 1%;
		font-size: 15px;
	}

	header .top .whatsapp {
		margin-left: 2%;
	}
}


@media (max-width: 405px) {
	header .top .whatsapp {
		margin-left: 1%;
		white-space: nowrap;
		margin-right: 0;
	}
}

/* Fin Header */

/* Menu */
nav.menu {
	float: right;
	text-align: left;
	padding-top: 0.5%;
	transition: padding .2s;
	padding-left: 10%;
}

.scroll header nav.menu {
	padding-top: 9px;
}

nav.menu .navigation {
	list-style: none;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
}

nav.menu .navigation li {
	display: inline-block;
	margin-left: -4px;
	padding: 5px 20px 0 20px;
	position: relative;
}

nav.menu .navigation li:last-child {
	padding-right: 0;
}

nav.menu .navigation li.social {
	display: none;
	width: 23%;
	text-align: center;
}

nav.menu .navigation li a {
	display: block;
	color: #232222;
	padding: 12px 0 5px 0;
	transition: background .2s, color .2s;
	position: relative;
	text-decoration: auto;
	font-weight: 700;
	-webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .1));
	filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .1));
}

nav.menu .navigation li a:hover {
	text-decoration: none;
}

nav.menu .navigation li a:after {
	position: absolute;
	width: 0;
	height: 3px;
	content: '';
	left: 50%;
	top: 0;
	background: linear-gradient(to right, #2eef0e 1% 20%, #ffb339 21% 40%, #2e5ae4 40% 80%, #2eb0e4 80% 100%);

	background-size: 200% auto;

	animation: shine 1s linear infinite;
	transform: translateX(-50%);
	transition: width .2s;
}

@keyframes shine {
	to {
		background-position: -200% center;
	}
}

nav.menu .navigation li a:hover:after {
	width: 100%;
}

nav.menu .navigation li.desplegable a:hover:after {
	display: none;
}

.text a {
	text-decoration: none;
	color: lightgrey;
	cursor: pointer;
}

#botonConocenos::after {
	position: absolute;
	width: 0;
	height: 3px;
	content: 'Conócenos';

	background: linear-gradient(to right, #2eef0e 1% 20%, #ffb339 21% 40%, #2e5ae4 40% 80%, #2eb0e4 80% 100%);

	background-size: 200% auto;

	animation: shine 1s linear infinite;

	transition: width .2s;
}

#botonConocenos:hover::after {
	width: 6%;
}

nav.menu .navigation li a i {
	font-size: 18px;
	margin-left: 5px;
}

nav.menu .navigation li:hover ul {
	opacity: 1;
	visibility: visible;
}

@media (max-width: 1198px) {
	nav.menu .navigation {
		position: fixed;
		top: 0;
		bottom: 0;
		right: -250px;
		width: 250px;
		background: linear-gradient(to top, #2eef0e 1%, #ffb339 2%, #2e5ae4 3%, #2eb0e4 140%);
		overflow: auto;
		z-index: 9;
		padding: 0;
		margin: 0;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: -webkit-transform 500ms ease;
		-moz-transition: -moz-transform 500ms ease;
		transition: transform 500ms ease;
	}

	body.offcanvas .navigation {
		-webkit-transform: translate3d(-250px, 0, 0);
		-moz-transform: translate3d(-250px, 0, 0);
		-ms-transform: translate3d(-250px, 0, 0);
		transform: translate3d(-250px, 0, 0);
	}

	nav.menu {
		float: none;
		text-align: left;
	}

	nav.menu .navigation ul li {
		display: block;
		margin: 0;
		padding: 0;
	}

	nav.menu .navigation ul>li>a,
	nav.menu .navigation ul>li>span {
		display: block;
		color: #fff;
		border-radius: 3px !important;
		padding: 15px 10px;
	}

	nav.menu .navigation ul li a:hover,
	nav.menu .navigation ul>li>span {
		background: #002c33;
	}

	nav.menu .navigation ul>li>a i {
		display: none;
	}

	nav.menu .navigation ul li a:after,
	nav.menu .navigation ul li span:after {
		display: none;
	}

	#menu-categorias-movil h2 {
		color: #fff;
		font-size: 16px;
		line-height: 16px;
		display: block;
		margin: 0;
		padding: 15px 10px;
		color: #06a7e2;
		background: #f9f9f9;
	}
}

@media (max-width: 1198px) {
	nav.menu .navigation li.social {
		display: inline-block;
		margin-top: 10%;
		vertical-align: middle;
	}
}

/* Fin menu */
#actividades {
	position: absolute;
	bottom: 520px;
}

.entorno {
	margin-top: 70px;
	display: grid;
	grid-auto-columns: 1fr;
	grid-row-gap: 16px;
	grid-template-columns: 1fr 40%;
	grid-template-rows: auto;
	margin-bottom: 40px;
	/*margin-left: 90px;*/
}

.boxMap {
	padding: 6%;
	padding-top: 0;
}

.map {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.textoEntorno {
	max-width: 500px;
	display: flex;
	line-height: normal;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: flex-start;
	padding: 6%;
}

.textoEntorno h3 {
	font-weight: 400;
}

.conocenosLayout {
	max-width: 75%;
	display: flex;
	line-height: normal;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: flex-start;
	padding: 6%;
	padding-top: 0;
	margin: auto;
}

.conocenosTexto {
	font-size: 23px;
	font-weight: 600;
}

/*mouse over*/
#mouseOver {
	position: fixed;
	color: red;
	height: 10px;
	width: 10px;
	left: 50%;
}

/* fin mouse over */

/* Banner */
#banner-home {
	display: block;
	position: relative;
	width: 100%;
	height: 500px;
	margin: 100px 0 0 0;
}

#banner-home2 {
	display: none;
	position: relative;
	width: 100%;
	height: 500px;
	margin: 100px 0 0 0;
}

.slider-frame {
	width: 100%;
	height: 100%;
	padding: 0;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	background-color: radial-gradient(100% 100% at 100% 0, #2e5ae4 0, #4a6edd 100%);
}

.slider-frame ul {
	padding: 0;
	display: flex;
	height: 100%;
	list-style: none;
}

.slider-frame li {
	width: 100%;
}

.creamos {
	color: #2eb0e4;
	position: absolute;
	font-size: large;
	filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .3));
	font-weight: bold;
	bottom: 58%;
	left: 6%;
}

.responsiveVideo {
	width: 100%;
	max-width: 2550px;
	height: auto;
	min-height: 350px;
}

.responsiveVideo1 {
	width: 100%;
	max-width: 2550px;
	height: auto;
	display: block;
	margin: 0 auto;
	position: relative;
}

.label {
	color: #FFFFFF;
	position: absolute;
	top: 60%;
	left: 51%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 20px;
	display: block;
	width: 100%;
	max-width: 1200px;
}

.label .text {
	line-height: 23px;
}

.label .text h3 {
	font-family: 'Tw Cen MT', sans-serif;
	font-size: 60px;
	line-height: 50px;
	font-weight: 400;
	text-shadow: 5px 12px 10px rgba(0, 0, 0, 0.35);
	padding: 0;
	margin: 0;
}

.displayBr {
	display: none;
}

#video1 {
	top: -16%;
}

#video2 {
	top: -29%;
}

#video3 {
	top: -28%;
}

#video4 {
	top: -50%;
}

#video5 {
	top: -45%;
}

@media (max-width: 1578px) {
	#video1 {
		top: -35%;
	}

	#video4 {
		top: -17%;
	}

	#video5 {
		top: -25%;
	}
}

@media (max-width: 1460px) {
	#video1 {
		top: -17%;
	}
}

@media (max-width: 1338px) {

	#video1,
	#video2,
	#video3,
	#video4,
	#video5 {
		top: 0;
	}
}

@media (max-width: 1198px) {
	#banner-home {
		height: 400px;
	}

	#banner-home2 {
		height: 400px;
	}
}

@media (max-width: 992px) {
	#video2 {
		top: -38%;
	}

	#video3 {
		top: -90px
	}
}

@media (max-width: 730px) {
	#banner-home2 {
		height: 350px;
	}

	.slider-frame li {
		min-height: 30vh;
		text-align: center;
		font-size: 18px;
		line-height: 20px;
	}

	.label {
		padding: 20px;
		left: 50%;
	}

	.slider-frame li .label .text {
		padding: 2%;
		margin: 2%;
		text-align: start;
	}

	.slider-frame li .label .text h3 {
		font-size: 40px;
		line-height: 30px;
	}

	.label:before,
	.label:after {
		display: none;
	}

	#botonConocenos:hover::after {
		width: 10%;
	}

	.conocenosLayout {
		max-width: none;
		padding-bottom: 8%;
	}

	.conocenosTexto {
		font-size: 20px;
	}
}

@media (max-width: 622px) {
	.responsiveVideo {
		width: auto;
		height: 350px;
	}
}

@media (max-width: 568px) {

	#video1,
	#video2,
	#video3,
	#video4,
	#video5 {
		top: 0;
		position: relative;
	}
}

@media (max-width: 480px) {
	.slider-frame li {
		font-size: 20px;
		line-height: 25px;
	}

	.slider-frame li .label .text {
		text-align: center;
	}

	#botonConocenos:hover::after {
		width: 17%;
	}
}

@media (max-width: 767px) {
	.responsiveVideo {
		position: absolute;
		left: 0%;
	}

	#mouseOver {
		position: fixed;
		color: red;
		height: 130px;
		top: 50%;
	}
}

@media (max-width: 400px) {
	.displayBr {
		display: block;
	}

	.slider-frame li .label .text {
		padding-bottom: 10%;
	}
}

@media (max-width: 395px) {
	.responsiveVideo1 {
		height: inherit;
		object-fit: cover;
	}
}

/* Fin Banner */

/* Offcanvas */
#botonOffCanvas {
	display: none;
}

#offcanvas-overlay {
	display: none;
}

@media (max-width: 1198px) {
	#botonOffCanvas {
		display: block;
		width: 50px;
		height: 50px;

		border: none;
		border-radius: 0;
		background: none;
		font-size: 35px;
		-webkit-transition: background-color .25s, top .2s;
		transition: background-color .25s, top .2s;
		margin: 6px 90%;
		-webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .1));
		filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .1));
	}

	#botonOffCanvas .ico {
		font-size: 25px;
		vertical-align: middle;
	}

	#offcanvas-overlay {
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.7);
		cursor: pointer;
		z-index: 3;
		overflow: hidden;
	}

	body.offcanvas {
		height: 100%;
		overflow: hidden;
	}

	.label {
		left: 55%;
	}
}

@media (max-width: 730px) {
	.label {
		left: 50%;
	}
}

@media (max-width: 528px) {
	#botonOffCanvas {
		margin: 6px 82%;
	}
}

/* Fin Offcanvas */

/* main */
main {
	padding-bottom: 100px;
	min-height: 1156px;
	background: #fff;
	background-image: url(/public/images/fondo.jpg);
	background-size: cover;
	background-position: 50% 50%;
}

#inicio {
	background-image: none;
}

/* Fin main */

h2.underlinePadding {
	padding: 0 0 10px 0;
	line-height: 18px;
	margin-bottom: 16px;
}

ul.indentGuion {
	font: inherit;
	margin: 0 30px 13px 30px;
	list-style-type: '-  ';
}

li.indentGuiones {
	margin-bottom: 10px;
}

li.activityInfo {
	list-style: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
	gap: 6px;
}


@keyframes slidein {
	0% {
		top: -400px;
		opacity: 0;
	}

	100% {
		opacity: 1;
		top: 0px;
	}
}

@keyframes slideout {
	0% {
		top: 0;
		opacity: 1;
	}

	100% {
		top: -400px;
		opacity: 0;
	}
}

#alquiler {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: flex;
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	margin: auto;
	padding: 1.5rem;
	max-width: 1770px;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	justify-content: left;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	overflow: hidden;
	min-height: 500px;
	width: 100vmin;
}

.seccionAlquiler {
	height: auto;
	max-height: none;
	padding-top: 120px;
	position: relative;
	display: flex;
	min-height: 850px;
	padding: 0;
	flex-direction: row;
	align-items: stretch;
	object-fit: contain;
	justify-content: center;
	margin: auto;
	/*max-width: 1542px;*/
}

.seccionAlquilerContent h1 {
	font-family: 'Tw Cen MT', sans-serif;
	position: relative;
	z-index: 1;
	color: #232222;
	font-weight: 900;
	margin: 20px 0 10px;
}

.seccionAlquilerContent h3 {
	font-size: 18px;
	text-decoration: none;
	color: #484848 !important;
}

.seccionAlquilerContent {
	position: relative;
	overflow: hidden;
	min-height: 850px;
	padding-top: 0px;
	flex: 1;
	line-height: 36px;
}

.seccionAlquilerFlex {
	margin-left: 0;
	margin-right: auto;
	margin-top: 5px;
	display: contents;
}

.seccionAlquilerFlexL {
	display: grid;
	grid-auto-columns: 1fr;
	grid-row-gap: 16px;
	grid-template-columns: 40% 1fr;
	padding-top: 10px;
}

.seccionAlquilerFlexR {
	display: grid;
	grid-auto-columns: 1fr;
	grid-row-gap: 16px;
	grid-template-columns: 1fr 40%;
	padding-top: 10px;
}

.seccionAlquilerFlexL,
.seccionAlquilerFlexR {
	grid-template-rows: 350px;
}

.seccionAlquilerTextR {
	margin-left: 5px;
	padding-left: 3%;
	padding-right: 3%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: flex-start;
	margin-right: auto;
}

.seccionAlquilerText {
	padding-left: 6%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: flex-start;
	padding-right: 6%;
	margin-right: auto;
}

.imgList {
	height: 100%;
}

#bannerImage {
	background-position: 50% 50%;
	background-size: cover;
	height: -webkit-fill-available;
	height: -mozilla-available;
	height: fill-available;
}

.lazy-load {
	width: 100%;
	height: 400px;
	/* Ajusta según tus necesidades */
	background-color: #f0f0f0;
	/* Color de fondo mientras se carga */
	background-size: cover;
	background-position: center;
	opacity: 0;
	/* Oculta el div inicialmente */
	transition: opacity 0.5s;
	/* Transición para el efecto de desvanecimiento */
}


#img1,
#img2,
#img3,
#img4,
#img5 {
	height: inherit;
}

.imgMove {
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.imgInfo {
	position: relative;
	overflow: hidden;
	min-height: 150px;
	flex: 1;
	background: rgba(0, 0, 0, .1);
	background-position: 50% 50%;
	background-size: cover;
	height: -webkit-fill-available;
	height: -mozilla-available;
	height: fill-available;
	height: inherit;
}

.imgLink {
	text-decoration: none;
}

.imgLink a {
	background-color: transparent;
	color: #000;
	text-decoration: none;
}

.cardText {
	position: absolute;
	z-index: 1;
	color: #fff;
	-webkit-filter: drop-shadow(2px 1px 2px rgba(0, 0, 0, .5));
	filter: drop-shadow(2px 1px 2px rgba(0, 0, 0, .5));
	list-style: none;
	margin: 10px 20px;
	font-weight: 600;
	line-height: normal;
	font-size: 21px;
}

.cardText1 {
	position: absolute;
	z-index: 1;
	color: #fff;
	-webkit-filter: drop-shadow(2px 1px 2px rgba(0, 0, 0, .5));
	filter: drop-shadow(2px 1px 2px rgba(0, 0, 0, .5));
	list-style: none;
	margin: 10px 20px;
}

.imgItem1 {
	border-radius: 20px 0 0 20px;
}

.imgItem {
	border-radius: 0 20px 20px 0;
}

.fondo {
	background-color: white;
	padding: 2%;
	border-radius: 10px;
	padding-top: 1%;
	max-width: 800px;
	width: 97%;
}

.fondoActividades {
	max-width: 1200px;
}

.fondoKayaks {
	max-width: 1200px;
}


.activityInfo svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    align-self: center; /* Mantiene el SVG centrado verticalmente */
}

.fondo.second {
	margin-top: 4%;
}

.imgItem,
.imgItem1 {

	box-shadow: rgba(0, 0, 0, 0.1) -6px 0px 6px -4px, rgba(0, 0, 0, 0.1) 6px 0px 6px -4px, rgba(0, 0, 0, 0.2) 0px 2px 4px, rgba(0, 0, 0, 0.1) 0px 2px 3px;
	touch-action: manipulation;
	transition: box-shadow .15s, transform .15s;
	height: 220px;
	object-fit: fill;
	background-size: cover;
	background-position: 50% 50%;
	overflow: hidden;
}

.cajaBoton {
	position: absolute;
	z-index: 20;
	height: inherit;
	width: 60%;
}

.botonReserva {
	align-items: center;
	appearance: none;
	background-color: #2e5ae4;
	border: 0;
	border-radius: 15px;
	box-shadow: rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgba(58, 65, 111, .5) 0 -3px 0 inset;
	box-sizing: border-box;
	color: #fff;
	display: inline-flex;
	height: 60px;
	justify-content: center;
	line-height: 1;
	list-style: none;
	overflow: hidden;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
	text-decoration: none;
	user-select: none;
	-webkit-user-select: none;
	white-space: nowrap;
	font-size: 18px;
	margin-top: 15px;
	position: absolute;
	left: auto;
	top: 263px;
	right: 10px;
	cursor: pointer;
	z-index: 1;
}

.botonReserva:hover {
	border-radius: 12px;
	box-shadow: rgba(45, 35, 66, .4) 0 1px 2px, rgba(45, 35, 66, .3) 0 2px 2px -1px, #2e5ae4 0 -1px 0 inset;
	transform: translateY(-2px);
}

.botonReserva2:hover {
	border-radius: 4px;
	box-shadow: rgba(45, 35, 66, .4) 0 1px 2px, rgba(45, 35, 66, .3) 0 2px 2px -1px, #2e5ae4 0 -1px 0 inset;
	transform: translateY(-2px);
}

.botonReserva:active {
	box-shadow: #3c4fe0 0 3px 7px inset;
	transform: translateY(2px);
}

.botonesReserva {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	padding-right: 13%;
}

.botonReservaWM {
	cursor: pointer;
	list-style-type: none;
	margin: 0;
	padding: 0;
	--c: white;
	background-color: #2e5ae4;
	color: var(--c);
	font-size: 16px;
	border-radius: 0.5em;
	width: 16em;
	min-width: 9em;
	height: 3em;
	text-transform: uppercase;
	font-weight: bold;
	font-family: sans-serif;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 3em;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: 0.5s;
	margin: 1em;
	filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .2));
	box-shadow: rgba(45, 35, 66, .2) 0 1px 2px, rgba(45, 35, 66, .3) 0 3px 2px -1px, rgba(58, 65, 111, .2) 0 -1px 0 inset;
}

.botonReservaWM:hover:active {

	box-shadow: #3c4fe0 0 3px 7px inset;

}

.botonReservaWM span {
	position: absolute;
	width: 25%;
	height: 100%;
	background: radial-gradient(100% 100% at 100% 0, #2e5ae4 0, #4a6edd 100%);
	;
	transform: translateY(150%);
	border-radius: 50%;
	left: calc((var(--n) - 1) * 25%);
	transition: 0.5s;
	transition-delay: calc((var(--n) - 1) * 0.1s);
	z-index: -1;
}

.botonReservaWM:hover {
	color: white;
}

.botonReservaWM:hover span {
	transform: translateY(0) scale(2);
}

.botonReservaWM span:nth-child(1) {
	--n: 1;
}

.botonReservaWM span:nth-child(2) {
	--n: 2;
}

.botonReservaWM span:nth-child(3) {
	--n: 3;
}

.botonReservaWM span:nth-child(4) {
	--n: 4;
}

.botonReservaWM a {
	font-weight: bold;
	list-style: none;
	text-decoration: none;
	color: inherit;
	white-space: nowrap;
}

.botonReservaWM p {
	top: 21%;
	position: absolute;
	text-transform: none;
	left: 19%;
	font-size: 21px;
}

a div.botonReservaWM {
	text-decoration: none;
	margin-left: unset;
}

.flexLayoutBotones.botonesKayak {
	margin-top: 37px;
}

.card-container {
	width: 100%;
	box-sizing: border-box;
}

.card-list {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.card-list-item {
	display: flex;
	flex-direction: column;
    width: 49%;
}

.card-box {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 220px;
	background-size: cover;
	background-position: center;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}

.card-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: transform 3s cubic-bezier(.25, .1, .696, .418);
	z-index: 0;
}

.card-box:hover .card-background {
	transform: scale(1.2);
}


.card-link {
	display: block;
	text-decoration: none;
	color: white !important;
	width: 100%;
	height: 100%;
	text-shadow: 1px 1px 13px rgba(0, 0, 0, .25);
}

.card-heading {
	font-size: 26px;
	font-weight: bold;
	padding: 10px;
	border-radius: 4px;
	margin: 0;
	position: absolute;
	top: 4%;
	left: 2%;
	z-index: 1;
	-webkit-filter: drop-shadow(2px 1px 2px rgba(0, 0, 0, .5));
	filter: drop-shadow(2px 1px 2px rgba(0, 0, 0, .5));
}

.seccionAlquiler h3 {
	line-height: normal;
	font-weight: 600;
	margin-top: 10px;
}

.actividadSectionKayaks {
    min-height: 840px;
}

.reserva-btn {
	display: inline-flex;
	align-items: center;
	background-color: #ffb339;
	color: white;
	padding: 8px 8px;
	font-weight: bold;
	border-radius: 10px;
	text-decoration: none;
	transition: 0.3s;
}

.reserva-btn svg {
	margin-right: 8px;
}

.reserva-btn:hover {
	transform: scale(1.1);
}

.actividadesMarginTop {
	margin-top: 20px;
}

.calasMarginTop {
	margin: 110px 0 0 0;
}

@media (max-width: 1180px) {
	.botonesReserva {
		flex-direction: column;
	}

	.label .text {
		max-width: 800px;
	}
}

@media (max-width: 992px) {
	
	.seccionSlider .seccionSlider {
		width: 40%;
	}

	.actividadSectionKayaks {
		min-height: 1370px;
	}

	.card-container {
		width: 100%;
		box-sizing: border-box;
	}

	.card-list {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}

	.card-list-item {
		display: flex;
		flex-direction: column;
		width: 98%;
	}

	.seccionAlquilerContent {
		padding-top: 0px;
	}

	.seccionAlquiler h2 {
		font-size: 30px;
		line-height: 37px;
		padding-left: 3%;
		padding-right: 3%;
	}

	.seccionAlquiler h3 {
		padding-left: 3%;
		padding-right: 3%;
		font-size: 18px;
	}

	.seccionAlquilerFlex {
		margin-top: 5px;
	}

	.cardText {
		font-size: 16px;
	}

	.seccionAlquilerFlexR {
		display: flex;
		flex-direction: column-reverse;
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	.seccionAlquilerFlexL,
	.seccionAlquilerFlexR {
		grid-template-columns: auto;
		grid-template-rows: none;
		grid-row-gap: 25px;
		padding-top: 17px;
	}

	.imgItem1,
	.imgItem {
		border-radius: 0;
	}

	.cajaBoton {
		width: 100%;
	}

	.botonReserva {
		top: 134px;
		right: 13px;
	}

	.seccionAlquilerText {
		justify-content: flex-start;
		padding: 2%;
		padding-top: 0;
		padding-right: 7%;
	}

	.imgList {
		height: 220px;
	}

	.botonesReserva {
		flex-direction: row;
	}
}

@media (max-width: 767px) {


	.actividadSectionKayaks {
		min-height: 1070px;
	}

	.reserva-btn svg {
		margin-right: 3px;
	}

	.fondo {
		padding-top: 4%;
	}

	h1 span {
		display: block;
	}

	h1 a {
		display: block;
		float: none;
		margin-top: 5px;
	}

	.top-padding {
		padding-top: 0;
	}

	.seccionAlquilerContent {
		padding-bottom: 20px;
	}

	.seccionAlquilerContent h3 {
		text-align: left;
	}

	.cardText {
		text-align: left;
	}

	.entorno {
		display: flex;
		align-content: center;
		justify-content: center;
		justify-items: center;
		align-items: center;
		flex-direction: column-reverse;
		flex-wrap: wrap;
		margin-top: 40px;
	}

	.textoEntorno {
		padding: 0;
		padding-left: 6%;
		padding-right: 6%;
	}

	#actividades {
		bottom: 455px;
	}

	#calas {
		position: relative;
		bottom: 100px;
	}

	#banner-home {
		display: none;
	}

	#banner-home2 {
		display: block;
		margin: 0 0 34px 0;
		box-shadow: rgba(45, 35, 66, 0.4) 0px 1px 10px, rgba(45, 35, 66, 0.3) 0px 2px 2px 1px;
	}

	.label {
		transform: translate(-50%, 12%);
		top: unset;
	}

	#botonConocenos1,
	#botonConocenos12 {
		display: none;
	}

	.seccionAlquiler {
		margin: 110px 0 0 0;
	}

	.actividadesMarginTop {
		margin-top: 0;
	}

	.calasMarginTop {
		margin: 110px 0 0 0;
	}

	.botonReserva {
		width: 115px;
		height: 35px;
		top: 163px;
		right: 12px;
		border-radius: 6px;
	}

	.cardText {
		-webkit-filter: drop-shadow(2px 1px 2px rgba(0, 0, 0, .5));
		filter: drop-shadow(2px 1px 2px rgba(0, 0, 0, .5));
		line-height: 17px;
	}

	.seccionAlquiler h3 {
		font-size: 14px;
	}

	.seccionAlquilerText {
		padding: 2%;
		padding-top: 0;
	}

	.seccionAlquilerTextR {
		margin: 0;
	}

	.seccionAlquiler h2 {
		padding-left: 2%;
		padding-right: 2%;
	}

	.seccionAlquilerTextR {
		padding-left: 2%;
		padding-right: 2%;
	}

	.textoEntorno h1 {
		font-size: 30px;
	}

	main {
		min-height: 1070px;
	}

}

@media (max-width: 479px) {
	.imgList {
		grid-template-columns: 1fr;
	}

	.imgInfo {
		/*width: 100%;*/
		flex: 0 auto;
	}

	.cardText {
		font-size: 19px;
		line-height: 20px;
	}

	#actividades {
		bottom: 580px;
	}

	.card-box {
		height: 200px;
	}
}

@media (max-width: 400px) {
	.seccionAlquiler h2 {
		font-size: 28px;
	}
}

@media (max-width: 380px) {
	.seccionAlquiler h2 {
		font-size: 26px;
	}
}

h1 a {
	font-size: 16px !important;
	float: right;
	text-transform: none;
	padding: 5px 15px !important;
}

h1 a i {
	vertical-align: 0 !important;
	margin: 0 5px 0 0;
}

#mapaEntorno {
	border-radius: 30px;
	box-shadow: rgba(45, 35, 66, 0.4) 0px 1px 2px, rgba(45, 35, 66, 0.3) 0px 2px 2px -1px;
	max-width: 100%;
	width: 700px;
}

#mapa {
	width: 100%;
	height: 486px;
	border: 1px solid #b18bbf;
}

.mapPoints {
	position: relative;
}

.pin {
	position: absolute;
	height: 8%;
	width: auto;
	cursor: pointer;
}

.pin:hover {
	-webkit-filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, .2));
	filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, .2));
	transform: translateY(-2px);
	z-index: 4;
}

.pinAfter:hover::after {
	position: absolute;
	background-color: white;
	padding: 20px;
	border-radius: 10px;
	max-width: 100%;
	width: 100px;
	align-content: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: -20px;
	margin-left: 9%;
	filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, .2));
	z-index: 5;

}

.pinAfter:hover::before {
	content: "";
	position: absolute;
	margin-left: 8%;
	margin-top: 17px;
	width: 0px;
	height: 0px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid white;
	filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, .4));
	z-index: 5;

}

#pinOliva {
	top: 16%;
	left: 14%;
}

#pinOlivaP:hover::after {
	content: "Oliva";
	top: 16%;
	left: 14%;
}

#pinOlivaP:hover::before {
	top: 16%;
	left: 14%;
}

#pinGandia {
	top: 6%;
	left: 1%;
}

#pinGandiaP:hover::after {
	content: "Gandía";
	top: 8%;
	left: 1%;
}

#pinGandiaP:hover::before {
	top: 8%;
	left: 1%;
}

#pinPortet {
	bottom: 24.5%;
	right: 25%;
}

#pinPortetP:hover::after {
	content: "El Portet";
	bottom: 26%;
	right: 3%;
}

#pinPortetP:hover::before {
	bottom: 27%;
	right: 23%;
}

#pinLampolla {
	bottom: 24.5%;
	right: 28%
}

#pinLampollaP:hover::after {
	content: "L' Ampolla";
	bottom: 26%;
	right: 6%;
}

#pinLampollaP:hover::before {
	bottom: 27%;
	right: 26%;
}

#pinLAdvocat {
	bottom: 21%;
	right: 34%;
	z-index: 1;
}

#pinLAdvocatP:hover::after {
	content: "Cala L'Advocat";
	bottom: 22%;
	right: 5%;
	width: 150px;
}

#pinLAdvocatP:hover::before {
	bottom: 24%;
	right: 32%;
}

#pinFustera {
	bottom: 19%;
	right: 37%;
	z-index: 2;
}

#pinFusteraP:hover::after {
	content: "La Fustera";
	bottom: 19%;
	right: 16%;
}

#pinFusteraP:hover::before {
	bottom: 21%;
	right: 36%;
}

#pinCapBlanc {
	bottom: 21%;
	right: 31%;
}

#pinCapBlancP:hover::after {
	content: "Cap Blanc";
	bottom: 22%;
	right: 10%;
}

#pinCapBlancP:hover::before {
	bottom: 24%;
	right: 30%;
}

#pinCalaElRaco {
	bottom: 13%;
	right: 40%;
	z-index: 3;
}

#pinCalaElRacoP:hover::after {
	content: "Cala el Racó";
	bottom: 13%;
	right: 20%;
}

#pinCalaElRacoP:hover::before {
	bottom: 14%;
	right: 40%;
}

.entornoSection {
	overflow: hidden;
	align-items: center;
	position: relative;
	display: flex;
	padding: 140px 4%;
	flex-direction: column;
}

.actividadSection {
	overflow: hidden;
	align-items: center;
	position: relative;
	display: flex;
	padding: 155px 4%;
	flex-direction: column;
	padding-bottom: 0;
}

.small-text {
	font-size: 60%;
	/* Puedes ajustar el porcentaje según lo necesites */
	display: inline-block;
	line-height: 1em;
	margin-top: 2%;
}

li.indentGuiones {
	font-size: larger;
	display: block;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

li.indentGuiones {
	display: list-item;
	margin-bottom: 7px;
}

.entornoSection p {
	font-size: large;
	display: block;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

.flexLayoutCol {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 1440px;
}

.flexLayoutCol h1 {
	font-size: 54px;
	line-height: 64px;
}

.flexLayoutRow {
	padding-top: 10px;
	width: 100%;
	max-width: 1440px;
}

.alignCenter {
	color: #2eb0e4;
	text-align: center;
	margin-top: 10px;
}

.entornoDescription {
	max-width: 500px;
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
}

.entornoImg {
	position: relative;
	z-index: 3;
	display: flex;
	overflow: hidden;
	width: 93%;
	height: 280px;
	max-height: 600px;
	padding: 35px;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	border-radius: 6px;
}

.entornoImagen {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 6px;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: scroll;
}

.entornoTexto {
	display: flex;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 0;
}

.actividadTexto {
	width: 100%;
	text-align-last: center;
	margin-top: 12px;
}

.stickyImagenesEntorno {
	position: static;
	top: 100px;
	border-radius: 5px;
}

.stickyImagenesActividad {
	position: static;
	top: 100px;
	padding-right: 40px;
	flex: 1;
	border-radius: 5px;
	flex: 0 auto;
	padding-top: 0px;
}

.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
}

.stickyImagen1,
.stickyImagen2 {
	display: flex;
	height: 290px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	background-position: 50% 50%;
	background-size: cover;
	opacity: 1;
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
	transform-style: preserve-3d;
	filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .1));
}

.stickyImagen2.second {
	margin-bottom: 5%;
	display: none;
}

.stickyImagen2 {
	display: block;
}

#gandiaImagen3,
#portetImagen3,
#ampollaImagen3,
#capblancImagen3,
#advocatImagen3,
#fusteraImagen3,
#racoImagen3 {
	margin-top: 4%;
}

/*gandia*/
#gandiaImagen1 {
	background-image: url(https://kaladocks.com/public/images/gandia3.jpeg);
	background-position: 0 62%;
}

#gandiaImagen2 {
	background-image: url(https://kaladocks.com/public/images/gandia1.jpeg);
}

#gandiaImagen3 {
	background-image: url(https://kaladocks.com/public/images/gandia2.jpeg);
}

/*portet*/
#portetImagen1 {
	background-image: url(https://kaladocks.com/public/images/portet3.jpeg);
	background-position: 0 62%;
}

#portetImagen3 {
	background-image: url(https://kaladocks.com/public/images/portet1.jpeg);
}

#portetImagen2 {
	background-image: url(https://kaladocks.com/public/images/portet2.jpeg);
	background-position: 0 58%;
}

/*ampolla*/
#ampollaImagen1 {
	background-image: url(https://kaladocks.com/public/images/ampolla2.jpeg);
}

#ampollaImagen3 {
	background-image: url(https://kaladocks.com/public/images/ampolla1.jpeg);

}

#ampollaImagen2 {
	background-image: url(https://kaladocks.com/public/images/ampolla3.jpeg);
	background-position: top;
}

/*capblanc*/
#capblancImagen1 {
	background-image: url(https://kaladocks.com/public/images/capblanc1.jpeg);
}

#capblancImagen3 {
	background-image: url(https://kaladocks.com/public/images/capblanc2.jpeg);
	background-position: 0 74%;
}

#capblancImagen2 {
	background-image: url(https://kaladocks.com/public/images/capblanc3.jpeg);
	background-position: bottom;
}

/*advocat*/
#advocatImagen1 {
	background-image: url(https://kaladocks.com/public/images/advocat1.jpeg);
	background-position: 0px 16%;
}

#advocatImagen3 {
	background-image: url(https://kaladocks.com/public/images/advocat2.jpeg);
	background-position: 0px 91%;
}

#advocatImagen2 {
	background-image: url(https://kaladocks.com/public/images/advocat3.jpeg);
	background-position: top;
}

/*fustera*/
#fusteraImagen1 {
	background-image: url(https://kaladocks.com/public/images/fustera2.jpeg);
}

#fusteraImagen3 {
	background-image: url(https://kaladocks.com/public/images/fustera3.jpeg);
	background-position: 0 34%;
}

#fusteraImagen2 {
	background-image: url(https://kaladocks.com/public/images/fustera1.jpeg);
}

/*raco*/
#racoImagen1 {
	background-image: url(https://kaladocks.com/public/images/raco3.jpeg);
	background-position: 0 33%;
}

#racoImagen3 {
	background-image: url(https://kaladocks.com/public/images/raco2.jpeg);
}

#racoImagen2 {
	background-image: url(https://kaladocks.com/public/images/raco1.jpeg);
}

.actividadSliderImage {
	background-repeat: no-repeat;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}


/*packexperiencia*/
#packexperienciaImagen1 {
	background-image: url(https://kaladocks.com/public/images/packexperiencia1.jpg);
	background-size: 120%;
}

#packexperienciaImagen2 {
	background-image: url(https://kaladocks.com/public/images/packexperiencia2.jpg);
	background-size: 150%;
}

#packexperienciaImagen3 {
	background-image: url(https://kaladocks.com/public/images/packexperiencia3.jpg);
	background-size: 250%;
}

#packexperienciaImagen4 {
	background-image: url(https://kaladocks.com/public/images/packexperiencia4.jpg);
	background-size: 120%;
}

.actividadSlider1 {
	display: block;
	width: 95%;
	margin: auto;
	overflow: hidden;
}

.actividadSlider1 ul {
	display: flex;
	padding: 0;
	width: 400%;
	height: 100%;
	animation: slider1 12s infinite alternate linear;
}

.actividadSlider1 li {
	width: 100%;
	height: 100%;
	list-style: none;
}

.actividadSlider1 ul:hover {
	animation-play-state: paused;
}

.actividadSlider1 div.actividadSliderImage {
	height: 100%;
	background-position: center;
	background-size: cover;
}

@keyframes slider1 {
	0% {
		margin-left: 0;
	}

	19% {
		margin-left: 0;
		opacity: 1;
	}

	20% {
		margin-left: 0;
		opacity: 0.8;
	}

	21% {
		margin-left: -100%;
		opacity: 1;
	}

	44% {
		margin-left: -100%;
		opacity: 1;
	}

	45% {
		margin-left: -100%;
		opacity: 0.8;
	}

	46% {
		margin-left: -200%;
		opacity: 1;
	}

	69% {
		margin-left: -200%;
		opacity: 1;
	}

	70% {
		margin-left: -300%;
		opacity: 0.8;
	}

	71% {
		margin-left: -300%;
		opacity: 1;
	}

	100% {
		margin-left: -300%;
	}
}

.entornoTextoTexto {
	padding-left: 6%;
	flex: 1;
}

.actividadTextoTexto {
	display: flex;
	flex-flow: column wrap;
	align-content: center;
}

.actividadTextoTexto h2 {
	font-size: 1.17em;
}

.actividadTextoTexto p,
.actividadTextoTexto li {
	font-size: 15px;
}

.flexLayoutCuadro {
	margin-top: 25px;
	border-radius: 10px;
	max-width: 1400px;
}

.flexLayoutCuadro.paddleSurf {
	top: -28px;
}

.flexLayoutCuadro.kayaks {
	top: -180px;
}

.flexLayoutCuadro.snorkel {
	top: -120px;
}

.flexLayoutCuadro.seadocks {
	top: -12px;
	background-color: transparent;
}

.flexLayoutCuadro.experiencias {
	top: -137px;
	background-color: transparent;
}

.actividadTab {
	flex-direction: row;
	display: flex;
	background-color: transparent;
	border-radius: 10px;
}

.actividadTab button {
	background-color: #fffcf6;
	border: 0 solid transparent;
	cursor: pointer;
	padding: 14px 16px;
	font: inherit;
	text-align: center;
	color: #000;
	border-radius: 36px 36px 0 0;
	background-size: 300% 100%;
	transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;

}

.actividadTab button p {
	text-align: center;
}

.actividadTab button:not(.active):hover {
	background-image: linear-gradient(to left top, #fff5e3, #fffbf3, #fffcf6, #fffefc);
	background-position: 100% 0;
	transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;

}

.actividadTab button.active {
	background-color: #fff5e3;
	color: #b07d25;
}

.tabcontent {
	visibility: hidden;
	padding: 6px 12px;
	border: 1px solid #fff5e3;
}

.seccionPPALCC {
	position: relative;
	display: flex;
	padding: 110px 6%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.seccionPPALCCContainer {
	width: 100%;
	max-width: 1440px;
}

.seccionPPALCCContainer h1 {
	margin: 20px 0 10px;
	color: #232222;
	font-size: 60px;
	line-height: 66px;
	font-weight: 900;
}

.updated {
	padding-top: 10px;
	color: #15113b;
}

.textoPPALCC {
	color: #15113b;
	font-size: 16px;
	line-height: 24px;
}

.textoPPALCC ul {
	color: rgba(35, 34, 34, 0.6);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.textoPPALCC:after,
.textoPPALCC:before {
	content: " ";
	display: table;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: 2;
	grid-row-end: 2;
}

.textoPPALCC:after {
	clear: both;
}

.textoPPALCC:after,
.textoPPALCC:before {
	content: " ";
	display: table;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: 2;
	grid-row-end: 2;
}

.textoPPALCC h2 {
	margin-top: 20px;
	margin-bottom: 18px;
	color: #232222;
	font-size: 40px;
	line-height: 42px;
	font-weight: 900;
}

.textoPPALCC p {
	margin-top: 0;
	margin-bottom: 10px;
	color: rgba(35, 34, 34, .6);
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.textoPPALCC ul {
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 40px;
	overflow: hidden;
}

.flexLayoutBotones {
	margin-top: 25px;
}

.textoBotones {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	padding-right: 13%;
	font-size: larger;
	margin-bottom: 5px;
	font-weight: bold;
}

.pinList.textoRedir {
	display: flex;
}


.pinList.textoRedir3 {
	padding-top: 2%;
	padding-left: 2%;
}

.pintList.textoRedir ul li,
.pintList.textoRedir1 ul li,
.pintList.textoRedir3 ul li {
	padding-top: 3px;
	padding-bottom: 12px;
}

.pinList {
	display: flex;
	width: 100%;
	column-count: 2;
	column-gap: 5%;
}

.pinList ul {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	font-size: 18px;
}

.pinList ul li {
	padding-top: 12px;
}

.pinList ul li a {
	font-size: 20px;
	text-decoration: none;
}

.pinList ul li a:hover {
	text-decoration: underline;
}

.actividadSection ul li a {
	font-size: larger;
	text-align: justify;
}

.cuadro2,
.cuadro1 {
	border-radius: 10px;
}

.cuadro2 {
	visibility: visible;
}

.cuadro1 {
	visibility: hidden;
	position: absolute;
	z-index: 100;
	top: 8%;
}

#canalla,
#seadock,
#isla,
#grupo {
	border-top-left-radius: 0px;
}

#grupo {
	top: 6%
}

.entornoFlex {
	padding-left: 1%;
	padding-right: 2%;
}

.sdiLogoClass {
	display: flex;
	justify-content: center;
	justify-items: center;
	margin-top: 5%;
}

#sdiLogo {
	width: auto;
	height: 74px;
}

.productContainer {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.gridLayout {
	grid-row-gap: 16px;
	grid-column-gap: 16px;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid;
	grid-column-gap: 44px;
	grid-template-rows: auto;
}

.gallery-wrapper {
	max-width: 600px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 48px;
}

.gallery-link {
	display: block;
	overflow: hidden;
	position: relative;
}

.main-image {
	width: 100%;
	height: auto;
}

.thumbnail-row {
	display: flex;
	gap: 10px;
}

.thumbnail {
	flex: 1;
}

.gallery-image {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

/* Lightbox */
.lightbox {
	display: none;
	position: fixed;
	z-index: 1000;
	padding-top: 60px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.9);
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.lightbox-img {
	max-width: 80%;
	max-height: 70%;
	margin-bottom: 20px;
}

.lightbox-thumbnails {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.lightbox-thumbnails img {
	max-width: 60px;
	max-height: 60px;
	cursor: pointer;
	opacity: 0.6;
	transition: opacity 0.3s;
}

.lightbox-thumbnails img.active {
	border: 2px solid white;
	opacity: 1;
}

.close,
.prev,
.next {
	color: white;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	user-select: none;
}

.close {
	top: 20px;
	right: 35px;
	font-size: 40px;
	font-weight: bold;
}

.prev {
	left: 20px;
}

.next {
	right: 20px;
}


.incluidedSpanSpace{
	margin-top: 3px;
}


.stickyImagen2.second {
	display: block;
}

.stickyImagen2 {
	display: none;
}

.entornoImg {
	height: 300px;
	padding: 4%;
}

.entornoTexto {
	padding-top: 40px;
	flex-direction: column;
}

.stickyImagenesEntorno {
	position: static;
	top: auto;
	width: 35%;
	padding-right: 0;
	margin-top: 16px;
	padding-bottom: 40px;
	width: 100%;
    margin-top: 4%;
	padding-left: 0;
}

.entornoTextoTexto {
	padding-left: 0;
}

.entornoFlex {
	display: flex;
	flex-flow: column-reverse;
}

.entornoFlex {
	padding-left: 0;
	padding-right: 0;
}


@media (max-width: 1300px) {
	main#seadocks {
		min-height: 1340px;
	}
}

@media (max-width: 991px) {
	.flexLayoutCol h1 {
		font-size: 54px;
		line-height: 64px;
	}

	.stickyImagenesActividad {
		position: static;
		top: auto;
		width: 35%;
		padding-right: 0;
		padding-bottom: 10px;
		width: 100%;
		margin-top: 0;
		padding-left: 0;
	}

	.actividadTexto {
		text-align-last: left;
		padding-left: 4%;
		padding-right: 4%;
		width: 90%;
		margin-top: 0;
	}

	.actividadTextoTexto {
		padding-bottom: 0;
	}

	.seccionPPALCC {
		padding: 96px 5%;
	}

	.seccionPPALCCContainer h1 {
		font-size: 54px;
		line-height: 64px;
	}

	.textoPPALCC h2 {
		font-size: 36px;
	}

	.flexLayoutRow {
		padding-top: 0;
	}

	.pinList.textoRedir {
		display: none;
	}

	.pinList.textoRedir1 {
		display: flex;
		margin-left: 2%;
		margin-top: 5%;
	}

	.flexLayoutBotones {
		margin-top: 10px;
	}

	.flexLayoutCuadro.paddleSurf {
		top: 0;
	}

	.flexLayoutCuadro.kayaks {
		top: 0;
	}

	.flexLayoutCuadro.snorkel {
		top: 0;
	}

	main#seadocks {
		min-height: 1678px;
	}

	.cuadro1.grupo {
		top: 13%
	}

	.flexLayoutCuadro.experiencias {
		top: -10px;
		background-color: transparent;
	}


	#olivaImagen3 {
		display: block;
	}

	#olivaImagen1 {
		display: none;
	}

	#olivaImagen2 {
		margin-top: 0;
	}

	#grupo {
		top: 6%
	}

	.flexLayoutBotones.botonesKayak {
		margin-top: 10px;
	}
}


@media (max-width: 767px) {

	.actividadSection {
		padding: 150px 4%;
	}

	.gallery-wrapper {
		margin-top: 10px;
	}

	.entornoTexto {
		padding-top: 30px;
	}

	.stickyImagenesEntorno {
		padding: 0;
	}

	.seccionPPALCC {
		padding-top: 115px;
		padding-bottom: 60px;
	}

	.textoPPALCC h2 {
		margin-top: 10px;
		margin-bottom: 6px;
		font-size: 30px;
		text-align: left;
	}

	.actividadSection p,
	.actividadSection h3,
	li.indentGuiones {
		font-size: inherit;
	}

	.actividadSection p,
	li.activityInfo {
		padding-left: 2%;
		padding-right: 2%;
	}

	.botonReservaWM p {
		font-size: 21px;
	}

	.entornoSection p {
		font-size: inherit;
	}

	.textoBotones {
		margin-bottom: 20px;
	}

	.actividadSection ul li a {
		font-size: inherit;
	}

	.flexLayoutCol h1 {
		font-size: 43px;
		line-height: 40px;
		margin-top: 0px;
		margin-bottom: 10px;
	}

	.botonReservaWM {
		font-size: 18px;
	}

	main#seadocks {
		min-height: 1765px;
	}

	.pinList.textoRedir1 {
		bottom: 10%;
	}

	.entornoImg {
		height: 250px;
	}

	.stickyImagen1,
	.stickyImagen2 {
		height: 250px;
	}

	.imgItem,
	.imgItem1 {
		box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px, rgba(0, 0, 0, 0.1) 0px 1px 2px;
	}

	.gridLayout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {

	#canalla,
	#seadock,
	#isla,
	#grupo {
		border-top-right-radius: 0px;
	}

	main#seadocks {
		min-height: 1812px;
	}
}

@media (max-width: 485px) {
	.incluidedSpan {
		position: relative;
		top: 14px;
	}

	.incluidedSpanSpace {
		position: relative;
		top: -12px;
	}

	.incluidedSpanSpace svg {
		height: 23px;
		width: 23px;

	}
}

@media (max-width: 479px) {
	.flexLayoutCol h1 {
		font-size: 35px;
		line-height: 43px;
	}

	.entornoImg {
		margin-top: 20px;
	}

	.entornoImagen {
		background-position: 50% 50%;
	}

	.stickyImagenesEntorno {
		padding-right: 0;
	}

	.seccionPPALCC {
		padding-bottom: 50px;
	}

	.seccionPPALCCContainer h1 {
		font-size: 40px;
		line-height: 50px;
	}

	.textoPPALCC h2 {
		margin-top: 0;
		margin-bottom: 10px;
		line-height: 36px;
		text-align: left;
	}

	.botonReservaWM {
		margin: 0.5em;
		font-size: 16px;
	}

	main#seadocks {
		min-height: 2064px;
	}

	.entornoImg {
		height: 170px;
	}

	#grupo {
		top: 7%
	}
}

@media (max-width: 386px) {

	.botonesReserva {
		flex-direction: column;
	}

	main#seadocks {
		min-height: 2165px;
	}

}

@media (max-width: 365px) {

	main#seadocks {
		min-height: 2252px;
	}

}

main#seadocks.pinList.textoRedir1 {
	position: absolute;
	bottom: 6%;
}

/* Botones */

.button {
	text-decoration: none !important;
	border: none;
	border-radius: 0;
	color: #fff;
	background: #0A628F;
	padding: 10px 20px;
	display: inline-block;
	cursor: pointer;
	font-size: 20px;
	line-height: 25px;
	transition: background .2s;
	border-radius: 7px;
	font-weight: 400;
}

.button:focus,
.button:active {
	color: #fff;
}

.button:hover {
	color: #fff;
	text-decoration: none;
	background: #00496f;
}

.button i,
.button svg {
	margin-left: 10px;
}

footer {
	background: linear-gradient(to top, #2eef0e 1%, #ffb339 2%, #2e5ae4 3%, #2eb0e4 170%);
	background-size: cover;
}

footer .container {
	padding-top: 40px;
	padding-bottom: 20px;
	min-height: 200px;
	font-size: 15px;
	color: #fff;
	position: relative;
	overflow: hidden;
	z-index: 3;
}

footer .container img.logo-svg {
	width: 168px;
	height: 30px;
}

footer div .logo {
	width: 300px;
	-webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .3));
	filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .3));
	display: flex;
	justify-content: center;
	justify-items: center;
	margin: auto;
}

footer .colfooter {
	float: left;
	padding: 0 35px;
	font-size: 18px;
}

footer .colfooter.second {
	padding-top: 10px;
}

footer .colfooter .iframemaps {
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}

footer .phone {
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	padding: 0 0 5px 0;
}

footer .phone:hover {
	scale: 1.02;
	-webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .2));
	filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .2));
}

footer .phone a {
	font-weight: 600;
	text-decoration: none !important;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
}

footer .address {
	font-size: 18px;
}

footer .colfooter ul {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	font-size: 18px;
}

footer .second ul li a {

	font-size: 18px;
}

footer .colfooter a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

footer .colfooter a:hover {
	text-decoration: underline;
}

footer .colfooter .phone a {
	font-size: 22px;
	line-height: 28px;
	-webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .1));
	filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .1));
}

footer .colfooter .phone a:hover {
	text-decoration: none;
}

footer .social {
	float: left;
	padding: 20px 0;
	-webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .1));
	filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .1));
}

footer .social a {
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	background: #fff;
	margin: 0 5px 0 -4px;
	font-size: 20px;
	padding: 7px 0;
	border-radius: 50%;
	color: #5a6771;
	-webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .1));
	filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .1));
}

footer .social a:hover {
	background: #ddd;
}

footer .footerMedia {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-between;
	align-items: center;
}

footer li.iconMedia {
	padding-right: 24px;
	-webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .1));
	filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .1));
}

footer li.iconMedia:hover {
	scale: 1.1;
	-webkit-filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, .3));
	filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, .3));
}

svg.youtubeIcon {
	padding-top: 8px;
}

svg.tiktokIcon {
	scale: 1.4;
}

@media (max-width: 1300px) {
	footer .colfooter {
		text-align: center;
		float: none;
		border-left: none;
		padding: 5px 0 15px 0;
	}

	footer .colfooter.first {
		padding-bottom: 20px;
	}

	footer .social {
		float: none;
		padding: 0;
	}

	.creamos {
		top: 13%;
		left: 43%;
	}

	footer li.iconMedia {
		margin: 6px;
		padding-right: 7px;
		padding-left: 7px;
	}
}

@media (max-width: 767px) {
	.creamos {
		top: 13%;
		left: 39%;
	}
}

@media (max-width: 480px) {
	.creamos {
		top: 13%;
		left: 34%;
	}
}

@media (max-width: 400px) {
	.creamos {
		top: 13%;
		left: 26%;
	}
}

footer .waves {
	height: 67px;
	width: 100%;
	position: relative;
	top: 27px;
}

footer .waves .wave {
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
	height: 100px;
	background: url(https://kaladocks.com/public/images/wave.png);
	background-size: 1000px 100px;
}

footer .wave#wave1 {
	z-index: 2;
	opacity: 1;
	bottom: 0;
	animation: animationWave 10s linear infinite;
}

footer .wave#wave2 {
	z-index: 1;
	opacity: 0.5;
	bottom: 10px;
	animation: animationWave_02 10s linear infinite;
}

footer .wave#wave3 {
	z-index: 2;
	opacity: 0.2;
	bottom: 15px;
	animation: animationWave 6s linear infinite;
}

footer .wave#wave4 {
	z-index: 1;
	opacity: 0.7;
	bottom: 20px;
	animation: animationWave_02 6s linear infinite;
}

@media (max-width: 767px) {
	footer .waves {
		height: 30px;
	}
}

@keyframes animationWave {
	0% {
		background-position-x: 1000px;
	}

	100% {
		background-position-x: 0px;
	}
}

@keyframes animationWave_02 {
	0% {
		background-position-x: 0px;
	}

	100% {
		background-position-x: 1000px;
	}
}

/* BUBBLES */

#background-wrap {
	bottom: 0;
	left: 0;
	position: relative;
	right: 0;
	top: 0;
	z-index: 2;
	height: 200px;
	width: 100%;
}

/* OBJECTS */

.bubble {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), inset 0px 10px 30px 5px rgb(69, 160, 199);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), inset 0px 10px 30px 5px rgba(69, 160, 199);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), inset 0px 10px 30px 5px rgb(69, 160, 199);

	height: 200px;
	position: absolute;
	width: 200px;
}

.bubble:after {
	background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 70%);
	/* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(70%, rgba(255, 255, 255, 0)));
	/* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 70%);
	/* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 70%);
	/* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 70%);
	/* IE10+ */
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.5) 0%, rgba(0, 162, 255, 0) 70%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	-webkit-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);

	content: "";
	height: 180px;
	left: 10px;
	position: absolute;
	width: 180px;
}

/* ANIMATIONS */

.x1 {
	-webkit-animation: animateBubble 6s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 6s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 6s linear infinite, sideWays 2s ease-in-out infinite alternate;
	left: 5%;
	top: 5%;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

.x2 {
	-webkit-animation: animateBubble 7s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 7s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 7s linear infinite, sideWays 4s ease-in-out infinite alternate;

	left: 5%;
	top: -10%;

	-webkit-transform: scale(0.2);
	-moz-transform: scale(0.2);
	transform: scale(0.2);
}

.x3 {
	-webkit-animation: animateBubble 6s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 6s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 6s linear infinite, sideWays 2s ease-in-out infinite alternate;

	left: 10%;
	top: -80%;

	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}

.x4 {
	-webkit-animation: animateBubble 8s linear infinite, sideWays 3s ease-in-out infinite alternate;
	-moz-animation: animateBubble 8s linear infinite, sideWays 3s ease-in-out infinite alternate;
	animation: animateBubble 8s linear infinite, sideWays 3s ease-in-out infinite alternate;

	left: 20%;
	top: 0;

	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	transform: scale(0.1);
}

.x5 {
	-webkit-animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;

	left: 30%;
	top: -80%;

	-webkit-transform: scale(0.2);
	-moz-transform: scale(0.2);
	transform: scale(0.2);
}

.x6 {
	-webkit-animation: animateBubble 4s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 4s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 4s linear infinite, sideWays 2s ease-in-out infinite alternate;

	left: 40%;
	top: 0;

	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}

.x7 {
	-webkit-animation: animateBubble 6s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 6s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 6s linear infinite, sideWays 2s ease-in-out infinite alternate;

	left: 55%;
	top: -60%;

	-webkit-transform: scale(0.2);
	-moz-transform: scale(0.2);
	transform: scale(0.2);
}

.x8 {
	-webkit-animation: animateBubble 10s linear infinite, sideWays 3s ease-in-out infinite alternate;
	-moz-animation: animateBubble 10s linear infinite, sideWays 3s ease-in-out infinite alternate;
	animation: animateBubble 10s linear infinite, sideWays 3s ease-in-out infinite alternate;

	left: 60%;
	top: -40%;

	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	transform: scale(0.1);
}

.x9 {
	-webkit-animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;

	left: 50%;
	top: -30%;

	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

.x10 {
	-webkit-animation: animateBubble 6s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 6s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 6s linear infinite, sideWays 2s ease-in-out infinite alternate;

	left: 60%;
	top: -20%;

	-webkit-transform: scale(0.2);
	-moz-transform: scale(0.2);
	transform: scale(0.2);
}

/* KEYFRAMES */

@keyframes animateBubble {
	0% {
		margin-top: 50px;
	}

	100% {
		margin-top: -230px;
	}
}

@keyframes sideWays {
	0% {
		margin-left: -25px;
	}

	100% {
		margin-left: 20px;
	}
}


/* FIN BUBBLES */

@media (max-width: 767px) {
	#background-wrap {
		height: 135px;
	}

	footer .container {
		padding-bottom: 0;
	}
}

.blog-cards-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	/* Para mostrar 4 tarjetas en una fila */
	gap: 20px;
}

.blog-entry {
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	cursor: pointer;
}

.blog-entry:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.blog-entry-image {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-bottom: 1px solid #ddd;
}

.blog-entry-body {
	padding: 20px;
}

.blog-entry-body h3 {
	font-size: 1.2rem;
	margin: 0 0 10px;
}

.blog-entry-body p {
	font-size: 1rem;
	color: #555;
}

.blog-entry-body a {
	text-decoration: none;
	color: #0077cc;
	font-weight: bold;
}

.blog-entry-body a:hover {
	color: #005fa3;
}


@media (max-width: 768px) {
	.blog-cards-container {
		grid-template-columns: 1fr 1fr;
		/* 2 tarjetas por fila en pantallas más pequeñas */
	}
}

@media (max-width: 480px) {
	.blog-cards-container {
		grid-template-columns: 1fr;
		/* 1 tarjeta por fila en dispositivos móviles */
	}
}