@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --padding-container: 100px 0;
    --color-title: #020418;
}
/* Reseteo de estilo básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Estilos generales */
body {
    font-family: 'Montserrat';
    line-height: 1.6;
    color: #020a1f83;
    background-color: #031e42ef;
    font-size: 16px;
}


.container {
    color: #000000;
    width: 90%;
    max-width: 2000px;
    margin: 0 auto;
    overflow: hidden;
    padding: var(--padding-container);
}

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;
    z-index: 1000;
}
.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: 200px;
    text-align: center;
}

.hero h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.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;
}

/* 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%;
}

.nav__link--footer{
    display: flex;
    margin: 0;
    margin-right: 20px;
    flex-wrap: wrap;
}

.footer__inputs{
    margin-top: 10px;
    display: flex;
    overflow: hidden;
}

.footer__input{
    background-color: #fff;
    height: 50px;
    display: block;
    padding-left: 10px;
    border-radius: 6px;
    font-size: 1rem;
    outline: none;
    border: none;
    margin-right: 16px;
}

.footer__submit{
    margin-left: auto;
    display: inline-block;
    height: 50px;
    padding: 0 20px ;
    background-color: #2091F9;
    border: none;
    font-size: 1rem;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
}

.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{
    color: #d9dad9;
    font-family: 'Montserrat', sans-serif;
    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{
    color: #d9dad9;
    font-family: 'Montserrat';
    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{
    color: #d9dad9;
    font-family: 'Montserrat';
    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;
    }
    .hero_title{
        font-size: 2.5rem;
    }
    .hero h2 {
        font-size: 30px;
        margin-bottom: 2rem;
        text-align: center;
        color: #000000;
    }
}

    