
body ,

html {
    width: 100%;
	height: 100%;
}

body, p {
	color: #6b747b; 
	font: 400 1rem/1.625rem "Open Sans", sans-serif;
}

h1 {
	color: #333333;
	font: 600 2.5rem/3.25rem "Poppins", sans-serif;
}

h2 {
	color: #1b1e7b;
	font: 600 2.125rem/2.75rem "Poppins", sans-serif;
}

h3 {
	color: #1b1e7b;
	font: 600 1.75rem/2.375rem "Poppins", sans-serif;
}

h4 {
	color: #1b1e7b;
	font: 600 1.5rem/2.125rem "Poppins", sans-serif;
}

h5 {
	color: #333333;
	font: 600 1.25rem/1.75rem "Poppins", sans-serif;
}

h6 {
	color: #333333;
	font: 600 1rem/1.5rem "Poppins", sans-serif;
}

.p-large {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.p-small {
	font-size: 0.875rem;
	line-height: 1.5rem;
}

.testimonial-text {
	font-style: italic;
}

.testimonial-author {
	font: 500 1rem/1.5rem "Poppins", sans-serif;
}

.li-space-lg li {
	margin-bottom: 0.5rem;
}

a {
	color: #6b747b;
	text-decoration: underline;
}

a:hover {
	color: #6b747b;
	text-decoration: underline;
}

.no-line {
	text-decoration: none;
}

.no-line:hover {
	text-decoration: none;
}

.blue {
	color: #026cfe;
}

.bg-gray {
	background-color: #f2f3fd;
}

.frame-decoration {
	width: 100%;
	height: 44px;
}

.heading-decoration {
	display: block;
	width: 5.75rem;
	height: 0.75rem;
	margin-right: auto;
	margin-left: auto;
}

.btn-solid-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid #026cfe;
	border-radius: 32px;
	background-color: #026cfe;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-reg:hover {
	border: 1px solid #026cfe;
	background-color: transparent;
	color: #026cfe;
	text-decoration: none;
}



.btn-outline-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid #ed832b;
	border-radius: 32px;
	background-color: transparent;
	color: #ed832b;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-reg:hover {
	border: 1px solid #ed832b;
	background-color: #ed832b;
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-lg {
	display: inline-block;
	padding: 1.5rem 2.5rem 1.5rem 2.5rem;
	border: 1px solid #ed832b;
	border-radius: 32px;
	background-color: transparent;
	color: #ed832b;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-lg:hover {
	border: 1px solid #ed832b;
	background-color: #ed832b;
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-sm {
	display: inline-block;
	padding: 1rem 1.5rem 1rem 1.5rem;
	border: 1px solid #ed832b;
	border-radius: 32px;
	background-color: transparent;
	color: #ed832b;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-sm:hover {
	border: 1px solid #ed832b;
	background-color: #ed832b;
	color: #ffffff;
	text-decoration: none;
}

.form-group {
	position: relative;
	margin-bottom: 1.25rem;
}

.form-group.has-error.has-danger {
	margin-bottom: 0.625rem;
}

.form-group.has-error.has-danger .help-block.with-errors ul {
	margin-top: 0.375rem;
}

.label-control {
	position: absolute;
	top: 0.875rem;
	left: 1.375rem;
	color: #7d838a;
	opacity: 1;
	font-size: 0.875rem;
	line-height: 1.375rem;
	cursor: text;
	transition: all 0.2s ease;
}

.form-control-input:focus + .label-control,
.form-control-input.notEmpty + .label-control,
.form-control-textarea:focus + .label-control,
.form-control-textarea.notEmpty + .label-control {
	top: 0.125rem;
	color: #6b747b;
	opacity: 1;
	font-size: 0.75rem;
	font-weight: 700;
}

.form-control-input,
.form-control-select {
	display: block; /* needed for proper display of the label in Firefox, IE, Edge */
	width: 100%;
	padding-top: 1.125rem;
	padding-bottom: 0.125rem;
	padding-left: 1.3125rem;
	border: 1px solid #cbcbd1;
	border-radius: 4px;
	background-color: #ffffff;
	color: #6b747b;
	font-size: 0.875rem;
	line-height: 1.875rem;
	transition: all 0.2s;
	-webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
}

.form-control-select {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	height: 3.25rem;
	color: #7d838a;
}

select {
 
    -webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url('../images/down-arrow.png');
    background-position: 96% 50%;
    background-repeat: no-repeat;
    outline: none;
}

.form-control-textarea {
	display: block; /* used to eliminate a bottom gap difference between Chrome and IE/FF */
	width: 100%;
	height: 14rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
	padding-top: 1.5rem;
	padding-left: 1.3125rem;
	border: 1px solid #cbcbd1;
	border-radius: 4px;
	background-color: #ffffff;
	color: #6b747b;
	font-size: 0.875rem;
	line-height: 1.5rem;
	transition: all 0.2s;
}

.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
	border: 1px solid #a1a1a1;
	outline: none; /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-select:hover,
.form-control-textarea:hover {
	border: 1px solid #a1a1a1;
}

.checkbox {
	font-size: 0.75rem;
	line-height: 1.25rem;
}

input[type='checkbox'] {
	vertical-align: -10%;
	margin-right: 0.5rem;
}

.form-control-submit-button {
	display: inline-block;
	width: 100%;
	height: 3.25rem;
	border: 1px solid #026cfe;
	border-radius: 32px;
	background-color: #026cfe;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	cursor: pointer;
	transition: all 0.2s;
}

.form-control-submit-button:hover {
	border: 1px solid #026cfe;
	background-color: transparent;
	color: #026cfe;
}

/* Fade-move Animation For Details Lightbox - Magnific Popup */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
	-ms-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
	transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective(37.5rem) rotateX(0); 
	-ms-transform: translateY(0) perspective(37.5rem) rotateX(0); 
	transform: translateY(0) perspective(37.5rem) rotateX(0); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg); 
	-ms-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg); 
	transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg); 
}

/* dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	transition: opacity 0.2s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}
/* end of fade-move animation for details lightbox - magnific popup */


/**********************/
/*     Navigation     */
/**********************/
.navbar {
	position: relative; /* necesario para posicionar el ::before */
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0.875rem;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.025);
	overflow: hidden; /* para que el pseudo-elemento no sobresalga */
}

.navbar::before {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background-color: rgba(182, 102, 210, 0.4); /* lila translúcido */
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	z-index: -1; /* para que quede detrás del contenido */
}

.navbar .navbar-brand {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}


.navbar .logo-text {
	color: #ffffff;
	font-weight: 600;
	font-size: 2rem;
	line-height: 1rem;
	text-decoration: none;
}

.offcanvas-collapse {
	position: fixed;
	top: 3rem; /* ajusta la altura entre la parte superior y el menú offcanvas */
	bottom: 0;
	left: 100%;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	overflow-y: auto;
	visibility: hidden;

	background-color: rgba(182, 102, 210, 0.4); /* lila semi-transparente */
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px); /* para Safari */

	transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.offcanvas-collapse.open {
	visibility: visible;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.navbar .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar .nav-item .nav-link {
  padding: 0.625rem 1rem;
  color: white;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: color 0.3s ease, background-color 0.3s ease;
  border-radius: 6px;
}

/* Contenedor del navbar para usar flex y separar ítems */
.navbar {
  display: flex;
  align-items: center;
  gap: 16px; /* Espacio general entre ítems */
}

/* Ajuste específico para los íconos sociales */
.navbar .social-icons {
  margin-left: 20px; /* Empuja los íconos hacia la derecha */
  display: flex;
  gap: 10px;
}

/* Opcional: íconos con animación al pasar el mouse */
.navbar .social-icons .nav-link i {
  font-size: 20px;
  color: white;
  transition: transform 0.3s ease;
}

.navbar .social-icons .nav-link i:hover {
  transform: scale(1.2);
}

.navbar .nav-item .nav-link:hover,
.navbar .nav-item.dropdown.show .nav-link,
.navbar .nav-item .nav-link.active {
  color: black; /* Texto blanco en hover/activo */
  background-color: rgba(214, 157, 240, 0.3);
}

.social-link i {
  font-size: 24px;
  color: #fff;
  transition: color 0.3s ease, transform 0.3s ease;
}

.social-link:hover i {
  color: #d69df0; /* o #e29bff para más intensidad */
  transform: scale(1.2);
}

.navbar .fa-stack {
	width: 2em;
	margin-top: 0.25rem;
	margin-right: 0.25rem;
	font-size: 0.75rem;
}

.navbar .fa-stack-2x {
	color: #026cfe;
	transition: all 0.2s ease;
}

.navbar .fa-stack-1x {
	color: #ffffff;
	transition: all 0.2s ease;
}

.navbar .fa-stack:hover .fa-stack-2x {
	color: #ffffff;
}

.navbar .fa-stack:hover .fa-stack-1x {
	color: #026cfe;
}

.navbar .navbar-toggler {
	padding: 0;
	border: none;
	font-size: 1.25rem;
}


/*****************/
/*    Header     */
/*****************/
.header {
    position: relative;
    overflow: hidden;
    padding-top: 6rem;
    padding-bottom: 17rem;
    z-index: 1;

    /* Fondo nuevo con imagen */
    background-image: url('fondo.jpg'); /* Asegúrate que exista y esté bien escrito */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Asegura que el contenido esté encima del fondo */
.header .container,
.header .ocean {
    position: relative;
    z-index: 1;
}

.header .text-container {
    margin-bottom: 4rem;
    text-align: center;
}

.header .h1-large {
    margin-bottom: 1.375rem;
    color: #ffffff;
}

.header .p-large {
    margin-bottom: 2rem;
    color: #ffffff;
}

.header .ocean { 
    height: 2%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffffff;
}

.header .wave {
    background: url('../images/wave.svg') repeat-x; 
    position: absolute;
    top: -190px;
    width: 6400px;
    height: 198px;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
}

.header .wave:nth-of-type(2) {
	top: -170px;
	animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
	opacity: 1;
}
  
/* Wave Animation */
@keyframes wave {
	0% {
		margin-left: 0;
	}
	100% {
		margin-left: -1600px;
	}
}

@keyframes swell {
	0%, 100% {
		transform: translate3d(0,-25px,0);
	}
	50% {
		transform: translate3d(0,5px,0);
	}
}

.basic-1 {
	padding-top: 2rem;
	padding-bottom: 3.75rem;
}

.basic-1 .text-container {
	text-align: center;
}

.basic-1 h3 {
	margin-bottom: 1rem;
}

.basic-1 .p-large {
	margin-bottom: 2.25rem;
}

.basic-1 img {
	width: 110px;
	margin-bottom: 0.75rem;
	border-radius: 50%;
}
#particles-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}


/*********************/
/*     Details 1     */
/*********************/
.basic-2 {
	padding-top: 3.75rem;
	padding-bottom: 4.5rem;
}

.basic-2 .image-container {
	margin-bottom: 3.75rem;
}

.basic-2 h2 {
	margin-bottom: 1.25rem;
}

.basic-2 .list-unstyled {
	margin-bottom: 1.625rem;
}

.basic-2 .list-unstyled .fas {
	font-size: 0.375rem;
	line-height: 1.625rem;
}

.basic-2 .list-unstyled .media-body {
	margin-left: 0.5rem;
}


/****************************/
/*     Details Lightbox     */
/****************************/
.lightbox-basic {
	position: relative;
	max-width: 1150px;
	margin: 2.5rem auto;
	padding: 3rem 1rem;
	background-color: #ffffff;
	text-align: left;
}

.lightbox-basic .image-container {
	margin-bottom: 3rem;
	text-align: center;
}

.lightbox-basic .image-container img {
	border-radius: 8px;
}

.lightbox-basic h3 {
	margin-bottom: 0.5rem;
}

.lightbox-basic hr {
	width: 44px;
	margin-top: 0.125rem;
	margin-bottom: 1rem;
	margin-left: 0;
	border-top: 0.125rem solid #026cfe;
}

.lightbox-basic h4 {
	margin-top: 1.75rem;
	margin-bottom: 0.625rem;
}

.lightbox-basic .list-unstyled {
	margin-bottom: 1.5rem;
}

.lightbox-basic .list-unstyled .fas {
	color: #026cfe;
	font-size: 0.875rem;
	line-height: 1.75rem;
}

.lightbox-basic .list-unstyled .media-body {
	margin-left: 0.625rem;
}

.lightbox-basic .list-unstyled {
	margin-bottom: 1.5rem;
}

/* Action Button */
.lightbox-basic .btn-solid-reg.mfp-close {
	position: relative;
	width: auto;
	height: auto;
	color: #ffffff;
	opacity: 1;
	font-family: "Open Sans";
}

.lightbox-basic .btn-solid-reg.mfp-close:hover {
	color: #026cfe;
}
/* end of action Button */

/* Back Button */
.lightbox-basic .btn-outline-reg.mfp-close.as-button {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin-left: 0.375rem;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid #6b747b;
	background-color: transparent;
	color: #6b747b;
	opacity: 1;
	font-family: "Open Sans";
}

.lightbox-basic .btn-outline-reg.mfp-close.as-button:hover {
	background-color: #6b747b;
	color: #ffffff;
}
/* end of back button */

/* Close X Button */
.lightbox-basic button.mfp-close.x-button {
	position: absolute;
	top: -0.125rem;
	right: -0.125rem;
	width: 44px;
	height: 44px;
	color: #555555;
}
/* end of close x button */


/*********************/
/*     Details 2     */
/*********************/
.basic-3 {
	padding-top: 4.5rem;
	padding-bottom: 4.5rem;
}

.basic-3 h2 {
	margin-bottom: 1.25rem;
}

.basic-3 .text-container {
	margin-bottom: 4rem;
}

.basic-3 .list-unstyled {
	margin-bottom: 1.625rem;
}

.basic-3 .list-unstyled .fas {
	font-size: 0.375rem;
	line-height: 1.625rem;
}

.basic-3 .list-unstyled .media-body {
	margin-left: 0.5rem;
}


/********************/
/*     Features     */
/********************/
.basic-4 {
	padding-top: 4.5rem;
	padding-bottom: 2.5rem;
}

.basic-4 .fas {
	margin-bottom: 1.5rem;
	color: #026cfe;
	font-size: 3.25rem;
}

.basic-4 .text-box {
	margin-bottom: 3rem;
	padding: 2.5rem 1rem 1.125rem 1rem;
	border-radius: 10px;
}


/*****************/
/*     About     */
/*****************/
.basic-5 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.basic-5 .text-container {
	margin-bottom: 3rem;
}

.basic-5 h2 {
	margin-bottom: 1.25rem;
}

.basic-5 .image-container {
	margin-bottom: 3rem;
}


/**********************/
/*     Statistics     */
/**********************/
.counter {
	padding-top: 2rem;
	padding-bottom: 3.5rem;
	text-align: center;
}

.counter #counter {
	margin-bottom: 0.75rem;
}

.counter #counter .cell {
	display: inline-block;
	width: 124px;
	margin-right: 1.5rem;
	margin-bottom: 3.5rem;
	margin-left: 1.5rem;
	vertical-align: top;
}

