

/* -------------------------------- */
/* Definições do corpo e atribuições */

/* ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #343a40;
}

::-webkit-scrollbar-thumb {
    background: #E95757;
} */

.space{
    height: 3vh;
}

html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
    height: auto;
}

body {
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
}

/* Corpo do Site */

.box1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

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

.titulo1 {
    margin-top: 5%;
    margin-left: 7%;
    width: 35%;
}

.tit1,.tit2 {
    font-size: 2.8rem;
    font-family: 'Bebas Neue', cursive;
    background-image: linear-gradient(250deg, #E95757, #C14F4F);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.texto1 {
    margin-top: 2%;
    margin-left: 7%;
    width: 55%;
}

.txt1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #4b4b4b;
}

#linha {
    width: 300px;
    background-color: #E95757;
    border: 2.5px solid #E95757;
    margin-left: 7%;
}

.parte2 {
    width: 40%;
}

.arteVisual {
    margin-top: 0;
    width: 100%;
}

.imgResponsiva {
    display: none;
}

.titulo2 {
    margin-top: 6%;
    margin-left: 7%;
    margin-bottom: 0px;
    width: 35%;
}

.texto2 {
    margin-left: 5%;
    width: 90%;
}

.txt2 {
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    color: #4b4b4b;
}

.carousel-inner {
    margin-top: 4%;
    height: 80vh;
}

.img-carousel{
    height: 80vh;
}

#horaLocal {
    width: 270px;
    height: 350px;
    border-radius: 10px;
    background-color: #ffffff;
}

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

.vetorRelogio {
    margin-top: 15px;
    width: 80px;
}

.txt3 {
    margin-top: 15px;
    width: 55%;
    text-align: center;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

#botãoLocal {
    transition: all 0.5s;
    cursor: pointer;
    background-image: linear-gradient(-75deg, #E95757, #C14F4F);
    width: 40%;
    border-radius: 100px;
    display: flex;
    margin-top: 8%;
    justify-content: center;
}

.local {
    font-size: 18px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 0px;
}

#botãoLocal:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

#linha2 {
    width: 300px;
    background-color: #E95757;
    border: 2px solid #E95757;
}

.tit3 {
    font-size: 3rem;
    font-family: 'Bebas Neue', cursive;
    background-image: linear-gradient(-75deg, #E95757, #C14F4F);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

#coordenacao {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    font-size: 18px;
}

#coordenacao p span{
    font-weight: 700;
}

.coordenadores {
    margin-top: 5%;
    width: 200px;
    height: 250px;
}

#coordenacao-hora{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
}

#container-coordenacao{
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    margin-inline: 80px;
}

#horaLocal{
    display: flex;
    align-items: center;
    justify-content: center;
}

#emailTelefone {
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
}

#email,
#telefone {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
}

#txtEmail,
#txtTelefone {
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
}

/* Responsivos */
/* -------------------------------- */

@media (min-width: 1920px){
    .arteVisual {
        margin-top: 0;
        width: 100%;
        height: 70vh;
    }

    .parte2 {
        width: 23.8%;
    }

    .titulo2 {
        margin-top: 13%;
    }

    .carousel-inner {
        height: 60vh;
    }

    #horaLocal {
        top: 50vh;
    }
}

@media (max-width: 1024px){

    .titulo1 {
        margin-left: 5%;
        width: 40%;
    }

    .tit1,
    .tit2 {
        font-size: 2rem;
    }

    .texto1 {
        margin-left: 5%;
    }

    #linha {
        width: 300px;
        margin-left: 5%;
    }

    .titulo2 {
        margin-left: 5%;
        width: 80%;
    }

    .texto2 {
        margin-left: 3%;
    }

    .carousel-inner {
        height: 65vh;
    }

    .parte2 {
        width: 63%;
    }

    .arteVisual {
        margin-top: 0;
        width: 100%;
    }

    #horaLocal {
        top: 50vh;
        left: 60%;
    }
}

@media (max-width: 950px) {
    #coordenacao-hora{
        flex-direction: column;
    }

    #container-coordenacao{
        margin-top: 50px;
    }
}

@media (max-width: 768px) {

    .imgResponsiva {
        display: block;
        margin-top: 10%;
        width: 900px;
    }

    .logoResponsiva {
        width: 350px;

    }

    .titulo1 {
        width: 60%;
    }

    .texto1 {
        width: 90%;
    }

    #linha {
        border: 2px solid #E95757;
    }

    .titulo2 {
        width: 50%;
    }

    .parte2 {
        display: none;
    }

    .texto2 {
        margin-left: 5%;
    }

    .txt2 {
        text-align: left;
    }

    #linha2 {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 700px) {
    #coordenação {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .titulo2 {
        width: 80%;
    }

    #emailTelefone {
        margin: 0 auto;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
}

@media (max-width: 500px) {
    .tit3{
        font-size: 2rem;
    }

    #linha2{
        width: 208px;
    }

}

@media (max-width: 425px) {

    .logoResponsiva {
        width: 200px;
    }

    .imgResponsiva {
        width: auto;
        margin: 0 auto;
    }

    .box1 {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-around;
    }

    .titulo1 {
        width: 60%;
        margin: 0 auto;
    }

    .tit1,
    .tit2 {
        text-align: center;
    }

    .texto1 {
        width: 90%;
        margin: 0 auto;
    }

    .txt1 {
        text-align: center;
    }

    #linha {
        margin: 0 auto;
    }

    .titulo2 {
        margin: 20px auto;
    }

    .texto2 {
        margin: 0 auto;
    }

    .txt2 {
        text-align: center;
    }

    #coordenação {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
}
