@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

:root {
    --vermelho: #390000;
    --branco: #FFF;
    --preto: #1e1e1e;
}

body {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

header {
    background: var(--vermelho);
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    display: flex !important;
    position: fixed;
    width: 100vw;
    padding: 0.5rem;
    z-index: 10;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.logo-arko-advice {
    width: 230px;
    height: 50px;
}

.menu-active {
    display: none;
}

.menu-responsive {
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 2px;
    margin: 5px;
    display: none;
    flex-direction: column;
    align-items: center;
    position: fixed;
    right: 0;
    width: 40vw;
    height: 40vh;
    transition: 0.3s all ease-in-out;
    margin-top: 4rem;
}

.menu-responsive span {
    font-size: 30px;
    display: flex;
    align-self: flex-start;
    color: var(--vermelho);
    padding: 0 5px;
    cursor: pointer;
}

.menu-responsive span:hover {
    color: var(--branco);
}

.hamburger {
    list-style: none !important;
    padding: 0;

}

.hamburger a:hover {
    color: var(--branco);
    text-decoration: none;

}

.hamburger li {
    color: var(--preto);
    padding: 5px;
}

.hamburger a {
    font-size: 40px;
    font-weight: bolder;
    color: var(--vermelho);
    text-decoration: none;
}

.menu-active button svg {
    color: var(--branco);
    cursor: pointer;

}

.menu-active button {
    background: none;
    border: none;
}

.menu .list {
    display: flex !important;
    flex-direction: row;
    padding-right: 30rem;
    color: var(--branco);

}

.list li {
    list-style: none;
    padding: 0 1rem;

}

.list li a {
    color: var(--branco);
    text-decoration: none;
    font-weight: 400;
}

.event-name{
    height: 300px;
    background: linear-gradient(0deg, rgba(57, 0, 0, 0.8), rgba(57, 0, 0, 0.8)), url(../img/waiting-room-with-monitors.jpg);
    background-size: cover;
    background-position: center;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
    padding: 5rem;
}

.logo-arko-conference {
    width: 494px;
    height: auto;
    padding: 1rem;
}

.about {
    margin: 1rem 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
}

.about h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 70px;
    line-height: 101px;
    color: var(--preto);
}

.about h1:last-of-type {
    border-bottom: 5px solid #890F0D;
}

.about p {
    text-align: center;
    margin: 0 2rem;
    padding: 1rem 5rem;
    height: 30vh;
    display: flex;
    flex-direction: row;
    align-items: center;
}



.speakers {
    background: var(--vermelho);
    padding: 0 1rem 2rem;
    color: var(--branco);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.speakers p {
    padding: 1rem 0;
}

.title-schedule {
    font-style: normal;
    font-weight: 600;
    font-size: 70px;
    line-height: 101px;
    text-align: center;
    padding: 0 2rem;

}

.title-schedule {
    border-bottom: 3px solid #890F0D;
}

.speakers h2 {
    text-align: center;
    font-weight: bolder;
    padding: 1rem;
}

.text-event {
    font-size: 20px;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Botões*/

.item {
    border-bottom: 2px solid #890F0D;
    background: var(--vermelho);
    color: var(--branco);
    padding: 5px 10px;
    height: 30px;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
    transition: 1s;

}

.item:hover {
    color: var(--vermelho);
    background-color: var(--branco);
    text-decoration: none;
}

.item.active {
    color: var(--vermelho);
    background-color: var(--branco);
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.banner-alckimin {
    width: 900px;
    height: auto;
    margin: 1rem 0;
}

.info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.speaker-photo {
    width: 300px;
    height: auto;
}

.briefing {
    color: var(--preto);
    background: var(--branco);
    padding: 1rem;
    border-radius: 50px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;


}

.briefing span {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    border-right: 1px solid var(--preto);
}

.briefing p {
    text-align: justify;

    padding: 10px 0px 0 30px;
}

.register-button {
    background: var(--preto);
    color: var(--branco);
    padding: 5px;
    display: flex;
    border-radius: 5px;
    margin: 6rem 11px 0 -5rem;
    text-decoration: none;
    transition: 1s;
}

.register-button:hover {
    color: var(--branco);
    background: var(--vermelho);
    text-decoration: none;

}

@keyframes briefing {
    from {
        margin-left: 10px;
    }

    to {
        margin-right: 50px;
    }
}

.contact {
    display: flex;

}

.title-subscriber {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40%;
    background: linear-gradient(0deg, rgba(57, 0, 0, 0.8), rgba(57, 0, 0, 0.8)), url(/img/waiting-room-with-monitors.jpg);
    background-size: cover;
    color: var(--branco);
}

.form-register {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(57, 0, 0, 0.8);
    width: 60%;
    padding: 4rem 0;
}

.title-responsive {
    display: none;
}

.form-register label {
    align-self: flex-start;

}

.form-register button {
    background: var(--preto);
    width: 468px;
    height: 40px;
    border: none;
    color: var(--branco);
    transition: 1s;
    border-radius: 5px;
}

.form-register button:hover {
    background: var(--vermelho);

}

.form-input {
    margin: 1rem;
    padding: 5px;
    width: 468px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 5px;
    border: none;
}

.rodape {
    background: var(--vermelho);
    color: var(--branco);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 10px 2rem;
}

p.text-light {
    text-align: center;
}

@media (max-width:1280px) {
    body {
        width: 100%;
    }

    .menu .list {
        padding-right: 22rem;
    }

    .rodape {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .banner-alckimin {
        width: 100vw;
    }
    .speaker-photo {
        width: 60vw;
        height: auto;
    }
    .info{
        display: flex;
        flex-direction: column;
    }


}

@media (max-width:912px) {
    .info {
        display: flex;
        flex-direction: column;
    }


}

@media (max-width:820px) {
    header {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .menu-active {
        display: flex;
        flex-direction: column;
        align-items: end;
        margin-right: 10px;
    }


    .menu {
        display: none !important;
    }

    .about {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .about p {
        height: 30vh;
    }

    .form-input {
        width: 380px;
    }

    .form-register button {
        width: 380px;
    }

}

@media (max-width:768px) {
    body {
        width: 100%;
    }

    .menu .list {
        padding-right: 6rem;
    }

    .form-input {
        width: 300px;
        height: 40px;
    }

    .form-register button {
        width: 300px;
    }


    .about {
        gap: 10px;
        display: flex;
        flex-flow: column;
    }

    .title-subscriber {
        display: none!important;
    }

}

@media (max-width:540px) {
    body {
        width: 100vw;
    }

    .menu {
        display: none;
    }

    .logo-arko-advice {
        width: 200px;
        height: 50px;
    }

    .about p {
        padding: 6rem 0;
        height: 40vh;
    }

    .about h1 {
        font-size: 50px;
        padding: 0;
    }

    .about h1 {
        border-bottom: 3px solid #890F0D;
    }

    .form-input {
        width: 250px;
    }

    .form-register button {
        width: 250px;
    }

    .title-schedule  {
        font-size: 50px;
    }

    .hamburger a {
        font-size: 26px;
    }
    .title-subscriber {
        display: none!important;
    }

}

@media (max-width: 450px) {
    body {
        width: 100%;
    }

    .logo-arko-conference {
        width: 330px;
        height: auto;
    }

    .about {
        display: flex;
        flex-direction: column;
    }

    .about p {
        padding: 2rem 0;
        height: 35vh;
        text-align: justify;
    }

    .info {
        gap: 20px;
    }

    .title-schedule  {
        font-size: 40px;
    }

    .item {
        padding: 4px;
    }

    .briefing {
        border-radius: 2px;
        padding: 5px;
        display: flex;
        flex-direction: column;
    }

    .briefing span {
        padding: 5px 5px;
        border-bottom: 1px solid var(--preto);
        border-left: 1px solid var(--preto);
    }

    .briefing p {
        text-align: inherit;
    }

    .register-button {
        margin: 0 auto;

    }

    .title-subscriber {
        display: none!important;
    }

    .form-register {
        width: 100%;
        padding: 2.5rem 0;
        background: linear-gradient(0deg, rgba(57, 0, 0, 0.8), rgba(57, 0, 0, 0.8)), url(/img/waiting-room-with-monitors.jpg);
        background-size: cover;
    }

    .title-responsive {
        display: none;
        color: var(--branco);
        text-align: center;
        writing-mode: vertical-rl;
        transform: rotate(180deg); /* Ajuste para mudar a direção, se necessário */
    }

    .rodape p {
        font-size: 12px;
    }

    .hamburger a {
        font-size: 22px;
    }

    @media (max-width:393px) {
        .title-responsive {
            display: none;
        }

        .about p {
            height: 44vh;
        }

        .item {
            padding: 3px;
        }
    }

    @media (max-width:375px) {

        .title-responsive {
            display: none;
        }

        .item {
            padding: 2px;
        }

        .hamburger a {
            font-size: 20px;
        }

    }

    @media (max-width: 360px) {

        .title-responsive {
            display: none;
        }

        .logo-arko-conference {
            width: 265px;
            height: auto;
        }

        .about p {
            height: 76vh;
            margin: 0;
            text-align: inherit;
            font-size: 18px;
        }

        .title-schedule{
            font-size: 30px;
        }

        .speakers h2 {
            font-size: 20px;
        }


        .rodape p {
            font-size: 9px;
        }

        .hamburger a {
            font-size: 15px;
        }


    }


}

