/* FONTS */
@font-face {
    font-family: 'Hesterica';
    src: url('../fonts/Hesterica.woff2') format('woff2'),
         url('../fonts/Hesterica.woff') format('woff'),
         url('../fonts/Hesterica.ttf') format('truetype'),
         url('../fonts/Hesterica.eot') format('embedded-opentype'),
         url('../fonts/Hesterica.svg#Hesterica') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* OVERRIDE */
body {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.navbar-toggler {
    border: none;
    border-radius: 0;
    padding: 0;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler-icon {
    background-image: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 24px;
}
.navbar-toggler-icon span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #000;
}
.nav-link {
    font-size: 30px;
    color: #000000;
}
.nav-link:focus, .nav-link:hover {
    color: #999999;
}

.nav-link .menu-icon {
    max-height: 40px;
}
strong {
    font-weight: 600;
}
main {
    min-height: calc(100vh - 106px);
    margin-top: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../images/bg.jpg') no-repeat top center fixed;
    background-size: cover;
}
main img {
    max-height: calc(100vh - 106px - 66px);
    object-fit: contain;
}








/* NEWS */
.active-section {
    width: 50px;
    height: 50px;
    margin-left: 50px;
}
.logo {
    max-height: 80px;
}
.social-icons-menu {
    margin: 0 auto;
}
.social-icons {
    position: static;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    justify-content: end;
    padding-right: 30px;
}
.fixed-social-icons {
    position: fixed;
    margin-top: 0px;
    margin-bottom: 0px;
    bottom: 20px;
    right: 20px;
    gap: 10px;
    z-index: 10;
}



/* Home */
.home .hashtag {
    position: fixed;
    bottom: 0px;
    left: 20px;
    pointer-events: none;
}
.home .video-big {
    width: 100%;
    height: auto;
    object-fit: cover;
}
video::-webkit-media-controls {
    opacity: 0.8;
    transition: opacity 0.3s;
}

video:hover::-webkit-media-controls {
    opacity: 1;
}


/* Services */
.services .text {
    font-size: 70px;
    color: #0075be;
    line-height: normal;
}
.services .hexagon-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.1s ease;
}
.services .hexagon-container {
    position: absolute;
    aspect-ratio: 1/1;
}
.services .hexagon {
    position: absolute;
    width: 100%;
    height: 114%;
    /*clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);*/
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="9 14 92 8" preserveAspectRatio="xMidYMid meet"><path d="M55 5c1.38 0 2.75.36 4 1.04l38 21.96c2.5 1.44 4 4.1 4 7.04v44c0 2.94-1.5 5.6-4 7.04l-38 21.96c-2.5 1.44-5.5 1.44-8 0l-38-21.96c-2.5-1.44-4-4.1-4-7.04v-44c0-2.94 1.5-5.6 4-7.04l38-21.96c1.25-.68 2.62-1.04 4-1.04z" fill="white"/></svg>');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="9 14 92 86" preserveAspectRatio="xMidYMid meet"><path d="M55 5c1.38 0 2.75.36 4 1.04l38 21.96c2.5 1.44 4 4.1 4 7.04v44c0 2.94-1.5 5.6-4 7.04l-38 21.96c-2.5 1.44-5.5 1.44-8 0l-38-21.96c-2.5-1.44-4-4.1-4-7.04v-44c0-2.94 1.5-5.6 4-7.04l38-21.96c1.25-.68 2.62-1.04 4-1.04z" fill="white"/></svg>');
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease;
    font-size: 30px;
    line-height: 30px;
    color: white;
    text-align: center;
    padding: 5px;
    transform: rotateY(0deg);
    cursor: pointer;
}
.services .hexagon.front {
    background-color: #0075bd;
}
.services .hexagon.back {
    background-size: cover;
    background-position: center;
    transform: rotateY(180deg);
}
.services .hexagon-container:hover .hexagon.front {
    transform: rotateY(-180deg);
}
.services .hexagon-container:hover .hexagon.back {
    transform: rotateY(0deg);
}
.services .hexagon-container.flipped .hexagon.front {
    transform: rotateY(-180deg);
}
.services .hexagon-container.flipped .hexagon.back {
    transform: rotateY(0deg);
}
.services .hexagon-1 {
    width: 20.6%;
    top: 23.6%;
    left: 1.1%;
}
.services .hexagon-2 {
    width: 35.6%;
    top: 2.2%;
    left: 24.0%;
}
.services .hexagon-3 {
    width: 24.6%;
    top: 15.3%;
    left: 62.8%;
}
.services .hexagon-4 {
    width: 29.5%;
    top: 50.2%;
    left: 9.7%;
}
.services .hexagon-5 {
    width: 29.5%;
    top: 48.8%;
    left: 46.4%;
}
.services .hexagon-6 {
	width: 21%;
	top: 48.6%;
	left: 78.0%;
}







