body {
    margin: 0%; 
    height: 100vh;
}

.nav-item > a {
    color: white !important;
}



.titulo-imagem {
    display: flex;
    justify-content: center;
    position: relative;
    top: 170px;
    margin-bottom: 40px;
}

.font-t {
    font-family: "Hedvig Letters Serif", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .5rem;
    font-size: 75.8px;
}

.titulo {
    margin-right: 20px;
}

.texto-secundario {
    display: flex;
    justify-content: center;
    position: relative;
    top: 170px;
}

.hr {
    display: flex;
    justify-content: center;
    position: relative;
    top: 80px;
}

.tamanho-hr {
    width: 53%;
}

.terceiro-texto {
    display: flex;
    justify-content: center;
    position: relative;
    top: 170px;
}

.terceiro-titulo {
    font-weight: 1;
    font-size: 25.8px;
    margin-left: 15px;
    margin-right: 15px;
}

.lead-2 {
    font-weight: 300;
    font-size: 1.15rem;
}

.col-lg-6 ul {
    list-style-type: none;
}

.tec-grid {
    display: grid;
    grid-template-columns: 0.2fr 0.2fr 0.2fr;
    grid-template-rows: 100px 100px 100px;
    row-gap: 10px;
}

p, li {
    text-align: justify;
}

#carouselExample {
    width: 500px;
}

#carouselExample2 {
    width: 500px;
}

.carouselFlex {
    display: flex;
    justify-content: center;
}

.link-decoration {
    text-decoration: none;
}

.white-circle {
    border-radius: 50%; 
    position: relative;
    background-color: white;
    height: 62.3px;
    width: 62px;
    z-index: -1;
    bottom: 66px;
    left: 4px;
    margin: 0;
}

@media (max-width: 992px)  {
    .navbar-text  {
        display: none;
    }
}

@media (max-width: 361px)  {
    .font-t {
        font-size: 60px;
    }
}

@media (max-width: 993px)  {
    .tec-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 85px 85px 85px 85px;
    }
}