@font-face{


 font-family: Montserrat;
}
body{
  margin: 0;
  overflow-x: hidden;
  
}
.main-footer {
  background: #154c79;
  color: #154c79;
  padding: 60px 0 0 0;
  font-family: 'Montserrat', Arial, sans-serif;
  box-shadow: 0 -4px 20px rgba(20,40,70,0.09);
  position: relative;
  margin-top: 70px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 32px 16px 32px;
  gap: 32px;
}

.footer-logo-col {
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 200px;
  margin-bottom: 28px;
}

.footer-logo {
  width: 110px;
  margin-bottom: 16px;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.15));
}

.footer-slogan {
  color: #eaf6fb;
  font-size: 1.1rem;
  margin-top: 4px;
  font-weight: 500;
}

.footer-links-col,
.footer-contact-col,
.footer-legal-col {
  flex: 1 1 180px;
  min-width: 170px;
  margin-bottom: 28px;
}

.footer-links-col h4,
.footer-contact-col h4,
.footer-legal-col h4 {
  color: #7ad1dd;
  font-size: 1.1rem;
  margin-bottom: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.footer-links-col ul,
.footer-contact-col ul,
.footer-legal-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-col li,
.footer-legal-col li,
.footer-contact-col li {
  margin-bottom: 9px;
  font-size: 1rem;
}

.footer-links-col a,
.footer-legal-col a {
  color: #f1f7fa;
  text-decoration: none;
  transition: color 0.2s;
  font-size: 1rem;
}

.footer-links-col a:hover,
.footer-legal-col a:hover {
  color: #7ad1dd;
  text-decoration: underline;
}

.footer-contact-icon {
  color: #7ad1dd;
  margin-right: 7px;
  font-size: 1.1rem;
  vertical-align: middle;
}

.footer-contact-col ul li {
  color: #f1f7fa;
  font-size: 1rem;
}

.footer-social {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  gap: 18px;
}

.footer-social-icon img {
  background: #fff;
  border-radius: 50%;
  padding: 7px;
  width: 36px;
  height: 36px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  transition: background 0.2s, transform 0.2s;
}

.footer-social-icon img:hover {
  background: #2bb673;
  transform: scale(1.09);
}

.footer-bottom {
  background: #3872a1;
  padding: 18px 0;
  text-align: center;
  font-size: 1rem;
  color: #eaf6fb;
  margin-top: 0;
  border-top: 1px solid #2bb67333;
  letter-spacing: 0.01em;
}


.footer-social {
  margin-top: 14px;
  display: flex;
  gap: 18px;
}

.footer-social-icon svg {
  background: #fff;
  border-radius: 50%;
  padding: 7px;
  width: 36px;
  height: 36px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  transition: background 0.2s, transform 0.2s;
}

.footer-social-icon:hover svg {
  background: #2bb673;
  transform: scale(1.09);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #f3fafd; /* Gris cálido, suave, menos contraste con el header */
  color: #232f35;       /* Gris muy oscuro, más suave que negro */
  font-family: 'Montserrat', sans-serif;
}

/* Fondo de imagen en el header como reemplazo al video */
header.video-header {
  background-image: url("img/fondoo2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  color: white;
  animation: fadeIn 2s ease-in-out;
  overflow: hidden;
}

header.video-header::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100vh;
  background: rgba(21, 76, 121, 0.55); /* capa azul profunda */
  z-index: 1;
}

header.video-header .contenido-header {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
}

header.video-header .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background: rgba(0,0,0,0.08);
  border-bottom: 1.5px solid #154C79;
}

.logo img {
  max-height: 58px;
  object-fit: contain;
}

nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background: none;
  padding: 0;
  border-bottom: none;
}

nav a {
  color: #fff;
  text-decoration: none;
    font-weight: bold;
  font-size: 15px;
  transition: color 0.3s;
  padding: 10px 18px;
  border-radius: 6px;
}

nav a:hover {
  color: #1797c9;
  background: rgba(255,255,255,0.09);
}

header.video-header h1 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  margin-top: 150.5px;
  text-transform: uppercase;
  text-shadow: 3px 3px 8px rgba(21, 76, 121, 0.67);
  margin-bottom: 20px;
  letter-spacing: 2px;
}