/* Processes */
.processes .process-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.processes .text {
    font-size: 50px;
    color: #0075be;
    line-height: normal;
}
.processes .astronaut {
    max-height: 425px;
}

/* History */
.history .text {
    font-size: 60px;
    color: #0075be;
    line-height: normal;
}

.history .astronaut-static {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 10;
}

.history .astronaut img {
    max-height: 300px;
}

.history .timeline {
    position: relative;
    padding: 2rem 5rem 5rem 5rem;
}
.history .timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 5px;
    height: 100%;
    background-color: #0075be;
    transform: translateX(-50%);
    z-index: 1;
}
.history .timeline-event {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: -3rem;
    width: 50%;
    z-index: 2;
}
.history .timeline-right {
    margin-left: 50%;
    text-align: left;
    justify-content: flex-start;
}
.history .timeline-left {
    margin-right: 50%;
    text-align: right;
    justify-content: flex-start;
    flex-direction: row-reverse;
}
.history .timeline-left .timeline-bullet {
    margin-left: 10px;
}
.history .timeline-left .timeline-year {
    margin-right: 10px;
}
.history .timeline-bullet {
	margin-left: 3px;
	margin-right: 1px;
}
.history .timeline-year {
    font-size: 1.5rem;
    /*color: #0075be;*/
    margin: 0 10px;
    flex-shrink: 0;
    font-family: "Hesterica", cursive;
    font-style: normal;
    height: 43px;
}
.history .timeline-img {
    margin: 0 10px;
}
.history .timeline-text {
    font-size: 1.5rem;
    color: #333;
}
.history .timeline-event:nth-child(odd) {
    margin-top: 0rem;
}
.history .timeline-event:nth-child(even) {
    margin-bottom: -4rem;
}

/* Creatives */
.creatives .title {
    font-size: 70px;
    font-family: "Hesterica", cursive;
    font-weight: 400;
    font-style: normal;
    color: #0075be;
    line-height: normal;
}
.creatives .text {
    font-size: 20px;
}
.creatives .icon-gallery {
    max-height: 50px;
}
.creatives .text-above {
    max-height: 130px;
}

.creatives .hexagon-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.creatives .hexagon-container {
    position: absolute;
    aspect-ratio: 1/1.15;
	width: 13.5%;
}
.creatives .hexagon {
    position: absolute;
    width: 100%;
    height: 100%;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease;
    font-size: 30px;
    line-height: 30px;
    color: white;
    text-align: center;
    padding: 5px;
    transform: rotateY(0deg);
}
.creatives .hexagon-1 {
	top: 6.6%;
	left: 13.4%;
}
.creatives .hexagon-2 {
	top: 5.2%;
	left: 30%;
}
.creatives .hexagon-3 {
	top: 5.2%;
	left: 45.5%;
}
.creatives .hexagon-4 {
	top: 6.5%;
	left: 60.7%;
}
.creatives .hexagon-5 {
	top: 7%;
	left: 77.9%;
}
.creatives .hexagon-6 {
	top: 35.3%;
	left: 86.3%;
}
.creatives .hexagon-7 {
	top: 64.9%;
	left: 77.7%;
}
.creatives .hexagon-8 {
	top: 66.4%;
	left: 61.9%;
}
.creatives .hexagon-9 {
	top: 67.8%;
	left: 46%;
}
.creatives .hexagon-10 {
	top: 66.3%;
	left: 30.3%;
}
.creatives .hexagon-11 {
	top: 64.8%;
	left: 13.3%;
}
.creatives .hexagon-12 {
	top: 36.8%;
	left: 5.3%;
}



/* Contact */
.contact .title {
    font-size: 75px;
    font-style: normal;
    color: #0075be;
    line-height: normal;
}
.contact .subtitle {
    font-size: 40px;
    color: #0075be;
}
.contact .text {
    font-size: 24px;
    color: #0075be;
}

