/* fonts*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Questrial&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:wght@400;500&display=swap');

html {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}

body {
    background: linear-gradient(to bottom, #02005d, #5759c4);
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
}

img {
    pointer-events: none;
}

#navbar-sup {
    background-color: #221f89;
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
    display: flex;
    align-items: center;
    z-index: 10;
}

#logo-heading {
    width: 100px;
    height: 100px;
    margin: 12px;
    margin-right: 100px;
    cursor:pointer !important; 
    pointer-events:all;
}

#navbar-link {
    cursor: pointer !important;
    margin: auto;
    color: #ffffff;
    font-family: "Montserrat";
    font-size: 15px;
    transition: all .3s ease-in-out;
}

#navbar-link:hover {
    font-weight: bold;
}

#button-contact-us {
    cursor: pointer !important;
    position: relative; 
    background: linear-gradient(to right, #9693ff, #ffffff);
    padding: 12px 15px;
    border-radius: 50px;
    box-shadow: rgb(162, 183, 255) 0px 20px 30px -10px;
    color: #221f89;
    font-family: "Poppins";
    font-size: 18px;
    font-weight: bold;
    margin-left: 100px;
    margin-right: 60px;
    transition: all .3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#button-contact-us:hover {
    filter: brightness(150%);
}

#header-area {
    width: 100%;
    height: 700px;
    margin: 0;
    margin-bottom: 0px;
    background-image: url("https://zeuss.b-cdn.net/hackatur/static/img/header-bg.png");
    background-size: cover;
    z-index: -1000;
}

.header-image {
    margin-top: 120px;
    width: 50%;
    pointer-events: none;
    float: left;
}

.illustration-header {
    float: right;
    width: 50%;
    pointer-events: none;
    right: 10px;
    top: 50px;
    z-index: -2;
}

.subtitle-header {
    font-family: "Raleway";
    font-size: 25px;
    float: left;
    text-align: left;
    width: 40%;
    margin-left: 50px;
    font-weight: 400;
    color: #ffffff;
}

.buttons-group {
    display: inline-flex;
    z-index: -2
}

#button-contact-us-blue {
    cursor: pointer !important;
    background-color: #221f89;
    padding: 12px 15px;
    border-radius: 50px;
    color: #ffffff;
    font-family: "Poppins";
    font-size: 18px;
    font-weight: bold;
    margin-left: 100px;
    margin-right: 60px;
    transition: all .3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#button-contact-us-blue-2 {
    cursor: pointer !important;
    background-color: #221f89;
    padding: 12px 15px;
    border-radius: 50px;
    color: #ffffff;
    font-family: "Poppins";
    font-size: 18px;
    font-weight: bold;
    margin-left: 100px;
    margin-right: 60px;
    transition: all .3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#button-contact-us-blue:hover {
    filter: brightness(50%);
}

.divider {
    position: relative;
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    background-color: #221f89;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.61) 0px 15px 12px;
    margin-top: 0px;
    top: 0px;
    z-index: 5;
}

.divider .circuits-divider {
    position: absolute;
    height: 100%;
    right: 0px !important;
}

.divider h1 {
    font-family: "Raleway";
    color: #ffffff;
    margin-left: 50px;
    font-size: 50px;
}

.divider .star {
    margin-left: 30px;
}

.section {
    position: relative;
    display: grid;
}

.title-section {
    font-family: "Raleway";
    color: #cbc9ff;
    margin-left: 50px;
    margin-top:30px;
    font-size: 30px;
    width: 40%;
}

.paragraph {
    font-family: "Roboto";
    color: #ffffff;
    margin-left: 50px;
    margin-top:15px;
    font-size: 20px;
}

.image-aligned-right {
    float: right;
    width: 60%;
    height: 400px;
    object-fit: cover;
    position: absolute;
    right:0px;
    top: -30px;
    -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;

    mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
    mask-size: 100% 100%;
    mask-repeat: no-repeat;

    /* Asegurar compatibilidade */
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
}

.divider-img {
    margin: 0px;
    width: 50% !important;
}

.cards {
    display: flex;
    width: 100%;
    position: relative;
}

