.presentacion-wrapper {
width: 100%; height: 85vh;
min-height: 500px;
background-color: transparent; position: relative;
} .presentacion-slider {
width: 100%;
height: 100vh;
position: relative;
overflow: hidden;
}
.presentacion-slide {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
padding: 2rem 4rem;
box-sizing: border-box;
opacity: 0;
pointer-events: none;
transition: opacity 0.8s ease-in-out;
background-color: transparent;
z-index: 0;
}
.presentacion-slide.active-slide {
opacity: 1;
pointer-events: auto;
z-index: 1;
} .pres-content-card {
background: transparent;
border: none;
padding: 2rem;
max-width: 1200px;
width: 90%;
margin: 0 auto;
box-shadow: none;
position: relative;
z-index: 2;
} .pres-content-card > * {
opacity: 0;
transform: translateY(30px) scale(0.98);
transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.active-slide .pres-content-card > * {
opacity: 1;
transform: translateY(0) scale(1);
}
.active-slide .pres-content-card > *:nth-child(1) { transition-delay: 0.1s; }
.active-slide .pres-content-card > *:nth-child(2) { transition-delay: 0.25s; }
.active-slide .pres-content-card > *:nth-child(3) { transition-delay: 0.4s; }
.active-slide .pres-content-card > *:nth-child(4) { transition-delay: 0.55s; }
.active-slide .pres-content-card > *:nth-child(5) { transition-delay: 0.7s; }
.active-slide .pres-content-card > *:nth-child(6) { transition-delay: 0.85s; }
.pres-icon-wrapper {
width: 70px;
height: 70px;
background: transparent;
border: 2px solid var(--art-brown, #9a634e);
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 1.5rem auto;
color: var(--art-brown, #9a634e);
font-size: 2rem;
} .presentacion-title {
font-family: var(--font-heading, 'Inter', sans-serif);
font-size: clamp(3rem, 6vw, 4.5rem);
font-weight: 900;
color: var(--art-brown, #9a634e);
margin-bottom: 2rem;
line-height: 1.1;
text-transform: uppercase;
letter-spacing: -1px;
}
.presentacion-text {
font-size: clamp(1.2rem, 2.5vw, 1.5rem);
color: var(--txt-2, #475569);
line-height: 1.6;
font-weight: 400;
} .pres-grid-2 {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2rem;
margin-top: 2rem;
text-align: left;
}
.pres-grid-3 {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.5rem;
margin-top: 2rem;
text-align: center;
}
.pres-grid-item {
background: transparent;
padding: 1.5rem;
border-radius: 12px;
border: 1px solid rgba(154, 99, 78, 0.3);
transition: transform 0.3s ease, border-color 0.3s ease;
}
.pres-grid-item:hover {
transform: translateY(-5px);
border-color: var(--art-brown, #9a634e);
}
.pres-item-icon {
font-size: 2rem;
color: var(--art-brown, #9a634e);
margin-bottom: 1rem;
}
.pres-grid-item h3 {
font-size: 1.6rem;
color: #1e293b;
margin-bottom: 0.8rem;
font-weight: 800;
text-transform: uppercase;
}
.pres-grid-item p {
font-size: 1.1rem;
color: #475569;
line-height: 1.6;
} .pres-list {
list-style: none;
padding: 0;
margin: 2rem 0 0 0;
text-align: left;
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.pres-list li {
display: flex;
align-items: center;
background: transparent;
padding: 1rem 0;
font-size: 1.3rem;
color: #1e293b;
font-weight: 500;
border-bottom: 1px solid rgba(154, 99, 78, 0.2);
}
.pres-list li i {
color: var(--art-brown, #9a634e);
font-size: 1.5rem;
margin-right: 1.5rem;
width: 30px;
text-align: center;
} .pres-grid-4 {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 1rem;
margin-top: 2rem;
}
.pres-tag {
background: transparent;
color: var(--art-brown, #9a634e);
padding: 0.8rem 1.5rem;
border-radius: 50px;
font-weight: 600;
font-size: 1rem;
display: flex;
align-items: center;
gap: 0.5rem;
border: 1px solid var(--art-brown, #9a634e);
transition: all 0.3s ease;
}
.pres-tag:hover {
background: rgba(154, 99, 78, 0.05);
}
@media (max-width: 768px) {
.pres-grid-2, .pres-grid-3 {
grid-template-columns: 1fr;
gap: 1rem;
}
.pres-content-card {
padding: 0; }
.presentacion-title {
font-size: 2rem;
}
}  .slide-shapes-1::before {
content: ''; position: absolute; top: 10%; left: 15%; width: 250px; height: 250px;
background: rgba(154, 99, 78, 0.08); clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
animation: move-triangle 8s ease-in-out infinite; z-index: 0;
}
.slide-shapes-1::after {
content: ''; position: absolute; bottom: 15%; right: 15%; width: 200px; height: 200px;
background: rgba(154, 99, 78, 0.05); clip-path: inset(0);
animation: move-square 10s ease-in-out infinite; z-index: 0;
} .slide-shapes-2::before {
content: ''; position: absolute; top: 20%; right: 20%; width: 300px; height: 300px;
background: rgba(154, 99, 78, 0.06); clip-path: circle(50% at 50% 50%);
animation: move-circle 12s linear infinite; z-index: 0;
}
.slide-shapes-2::after {
content: ''; position: absolute; bottom: 20%; left: 15%; width: 180px; height: 180px;
background: rgba(154, 99, 78, 0.09); clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
animation: move-diamond 9s ease-in-out infinite; z-index: 0;
} .slide-shapes-3::before {
content: ''; position: absolute; top: 15%; left: 25%; width: 220px; height: 220px;
background: rgba(154, 99, 78, 0.07); clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
animation: move-hexagon 11s ease-in-out infinite; z-index: 0;
}
.slide-shapes-3::after {
content: ''; position: absolute; bottom: 10%; right: 20%; width: 260px; height: 160px;
background: rgba(154, 99, 78, 0.06); clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
animation: move-parallel 7s ease-in-out infinite; z-index: 0;
} .slide-shapes-4::before {
content: ''; position: absolute; top: 25%; right: 10%; width: 280px; height: 280px;
background: rgba(154, 99, 78, 0.05); clip-path: polygon(0 0, 100% 0, 50% 100%);
animation: move-triangle-inv 9s ease-in-out infinite; z-index: 0;
}
.slide-shapes-4::after {
content: ''; position: absolute; bottom: 30%; left: 10%; width: 150px; height: 150px;
background: rgba(154, 99, 78, 0.08); clip-path: circle(50% at 50% 50%);
animation: move-circle-small 6s linear infinite alternate; z-index: 0;
} .slide-shapes-5::before {
content: ''; position: absolute; top: 10%; left: 35%; width: 240px; height: 240px;
background: rgba(154, 99, 78, 0.07); clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
animation: move-pentagon 10s ease-in-out infinite; z-index: 0;
}
.slide-shapes-5::after {
content: ''; position: absolute; bottom: 15%; right: 25%; width: 200px; height: 200px;
background: rgba(154, 99, 78, 0.06); clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
animation: move-trapezoid 8s ease-in-out infinite alternate; z-index: 0;
} @keyframes move-triangle {
0% { transform: translate(0, 0) rotate(0deg) scale(1); }
50% { transform: translate(30px, -20px) rotate(180deg) scale(1.1); }
100% { transform: translate(0, 0) rotate(360deg) scale(1); }
}
@keyframes move-square {
0% { transform: translate(0, 0) rotate(0deg); }
50% { transform: translate(-40px, 30px) rotate(-90deg); }
100% { transform: translate(0, 0) rotate(-180deg); }
}
@keyframes move-circle {
0% { transform: translate(0, 0) scale(1); }
50% { transform: translate(-30px, 40px) scale(1.2); }
100% { transform: translate(0, 0) scale(1); }
}
@keyframes move-diamond {
0% { transform: translate(0, 0) rotate(0deg); }
50% { transform: translate(50px, -10px) rotate(45deg); }
100% { transform: translate(0, 0) rotate(0deg); }
}
@keyframes move-hexagon {
0% { transform: translate(0, 0) rotate(0deg); }
50% { transform: translate(-20px, -40px) rotate(60deg); }
100% { transform: translate(0, 0) rotate(120deg); }
}
@keyframes move-parallel {
0% { transform: translate(0, 0); }
50% { transform: translate(40px, 20px); }
100% { transform: translate(0, 0); }
}
@keyframes move-triangle-inv {
0% { transform: translate(0, 0) rotate(0deg); }
50% { transform: translate(-30px, 30px) rotate(-15deg); }
100% { transform: translate(0, 0) rotate(0deg); }
}
@keyframes move-circle-small {
0% { transform: translate(0, 0) scale(1); }
100% { transform: translate(50px, -20px) scale(0.8); }
}
@keyframes move-pentagon {
0% { transform: translate(0, 0) rotate(0deg); }
50% { transform: translate(30px, 30px) rotate(72deg); }
100% { transform: translate(0, 0) rotate(144deg); }
}
@keyframes move-trapezoid {
0% { transform: translate(0, 0) rotate(0deg); }
100% { transform: translate(-40px, -30px) rotate(-10deg); }
} .presentacion-controls {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none; z-index: 10;
}
.pres-nav-btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 50px;
height: 50px;
background-color: transparent;
border: 2px solid var(--art-brown, #9a634e);
border-radius: 50%;
color: var(--art-brown, #9a634e);
font-size: 1.5rem;
cursor: pointer;
pointer-events: auto;
transition: all 0.3s ease;
display: flex;
justify-content: center;
align-items: center;
}
#pres-prev {
left: 20px;
}
#pres-next {
right: 20px;
}
.pres-nav-btn:hover {
background-color: var(--art-brown, #9a634e);
color: #fff;
} .pres-pagination {
position: absolute;
bottom: 30px;
left: 50%;
transform: translateX(-50%);
display: flex;
justify-content: center;
gap: 8px;
pointer-events: auto;
background: rgba(255, 255, 255, 0.6);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
padding: 8px 12px;
border-radius: 50px;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
border: 1px solid rgba(255, 255, 255, 0.4);
z-index: 100;
}
.pres-bullet {
width: 36px;
height: 36px;
border-radius: 50%;
background-color: transparent;
border: 1px solid transparent;
color: var(--art-brown, #9a634e);
font-weight: 800;
font-size: 1rem;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
cursor: pointer;
}
.pres-bullet:hover {
background-color: rgba(154, 99, 78, 0.15);
}
.pres-bullet.active {
background-color: var(--art-brown, #9a634e);
color: #fff;
box-shadow: 0 4px 10px rgba(154, 99, 78, 0.3);
} @media (max-width: 768px) {
.presentacion-slide {
padding: 2rem 1.5rem;
}
.pres-nav-btn {
display: none; }
} .pres-radial-diagram {
position: relative;
width: 100%;
max-width: 500px;
height: 500px;
margin: 0 auto;
}
.pres-radial-lines {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
pointer-events: none;
}
.pres-radial-node {
position: absolute;
z-index: 2;
background: var(--bg-1, #fcfcfc);
border: 2px solid var(--art-brown, #9a634e);
border-radius: 12px;
padding: 1rem;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
box-shadow: 0 4px 15px rgba(0,0,0,0.05);
width: 110px;
height: 110px;
text-align: center;
transform: translate(-50%, -50%);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pres-radial-node:hover {
box-shadow: 0 8px 25px rgba(154, 99, 78, 0.2);
transform: translate(-50%, -50%) scale(1.05);
}
.pres-node-center {
top: 50%;
left: 50%;
width: 140px;
height: 140px;
border-width: 3px;
background: #fff;
box-shadow: 0 10px 30px rgba(154, 99, 78, 0.15);
}
.pres-node-center i {
font-size: 2.5rem;
color: var(--art-brown, #9a634e);
margin-bottom: 0.5rem;
}
.pres-node-center span {
font-weight: 800;
font-size: 1.1rem;
color: #1e293b;
line-height: 1.2;
}
.pres-node-top { top: 15%; left: 50%; }
.pres-node-bottom { top: 85%; left: 50%; }
.pres-node-left { top: 50%; left: 15%; }
.pres-node-right { top: 50%; left: 85%; }
.pres-radial-node:not(.pres-node-center) i {
font-size: 1.8rem;
color: var(--art-brown, #9a634e);
margin-bottom: 0.5rem;
}
.pres-radial-node:not(.pres-node-center) span {
font-weight: 600;
font-size: 0.95rem;
color: #475569;
}
@media (max-width: 600px) {
.pres-radial-diagram {
max-width: 320px;
height: 320px;
}
.pres-radial-node {
width: 80px;
height: 80px;
padding: 0.5rem;
}
.pres-node-center {
width: 100px;
height: 100px;
}
.pres-node-center i { font-size: 1.8rem; }
.pres-node-center span { font-size: 0.9rem; }
.pres-radial-node:not(.pres-node-center) i { font-size: 1.2rem; }
.pres-radial-node:not(.pres-node-center) span { font-size: 0.75rem; }
}