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

:root {
    font-size: 62.5%;
    font-family: 'Poppins', sans-serif;
}

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

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}


.container {
    display: grid;
    grid-template-columns: 20% 80%;
    min-width: 358px;
    height: 100vh;
    background: url('../img/back_02.png');
}

/* coluna 1 */

.column-1 {
    display: flex;
    flex-direction: column;
    color: rgb(50, 103, 50);
    font-weight: 600;
    place-content: center;
    position: relative;
    background-color: #2B432D;
    height: 100vh;
}

#grp-logo {
    height: max-content;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/* #grp-menu {
    height: ;
    background-color: blue;
} */

.column-1 div {
    padding: 0.3rem;
    margin: 0.5rem 0;

    text-align: center;
    font-size: 2rem;
    z-index: 1;
}

.menu {
    cursor: pointer;
    font-style: normal !important;
    font-weight: 300;
    color: #fff;
}

.menu:hover {
    font-weight: bold;
    width: 100%;
}

#logo-1-mobile {
    display: none;
    width: 30rem;
    max-width: 250px;
}

#logo-1 {
    width: 30rem;
    max-width: 250px;
}

#logo-1-40 {
    width: 8rem;
}

#menu-footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 0;
}

#menu-footer img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* coluna 2 */

.column-2 {
    overflow-y: auto;
}

#home {
    text-align: center;
    width: 100%;
    position: relative;

    /* height: 99vh; */
    text-align: center;
    background: url('../img/back.jpg');
    background-size: cover;
}

#img-panel {
    width: 1fr;
    height: 99vh;
    margin-top: 1rem;

    top: 0;
    left: 0;
}

#img-detail {
    /* width: 100%; */
    /* min-height: 500px;*/
    height: 80vh;
}

#botao-banner {
    position: absolute; 
    bottom: 27rem; 
    left: 49%; 
    transform: translateX(-50%);
    
    background-color: #edba46;
    color: #fff;
    font-size: 2rem;
    
    padding: 10px 20px;
    border: none;
    border-radius: 100px;
    
    z-index: 10; 
    cursor: pointer;
    font-weight: bold;
}

#botao-banner:hover {
    background-color: #E5A91E; /* Efeito ao passar o mouse */
}


#img-logo-2 {
    position: absolute;
    height: 25px;
    width: 25px;
}

/* o evento */

#event {
    height: 90vh;
    margin: auto;
    display: grid;
    place-content: center;
    grid-template-columns: 100px 1fr 1fr;
}

#event>div {
    color: rgb(75, 73, 73);
    place-content: center;
}

#event div:nth-child(2) {
    padding: 0 2rem;
    justify-content: center;
    min-width: 110px;
}

#label-evento {
    width: 10rem;
    opacity: 0.2;
}

#aerial {
    margin: 1rem;
    border-radius: 50px 50px 50px 0px;
    background-image: url('../img/foto_aerea.png');
    background-size: cover;
    height: 85%;
    width: 70%;
    text-align: center;
    padding: 0 2rem;
}

#data-evento {
    border: 2px solid #fff;
    background-color: #edba46;
    border-radius: 25px 25px 25px 0;
    color: #fff;

    width: 40%;
    float: right;
    translate: 30% 0;
    margin-top: 5rem;
    padding: 10px;
}

#label-aerea-1 {
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    font-size: 2rem;
    font-weight: 800;
    color: #2B422C;
}

#label-aerea-2 {
    font-weight: 400;
    font-style: italic;
    font-size: 1.5rem;
    color: #2B422C;
}

#img-localizacao {
    width: 2rem;
    height: 2rem;
}

#dia-evento {
    font-size: 3rem;
    line-height: 3rem;
    font-weight: bold;
}

#ano-evento {
    font-size: 3rem;
    line-height: 3rem;
    font-weight: bold;
}

#event .label-event {
    rotate: -90deg;
    font-size: 6rem;
    text-align: right;
    color: rgba(192, 192, 192, 0.668);
    font-weight: 800;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    border: 1px solid red;
    width: fit-content;
}

#event h5 {
    color: #2B422C;
    font-size: 4rem;
    font-weight: 800;
    line-height: 4.2rem;
}

#event h6 {
    color: #edba46;
    font-size: 3rem;
    font-weight: 600;
}

#event p {
    margin-top: 1rem;
    font-size: 1.5rem;
}

/* #event div:nth-child(3) {
    text-align: center;
    font-weight: 600;
} */

#footer-event {
    display: grid;
    place-content: center;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    text-align: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 1rem;
}

#footer-event div {
    margin-top: 1.5rem;
    border-radius: 20px 20px 20px 0;
    text-align: center;
    background-color: #2B422C;
    color: #fff;
    font-weight: bold;
    display: grid;
    place-content: center;
    padding: 1rem;
}

/* timer */