.cards .card {
    position: relative;
    background: linear-gradient(to bottom, #02005d, #5759c4);
    padding: 15px 20px;
    border-radius: 30px;
    margin: auto;
    margin-top: 10px;
    width:40%;
}

.cards .card .title-card {
    font-family: "Raleway";
    color: #cbc9ff;
    font-size: 30px;
}
.cards .card .text-card {
    font-family: "Roboto";
    color: #ffffff;
    font-size: 20px;
}

.cards .card .last-divider-card {
    position: absolute;
    bottom: -50px;
    width: 80%;
    left:10%;
    right:10%;
}

.image-overlay-left {
    position: absolute;
    background-color: #151362;
    width:10%;
    height:300px;
    left:-50px;
    border-radius: 30px;
}

.image-overlay-right {
    position: absolute;
    background-color: #151362;
    width:36%;
    height:300px;
    right:0px;
    border-radius: 30px 0px 0px 30px;
}

.image-exh {
    width: 60%;
    margin-left:5%;
}

.team-image {
    margin-top: 75px;
    position: relative;
    display: flex;
    align-items: center;
}

.team-image-text {
    position: absolute;
    color: #ffffff;
    font-family: "Montserrat";
    font-size: 25px;
    font-weight: 400;
    margin-right: 30px;
    margin-left: 30px;
}

.user-presentation {
    position:relative;
}

.circle {
    position: absolute;
    background-color: #151362;
    border-radius: 50%;
    z-index: -10;
    box-shadow: 0 0 0 0 rgba(0, 2, 90, 0.664);
    animation: pulse-c6zlskmd 1s infinite;
}

@keyframes pulse-c6zlskmd {
    100% {
       box-shadow: 0 0 0 33.6px #0000;
    }
 }

.user {
    display:flex;
    align-items: center;
    z-index: -2;
}

.user-photo {
    margin-top: 50px;
    margin-left: 50px;
    width: 200px;
    height: 200px;
    float: left;
}

.user-texts {
    display: grid;
}

.user-name {
    color: #cbc9ff;
    font-family: "Raleway";
    font-size: 30px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.title-section-item-testimonials {
    color: #cbc9ff;
    font-family: "Raleway";
    font-size: 30px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.testimonials {
    position: relative;
    width: 100%;
}

.testimonial {
    font-family: "Roboto";
    font-weight: 400;
    font-style: italic;
    font-size: 30px;
    color: #221f89;
    text-align: center;
    margin: auto;
    width: 70%;
    margin-top: 50px;
}

.big-badge {
    position: absolute;
    width: 100%;
    height: 300px;
    background: linear-gradient(to right, #9693ff, #ffffff);
    transform: skewY(-3deg); /* Inclina el elemento */
    transform-origin: top left; /* Ajusta el punto de transformación */
    left: 0;
}

.big-badge-not-skewed {
    position: relative;
    width: 100%;
    height: 500px;
    background: linear-gradient(to right, #9693ff, #ffffff);
    left: 0;
}

.contact-us-title {
    font-size: 58px;
    font-family: 'Poppins';
    font-weight: bold;
    color: #221f89;
    width: 50%;
    margin-left: 100px;
    margin-bottom: 10px;
}

.contact-us-paragraph {
    font-size: 25px;
    font-family: 'Roboto';
    color: #221f89;
    margin-left: 100px;
    width: 50%;
    margin-top: 0px;
}

#contact-illust {
    -webkit-animation: slide-top 2s ease-in-out infinite alternate both;
    animation: slide-top 2s ease-in-out infinite alternate both;
}

@-webkit-keyframes slide-top {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-100px);
              transform: translateY(-100px);
    }
  }
  @keyframes slide-top {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-100px);
              transform: translateY(-100px);
    }
  }



.illustration-testimonial {
    position: absolute;
    height: 400px;
    width: 400px;
    left: 20px;
    bottom: -50px;
    display: block;
}