.counter #counter .counter-value {
	color: #1b1e7b;
	font-weight: 700;
	font-size: 3.25rem;
	line-height: 3.75rem;
	vertical-align: middle;
}

.counter #counter .counter-info {
	margin-bottom: 0;
	font-size: 0.875rem;
	vertical-align: middle;
}


/**********************/
/*     Invitation     */
/**********************/
.basic-6 {
	text-align: center;
}

.basic-6 .text-container {
	padding: 4rem 1.25rem 4.5rem 1.25rem;
	border-radius: 10px;
}

.basic-6 h4 {
	margin-bottom: 1.625rem;
}


/*******************/
/*     Contact     */
/*******************/
.form-1 {
	overflow-x: hidden;
	padding-top: 7.75rem;
	padding-bottom: 7.25rem;
}

.form-1 .h2-heading,
.form-1 .p-heading {
	text-align: center;
}

.form-1 .h2-heading {
	margin-bottom: 0.75rem;
}

.form-1 .p-heading {
	margin-bottom: 3.5rem;
}

.form-1 .form-container {
	position: relative;
}

.form-1 .decoration {
	position: absolute;
	width: 400px;
	bottom: -60px;
	right: -200px;
}


/******************/
/*     Footer     */
/******************/
.footer {
	padding-top: 5.25rem;
	padding-bottom: 1rem;
	text-align: center;
}

