:root {
    --blue: rgb(26, 119, 226);
}

.conteudoMenuSuperior {
    display: flex;
    height: 160px;
    justify-content: space-between;
    align-items: center;
    padding: 0px 250px;

    border-top: 8px solid;
    border-color: var(--blue);
}

.hamburgerMenu nav label, #hamburger { display: none }

a {
    text-decoration: none;
    color: black;
}


.containerSuperior {
    text-align: center;
    font-size: 1.2em;
}

.menuSuperior {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: var(--blue);
    z-index: 1000;
}

.menuSuperior nav {
    padding: 15px 30px;

}

.menuSuperior a {
    color: white;
    background-color: var(--blue);
    padding: 15px 30px;
    font-size: 18px;
}

.menuSuperior a:hover {
    background-color: white;
    color: black;
}

.inicioContainer2 {
    background-image: url(/assets/imgs/backgroundTexture2.webp);
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.layerUpset {
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: center;
    flex-direction: column;
    color: white;
    padding-top: 15px;
    padding-left: 1350px;

    width: 100%;
    height: 600px;
}

.upset1, .upset2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.upset2 {
    padding-right: 10px;
}

.upset3 {
    display: flex;
    flex-direction: column;
}

.upset3 button {
    text-decoration: none;
    outline: none;
    border: none;
    padding: 10px 80px;
    margin-bottom: 10px;
    border-radius: 15px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto';
    background-color: #4dc247;
}

.upset3 button:hover {
    background-color: #32862d;
}

.imgInicial {
    width: 100%;
    height: 600px;
    background-image: url('/assets/imgs/imgPrincipal.webp');
    background-repeat: no-repeat;
    background-position: fixed;
    background-position-y: -50px;
    background-size: cover;
}

.layer {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,212,255,0) 0%, rgba(26,90,226,1) 75%);
    width: 100%;
    height: 600px;
}