.card-objective {
    position: relative;
    background: linear-gradient(to bottom, #02005d, #5759c4);
    padding: 20px 25px;
    border-radius: 30px;
    margin: auto;
    margin-top: 10px;
    width:40%;
    display: grid;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.card-impacts {
    position: relative;
    text-align: center;
    background: linear-gradient(to bottom, #02005d, #5759c4);
    padding: 20px 25px;
    border-radius: 30px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 50px;
    width:10%;
    display: grid;
    box-shadow: rgb(162, 183, 255) 0px 20px 30px -10px;
}

.card-projects {
    position: relative;
    text-align: center;
    background: linear-gradient(to bottom, #02005d, #5759c4);
    padding: 20px 25px;
    border-radius: 30px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 60px !important;
    width:15%;
    display: grid;
    box-shadow: rgb(162, 183, 255) 0px 20px 30px -10px;
}

.logo-card {
    max-width: 100px;
    max-height: 100px;
    margin: auto;
}

.button-card {
    cursor: pointer !important;
    position: absolute; 
    background: linear-gradient(to right, #9693ff, #ffffff);
    padding: 12px 15px;
    border-radius: 50px;
    box-shadow: rgb(162, 183, 255) 0px 20px 30px -10px;
    color: #221f89;
    font-family: "Poppins";
    font-size: 18px;
    font-weight: bold;
    width:75%;
    margin-left: auto;
    margin-right: auto;
    transform: translate(-50%, -50%);
    transition: all .3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    bottom: -50px;
    left: 50%;
    &:hover {
        filter: brightness(150%);
    }
}

.number-impacts {
    font-family: "Montserrat";
    font-weight: bolder;
    color: #cbc9ff;
    font-size: 60px;
    margin: auto;
    margin-bottom: 5px;
}

.attribute-impacts {
    font-family: "Questrial";
    color: #cbc9ff;
    font-size: 20px;
    margin: auto;
    margin-bottom: 0px;
}

.icon-impacts {
    position: absolute;
    width: 100px;
    height: 100px;
    left:25%;
    right: 25%;
    top: -60px;
}

.header-card {
    display: flex;
    align-items: center;
}

.header-title-card {
    font-family: "Poppins";
    font-size: 25px;
    color: #ffffff;
}

.icon-card {
    width: 100px;
    height: 100px;
}

.image-gallery {
    width: 40%;
    float: right;
}

.overlay {
    position: absolute;
    left: 0px;
    bottom: -200px;
    width: 40%;
    z-index: -10;
}

.section {
    width: 100%;
}

.footer-area {
    width: 100%;
    height: 500px;
    margin: 0;
    margin-bottom: 0px;
    background-image: url("https://zeuss.b-cdn.net/hackatur/static/img/header-bg.png");
    background-size: cover;
    z-index: -1000;
}

.logo-footer {
    width: 30%;
    margin-left: 35%;
    margin-right: 35%;
    margin-bottom: 10px;
    margin-top: 20px;
}

.columns-footer {
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.column {
    margin: auto;
    width: 30%;
}

.final-btn-blue:hover {
    filter: brightness(150%) !important;
}

#to-show-1 {
    display: none;
}


@media screen and (max-width: 1201px) {
    .team-image-text {
        align-items: center;
        font-size: 21px;
    }
}

@media screen and (max-width: 1010px) {
    .illustration-testimonial {
        left: -10%;
    }
    #header-area {
        height: 600px;
    }
    .card-impacts {
        width: 15%;
    }
    #to-hidden-1 {
        display: none;
    }
    .card-projects {
        width: 18%;
    }
    .contact-us-title {
        font-size: 40px;
    }
    .contact-us-paragraph {
        font-size: 20px;
    }
    #contact-illust {
        margin-top: 150px !important;
    }
    .image-gallery {
        object-fit: cover;
        object-position: 0%;
    }
}

.menu-drawer {
    display: none;
    font-size: 30px;
    color: #ffffff;
    float: right;
}

@media screen and (max-width: 1005px) {
    .buttons-group {
        position: absolute;
        transform: translate(-50%, -50%);
        bottom: -150px;
        left: 50%;
        margin: auto;
        z-index: 1;
    }
}

@media screen and (max-width: 937px) {
    .team-image-text {
        font-size: 20px;
    }
}

@media screen and (max-width: 900px) {
    #navbar-link {
        display: none;
    }
    .menu-drawer {
        display: inline-flex;
        position: absolute;
        transform: translate(0%, -50%);
        right: 20px;
        top: 50%;
    }
    .buttons-group {
        width: 100%;
    }
    #button-contact-us {
        margin: auto;
    }
    #button-contact-us-blue {
        margin: auto;
    }

}