.contact .text a, .contact .text a:hover, .contact .text a:focus, .contact .text a:active, .contact .text a:visited, .contact .text a:link{
    color: #0075be;
    text-decoration: none;
}

.contact .text a:hover {
    color: #004b7a;
}

.contact form {
    width: 80%;
}
.contact .form-label {
    font-size: 24px;
    line-height: 22px;
    color: #0075be;
}

.contact .form-control {
    font-size: 20px;
    color: #00588e;
    display: block;
	width: 100%;
	padding: 0px;
	background-color: transparent;
	border: 0px;
    border-bottom: 1px solid #0075be;
	border-radius: 0px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.contact .form-control:focus {
	box-shadow: none;
}

.contact .btn-primary {
	--bs-btn-color: #0075be;
	--bs-btn-bg: none;
	--bs-btn-border-color: none;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #0b5ed7;
	--bs-btn-hover-border-color: #0a58ca;
	--bs-btn-focus-shadow-rgb: 49,132,253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #0a58ca;
	--bs-btn-active-border-color: #0a53be;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #0d6efd;
	--bs-btn-disabled-border-color: #0d6efd;
}

.contact .btn-primary:hover {
	color: var(--bs-btn-hover-color);
	background-color: #0075be;
	border-color: #0075be;
}





/* Galería de Eventos */
.events .event-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.event-item img {
    align-self: flex-end;
}
.events .text {
    font-size: 70px;
    color: #0075be;
    line-height: normal;
}
.events .hexagon-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.1s ease;
}
.events .arrow-left {
    position: absolute;
    bottom: 50px;
    left: 0;
    color: #0075bd;
    font-size: 20px;
    cursor: pointer;
}
.events .arrow-right {
    position: absolute;
    bottom: 50px;
    right: 0;
    color: #0075bd;
    font-size: 20px;
    cursor: pointer;
}
.events .hexagon-container {
    position: absolute;
    /*aspect-ratio: 1/1.15;*/
    aspect-ratio: 1/1;
}
.events .hexagon {
    position: absolute;
    width: 100%;
    height: 100%;
    /*clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);*/

    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid meet"><path d="M55 5c1.38 0 2.75.36 4 1.04l38 21.96c2.5 1.44 4 4.1 4 7.04v44c0 2.94-1.5 5.6-4 7.04l-38 21.96c-2.5 1.44-5.5 1.44-8 0l-38-21.96c-2.5-1.44-4-4.1-4-7.04v-44c0-2.94 1.5-5.6 4-7.04l38-21.96c1.25-.68 2.62-1.04 4-1.04z" fill="white"/></svg>');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 110" preserveAspectRatio="xMidYMid meet"><path d="M55 5c1.38 0 2.75.36 4 1.04l38 21.96c2.5 1.44 4 4.1 4 7.04v44c0 2.94-1.5 5.6-4 7.04l-38 21.96c-2.5 1.44-5.5 1.44-8 0l-38-21.96c-2.5-1.44-4-4.1-4-7.04v-44c0-2.94 1.5-5.6 4-7.04l38-21.96c1.25-.68 2.62-1.04 4-1.04z" fill="white"/></svg>');
    mask-repeat: no-repeat;
    mask-size: contain;
    
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease;
    font-size: 25px;
    line-height: 25px;
    color: white;
    text-align: center;
    /*padding: 5px;*/
    padding: 27px;
    transform: rotateY(0deg);
    cursor: pointer;
}
.events .hexagon.disabled {
    pointer-events: none;
    cursor: none !important;
}
.events .hexagon {
    background-color: #0075bd;
}
.events .hexagon:hover {
    transform: scale(1.05);
}
/*.events .hexagon-1 {
	width: 23.7%;
	top: 9.4%;
	left: 6.9%;
}*/
.events .hexagon-1 {
	width: 27.7%;
	top: 8.4%;
	left: 4.9%;
}
/*.events .hexagon-2 {
	width: 23.9%;
	top: 2.3%;
	left: 33.3%;
}*/
.events .hexagon-2 {
	width: 27.9%;
	top: 1.3%;
	left: 31.0%;
}
/*.events .hexagon-3 {
	width: 17.4%;
	top: 3.0%;
	left: 59.4%;
}*/
.events .hexagon-3 {
	width: 20.4%;
	top: 2%;
	left: 57.9%;
}
/*.events .hexagon-4 {
	width: 23.7%;
	top: 48.0%;
	left: 1.6%;
}*/
.events .hexagon-4 {
	width: 27.9%;
	top: 46.6%;
	left: -0.7%;
}
/*.events .hexagon-5 {
	width: 18%;
	top: 37.2%;
	left: 27.3%;
}*/
.events .hexagon-5 {
	width: 21%;
	top: 36.5%;
	left: 25.8%;
}
/*.events .hexagon-6 {
	width: 21.7%;
	top: 30.6%;
	left: 51.8%;
}*/
.events .hexagon-6 {
	width: 25.7%;
	top: 29.6%;
	left: 49.8%;
}
/*.events .hexagon-7 {
	width: 23.5%;
	top: 59.6%;
	left: 37.6%;
}*/
.events .hexagon-7 {
	width: 28%;
	top: 57.9%;
	left: 35.4%;
}
/*.events .hexagon-8 {
	width: 18.4%;
	top: 65.1%;
	left: 63.7%;
}*/
.events .hexagon-8 {
	width: 21.4%;
	top: 64.1%;
	left: 62.7%;
}
/*.events .hexagon-9 {
	width: 22.6%;
	top: 36.2%;
	left: 75.9%;
}*/
.events .hexagon-9 {
	width: 27.6%;
	top: 34.3%;
	left: 73.4%;
}