header.video-header p {
  font-size: 28px;
  color: #e6f7ff;
  text-shadow: 2px 2px 7px #154C79;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}
header{
	width:100%;
	height:100vh;
}


/* Navegación moderna con estilo */
nav {
 
    top: 20px;
    left: 50%;
    transform: translateX(-25%);
    z-index: 10;
    display: flex;
    gap: 20px;
   
    padding: 10px 20px;
    border-radius: 10px;
}

nav a {
    color: white;
    text-decoration: none;
    
	
    font-size: 16px;
    transition: color 0.3s ease;
}

nav a:hover {
    color: #00ccff;
}
.logo{
	width:30%;
}
.top {
    position: relative;
   
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    height: 70px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  }




.whatsapp-button {
    position: fixed;
    bottom: 20px; /* Distancia desde el borde inferior */
    right: 20px; /* Distancia desde el borde derecho */
    z-index: 1000; /* Asegura que esté por encima de otros elementos */
    width: 60px; /* Tamaño del botón */
    height: 60px;
    background-color: #25D366; /* Color de fondo de WhatsApp */
    border-radius: 50%; /* Hace el botón circular */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra para el botón */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-button:hover {
    transform: scale(1.1); /* Efecto de zoom al pasar el ratón */
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2); /* Mayor sombra al hacer hover */
}

.whatsapp-button img {
    width: 70%; /* Ajusta el tamaño del ícono dentro del botón */
    height: auto;
}



main {
	height:70%;
	width:100%;
	background-color:#f3fafd;
	display:flex;
	flex-direction:column;
	margin-bottom:5%;
}





	


.frase{
	display:flex;
	height:auto;
	width:50%;
	flex-direction:column;
	margin-top:5%;
	background-color:rgba(255, 255, 255, 0.5);
	border-top-right-radius:30px;
	border-bottom-right-radius:30px;
	margin-bottom:10%;

	
}




.superior{
	display:flex;
}
.inferior{
	display:flex;
	
}
.texto2{
	width:50%;
}
.ft{
	width:50%;
	margin:4%;
}



p{
	font-size:20px;
color:white;
	margin-left:7%;
	text-shadow:1px 1px 1px black;
	font-family : Mantana-Italic;
	
}
.pilee h2{
	color:white; 
	margin-left:7%;
	text-shadow:1px 1px 1px black;
	font-size:22px;
	font-family : Mantana-Italic;
	margin-top:3%;
text-align:none;
}
.pilee2{
	display:flex;
	width:100%;
	height:100%;
	margin-top:4%;
	
}
.pilee2 h2{
	color:white; 
	margin-left:7%;
	text-shadow:1px 1px 1px black;
	font-size:22px;
	font-family : Mantana-Italic;
	margin-top:3%;
text-align:none;
}
h2{
	color:white; 
	margin-left:7%;
	text-shadow:1px 1px 1px black;
	font-size:22px;
	font-family : Mantana-Italic;
}

main h2{
	color:black; 
	margin-left:4%;
text-align:center;
	font-size:30px;
		text-shadow:0px 0px 0px black;
	margin-top:8%;
	font-family : Mantana-Italic;
}
main p{
	MARGIN-BOTTOM:3%;
	font-size:17PX;
color:BLACK;
	margin-left:16%;
	margin-right:16%;
	text-shadow:0px 0px 0px black;
	text-align:center;
	font-family : Mantana-Italic;
}
img{
	display:block;
	margin:auto;
	display:flex;
	height:auto;
	
	
}

	.boton{
		
		border-radius:60%;
		width:25%;
		margin-left:7%;
		
		text-align:center;
		color:white;
		text-decoration:none;
		font-weight:bold;
		margin-bottom:4%;
		margin-top:2%;
	
		
	}
	
.boton a:link, .boton a:visited{

	color:white;
	text-decoration:none;
		font-weight:bold;
		transition:color 0.5s, font-size 1s, background-color 1s;
		background-color:#03aed2;
		padding:6%;
		border-radius:40%;
	
}
.boton a:hover{
	color:white;
	font-size:15px;
	background-color:#021750;
	
}
h1{
		text-shadow:1px 1px 2px black;
	font-size:45px;
	color:#03aed2;
	margin-bottom:0%;
	
	font-family : Mantana-Italic;
}

.social h3{
font-size:20px;
font-family : Mantana-Italic;
}
.logo2{
width:30%;	



}
.contacto{
	display:flex;
	width:30%;
	
	height:auto;
}
.redes{
	display:flex;
	flex-direction:row;
}
.tex{
	margin-bottom:3%;
	margin-top:3%;
	margin-left:2%;
	
}
.tex p{
	color:#c1bfbf;
	font-family : Mantana-Italic;
}
.tex h3{
	margin-left:7%;
		color:#E9E9E9;
	font-family :Times New Roman,Roman, serif;
font-weight:bold;
}

.contacto p{
	font-size:15px;
	font-family : Times New Roman, serif;
}
h3{
	font-size:15px;
	font-family : Mantana-Italic;
	margin-left:2%;
}
.links{
	display:flex;
	flex-direction:column;
	width:30%;
	margin-bottom:3%;
	margin-top:3%;
	MARGIN-LEFT:5%;
}
.links a:link, .links a:visited{
	color:#8d8d8d;
	text-decoration:none;
	margin:1%;
	
}
.links a:hover{
	color:#c1bfbf;
}
.r{
	margin-bottom:3%;
	margin-top:3%;
	margin-left:9%;
}
.ig{
	display:flex;
	margin:1%;
	justify-content: center;
}
.arroba{
	display:flex;
	margin:4%;
	justify-content: space-between;
	margin-left:0%;
}
.privacidad{
 display:flex;
 flex-direction:column;
 width:25%;
}
.privacidad p{
	font-size:15px;
	color:#8d8d8d;
	text-decoration:none;
	margin:1%;
	font-family : Times New Roman, serif;
}
.video{
	align-items:center;
	margin:2%;
	display:flex;
	justify-content:CENTER;
	
}
.instagram{
	margin-right:0%; 
}





.vene img{
	margin-top:2%;
	border-radius:5px;
	text-align:center;
	width:40%;
	display:no;
	margin:no;
	display:flex;
	height:auto;
	border-radius:0%;


	
	}
table{
	background-color:#e7e7e7  ;
	color:black ;

margin-top:2%;
	margin:2%;
	border-color:#e7e7e7;
	border-radius:5px;
	text-align:center;
	width:40%;

	border-width:15px;
	
}
.tabla{
	display:flex;
	flex-wrap:wrap;
	
	justify-content:space-evenly;
}
td{
	padding:1%;
}
.rom{
	background-image:url(img/roman.jpg);
		background-size:cover;
	justify-content: flex-end;
	width:50%;
	height:40vh;
	margin-left:5%;
	margin-right:2%;
	margin-top:7%;
	margin-bottom:5%;
	background-repeat:no-repeat;
	display:flex;
	flex-direction:column;
	justify-content: flex-end;
	cursor:pointer;
	border-radius:5%;
}
.min{
	background-image:url(img/minimalist.jpg);
	background-size:cover;
	justify-content: flex-end;
	width:50%;
	height:40vh;
	margin-left:5%;
	margin-right:2%;
	margin-top:7%;
	margin-bottom:5%;
	background-repeat:no-repeat;
	flex-direction:column;
	justify-content: flex-end;
	display:flex;
	cursor: pointer;
	border-radius:5%;
}
.pil{
	display:flex;
	width:100%;
	height:100%;
	
	
}
.romaa{
	background-image:url(img/rom.png);
		background-size:cover;
	justify-content: flex-end;
	width:50%;
	height:40vh;
	margin-left:5%;
	margin-right:2%;
	margin-top:7%;
	margin-bottom:5%;
	background-repeat:no-repeat;
	display:flex;
	flex-direction:column;
	justify-content: flex-end;
	cursor:pointer;
	border-radius:5%;
}
.mina{
	background-image:url(img/prueba.jpg);
	background-size:cover;
	justify-content: flex-end;
	width:50%;
	height:40vh;
	margin-left:5%;
	margin-right:2%;
	margin-top:7%;
	margin-bottom:5%;
	background-repeat:no-repeat;
	flex-direction:column;
	justify-content: flex-end;
	display:flex;
	cursor: pointer;
		border-radius:5%;
}
.pilee{
	display:flex;
	width:100%;
	height:100%;
	margin-top:4%;
	
}
.t2{
	width:100%;
	background-color:rgba(255, 255, 255, 0.5);

	display:flex;
	height:20%;
	justify-content:center;
	
}
.t1{
	width:100%;
	background-color:rgba(255, 255, 255, 0.5);

	display:flex;
	height:20%;
	justify-content:center;
	
}
.p1
{
	display:flex;
	flex-direction:row;
	background-color: rgba(255, 255, 255, 0.5);
margin:2%;
}
.cl{
	
	margin-bottom:4%;
	
}
.p1 p{
	font-size:25px;
		text-shadow:0px 0px 0px black;
	
}
.p1 h3{
	font-size:40px;
	margin-left:20%;
}
.abanico img{
	margin-top:1%;    }
	
	
/* ---------- DESKTOP (mayor a 900px) ---------- */
.tabla {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  justify-content: center;
  align-items: stretch;

  border-radius: 20px;
  padding: 48px 24px;
  box-shadow: 0 4px 32px 0 rgba(44, 59, 80, 0.08);
  margin: 48px auto;
  max-width: 1100px;
  width: 100%;
}

/* ---------- CARD (TA) ---------- */
.ta {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 16px 0 rgba(44, 59, 80, 0.10);
  padding: 24px 20px 24px 20px;
  display: flex;
  flex-direction: column;
  
  min-width: 220px;
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
}

.ta:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 8px 32px 0 rgba(44, 59, 80, 0.16);
}