.footer a {
	text-decoration: none;
}

.footer .fa-stack {
	width: 2em;
	margin-bottom: 1.25rem;
	margin-right: 0.375rem;
	font-size: 1.5rem;
}

.footer .fa-stack .fa-stack-1x {
    color: #1b1e7b;
	transition: all 0.2s ease;
}

.footer .fa-stack .fa-stack-2x {
	color: #ffffff;
	transition: all 0.2s ease;
}

.footer .fa-stack:hover .fa-stack-1x {
	color: #ffffff;
}

.footer .fa-stack:hover .fa-stack-2x {
    color: #1b1e7b;
}


/*********************/
/*     Copyright     */
/*********************/
.copyright {
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-align: center;
}

.copyright .p-small {
	color: #92989c;
	text-align: center;
}

.copyright a {
	color: #92989c;
}


/******************************/
/*     Back To Top Button     */
/******************************/
a.back-to-top {
	position: fixed;
	z-index: 999;
	right: 12px;
	bottom: 12px;
	display: none;
	width: 42px;
	height: 42px;
	border-radius: 30px;
	background: #1b1e7b url("../images/up-arrow.png") no-repeat center 47%;
	background-size: 18px 18px;
	text-indent: -9999px;
}

a:hover.back-to-top {
	background-color: #026cfe; 
}