/* Calendario */
.calendar .title {
    font-size: 75px;
    font-style: normal;
    color: #0075be;
    line-height: normal;
}
.calendar .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.calendar .embed-responsive-16by9 {
    padding-bottom: 56.25%; /* Relación estándar 16:9 */
}

.calendar .embed-responsive-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Dispositivos pequeños - Modo vertical */
@media (max-width: 576px) {
    .calendar .embed-responsive-16by9 {
        padding-bottom: calc(100vh - 200px);
    }
    .calendar .embed-responsive-item {
        width: 100%;
        height: 100%; /* Ajustar altura automáticamente */
    }
}

/* Tablets */
@media (min-width: 577px) and (max-width: 768px) {
    .calendar .embed-responsive-16by9 {
        padding-bottom: 75%; /* Proporción ajustada para tablets */
    }
}

/* Desktop */
@media (min-width: 769px) {
    .calendar .embed-responsive-16by9 {
        padding-bottom: 56.25%; /* Volver a proporción estándar */
    }
}

.embed-video-container {
    background-color: transparent !important;
}




/* Extras */
.astronaut {
    transform: translateY(0);
    animation: float 4s ease-in-out infinite;
}
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateX(20px) translateY(-20px);
    }
}





/* RESPONSIVE */
@media (max-width: 1599.98px) { 
    .services .text {
        font-size: 60px;
    }
    .services .astronaut {
    }
    .services .hexagon {
        font-size: 24px;
        line-height: 24px;
    }
    .processes .text {
        font-size: 40px;
    }
    .processes .astronaut {
        max-height: 400px;
    }
    .history .timeline {
        padding: 2rem 10rem 5rem 10rem;
    }
    .history .astronaut-static img {
        max-height: 300px;
    }
    .creatives .title {
        font-size: 50px;
        line-height: normal;
    }
    .creatives .text-above {
        max-height: 100px;
    }

    .events .text {
        font-size: 60px;
    }
    .events .astronaut {
    }
    .events .hexagon {
        font-size: 24px;
        line-height: 24px;
    }
    
}
@media (max-width: 1399.98px) { 
    .home .logo-big {
        max-height: 300px;
    }
    .home .astronaut {
        max-height: 500px;
    }  
    .services .text {
        font-size: 50px;
    }
    .services .astronaut {
        max-height: 500px;
    }
    .services .hexagon {
        font-size: 22px;
        line-height: 20px;
    }
    .history .timeline {
        padding: 2rem 10rem 5rem 10rem;
    }
    .history .astronaut-static img {
        max-height: 250px;
    }
    .creatives .title {
        font-size: 40px;
        line-height: normal;
    }
    .creatives .text {
        font-size: 18px;
        line-height: 20px;
    }
    .creatives .icon-gallery {
        max-height: 40px;
    }
    .creatives .text-above {
        max-height: 80px;
    }
    .contact form {
        width: 100%;
    }
    .events .text {
        font-size: 50px;
    }
    .events .astronaut {
        max-height: 500px;
    }
    .events .hexagon {
        font-size: 22px;
        line-height: 20px;
    }
}