.ta h3 {
  color: #14507c;
  font-family: 'Lora', serif;
  font-size: 1.25rem;
  margin-bottom: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.ta table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Lora', serif;
  font-size: 1rem;
  margin-bottom: 12px;
  background: none;
}

.ta td {
  padding: 10px 6px;
  border-bottom: 1px solid #e0e7ef;
  text-align: left;
  color: #2c3b50;
}

.ta tr:last-child td {
  border-bottom: none;
}

.ta td[colspan="2"] {
  font-weight: bold;
  font-size: 1.12rem;
  background: #e3f6ff;
  color: #00a2e0;
  border-radius: 6px;
  text-align: center;
  padding: 12px 6px;
  letter-spacing: 0.5px;
}

.ta p {
  color: #5e6c7a;
  font-size: 0.97rem;
  margin-bottom: 16px;
  margin-top: 0;
}

/* ---------- IMAGE WRAPPER ---------- */
.img-wrap {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 6px 24px 0 rgba(0, 162, 224, 0.16);
  padding: 16px;
  width: 100%;
  max-width: 340px;
  min-width: 220px;
  min-height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 18px auto;
  transform: translateY(-10px);
  transition: box-shadow 0.2s, transform 0.2s;
}

.img-wrap:hover {
  box-shadow: 0 12px 36px 0 rgba(0, 162, 224, 0.23);
  transform: translateY(-16px) scale(1.04);
}

.img-wrap img {
  width: 100%;
  max-width: 320px;
  min-height: 150px;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 2px 12px 0 rgba(44, 59, 80, 0.10);
  border: 2.5px solid #e3f6ff;
  background: #f8fafd;
}

/* ---------- BUTTONS ---------- */
.btn-primary, .btn-secondary {
  width: 100%;
  padding: 12px 0;
  margin-top: 12px;
  border-radius: 8px;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  outline: none;
      display: flex;
    justify-content: center;
	text-decoration:none;
}

.btn-primary {
  background: #00a2e0;
  color: #fff;
  border: none;
  box-shadow: 0 2px 8px 0 rgba(0,162,224,0.10);
}
.btn-primary:hover, .btn-primary:focus {
  background: #14507c;
  color: #fff;
}

.btn-secondary {
  background: #e3f6ff;
  color: #00a2e0;
  border: 1.5px solid #00a2e0;
  margin-top: 8px;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: #00a2e0;
  color: #fff;
}



.ig{
	margin:2%;
}
.instagram{
	
	display:flex;
	
	
}
.wh{
	position:fixed;
	background-color:#2e6329;
	
	
	bottom:20px;
	right:25px;
	border-radius:50px;
	padding:10px;
	z-index:1000;
	
	}
.wh{
	transform:scale (1.1);
	transition:0.3s;
	
	
}
@keyframes efecto{
	0%{
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.85);
	}
	100%{
		box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
	}
	
	
}

/* Lightbox MODAL: centra perfectamente la imagen y las flechas */
.galeria-prof-lightbox-modal {
  display: none;
  position: fixed;
  z-index: 12000;
  left: 0; top: 0; width: 100vw; height: 100vh;
  background: rgba(21, 76, 121, 0.91);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: background 0.22s;
  /* ¡Esto es clave! */
  display: flex;
}

