@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* Reseteo de estilo básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Estilos generales */
body {
    font-family: 'Montserrat';
    line-height: 1.6;
    color: #04123483;
    background-color: #031e42ef;
    font-size: 16px;
}


.container {
    color: #170967;
    width: 90%;
    max-width: 2000px;
    margin: 0 auto;
    overflow: hidden;
    padding: var(--padding-container);
}

.container h2{
    color: white;
}

html{
    scroll-behavior: smooth;
}

section[id]{
    scroll-margin-top: 190px;
}

/* Header */
.nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    transition: all 0.5s ease;
    position: fixed;
}
.nav.active{
    position: fixed;
    background: #0d0e2e;
    padding: 15px;
}
.nav.active a{
    color: #ffffff;
}
.nav__title {
    font-weight: 300;
}

.nav__link {
    margin-left: auto;
    padding: 0;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 2em;
}

.nav__items {
    list-style: none;
}

.nav__links {
    color: #fff;
    text-decoration: none;
}

.nav__menu {
    margin-left: auto;
    cursor: pointer;
    display: none;
}

.nav__img {
    display: block;
    width: 30px;
}

header .logo img{
    height: 80px;
    width: auto;
}

.nav__close {
    display: var(--show, none);
}

.nav__link--menu li a{
    color: #FFF;
    text-decoration: none;
    transition: all 0.5s ease;
}
.nav__link--menu li a:hover{
    padding: 5px 10px;
    background:#6C96A9;
    color: #ffffff;
    border-radius: 15px;
}
/* Sección Hero */
.hero {
    padding: 100px;
    text-align: center;
}

.hero h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.hero p {
    font-size: 1.2rem;
}

#features {
    padding: 2rem 0;
}

.feature-grid {
    color: #000000;
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}
.feature-grid h3{
    color: #020418;
}

.feature-item {
    flex: 1;
    background: #eee9e9;
    padding: 1.5rem;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.feature-item img {
    max-width: 80px;
    margin-bottom: 1rem;
}

#devices, #faq {
    color: #000000;
    padding: 2rem 0;
}

input {
    width: 100%;
    padding: 0.75rem;
    margin-bottom: 1rem;
    border-radius: 4px;
    border: 1px solid #f5f2f2;
}

.device-list, .faq-list {
    margin-top: 1rem;
}

.device-item, .faq-item {
    background: #e7e5e5;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


/* Footer */
.footer{
    background-color: #0d0e2e;
}

.footer__title{
    font-weight: 300;
    font-size: 2rem;
    margin-bottom: 30px;
}

.footer__title, .footer__newsletter{
    color: #fff;
}


.footer__container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 60px;
    color: white;
}

.nav--footer{
    padding-bottom: 20px;
    display: grid;
    gap: 1em;
    grid-auto-flow: row;
    height: 100%;
}

.footer__copy{
    --padding-container: 30px 0;
    text-align: center;
    color: #fff;
}

.footer__copyright{
    font-weight: 300;
}

.footer__icons{
    margin-bottom: 10px;
}

.footer__img{
    width: 30px;
}

video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 95%, 0 80%);
    z-index: -1;
}
.capa{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    mix-blend-mode: overlay;
}



.barra{
    font-size: 20px; /* Cambia este valor según necesites */
    font-weight: bold; /* Opcional, para hacerlo más prominente */
    text-align: center; /* Opcional, para centrar el texto */
    color: #f3f8f8; /* Cambia el color según tu diseño */
}
.conta{
    font-size: 30px; /* Cambia este valor según necesites */
    font-weight: bold; /* Opcional, para hacerlo más prominente */
    text-align: center; /* Opcional, para centrar el texto */
    color: #eff1f1; /* Cambia el color según tu diseño */
}
.conta1{
    font-size: 30px; /* Cambia este valor según necesites */
    font-weight: bold; /* Opcional, para hacerlo más prominente */
    text-align: center; /* Opcional, para centrar el texto */
    color: #eff1f1; /* Cambia el color según tu diseño */
}
.proyectos-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.forma {
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width:800px){
    .nav__menu{
        display: block;
    }

    .nav__link--menu{
        position: fixed;
        background-color: hsla(0, 0%, 0%, 0.813);
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        z-index: 100;
        opacity: 0;
        pointer-events: none;
        transition: .7s opacity;
    }

    .nav__link--show{
        --show: block;
        opacity:1 ;
        pointer-events: unset;
    }

    .nav__close{
        position: absolute;
        top: 30px;
        right: 30px;
        width: 30px;
        cursor: pointer;
    }
    #home.hero{
        padding: 100px;
    }
    .feature-grid {
        color: #000000;
        display: grid;
        gap: 1.5rem;
    }
}

@media (max-width:600px){
    .nav__menu{
        display: block;
    }

    .nav__link--menu{
        position: fixed;
        background-color: hsla(0, 0%, 0%, 0.813);
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        z-index: 100;
        opacity: 0;
        pointer-events: none;
        transition: .7s opacity;
    }

    .nav__link--show{
        --show: block;
        opacity:1 ;
        pointer-events: unset;
    }

    .nav__close{
        position: absolute;
        top: 30px;
        right: 30px;
        width: 30px;
        cursor: pointer;
    }
    .hero h2{
        font-size: 30px;
    }
    #home.hero{
        padding: 100px;
    }
    .feature-grid {
        color: #000000;
        display: grid;
        gap: 1.5rem;
    }
}
@media (max-width:400px){
    .nav__menu{
        display: block;
    }

    .nav__link--menu{
        position: fixed;
        background-color: hsla(0, 0%, 0%, 0.813);
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        z-index: 100;
        opacity: 0;
        pointer-events: none;
        transition: .7s opacity;
    }

    .nav__link--show{
        --show: block;
        opacity:1 ;
        pointer-events: unset;
    }

    .nav__close{
        position: absolute;
        top: 30px;
        right: 30px;
        width: 30px;
        cursor: pointer;
    }
    .hero h2{
        font-size: 20px;
        margin-top: 70px;
    }
    .hero p{
        font-size: 15px;
    }
    #home.hero{
        padding: 70px;
    }
    .feature-grid {
        color: #000000;
        display: grid;
        gap: 1.5rem;
    }
}

.questions{
    text-align: center;
    color: white;
    font-size: 30px;
}

.questions__container{
    display: grid;
    gap: 2em;
    padding-top: 50px;
    padding-bottom: 100px;
}

.questions__padding{
    padding: 0;
    transition: padding .3s;
    border: 1px solid #020418;
    border-radius: 6px;
    background-color: white;
}

.questions__padding--add{
    padding-bottom: 30px;
}

.questions__answer{
    padding: 0 30px 0;
    overflow: hidden;
    font-size: 19px;
    color: #000000;
}

.questions__title{
    text-align: left;
    display: flex;
    font-size: 20px;
    padding: 30px 0 30px;
    cursor: pointer;
    color: var(--color-title);
    justify-content: space-between;
}

.questions__arrow{
    border-radius: 50%;
    background-color: var(--color-title);
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    margin-left: 10px;
    transition:  transform .3s;
}

.questions__arrow--rotate{
    transform: rotate(180deg);
}

.questions__show{
    text-align: left;
    height: 0;
    transition: height .3s;
}

.questions__img{
    display: block;
}

.questions__copy{
    width: 60%;
    margin: 0 auto;
    margin-bottom: 30px;
}