#timer {
    /* display: block; */
    background-color: #edba46;
    color: #fff;
    font-weight: bold;

    text-align: center;
    padding: 2rem;

    display: grid;
    place-content: center;
    grid-template-columns: 30rem 10rem 2rem 10rem 2rem 10rem 2rem 10rem;
}

.algarism {
    font-size: 3rem;
}

.timer-label {
    font-size: 1rem;
}

/* programação */

#programming {
    /* height: 99vh; */
    background-color: #2B422C;
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#programming h1 {
    color: #fff;
    font-size: 5rem;
}

#programming table {
    max-width: 90%;
    color: #fff;
    font-size: 3rem;
    margin: 20px auto;
    border-spacing: 20px;
}

#programming table td {
    vertical-align: top;
}


#programming table p {
    line-height: 2.7rem;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 2.2rem;
}

.horario {
    background-color: #edba46;
    padding: 3px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    font-size: 2.2rem;
}


/* inscrição */

#inscription {
    height: 100vh;
    display: flex;
    flex-direction: column;
    place-content: center;
    gap: 15px;
}

#form {
    background-color: #06480E;
    width: 80%;
    margin: 0 auto; 
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem; 
    padding: 4rem;
    border-radius: 50px;
}

#form h2 {
    font-size: 5rem;
    font-weight: bold;
    color: white;
    margin-bottom: 2rem;
}

#form label {
    color: #fff;
    font-size: 1.3rem;
}

#form input,
#form select,
#form option,
#form ::placeholder {
    color: #2B432D;
    font-size: 1.5rem;
}

#form span {
    color: #edba46;
    display: inline;
}

#form button {
    background-color: #edba46;
    color: #fff;
    font-size: 1.5rem;
    padding: 1rem 2rem;
    border-radius: 25px;
}

#form button:hover {
    background-color: rgb(231, 155, 14);
}

.group-form {
    display: flex;
    justify-content: space-between; /* Distribui os campos igualmente */
    width: 100%;
    gap: 1rem; /* Espaçamento entre os campos */
}

.group-form input,
.group-form select {
    width: 100%;
    max-width: 100%; /* Mantém responsivo */
    flex: 1; /* Para que os elementos tenham o mesmo tamanho */
    padding: 0.8rem;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.double-group {
    display: flex;
    gap: 1rem;
    width: 100%;
}

#form .terms {
    font-size: 1.5rem; /* Diminui o tamanho da fonte */
    max-width: 800px; /* Reduz a largura do texto */
    text-align: left; /* Mantém alinhado */
}

#check-accept{
    width: 15px;
    height: 15px;
}

.group-form label {
    text-align: left;
}

#inscription #description {
    display: grid;
    grid-template-columns: 1fr;
    text-align: right;
    color: #06480E;
    place-content: center;
    padding: 40px 20px 40px 35px;
}

#inscription p {
    font-size: 2rem;
}

#description h2 {
    font-size: 2.5rem;
    padding-bottom: 2rem;
}

#inscription h3 {
    font-size: 2.2rem;
    padding-top: 2rem;
}

#button-form {
    text-align: left;
    margin-top: 1rem;
}

#label-inscription {
    width: 11rem;
    opacity: 0.2;
}

#inscription p {
    text-align: center;
    color: #2B432D;
    font-size: 2.5rem;
    font-weight: normal;
    margin: 0 auto;
    max-width: 80%;
    padding: 20px;
    border: #2B432D solid 2px;
    border-radius: 30px;
    margin-top: 3rem;
}

/* como chegar */



#location {
    height: 99vh;
    display: grid;
    align-items: center;
    place-content: center;
    text-align: center;
    justify-content: center;
    grid-template-columns: 1fr 1fr;
    background-color: #2B422C;

}

.column-1 {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centraliza os itens dentro da coluna */
    align-items: center; /* Alinha os itens no centro horizontalmente */
    height: 100%; /* Ocupa toda a altura disponível */
    color: rgb(50, 103, 50);
    font-weight: 600;
    font-style: italic;
    position: relative;
}

.group-location h1 {
    color: #fff;
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.group-location #message {
    background: #fff url('../img/back_02.png');
    display: grid;
    place-content: center;
    color: #06480E;
    font-size: 2rem;
    font-style: italic;
    padding: 3rem;
    border-radius: 25px;
    border: 2px solid #fff;
    margin-top: 1%;
    width: 80%;
    margin-bottom: 1%;
    text-align: center;
    font-weight: bold;
}

.group-video {
    text-align: left;
}

.group-video iframe {
    height: 18rem;
    width: 80%;
    border-radius: 25px;
    padding-top: 1%;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}

.group-maps iframe {
    width: 80%;
    border-radius: 25px;
}

/* expositores */

#exhibitor-radius {
    padding-top: 4rem;
    display: grid;
    background-color: #2B422C;
}

#exhibitor {
    padding: 4rem 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    text-align: center;
    justify-content: center;

    border-top-left-radius: 10%;
    border-top-right-radius: 10%;
    background: white url('../img/back_02.png');
}