.galeria-prof-lightbox-modal.open {
  display: flex;
  animation: galeriaFadeIn 0.21s;
}

.galeria-prof-lightbox-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  flex: 1 0 auto;
  min-height: 0;
  min-width: 0;
  margin-top: 28px;
  margin-bottom: 14px;
}

/* Imagen centrada entre flechas */
.galeria-prof-lightbox-img {
  display: block;
  margin: 0 auto;
  max-width: 88vw;
  max-height: 65vh;
  border-radius: 14px;
  box-shadow: 0 6px 32px rgba(0,0,0,0.44);
  background: #e7f0f9;
  object-fit: contain;
  z-index: 2;
}

.galeria-prof-lightbox-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  z-index: 3;
  text-shadow: 0 2px 10px #154c79;
  padding: 0 12px;
  transition: color 0.13s;
}
.galeria-prof-lightbox-prev { left: 0; }
.galeria-prof-lightbox-next { right: 0; }
.galeria-prof-lightbox-arrow:hover { color: #2bb673; }

.galeria-prof-lightbox-close {
  position: absolute;
  top: 24px;
  right: 38px;
  color: #fff;
  font-size: 3.1rem;
  font-weight: bold;
  cursor: pointer;
  z-index: 1001;
  text-shadow: 0 2px 12px #154c79;
  transition: color 0.14s;
}
.galeria-prof-lightbox-close:hover { color: #2bb673; }

.galeria-prof-lightbox-caption {
  color: #fff;
  font-size: 1.15rem;
  margin-top: 10px;
  margin-bottom: 18px;
  text-shadow: 0 2px 12px #154c79;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: center;
}
/* ========== GALERÍA LIGHTBOX PoolSolarium ========== */
.galeria-prof-lightbox-modal {
  display: none;
  position: fixed;
  z-index: 12000;
  left: 0; top: 0; width: 100vw; height: 100vh;
  background: rgba(21, 76, 121, 0.91);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: background 0.22s;
}
.galeria-prof-lightbox-modal.open {
  display: flex;
  animation: galeriaFadeIn 0.21s;
}
@keyframes galeriaFadeIn {
  from { opacity: 0;}
  to { opacity: 1;}
}
.galeria-prof-lightbox-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100%;
  flex: 1 0 auto;
  min-height: 0;
  min-width: 0;
}
.galeria-prof-lightbox-img {
  display: block;
  margin: 0 auto;
  max-width: 88vw;
  max-height: 65vh;
  border-radius: 14px;
  box-shadow: 0 6px 32px rgba(0,0,0,0.44);
  background: #e7f0f9;
  object-fit: contain;
  z-index: 2;
}
.galeria-prof-lightbox-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  z-index: 3;
  text-shadow: 0 2px 10px #154c79;
  padding: 0 12px;
  transition: color 0.13s;
}
.galeria-prof-lightbox-prev { left: 0; }
.galeria-prof-lightbox-next { right: 0; }
.galeria-prof-lightbox-arrow:hover { color: #2bb673; }

.galeria-prof-lightbox-close {
  position: absolute;
  top: 24px;
  right: 38px;
  color: #fff;
  font-size: 3.1rem;
  font-weight: bold;
  cursor: pointer;
  z-index: 1001;
  text-shadow: 0 2px 12px #154c79;
  transition: color 0.14s;
}
.galeria-prof-lightbox-close:hover { color: #2bb673; }

.galeria-prof-lightbox-caption {
  color: #fff;
  font-size: 1.15rem;
  margin-top: 10px;
  margin-bottom: 18px;
  text-shadow: 0 2px 12px #154c79;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: center;
  width: 100vw;
}

/* BLOQUEA SCROLL DE FONDO CUANDO MODAL ABIERTO */
body.galeria-lightbox-open {
  overflow: hidden !important;
  height: 100vh !important;
}



.galeria-prof-lightbox {
  text-decoration: none;
  color: inherit;
}

.galeria-prof {
  padding: 60px 0 50px 0;
  background: #f8fafd;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.galeria-prof-title {
  color: #154c79;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 12px;
  font-weight: bold;
  font-family: 'Montserrat', Arial, sans-serif;
}
.galeria-prof-desc {
  color: #222;
  font-size: 1.12rem;
  text-align: center;
  margin-bottom: 32px;
  font-family: 'Montserrat', Arial, sans-serif;
}
.galeria-prof-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 42px 28px;
  max-width: 980px;
  margin: 0 auto;
}
.galeria-prof-item {
  position: relative;
  overflow: hidden;
  border-radius: 13px;
  box-shadow: 0 3px 18px rgba(21,76,121,0.11);
  background: #fff;
  transition: transform 0.18s, box-shadow 0.18s;
}
.galeria-prof-item img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: transform 0.22s;
  display: block;
}
.galeria-prof-item:hover img {
  transform: scale(1.06);
}
.galeria-prof-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: rgba(21, 76, 121, 0.76);
  color: #fff;
  padding: 9px 0;
  text-align: center;
  font-size: 1.08rem;
  opacity: 0.92;
  font-family: 'Montserrat', Arial, sans-serif;
}
.galeria-prof-caption {
  font-weight: 600;
  letter-spacing: 0.01em;
}

.galeria-prof-lightbox {
  text-decoration: none;
  color: inherit;
}

.galeria-prof-btn-container {
  text-align: center;
  margin-top: 36px;
}
.galeria-prof-btn {
  display: inline-block;
  background: #154c79;
  color: #fff;
  padding: 14px 30px;
  border-radius: 30px;
  font-size: 1.1rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: bold;
  box-shadow: 0 2px 10px rgba(21,76,121,0.12);
  text-decoration: none;
  transition: background 0.2s;
}
.galeria-prof-btn:hover {
  background: #2bb673;
  color: #fff;
}
.galeria-prof-lightbox-img {
  z-index: 1;
  position: relative;
}
.galeria-prof-lightbox-arrow {
  z-index: 10;
  position: absolute;
}