@media screen and (max-width: 860px) {
    .paragraph {
        font-size: 17px;
    }
    .team-image-text {
        font-size: 19px;
    }
    #user-body {
        font-size: 20px !important;
    }
    .testimonial {
        font-size: 25px;
    }
    .image-aligned-right {
        height:auto !important;
        object-fit:fill;
    }
    .header-title-card {
        font-size: 20px;
    }
}

@media screen and (max-width: 800px) {
    #navbar-sup {
        height: 200px;
    }
    #header-area {
        height: 1280px;
    }
    #logo-heading {
        width: 200px;
        height: 200px;
        margin-right: 40px;
    }
    .btn-header {
        margin-right: 150px !important;
        font-size: 30px !important;
    }
    .btn-header-2 {
        font-size: 40px !important;
        margin: auto !important;
    }
    #button-contact-us-blue {
        font-size: 40px;
        margin: auto !important;
        padding: 15px 25px !important;
    }

    #button-contact-us {
        padding: 15px 25px !important;
        text-align: center;
    }
    .menu-drawer {
        font-size: 60px;
        margin-left: 50px;
    }
    .header-image {
        margin-top: 220px;
        width: 100%;
    }
    
    .illustration-header {
        position: absolute;
        right: 0px;
        top: 400px;
        width: 80%;
        z-index: 1;
    }
    .subtitle-header {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 1000px;
        left: 50%;
        width: 90%;
        font-size: 40px;
        text-align: center;
        float: none;
        margin: 0;
    }

    .buttons-group {
        top: 1150px;
        margin: auto;
    }
    .circuits-divider {
        display:none;
    }
    .divider {
        height: 120px;
    }
    .divider h1 {
        font-size: 60px;
    }
    .title-section {
        width: 90%;
        font-size: 55px;
    }
    #par-sobre {
        width: 90% !important;
        font-size: 30px;
        margin-bottom: 300px !important;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.45);
    }
    #par-objetivos {
        width: 90% !important;
        font-size: 35px;
        margin-bottom: 100px !important;
    }
    #illust-metas {
        top: 300px;
    }
    .cards {
        display: grid;
    }
    #cards-impacts {
        display: flex;
    }
    #cards-projects {
        display: flex !important;
    }
    .card-projects {
        width: 35%;
    }
    .card-projects .paragraph {
        font-size: 27px !important;
    }
    .button-card {
        font-size: 28px;
        bottom: -70px;
    }
    .card-impacts {
        width: 25%;
    }
    .number-impacts {
        font-size: 80px;
    }
    .attribute-impacts {
        font-size: 25px;
    }
    #illust-impacts {
        top: 400px;
        width: 100% !important;
        left: -20%;
        opacity: 50%;
    }

    #cards-impacts-2 {
        display: flex !important;
        position: relative;
        margin-bottom: 200px;
    }
    #cards-impacts-2 .card-impacts {
        position: absolute;
        top: -50px;
        transform: translate(-50%, -50%);
        left: 50%;
    }
    #to-hidden-2 {
        display: none;
    }
    .card-objective {
        width: 80%;
        margin-bottom: 60px;
    }
    .image-gallery {
        width: 100%;
    }
    .overlay {
        width: 80%;
    }
    .header-title-card {
        font-size: 34px;
    }
    .body-card ul li {
        font-size: 30px !important;
    }
    .image-aligned-right {
        position: absolute;
        top: 1000px;
        width: 90%;
        z-index: -1;
    }
    .star-image-aligned-right-sobreid-0 {
        top: 820px !important;
        right: 72% !important;
    }
    .star-image-aligned-right-sobreid-1 {
        top: 900px !important;
        right: 65% !important;
    }
    .image-exh {
        width: 98%;
        margin-left: 2%;
    }
    .image-overlay-right {
        position: absolute;
        background-color: #151362;
        width: 80%;
        height: 280px;
        right: 0px;
        border-radius: 20px 0px 0px 20px;
        top: 200px;
    }
    .team-image-text {
        font-size: 26px;
    }
    .user-presentation {
        margin-top: 200px;
        margin-bottom: 100px;
    }
    .user {
        display: grid;
        margin-left: auto;
        margin-right: auto;
    }
    .user-photo {
        margin: auto !important;
        margin-top: 20px !important;
        width: 300px;
        height: 300px;
    }
    .user-name {
        margin: auto !important;
        margin-top: 0px !important;
        margin-bottom: 20px !important;
        font-size: 50px;
        text-align: center;
    }
    #user-body {
        margin: auto !important;
        font-size: 30px !important;
        text-align: center;
        width: 90%;
    }
    .title-section-item-testimonials {
        font-size: 50px;
        margin-left: 50px;
    }
    .big-badge {
        height: 750px;
    }
    #objetivos {
        margin-top: 800px !important;
    }
    .testimonial {
        font-size: 45px;
        width: 90%;
        margin-top: 200px;
    }
    .illustration-testimonial {
        bottom: auto;
        top: -150px;
        left: 50%;
        transform: rotate(-45deg) translate(-50%, -50%);
    }
    .big-badge .paragraph {
        font-size: 30px;
    }
    .big-badge-not-skewed {
        height: 900px;
    }
    .contact-us-title {
        width: 100%;
        font-size: 75px;
        margin-left: 30px;
        line-height: 0.88;
        z-index: 2 !important;
    }
    .contact-us-paragraph {
        font-size: 36px;
        width: 80%;
        margin-left: 30px;
        margin-top: 50px;
        z-index: 2 !important;
    }
    #contact-illust {
        z-index: 1 !important;
        top: 0 !important;
        width: 60% !important;
        right:-250px;
    }
    .final-btn-blue {
        font-size: 40px !important;
        margin-left: 100px !important;
        padding: 15px 25px !important;
    }
    .logo-footer {
        width: 50%;
        margin-left: 25%;
        margin-right: 25%;
    }
    .column h2 {
        font-size: 30px !important;
    }
    .column h4 {
        font-size: 25px !important;
    }
}