/*************************/
/*     Media Queries     */
/*************************/	
/* Min-width 768px */
@media (min-width: 768px) {

	/* General Styles */
	.frame-decoration {
		height: 64px;
	}
	/* end of general Styles */


	/* Header */
	.header {
		padding-top: 8rem;
	}
	/* end of header */


	/* Features */
	.basic-4 .text-box {
		padding-right: 2rem;
		padding-left: 2rem;
	}
	/* end of features */


	/* Invitation */
	.basic-6 h4 {
		width: 35rem;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of invitation */
}
/* end of min-width 768px */


/* Min-width 992px */
@media (min-width: 992px) {
	
	/* General Styles */
	.h1-large {
		font-size: 2.625rem;
		line-height: 3.25rem;
	}

	.h2-heading {
		width: 35.25rem;
		margin-right: auto;
		margin-left: auto;
	}

	.p-heading {
		width: 42.5rem;
		margin-right: auto;
		margin-left: auto;
	}

	.frame-decoration {
		height: 96px;
	}
	/* end of general styles */


	/* Navigation */
.navbar {
  padding-top: 1.75rem;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.2s;
  position: relative; /* necesario para posicionar el ::before */
  overflow: hidden; /* evita que ::before sobresalga */
  z-index: 10; /* asegúrate que esté por encima del fondo de la página */
}

.navbar.top-nav-collapse {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: transparent; /* deja que el ::before se vea */
}

.navbar.top-nav-collapse::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(178, 109, 224, 0.6); /* morado translúcido */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Safari */
  z-index: -1; /* para que quede detrás del contenido */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

	.offcanvas-collapse {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		padding-right: 0;
		padding-left: 0;
		background-color: transparent;
		overflow-y: visible;
		visibility: visible;
	}

	.offcanvas-collapse.open {
		-webkit-transform: none;
		transform: none;
	}

	.navbar .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.navbar .nav-item .nav-link {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}

	.navbar .social-icons {
		margin-left: 0.5rem;
	}
	
	.navbar .fa-stack {
		margin-top: 0;
		margin-right: 0;
		margin-left: 0.25rem;
	}
	/* end of navigation */
	

	/* Header */
.header {
  padding: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.header .text-container h1,
.header .text-container p {
  color: #1a1a1a; /* Oscuro para que resalte sobre el fondo pastel */
}

.header .container {
  z-index: 2;
}

.ocean {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 15vh;
  z-index: 1;
}
	/* end of header */


	/* Statement */
	.basic-1 .text-container {
		width: 760px;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of statement */


	/* Details 1 */
	.basic-2 .image-container {
		margin-bottom: 0;
	}
	/* end of details 1 */


	/* Details Lightbox */
	.lightbox-basic {
		padding: 3rem 3rem;
	}

	.lightbox-basic .image-container {
		margin-bottom: 0;
		text-align: left;
	}
	/* end of details lightbox */


	/* Details 2 */
	.basic-3 .text-container {
		margin-bottom: 0;
	}
	/* end of details 2 */


	/* About */
	.basic-5 .text-container {
		margin-bottom: 0;
	}
	
	.basic-5 .image-container {
		margin-bottom: 0;
	}
	/* end of about */


	/* Statistics */
	.counter {
		padding-top: 5rem;
	}
	/* end of statistics */


	/* Invitation */
	.basic-6 .text-container {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.basic-6 h4 {
		width: 600px;
	}
	/* end of invitation */
}
/* end of min-width 992px */


/* Min-width 1200px */
@media (min-width: 1200px) {

	/* General Styles */
	.frame-decoration {
		height: 128px;
	}
	/* end of general styles */


	/* Navigation */
	.navbar .container {
		max-width: 100%;
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
	/* end of navigation */


	/* Header */
	.header {
		padding-top: 12rem;
		padding-bottom: 22rem;
	}

	.header .text-container {
		margin-top: 3.625rem;
		margin-right: 2.5rem;
	}

	.header .image-container {
		margin-left: 2.5rem;
	}
	/* end of header */


	/* Statement */
	.basic-1 {
		padding-top: 5rem;
	}
	/* end of statement */


	/* Details 1 */
	.basic-2 .image-container {
		margin-right: 5rem;
	}

	.basic-2 .text-container {
		margin-top: 2.75rem;
	}
	/* end of details 1 */


	/* Details Lightbox */
	.lightbox-basic .image-container {
		margin-right: 1.5rem;
	}
	/* end of details lightbox */


	/* Details 2 */
	.basic-3 .text-container {
		margin-top: 2.75rem;
	}

	.basic-3 .image-container {
		margin-left: 5rem;
	}
	/* end of details 2 */


	/* About */
	.basic-5 .text-container {
		margin-top: 3.5rem;
	}

	.basic-5 .image-container {
		margin-right: 3.5rem;
		margin-left: 2.5rem;
	}
	/* end of about */


	/* Statistics */
	.counter #counter .cell {
		margin-right: 2.375rem;
		margin-left: 2.375rem;
	}
	/* end of statistics */


	/* Contact */
	form {
		width: 860px;
		margin-right: auto;
		margin-left: auto;
	}

	.form-1 .decoration {
		width: 560px;
		bottom: -80px;
		right: -200px;
	}
	/* end of contact */
}
.logo-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}

.logo-text:hover {
  color: #d69df0; /* Lila claro */
  text-shadow: 0 0 10px rgba(214, 157, 240, 0.8);
  transform: scale(1.05);
}

.hero-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 48px;
  color: #ffffff;
  cursor: pointer;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease; /* Suaviza el cambio */
}

.hero-title:hover {
  color: #e29bff; /* Lila más brillante */
  text-shadow: 0 0 20px rgba(226, 155, 255, 1), 
               0 0 10px rgba(226, 155, 255, 0.8);
  transform: scale(1.07); /* Ligero aumento de zoom para enfatizar */
}

/* Subtítulo */
.hero-subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  color: #f0f0f0;
  max-width: 700px;
  margin: 0 auto 20px;
  text-align: center;
}

/* Botón */
.hero-btn {
  font-family: 'Poppins', sans-serif;
  background-color:  #c084fc;
  border: none;
  color: #fff;
  padding: 16px 40px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  text-decoration: none; /* Quita subrayado */
  display: inline-block; /* Asegura que se comporte como botón */
}

.hero-btn:hover {
  background-color: #d69df0;
  transform: scale(1.05);
  color: #fff; 
  text-decoration: none; 
}

.info-section {
  padding: 80px 20px;
  background-color: transparent; /* Sin fondo fuerte */
  font-family: 'Poppins', sans-serif;
}

.info-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.info-card {
  position: relative; /* para el pseudo-elemento */
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  padding: 30px 25px;
  width: 320px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, background-color 0.3s ease;
  overflow: visible;
  border: 4px solid transparent; /* espacio para el borde externo */
  z-index: 0;
}

.info-card::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 20px;
  padding: 4px;
background: linear-gradient(90deg, #b26de0 0%, #dabaf0 40%, #a6f5e5 100%);
  background-size: 1400% 1400%;
  animation: rainbow 3s linear infinite; /* Animación más rápida */
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.info-card:hover::before {
  opacity: 1;
}

.info-card:hover {
  transform: translateY(-8px);
  background-color: rgba(255, 255, 255, 0.25);
}

@keyframes rainbow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.info-icon {
  font-size: 36px;
  color: #fff;
  background-color: #2563eb;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 20px;
}

.info-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1e1e1e;
}

.info-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

.acerca-de-mi {
  position: relative;
  padding: 100px 20px;
  color: #1a1a1a;
  background-image: url('fondo3.jpg'); /* <-- cambia por tu imagen */
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  z-index: 1;
  overflow: hidden;
}

.acerca-de-mi::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(173, 173, 173, 0.5);
  backdrop-filter: blur(2px);
  z-index: 2;
}