/* === BLOQUE HERO PLAYA HUMEDA ELEGANTE Y RESPONSIVE === */
body, main {
  background: #f3fafd !important;
}

body, main {
  background: #f3fafd !important; /* color suave celeste */
}
.playa-humeda-titulo {
     
 font-weight: 800;
  color: #154c79;
  font-size: 2.7rem;
  text-transform: uppercase;
margin-left:0;
  text-align: center;

  margin-bottom: 1vw;
  line-height: 1.1;
  background: none !important;
  font-style: normal !important;

}

.playa-humeda-titulo::after {
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  background: #154c79;
  margin: 18px auto 0 auto;
  border-radius: 2px;
}
/* HERO: igual que antes */
.playa-humeda-hero {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  gap: 3vw;
  background: linear-gradient(135deg, #eaf6fb 0%, #ffffff 100%);
  border-radius: 32px;
  box-shadow: 0 12px 48px rgba(20, 40, 70, 0.13), 0 1.5px 12px rgba(43,182,115,0.07);
  padding: 3vw;
  margin: 2vw auto 3vw auto;
  max-width: 1080px;
  width: 96vw;
}

.playa-humeda-img-vermas {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex: 1 1 340px;
  min-width: 220px;
  max-width: 400px;
  width: 100%;
}

.playa-humeda-img {
  width: 50%;
  display: flex;
  align-items: center;
	flex-direction:column;
}
.playa-humeda-img img {
  border-radius: 26px;
  box-shadow: 0 4px 28px rgba(21,76,121,0.16);
  border: 4px solid #eaf6fb;
  width: 100%;

  min-width: 180px;
  object-fit: cover;
  aspect-ratio: 4/3;
  background: #eaf6fb;
}

/* VER MÁS debajo de la imagen */
.playa-humeda-vermas {
  display: block;
  margin: 18px auto 0 auto;
  padding: 13px 0;
  width: 85%;
  background:#154c79; /* eleste fuerte como en la referencia */
  color: #fff;
  font-weight: 700;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.09rem;
  border-radius: 16px;
  border: none;
  box-shadow: 0 2px 10px rgba(21,76,121,0.10);
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.04em;
  transition: background 0.19s, color 0.19s, box-shadow 0.18s, transform 0.16s;
  cursor: pointer;
}
.playa-humeda-vermas:hover {
  background: #0196c1;
  color: #fff;
  box-shadow: 0 4px 16px rgba(0,182,232,0.17);
  transform: translateY(-2px) scale(1.03);
}

/* CONTENIDO Y CARACTERISTICAS */
.playa-humeda-content {
  flex: 2 1 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 220px;
  max-width: 600px;
  width: 100%;
}

.playa-humeda-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1vw 1vw 0.5vw 1vw;
  min-width: 220px;
  max-width: 550px;
}
.playa-humeda-desc p {
  font-family: 'Lora', serif;
  font-size: 1.18rem;
  color: #173d4d;
  letter-spacing: 0.01em;
  line-height: 1.7;
  background: #f7fbfc;
  border-left: 5px solid #154c79;
  padding: 1.2em 1.3em;
  margin: 0;
  box-shadow: 0 2px 12px rgba(21,76,121,0.08);
  border-radius: 0 13px 13px 0;
  transition: background 0.2s;
}

.playa-humeda-caracteristicas {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 10px 28px;
  margin-top: 2vw;
  margin-bottom: 1.5vw;
  padding: 0 0.5vw;
}
.caracteristica {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #eaf6fb;
  border-radius: 12px;
  box-shadow: none;
  padding: 8px 12px;
  min-width: 0;
  max-width: 260px;
  flex: 1 1 120px;
  margin: 0 auto;
  border: 1px solid #e3effa;
}
.caracteristica img {
  width: 28px;
  height: 28px;
  margin-right: 12px;
  background: #fff;
  border-radius: 5px;
  box-shadow: none;
  object-fit: contain;
}
.caracteristica span {
  color: #18577e;
  font-size: 1.01rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  text-align: left;
  margin: 0;
  letter-spacing: 0.01em;
}


