@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');



.exo-regular {
    font-family: "Exo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.exo-medium {
    font-family: "Exo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}


.exo-bold {
    font-family: "Exo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}


.exo-extra-bold {
    font-family: "Exo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

main{
    background: url("../images/BACKGROUND.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    height: 100dvh;
    position: relative;
}

.filtro{
    width: 100%;
    height: 100dvh;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.21);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 29%, rgba(255, 255, 255, 0.2) 100%);
    padding: 100px 132px;
}

main .logo-writesys{
    width: 450px;
}

main .texto{
    padding-top: 100px;
}

main .texto h1{
    font-size: 3.8rem;
}

main .texto p{
    margin-top: 40px;
    font-size: 2rem;
}

main .contact{
    padding-top: 60px;
}

main .contact h2{
    font-size: 2rem;
}

main .contact p{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

main .contact p span{
    font-size: 2rem;
}

main .contact img{
    width: 40px;
    height: auto;
}