@media screen and (max-width: 780px) {
    .image-aligned-right {
        top: 800px;
    }
    .image-overlay-right {
        height: 300px;
    }
}

@media screen and (max-width:705px) {
    .divider {
        height: 200px;
    }
    .image-aligned-right {
        top: 700px;
    }
    
}

@media screen and (max-width:700px) {
    .star-image-aligned-right-sobreid-0 {
        top: 1020px !important;
    }
    .star-image-aligned-right-sobreid-1 {
        top: 1200px !important;
    }
    #par-sobre {
        font-size: 30px;
    }
}

@media screen and (max-width:400px) {
    #par-sobre {
        font-size: 20px !important;
    }
}

.star-image-aligned-right-sobreid-0 {
    position: absolute !important;top: 20px;right: 42%;width: 100px !important;height: 100px; z-index:1;
}
.star-image-aligned-right-sobreid-1 {
    position: absolute !important;top: 300px;right: 50%;width: 40px !important;height: 40px; z-index:1;
}


#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out 0.3s;
    z-index: 11;
}

/* Panel lateral */
#side-panel {
    position: fixed;
    top: 0;
    right: -80%;
    width: 80%;
    height: 100%;
    background: linear-gradient(to bottom, #02005d, #5759c4);
    box-shadow: -4px 0 10px rgba(0, 0, 0, 0.2);
    transition: all ease-in-out 0.3s;
    z-index: 12;
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
}

/* Botón de cerrar */
.close-btn {
    position: absolute;
    top: 60px;
    right: 60px;
    font-size: 70px;
    color: white;
    margin-bottom: 20px;
    cursor: pointer;
    align-self: flex-end;
}

/* Menú de opciones */
.menu-options {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-options li {
    margin: 50px 50px;
}

.menu-options a {
    color: white;
    text-decoration: none;
    font-size: 50px;
    font-family: "Montserrat", sans-serif;
    transition: all 0.3s ease-in-out;
}

.menu-options a:hover {
    font-weight: bold;
}

/*  cursor: pointer !important;
    background-color: #221f89;
    padding: 12px 15px;
    border-radius: 50px;
    color: #ffffff;
    font-family: "Poppins";
    font-size: 18px;
    font-weight: bold;
    margin-left: 100px;
    margin-right: 60px;
    transition: all .3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
}

.illustration-header {
    float: right;
    width: 50%;
    pointer-events: none;
    right: 10px;
    top: 50px;
    z-index: -2;
}

}
*/