/* Tablet (min-width: 501px and max-width: 900px) */
@media (min-width: 501px) and (max-width: 900px) {
	.playa-humeda-desc p{
		    font-size: 1.1rem;
		}
	header.video-header {
    min-height: 100vh;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 0;
  }
  /* Oculta el nav de escritorio */
  .top nav {
    display: none !important;
  }

  /* Muestra el botón hamburguesa */
  .menu-toggle-mobile {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,0.05);
    border: none;
    position: absolute;
    top: 12px;
    right: 18px;
    width: 38px;
    height: 38px;
    z-index: 102;
    border-radius: 50%;
    backdrop-filter: blur(2.5px);
    box-shadow: 0 1px 6px rgba(0,0,0,0.10);
    cursor: pointer;
    padding: 0;
  }
  .menu-toggle-mobile span {
    display: block;
    width: 22px;
    height: 3px;
    margin: 3px 0;
    background: #fff;
    border-radius: 2px;
    transition: 0.3s;
  }

  /* El menú mobile desplegable debe estar disponible */
  .mobile-menu {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(40, 40, 40, 0.30);
    backdrop-filter: blur(12px) brightness(1.06);
    z-index: 101;
    padding-top: 90px;
    gap: 36px;
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: all 0.32s cubic-bezier(.76,0,.24,1);
  }
  .mobile-menu.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .mobile-menu a {
    color: #222;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    background: rgba(255,255,255,0.25);
    border-radius: 9px;
    padding: 13px 38px;
    text-decoration: none;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: background 0.2s, color 0.2s;
  }
  /* Oculta menú de escritorio */
  .top nav {
    display: none !important;
  }

  /* Muestra menú hamburguesa */
  .menu-toggle-mobile {
    display: flex !important;
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 110;
  }
  .mobile-menu {
    display: flex !important;
  }

  /* Ajusta logo */
  .logo img {
    max-width: 90px;
    height: auto;
    margin-left: 10px;
  }

  /* Ajusta .top para mobile */
  .top {
    height: 60px;
    min-height: 60px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    z-index: 100;
    background: rgba(21,76,121,0.65);
    padding: 0 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    position: relative;
  }

   header.video-header .contenido-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 70px;
    padding: 38px 5vw 38px 5vw;
    background: rgba(20,40,70,0.27); /* Sutil fondo para resaltar */
    border-radius: 24px;
    box-shadow: 0 8px 32px #154C7920;
    backdrop-filter: blur(1.5px);
    -webkit-backdrop-filter: blur(1.5px);
    max-width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
  header.video-header .contenido-header h1 {
    font-size: 2.4rem;
    font-weight: 800;
    letter-spacing: 2px;
    color: #fff;
    text-shadow: 0 5px 32px #154c7988, 0 2px 6px #1b4260a0;
    margin-bottom: 18px;
    margin-top: 0;
    line-height: 1.13;
  }
  header.video-header .contenido-header p {
    font-size: 1.15rem;
    color: #eaf6fb;
    margin-bottom: 0;
    margin-top: 0;
    text-shadow: 0 2px 8px #154c7940;
    font-weight: 400;
    line-height: 1.5;
    max-width: 540px;
  }

  /* Ajuste para que nada se sobreponga */
  header.video-header .top,
  .menu-toggle-mobile,
  .mobile-menu {
    z-index: 110 !important;
  }
 .playa-humeda-hero {
    flex-direction: column;
    align-items: center;
    padding: 4vw 2vw;
    border-radius: 18px;
    gap: 2.2vw;
    max-width: 96vw;
  }
  .playa-humeda-img {
  
    width: 80%;
    padding: 0;
  }
    .playa-humeda-desc {
  
    width: 100%;
    padding: 0;
  }
  .playa-humeda-title {
    font-size: 1.25rem;
    margin-bottom: 0.7em;
  }
  .playa-humeda-img img {
    border-radius: 18px;
    max-width: 96vw;
    aspect-ratio: 4/3;
  }
  
    .tabla {
    padding: 24px 2vw;
	width:100%;
	display:flex;
	flex-direction:column;
  }
  .arriba, .abajo {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 32px;
    align-items: center;
    min-height: unset;
  }
  .ta-group {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  .img-wrap {
    max-width: 98vw;
    min-width: 220px;
    min-height: 170px;
    padding: 9px;
    margin-top: 8px;
}
.playa-humeda-titulo {
    font-size: 2.2rem;
    margin-top: 18vw;
  }
 .playa-humeda-content {

  display: flex;
  flex-direction: column;
  align-items:center;

  min-width: 220px;
  max-width: 600px;
 
}
}

/* Mobile (max-width: 500px) */

@media screen and (max-width:500px)
{
	.playa-humeda-desc p{
		    font-size: 1rem;
		}
	  .playa-humeda-titulo {
    font-size: 1.5rem;
    margin-top: 18vw;
  }
  .playa-humeda-titulo::after {
    width: 45px;
    height: 3px;
    margin-top: 10px;
  }
	  .playa-humeda-hero {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 6vw 2vw;
    border-radius: 11px;
    box-shadow: 0 4px 16px rgba(20,40,70,0.13), 0 1.5px 8px rgba(43,182,115,0.10);
    max-width: 99vw;
    margin: 5vw auto 7vw auto;
  }
  .playa-humeda-img,
  .playa-humeda-desc,
  .playa-humeda-content {
    max-width: 100vw;
    min-width: 0;
    width: 100%;
    padding: 0;
  }
  .playa-humeda-img img {
    border-radius: 11px;
   width:80%;
    min-width: 0;
    border-width: 2px;
    aspect-ratio: 4/3;
  }
  .playa-humeda-caracteristicas {
    
   
   
    margin-top: 4vw;
    padding: 0;
    width: 100%;
    align-items: stretch;
  }
  .caracteristica {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    max-width: 95vw;
    padding: 2vw 2vw;
    margin: 0 0 3px 0;
    border-radius: 9px;
  }
  .caracteristica img {
    width: 23px;
    height: 23px;
    margin-bottom: 0;
    margin-right: 12px;
  }
  .caracteristica span {
    font-size: 0.93rem;
    text-align: left;
    margin: 0;
  }
  .playa-humeda-vermas {
    width: 80%;
    margin: 14px 0 0 0;
    padding: 11px 0;
    border-radius: 12px;
    font-size: 1.02rem;
  }
	 .top nav {
    display: none !important;  /* Oculta el nav de escritorio en mobile */
  }
  .menu-toggle-mobile {
    display: flex !important;  /* Muestra el botón hamburguesa en mobile */
  }
  .mobile-menu {
    display: flex;             /* Muestra el menú mobile (cuando está abierto) */
  }
	.galeria-prof-lightbox-content {
    overflow: visible !important;
  }
  .galeria-prof-lightbox-arrow {
    font-size: 2.1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    padding: 0 8px;
    pointer-events: auto;
  }
  .galeria-prof-lightbox-prev {
    left: -18px !important;
    right: auto !important;
  }
  .galeria-prof-lightbox-next {
    right: -18px !important;
    left: auto !important;
  }
 .galeria-prof {
    padding: 38px 0 13vw 0;
  }
  .galeria-prof-title {
    font-size: 1.45rem;
  }
  .galeria-prof-desc {
    font-size: 1rem;
    margin-bottom: 17px;
  }
  .galeria-prof-grid {
    grid-template-columns: 1fr;
    gap: 18px 0;
  }
  .galeria-prof-item img {
    height: 270px;
  }
  .galeria-prof-btn {
    padding: 12px 22px;
    font-size: 0.99rem;
  }
    .galeria-prof-lightbox-arrow {
    font-size: 2.1rem;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 7px;
  }
  .galeria-prof-lightbox-prev {
    left: 8px !important;
    right: auto !important;
  }
  .galeria-prof-lightbox-next {
    right: 8px !important;
    left: auto !important;
  }
	
	 .whatsapp-button {
    position: fixed !important;
    bottom: 24px !important;
    right: 18px !important;
    z-index: 1001;
    width: 56px !important;
    height: 56px !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.15);
  }
  .whatsapp-button img {
    width: 100% !important;
    height: auto !important;
    border-radius: 50%;
  }
	.footer-container {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    padding: 0 7vw 8px 7vw;
  }
  .footer-logo-col,
  .footer-links-col,
  .footer-contact-col,
  .footer-legal-col {
    align-items: flex-start;
    min-width: 0;
    width: 100%;
  }
  