#acerca .contenido {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
}

.texto {
  flex: 1 1 55%;
  min-width: 300px;
}

.texto h2 span {
  font-size: 40px;
  font-weight: bold;
  background-color: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.texto h3 {
  font-size: 28px;
  margin-top: 10px;
  color: white;
}

.texto p {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 20px;
  color: black;
}

.barras {
  margin-top: 30px;
}

.barra {
  margin-bottom: 25px;
}

.barra span {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.progreso {
  width: 100%;
  height: 24px;
  background: #e0c3fc;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.progreso-interno {
  height: 100%;
  width: 0;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  border-radius: 30px;
  background: linear-gradient(90deg, #a178b6, #ecb0c9);
  animation: llenar 2s ease forwards;
}

.b89 { --target: 89%; }
.b82 { --target: 82%; }
.b94 { --target: 94%; }
.b89, .b82, .b94 {
  animation: llenar 2s ease forwards;
}

@keyframes llenar {
  from { width: 0; }
  to { width: var(--target); }
}

.btn-instagram {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 30px;
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
}

.btn-instagram img {
  width: 20px;
  height: 20px;
}

.btn-instagram:hover {
  background: rgba(255, 255, 255, 0.5);
  transform: scale(1.03);
}

.imagen-card {
  flex: 1 1 35%;
  max-width: 350px;
  background: white;
  padding: 15px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.imagen-card:hover {
  transform: translateY(-5px);
}

.imagen-card img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

/* Partículas */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; left: 0;
  z-index: 1;
  pointer-events: none;
}

.interes-section {
  background-color: white;
  padding: 4rem 2rem;
  text-align: center;
}

.interes-section h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: #111;
}

.tarjetas-contenedor {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.tarjeta {
  background: rgb(148, 144, 144);
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 280px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.tarjeta:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.tarjeta img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

.tarjeta p {
  margin: 0;
  padding: 1rem;
  font-weight: bold;
  font-size: 1rem;
  color: #ffffff;
}

.info-icon {
  background-color: #b66bff; /* Lila exterior */
  color: white; /* Color del ícono */
  font-size: 2.5rem;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; /* Hace el círculo */
  margin: 0 auto 1rem auto; /* Centra el ícono en la tarjeta */
  box-shadow: 0 0 15px #b66bff80; /* Efecto de resplandor suave */
  transition: transform 0.3s ease;
}

.info-icon:hover {
  transform: scale(1.1); /* Animación al pasar el mouse */
}


.transform-section {
  position: relative;
  height: 40vh; 
  overflow: hidden;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.bg-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: brightness(0.4);
}

.transform-section .content {
  position: relative;
  z-index: 2;
}

.transform-section h2 {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.transform-section .btn {
  padding: 12px 30px;
  font-size: 1rem;
  border-radius: 30px;
  border: 2px solid white;
  color: white;
  background: transparent;
  transition: all 0.3s ease;
}

.transform-section .btn:hover {
  background-color: white;
  color: black;
}







.parallax-section {
  position: relative;
  color: #fff;
  padding: 100px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; /* para que el blur no sobresalga */
}

.parallax-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('fondo2.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  filter: blur(8px); /* el efecto blur */
  z-index: 0;
  /* Para que el fondo con blur se mantenga fijo al hacer scroll */
  will-change: transform;
}

.overlay {
  position: relative;
  z-index: 1; /* que esté por encima del fondo */
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  padding: 40px;
  max-width: 1000px;
  width: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.content {
  text-align: center;
  margin-bottom: 30px;
}

.content h2 {
  font-size: 2.5em;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.content .highlight {
  background: linear-gradient(to right, #d6a4ec, #b8c0ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.whatsapp {
  font-size: 1.2em;
  color: #333;
  margin: 10px 0;
}

.whatsapp a {
  color: #7b2cbf;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid #7b2cbf;
}

.socials {
  margin-top: 20px;
}

.socials .follow {
  font-weight: bold;
  color: #555;
  margin-bottom: 10px;
}

.socials a {
  font-size: 1.5em;
  margin: 0 10px;
  color: #7b2cbf;
  transition: transform 0.3s ease;
}

.socials a:hover {
  transform: scale(1.2);
  color: #c77dff;
}

.map iframe {
  width: 100%;
  border-radius: 10px;
  margin-top: 30px;
  height: 300px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .overlay {
    padding: 30px 15px;
  }

  .content h2 {
    font-size: 1.8em;
  }

  .socials a {
    font-size: 1.3em;
  }
}

#particles-js {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 0; /* Debajo del overlay */
}


.whatsapp-float {
  position: fixed;
  left: 20px;      /* distancia desde la izquierda */
  bottom: 20px;    /* distancia desde abajo */
  background-color: #25d366; /* color verde WhatsApp */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration: none;
}

.whatsapp-float:hover {
  background-color: #1ebe57;
}

.whatsapp-float img {
  width: 32px;
  height: 32px;
}

body {
  cursor: url('/images/mushroom.png'), auto;
}

::-webkit-scrollbar {
  width: 16px;
}

::-webkit-scrollbar-track {
  background: linear-gradient(180deg, #f9f5ff 0%, #e6d9ff 100%);
  border-radius: 14px;
  box-shadow: inset 0 0 5px rgba(200, 180, 255, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: #b399ff; /* lila pastel */
  border-radius: 14px;
  border: 3px solid #f9f5ff; /* borde claro para destacar */
  box-shadow:
    inset 0 2px 4px rgba(150, 110, 255, 0.6),
    0 0 8px rgba(179, 153, 255, 0.7);

  background-image: url('https://i.imgur.com/6bB0ZfS.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% 50%;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #9177ff;
  box-shadow:
    inset 0 2px 8px rgba(130, 90, 255, 0.8),
    0 0 12px rgba(145, 119, 255, 0.9);
}

/* Scrollbar para Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #b399ff #f9f5ff;
}


.footer-logo {
    height: 40px;
    vertical-align: middle;
    margin-left: 10px;
    animation: logoPulseRotate 4s infinite ease-in-out;
    transition: transform 0.3s ease;
  }
  
 
  @keyframes logoPulseRotate {
    0% {
      transform: rotate(0deg) scale(1);
      filter: brightness(1);
    }
    25% {
      transform: rotate(5deg) scale(1.05);
      filter: brightness(1.3);
    }
    50% {
      transform: rotate(-5deg) scale(1.1);
      filter: brightness(1.1);
    }
    75% {
      transform: rotate(5deg) scale(1.05);
      filter: brightness(1.3);
    }
    100% {
      transform: rotate(0deg) scale(1);
      filter: brightness(1);
    }
  }


 @keyframes floatPulse {
  0%, 100% {
    transform: scale(1) translateY(0px);
  }
  50% {
    transform: scale(1.04) translateY(-4px);
  }
}

.logo-container {
  max-width: 500px;
  padding: 12px;
  margin-left: 10px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease;
  display: inline-block;
}

.logo-container:hover {
  animation: floatPulse 1.2s ease-in-out forwards;
}

.logo-img {
  width: 100%;
  max-width: 480px;
  height: auto;
  border-radius: 20px;
  display: block;
  margin: 0 auto;
}

/* Responsive */
@media (max-width: 768px) {
  .logo-container {
    margin: 20px auto 0;
    text-align: center;
  }

  .logo-img {
    width: 80%;
    max-width: 300px;
  }
}

.whatsapp-testimonials {
  background-color: white;
  padding: 2rem;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}

.whatsapp-testimonials h2 {
  color: #111;
  margin-bottom: 2rem;
}

/* Contenedor principal tipo tarjeta */
.carousel-container {
  max-width: 450px;
  margin: auto;
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  overflow: hidden;
}

/* Encabezado tipo WhatsApp */
.chat-header {
  display: flex;
  align-items: center;
  background-color: #075e54;
  color: white;
  padding: 0.6rem 1rem;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.avatar {
  width: 36px;
  height: 36px;
  background-color: #25d366;
  border-radius: 50%;
  margin-right: 0.8rem;
}

.chat-info strong {
  font-size: 1rem;
  display: block;
}

.chat-info .status {
  font-size: 0.75rem;
  color: #d0f0d0;
}

/* Carrusel horizontal */
.carousel-track {
  display: flex;
  overflow: hidden;
}

.chat-window {
  min-width: 100%;
  display: none;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  box-sizing: border-box;
}

.chat-window.active {
  display: flex;
}

/* Mensajes */
.message {
  max-width: 75%;
  padding: 1rem 1.2rem;
  border-radius: 18px;
  position: relative;
  word-wrap: break-word;
  font-size: 1rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* Mensaje del cliente */
.message.received {
  background-color: #dcf8c6;
  align-self: flex-start;
  border-radius: 0 12px 12px 12px;
}

/* Respuesta del equipo */
.message.sent {
  background-color: #ffffff;
  align-self: flex-end;
  border-radius: 12px 0 12px 12px;
  border: 1px solid #dcdcdc;
}

/* Texto del mensaje */
.message p {
  margin: 0;
  color: #222;
}

/* Nombre del remitente */
.sender {
  font-size: 0.75rem;
  color: #555;
  margin-top: 0.4rem;
  display: block;
  text-align: right;
  font-style: italic;
}

/* Botones de navegación */
.carousel-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.carousel-buttons button {
  padding: 0.5rem 1.5rem;
  border: none;
  background-color: #25d366;
  color: white;
  font-weight: bold;
  border-radius: 24px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.carousel-buttons button:hover {
  background-color: #1ebc5d;
}


.elfsight-app-72cb20db-ff11-4fab-b72d-0116f5ce758b {
  margin-top: 30px;
  max-width: 100%;
  display: flex;
  justify-content: center;
}