@media (max-width: 1199.98px) { 
    .home .logo-big {
        max-height: 250px;
    }
    .home .astronaut {
        max-height: 450px;
    }  
    .services .text {
        font-size: 40px;
    }
    .services .astronaut {
        max-height: 400px;
    }
    .services .hexagon {
        font-size: 18px;
        line-height: 18px;
    }
    .processes .text {
        font-size: 35px;
    }
    .processes .astronaut {
        max-height: 400px;
    }
    .history .timeline {
        padding: 2rem 5rem 5rem 5rem;
    }
    .history .timeline-text {
        font-size: 1.2rem;
    }
    .history .astronaut-static img {
        max-height: 150px;
    }
    .creatives .text-above {
        max-height: 60px;
    }
    .events .text {
        font-size: 40px;
    }
    .events .astronaut {
        max-height: 400px;
    }
    .events .hexagon {
        font-size: 18px;
        line-height: 18px;
    }
    .events .arrow-right {
        bottom: 10px;
    }
    .events .arrow-left {
        bottom: 10px;
    }
}

@media (max-width: 991.98px) { 
    /*.services .astronaut {
        max-height: calc(100vh - 106px - 66px);
    }*/
    .services .text {
        font-size: 30px;
    }
    .services .astronaut {
        max-height: 350px;
    }
    .services .hexagon {
        font-size: 14px;
        line-height: 14px;
    }
    .processes .text {
        font-size: 25px;
    }

    .history .timeline {
        padding: 2rem 0rem 7rem 0rem;
    }
    .history .timeline-text {
        font-size: 1rem;
        line-height: 1rem;
    }
    .history .astronaut-static img {
        max-height: 150px;
    }
    .contact .title {
        font-size: 60px;
    }
    .contact .subtitle {
        font-size: 32px;
    }
    .contact .text {
        font-size: 20px;
    }
    .contact .form-label {
        font-size: 20px;
        line-height: 18px;
    }
    .contact .form-control {
        font-size: 18px;
    }
    .events .text {
        font-size: 30px;
    }
    .events .astronaut {
        max-height: 350px;
    }
    .events .hexagon {
        font-size: 14px;
        line-height: 14px;
    }
    .calendar .title {
        font-size: 60px;
    }
    .events .arrow-right {
        bottom: 10px;
        font-size: 16px;
    }
    .events .arrow-left {
        bottom: 10px;
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {   
    .home .logo-big {
        max-height: 150px;
    }
    .home .astronaut {
        max-height: 400px;
    }
    .home .hashtag {
        bottom: 5px;
        left: 0px;
        pointer-events: none;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        max-height: 50px;
    }
    .services .text {
        font-size: 40px;
    }
    .services .astronaut {
        max-height: 300px;
    }
    .services .hexagon-container {
        aspect-ratio: 1/1;
    }
    .services .hexagon {
        width: 100%;
        height: 88%;
        /* clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); */
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path d="M50 5c1.38 0 2.75.36 4 1.04l38 21.96c2.5 1.44 4 4.1 4 7.04v34c0 2.94-1.5 5.6-4 7.04l-38 21.96c-2.5 1.44-5.5 1.44-8 0l-38-21.96c-2.5-1.44-4-4.1-4-7.04v-34c0-2.94 1.5-5.6 4-7.04l38-21.96c1.25-.68 2.62-1.04 4-1.04z" fill="white" transform="rotate(90 50 50)"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="1 3 95 94" preserveAspectRatio="none"><path d="M50 5c1.38 0 2.75.36 4 1.04l38 21.96c2.5 1.44 4 4.1 4 7.04v34c0 2.94-1.5 5.6-4 7.04l-38 21.96c-2.5 1.44-5.5 1.44-8 0l-38-21.96c-2.5-1.44-4-4.1-4-7.04v-34c0-2.94 1.5-5.6 4-7.04l38-21.96c1.25-.68 2.62-1.04 4-1.04z" fill="white" transform="rotate(90 50 50)"/></svg>');
        font-size: 22px;
        line-height: 22px;
    }
    .services .hexagon-1 {
        width: 32.0%;
        top: 1.5%;
        left: 43.9%;
    }
    .services .hexagon-2 {
        width: 54.7%;
        top: 24.7%;
        left: 40.7%;
    }
    .services .hexagon-3 {
        width: 38.8%;
        top: 63.2%;
        left: 45.5%;
    }
    .services .hexagon-4 {
        width: 45.5%;
        top: 10.5%;
        left: 3.7%;
    }
    .services .hexagon-5 {
        width: 46.5%;
        top: 46.4%;
        left: 4.4%;
    }
    .services .hexagon-6 {
        width: 32%;
        top: 78.3%;
        left: 19%;
    }
    .processes .process-item {
        flex-direction: row;
        align-items: center;
        text-align: center;
    }
    .processes .process-item .astronaut {
        max-height: 300px;
    }
    .processes .process-item .text {
        font-size: 35px;
    }
    .history .text {
        font-size: 50px;
    }
    .history .timeline {
        padding: 2rem 0rem 4rem 0rem;
    }
    .history .timeline-text {
        display: none;
    }
    .creatives .title {
        font-size: 60px;
        line-height: normal;
    }
    .creatives .text {
        font-size: 20px;
    }
    .creatives .icon-gallery {
        max-height: 50px;
    }
    .creatives .text-above {
        max-height: 130px;
    }
    .creatives .hexagon-container {
        width: 37.5%;
    }
    .creatives .hexagon-1 {
        top: 6%;
        left: 6%;
    }
    .creatives .hexagon-2 {
        top: 6%;
        left: 47%;
    }
    .creatives .hexagon-3 {
        top: 48%;
        left: 28%;
    }
    .creatives .hexagon-4 {
        top: 48%;
        left: 69%;
    }
    /* Ocultar los demás hexágonos en móvil */
    .creatives .hexagon-5,
    .creatives .hexagon-6,
    .creatives .hexagon-7,
    .creatives .hexagon-8,
    .creatives .hexagon-9,
    .creatives .hexagon-10,
    .creatives .hexagon-11,
    .creatives .hexagon-12 {
        display: none;
    }
    .contact .title {
        font-size: 50px;
    }
    .contact .subtitle {
        font-size: 28px;
    }
    .contact .text {
        font-size: 18px;
    }
    .contact .form-label {
        font-size: 18px;
        line-height: 16px;
    }
    .contact .form-control {
        font-size: 16px;
    }
    .events .event-item {
        flex-direction: row;
        align-items: center;
        text-align: center;
    }
    .events .text {
        font-size: 40px;
    }
    .events .arrow-left {
        bottom: 0px;
        font-size: 16px;
    }
    .events .arrow-right {
        bottom: 0px;
        font-size: 16px;
    }
    .events .astronaut {
        max-height: 300px;
    }
    .events .hexagon-container {
        aspect-ratio: 1;
    }
    .events .hexagon {
        /*clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);*/
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path d="M50 5c1.38 0 2.75.36 4 1.04l38 21.96c2.5 1.44 4 4.1 4 7.04v34c0 2.94-1.5 5.6-4 7.04l-38 21.96c-2.5 1.44-5.5 1.44-8 0l-38-21.96c-2.5-1.44-4-4.1-4-7.04v-34c0-2.94 1.5-5.6 4-7.04l38-21.96c1.25-.68 2.62-1.04 4-1.04z" fill="white" transform="rotate(90 50 50)"/></svg>');
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path d="M50 5c1.38 0 2.75.36 4 1.04l38 21.96c2.5 1.44 4 4.1 4 7.04v34c0 2.94-1.5 5.6-4 7.04l-38 21.96c-2.5 1.44-5.5 1.44-8 0l-38-21.96c-2.5-1.44-4-4.1-4-7.04v-34c0-2.94 1.5-5.6 4-7.04l38-21.96c1.25-.68 2.62-1.04 4-1.04z" fill="white" transform="rotate(90 50 50)"/></svg>');
        mask-repeat: no-repeat;
        mask-size: contain;
        padding: 20px;
        font-size: 22px;
        line-height: 22px;
    }
    /*.events .hexagon-1 {
        width: 41%;
        top: 2%;
        left: 7.9%;
    }*/
    .events .hexagon-1 {
        width: 38%;
        top: 1.6%;
        left: 9.6%;
    }
    /*.events .hexagon-2 {
        width: 40.7%;
        top: 9.5%;
        left: 48.8%;
    }*/
    .events .hexagon-2 {
        width: 39.2%;
        top: 8.3%;
        left: 50.4%;
    }
    /*.events .hexagon-3 {
        width: 40.4%;
        top: 40.0%;
        left: 2.5%;
    }*/
    .events .hexagon-3 {
        width: 38.4%;
        top: 37.9%;
        left: 4.5%;
    }
    /*.events .hexagon-4 {
        width: 41.5%;
        top: 44.2%;
        left: 56.2%;
    }*/
    .events .hexagon-4 {
        width: 38.5%;
        top: 43.2%;
        left: 58.2%;
    }
    /*.events .hexagon-5 {
        width: 37.5%;
        top: 69.5%;
        left: 29.5%;
    }*/
    .events .hexagon-5 {
        width: 34.5%;
        top: 68.1%;
        left: 31.5%;
    }
    .events .hexagon-6,
    .events .hexagon-7,
    .events .hexagon-8,
    .events .hexagon-9 {
        display: none;
    }
    .events .arrow-right {
        bottom: 20px;
        font-size: 18px;
    }
    .events .arrow-left {
        bottom: 20px;
        font-size: 18px;
    }
    .calendar .title {
        font-size: 50px;
    }
}


@media (max-width: 575.98px) { 
    .home .logo-big {
        max-height: 130px;
    }
    .home .astronaut {
        max-height: 350px;
    }
    .services .text {
        font-size: 26px;
    }
    .services .astronaut {
        max-height: 250px;
    }
    .services .hexagon {
        /*clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);*/
        /*-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path d="M50 5c1.38 0 2.75.36 4 1.04l38 21.96c2.5 1.44 4 4.1 4 7.04v34c0 2.94-1.5 5.6-4 7.04l-38 21.96c-2.5 1.44-5.5 1.44-8 0l-38-21.96c-2.5-1.44-4-4.1-4-7.04v-34c0-2.94 1.5-5.6 4-7.04l38-21.96c1.25-.68 2.62-1.04 4-1.04z" fill="white" transform="rotate(90 50 50)"/></svg>');
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path d="M50 5c1.38 0 2.75.36 4 1.04l38 21.96c2.5 1.44 4 4.1 4 7.04v34c0 2.94-1.5 5.6-4 7.04l-38 21.96c-2.5 1.44-5.5 1.44-8 0l-38-21.96c-2.5-1.44-4-4.1-4-7.04v-34c0-2.94 1.5-5.6 4-7.04l38-21.96c1.25-.68 2.62-1.04 4-1.04z" fill="white" transform="rotate(90 50 50)"/></svg>');
        mask-repeat: no-repeat;
        mask-size: contain;*/
        font-size: 18px;
        line-height: 18px;
        padding: 10px;
    }
    .processes .process-item .astronaut {
        max-height: 165px;
    }
    .processes .process-item .text {
        font-size: 24px;
    }
    .history .text {
        font-size: 30px;
    }
    .history .timeline-bullet {
        margin-left: 3px;
        margin-right: 0px;
    }
    .history .timeline-left .timeline-bullet {
        margin-left: 3px;
    }
    .history .timeline-bullet img {
        max-height: 13px;
    }
    .history .timeline-year {
        font-size: 1rem;
        height: 30px;
        margin: 0 3px;
    }
    .history .timeline-left .timeline-year {
        margin-right: 5px;
    }
    .history .timeline-img {
        max-height: 140px;
        margin: 0px 3px 0px 3px;
    }
    .creatives .title {
        font-size: 40px;
        line-height: normal;
    }
    .creatives .text {
        font-size: 18px;
    }
    .creatives .icon-gallery {
        max-height: 40px;
    }
    .creatives .text-above {
        max-height: 100px;
    }
    .contact .title {
        font-size: 40px;
    }
    .contact .subtitle {
        font-size: 22px;
    }
    .events .text {
        font-size: 26px;
    }
    .events .astronaut {
        max-height: 220px;
    }
    .events .hexagon {
        /*clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);*/
        font-size: 16px;
        line-height: 16px;
    }
    .events .arrow-left {
        bottom: 10px;
        font-size: 16px;
    }
    .events .arrow-right {
        bottom: 10px;
        font-size: 16px;
    }
    .calendar .title {
        font-size: 50px;
    }
    .calendar .title {
        font-size: 40px;
    }
}