.galeria-prof-lightbox-content {
    margin-top: 6vw;
    margin-bottom: 2vw;
	 overflow: visible !important;
  }
  .galeria-prof-lightbox-img {
    max-width: 98vw;
    max-height: 43vh;
    border-radius: 11px;
  }
  .galeria-prof-lightbox-close { top: 6px; right: 10px; font-size: 2.1rem; }
  .galeria-prof-lightbox-prev { left: 0; }
  .galeria-prof-lightbox-next { right: 0; }
  
  
@keyframes galeriaFadeIn {
  from { opacity: 0;}
  to { opacity: 1;}
}
.galeria-prof-lightbox-img {
  max-width: 88vw;
  max-height: 75vh;
  border-radius: 14px;
  box-shadow: 0 6px 32px rgba(0,0,0,0.44);
  background: #e7f0f9;
  margin-bottom: 13px;
  object-fit: contain;
}
.galeria-prof-lightbox-caption {
  color: #fff;
  font-size: 1.15rem;
  margin-bottom: 18px;
  text-shadow: 0 2px 12px #154c79;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: center;
}
.galeria-prof-lightbox-close {
  position: absolute;
  top: 24px;
  right: 38px;
  color: #fff;
  font-size: 3.1rem;
  font-weight: bold;
  cursor: pointer;
  z-index: 2;
  text-shadow: 0 2px 12px #154c79;
  transition: color 0.14s;
}
.galeria-prof-lightbox-close:hover {
  color: #2bb673;
}
.galeria-prof-lightbox-arrow {
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  z-index: 2;
  text-shadow: 0 2px 10px #154c79;
  padding: 0 12px;
  transition: color 0.13s;
}
.galeria-prof-lightbox-prev {
  left: 28px;
  transform: translateY(-50%);
}
.galeria-prof-lightbox-next {
  right: 28px;
  transform: translateY(-50%);
}
.galeria-prof-lightbox-arrow:hover {
  color: #2bb673;
}





	 /* ==================== MENÚ HAMBURGUESA Y MENÚ MOBILE ==================== */
  /* Sólo aparece en mobile, NO afecta escritorio */

  /* Oculta el nav original de la top en mobile */
   .top {
  position: relative;
  background: rgba(40, 40, 40, 0.13); /* fondo apenas gris, muy sutil */
  backdrop-filter: blur(8px) brightness(1.06); /* blur/desenfoque y leve brillo */
  -webkit-backdrop-filter: blur(8px) brightness(1.06);
  height: 55px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  z-index: 100;
}
  .top nav {
    display: none !important;
  }

  /* Botón hamburguesa sobre fondo blur/transparente, pequeño y arriba a la derecha */
  .menu-toggle-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,0.05);
    border: none;
    position: absolute;
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
    z-index: 102;
    border-radius: 50%;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    box-shadow: 0 1px 6px rgba(0,0,0,0.10);
    cursor: pointer;
  }
  .menu-toggle-mobile span {
    display: block;
    width: 22px;
    height: 3px;
    margin: 3px 0;
    background: #fff;
    border-radius: 2px;
    transition: 0.3s;
  }

  /* Menú mobile desplegable con fondo blur/distorsionado */
  .mobile-menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(40, 40, 40, 0.30);
    backdrop-filter: blur(12px) brightness(1.06);
    -webkit-backdrop-filter: blur(12px) brightness(1.06);
    z-index: 101;
    padding-top: 100px;
    gap: 40px;
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: all 0.32s cubic-bezier(.76,0,.24,1);
  }
  .mobile-menu.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .mobile-menu a {
    color: #222;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    background: rgba(255,255,255,0.25);
    border-radius: 9px;
    padding: 13px 38px;
    text-decoration: none;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: background 0.2s, color 0.2s;
  }
  .mobile-menu a:hover {
    background: rgba(255,255,255,0.40);
    color: #03aed2;
  }
  .servicio-item {
	  height:auto;
  }
  .servicio-item p {
	  height:auto;
	   line-height: 1.6;
  }
 





	.wh{
	position:fixed;
	background-color:#00FF0000;
	
	
	bottom:20px;
	right:25px;
	border-radius:50px;
	padding:0px;
	z-index:1000;
	transition: ease 0.3s;
	animation:none;
	}
		.instagram{
	
	width:100%;
		
		align-items:center;
		justify-content:center;
	flex-direction:column;
	
}
.ig{
	margin:0%;
}
		.papa{
	display:flex;
	flex-direction:column;
	width:100%;
	
}
.arriba,.abajo,.masabajo{
	display:flex;
	flex-direction:column;
	width:100%;
}
.ima{
       display:flex;
         flex-direction:column;
	
	   width:100%;
	   justify-content:center;
}
.ta{
      
	   width:90%;
    justify-content:center;
	display:flex;
	flex-direction:column;

}
	.pil{
		flex-direction:column;
		text-align:center;
		justify-content:center;
		width:100%;
	}
	.cuadros{
		flex-direction:column;
		width:100%;
	}
	main{
		width:100%;
	}
	.min{
	  width:90%;	
	  background-image:url(img/mini.jpg);
	border-radius:30px;
	margin-right:0%;
		
	}
	.rom{
		width:90%;
		background-image:url(img/roma.jpg);
		border-radius:30px;
		margin-right:0%;
	}
	

	
	.top{
		
		flex-direction:column;
		text-align:center;
		justify-content:center;
	}
	
	nav{
		flex-direction:column;
        width:100%;
		 text-align:center;
		 margin-top:2%;
		
	}
	 footer {
    flex-direction: column;
    align-items: center;
    padding: 24px 0 8px 0;
    text-align: center;
  }
	.contacto{
		width:100%;
		
		align-items:center;
		justify-content:center;
		flex-direction:column;
	}
	

	nav a:link, nav a:visited{
		font-size:20px;
	}
	nav a:hover{
		font-size:25px;
	}
	.logo{
			
	
		align-items:center;
	}

	h1{
		font-size:25px;
	}
	.links{
		width:100%;
	
		align-items:center;
		margin:0;
		margin-left:0;
		
	}
	.tex{
		width:100%;
		
		text-align:center;
		margin:0;		
		
	}
	.tex h3{
		margin:0;
		margin-top:5%;
		color:#E9E9E9;
	font-family :Times New Roman,Roman, serif;
font-weight:bold;

	}
	.tex p{
		margin-left:0;
		
		
	}
	.privacidad{
		text-align:center;
		width:100%;
		margin:0;
		
	}
	h3{
		margin:0;
	}
	.boton{
		width:50%;
	}
	.pago{

	background-color:#e7e7e7;
	height:20vh;
	width:100%;
	
}
.logo2{
	width:100%;
	
}