#exhibitor .em-breve {
    padding: 0;
    margin-top: -20px;
    font-size: 5rem;
}

#exhibitor h1 {
    color: #06480E;
    font-size: 5rem;
    padding-top: 40px;
    padding-bottom: 20px;
}

#exhibitor-group>* {
    height: 10rem;
    border-radius: 8px;
    background-color: #fff;
}

#exhibitor #exhibitor-group {
    display: grid;
    place-content: center;
    grid-template-columns: repeat(5, 12rem);
    gap: 1rem;
    margin: 0 auto;
}

#label-exhibitor {
    width: 10rem;
    opacity: 0.2;
}

#exhibitor-group div {
    display: grid;
    place-content: center;
    font-size: 1.5rem;
    font-weight: bold;
}

#exhibitor-group img {
    max-height: 8.5rem;
    max-width: 8.5rem;
    /* width: fit-content; */
}

/* rodapá */

#footer {
    background-color: #2B422C;
    height: 20vh;
    display: grid;
    place-content: center;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    justify-content: center;
    color: #fff;
    font-size: 1.3rem;
}

#footer>div {
    place-content: center;
}

#footer-radius {
    height: 20vh;
    display: grid;
    background: white url('../img/back_02.png');
}

#footer span {
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

#img-midias {
    height: 5.3rem;
}

#img-realizacao {
    height: 7rem;
}

#img-40anos {
    height: 7rem;
}


@media screen and (max-width:1200px) {

    .menu {
        display: none;
        
    }
    
    .column-1 {
    background-color: transparent;
    }
    
    #logo-1-40 {
        display: none;
    }
    
    #menu-footer {
        display: none;
    }

    .column-2 {
        overflow-y: unset;
    }

    #check-accept{
        width: 20px;
        height: 20px;
    }

    .container,
    #event,
    #inscription,
    #location,
    #footer,
    #exhibitor,
    #footer-radius {
        display: grid;
        grid-template-columns: 100%;
        height: max-content;
    }

    #footer {
        gap: 2rem;
    }

    #footer-radius,
    #footer {
        height: max-content;
    }

    #home,
    #label-evento,
    #label-inscription,
    #label-exhibitor {
        display: none;
    }

    #aerial {
        width: 80%;
        margin: 1%;
        margin: auto;

    }

    #label-aerea-1 {
        width: 100%;
    }

    #label-aerea-2 {
        margin-bottom: 10px;
    }

    #timer {
        margin-top: 50px;
        font-size: 1rem;
    }

    #location {
        height: max-content;

    }

    .group-location h1 {
        font-size: 3.2rem;
        margin-top: 5%;
    }

    .group-location>* {
        text-align: center;
        justify-content: center;
        margin-bottom: 5%;
    }

    #event h5,
    #event h6 {
        display: block;
        text-align: center;
    }

    #aerial,
    #inscription,
    #location {
        margin-top: 5%;
    }

    .group-video {
        margin-top: 5%;
        text-align: center;
    }

    .group-maps {
        margin-bottom: 5%;
        margin-top: 20px;
    }

    #message {
        display: block;
        margin: auto;
        translate: 0;
    }

    #exhibitor #exhibitor-group {
        display: grid;
        place-content: center;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        margin: 0 5%;
    }

    .timer-grp2 {
        display: grid;
        grid-template-columns: repeat(15, 1fr);
    }

    #timer .label-timer {
        display: none;
    }

    #exhibitor-group .exhibitor-hidden {
        display: none;
    }

    #timer {
        display: grid;
        place-content: center;
        grid-template-columns: 7rem 1.5rem 7rem 1.5rem 7rem 1.5rem 7rem;
    }

    .algarism {
        font-size: 2rem;
    }

    #footer {
        padding: 5% 0;
    }

    .group-location #message {
        translate: 0;
    }

    #grp-logo {
        position: initial;
        background: url('../img/back_mobile.jpg');
        background-size: cover;
        width: 100vw;
    }

    #programming {
        height: max-content;
    }

    #programming table {
        font-size: 1.5rem;
        border-spacing: 7px;
        max-width: 90%;
    }

    #programming table td {
        padding: 5px;
    }

    #programming h1,
    #exhibitor h1 {
        font-size: 3rem;
    }

    #exhibitor #exhibitor-group {
        padding-bottom: 1rem;

    }

    #exhibitor-radius {
        height: max-content;
    }

    #inscription #description {
        margin: 1rem;
        font-size: 3rem;
    }

    #inscription #description p {
        font-size: 1.5rem;
    }

    #description h2,
    h3 {
        font-size: 2rem !important;
    }


    #aerial {
        background-image: url('../img/foto_aerea.png');
    }

    #logo-1-mobile {
        display: initial;
    }

    #logo-1 {
        display: none;
    }

}