.frase{
	width:100%;
	margin-top:25%;
}
.superior{
	flex-direction:column;
}
.inferior{
	flex-direction:column;
}
.ft img{
	width:90%;
	margin:1%;
}
.texto2{
	width:90%;
}

.ft{
	width:100%;
}



.abanico img{
		width:90%;
        margin-bottom:5%;
		margin-top:2%;
	
	}


.tabla{
	flex-direction:column;
	align-items:center;
	width:100%;
}
.vene img{
	width:90%;
	margin-top:10%;
	
	align-items:center;
	width:100%;
	}
table{
	width:90%;
	margin-top:10%;
}
.mina{
	  width:90%;	
	  	background-image:url(img/prueba.jpg);
		margin-right:0%;
		border-radius:30px;
	}
	.romaa{
		width:90%;
		margin-right:0%;
		border-radius:30px;
	}
.pilee{
		flex-direction:column;
		text-align:center;
		justify-content:center;
		width:100%;
	}
.pilee2{
		flex-direction:column;
		text-align:center;
		justify-content:center;
		width:100%;
	}

.p1{
	flex-direction:column;
	width:100%;
	margin:0;
	align-items:center;
}
.foto{
	width:100%;
	align-items:center;
}
.foto img{
	width:95%;
	align-items:center;
   margin:3%;
}
.c1{
	flex-direction:column;
	width:90%;
}

  header.video-header {
    height: auto;
    min-height: 100vh;
    padding: 0 !important;
    flex-direction: column !important;
    align-items: stretch !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  header.video-header .top {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
    width: 100%;
    background: transparent;
    z-index: 10;
  }
  .logo img {
    max-width: 110px;
    height: auto;
    margin-left: 10px;
  }

  /* Contenido central del header */
  header.video-header .contenido-header {
    margin-top: 0;
    padding: 32px 6vw 16px 6vw;
    text-align: left;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  header.video-header h1 {
    font-size: 8vw;
    margin-top: 24vw;
    margin-bottom: 30px;
	        margin-left: 0%;
    text-align: left;
    width: 100%;
    line-height: 1.1;
  }
  header.video-header p {
    font-size: 4vw;
    max-width: 100%;
    margin: 0;
    text-align: left;
  }
   .tabla {
    padding: 7px 0;
    margin: 8px 0;
    box-shadow: none;
    border-radius: 12px;
		display:flex;
	flex-direction:column;
  }
  .arriba, .abajo {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 14px;
    align-items: stretch;
    min-height: unset;
  }
  .ta-group {
    flex-direction: column;
    gap: 6px;
    width: 90%;
  }
  .ta {
    min-width: unset;

    box-shadow: 0 2px 10px 0 rgba(44, 59, 80, 0.06);
    padding: 9px 2px;
    font-size: 0.98rem;
  }
  .img-wrap {
    max-width: 100vw;
    min-width: 120px;
    min-height: 90px;
    border-radius: 8px;
    padding: 2px;
    margin-bottom: 6px;
    margin-top: 3px;
    order: -1; /* imagen primero en mobile */
  }
  .img-wrap img {
    border-radius: 7px;
    min-height: 80px;
  }
}





/* Oculta menú mobile en desktop */
@media screen and (min-width:901px) {
    .menu-toggle-mobile, .mobile-menu {
    display: none !important;
  }
  .top nav {
    display: flex !important;
  }
  .slider-arrow { display: none !important; }
  /* NO toques .servicio-tarjeta acá */;
  
}




