
* 
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.clean
{
    clear: both;
}
html, body
{
    height: 100%;
}

.banner
{
    height: 100%;
    width: 100%;
    background-color: white;
}
.container 
{
    width: 67.7%;
        min-width: 320px;
        max-width: 1150px;
    margin: 0 auto;
    margin-top: 10px;
    
} 

/*-------------------------*/

#BxLands
{
    margin-top: 25px;
    font-size: 25px;
}
#Bx-Orange-Logo
{
    margin-top: -25px;
    width: 82.66px;
    height: 82.66px;
    float: right;
}
.navbar
{
    margin-top: 15px;
    margin-bottom: 15px;

    overflow-x: hidden;
}
.navbar > ul
{
    list-style-type: none;
    display: flex;
    justify-content: center;
    padding: 10px;
}
.navbar > ul > li
{
    padding-left: 5px;
    padding-right: 5px;
}
.navbar > ul > li > a
{
    color: blue;
    text-decoration: none;
}

/*cabeçalhos*/

#cabeçalho-1
{
    overflow-x: hidden;
}

/*texto*/

.paragrafo
{
    font-weight: normal;
    font-family: arial;
    font-size: 18px;

    text-indent: 30px;
}
#paragrafo1
{
    padding-left: 25px;
    font-weight: normal;
    font-family: arial;
    font-size: 18px;

    text-indent: 30px;
}
.article1
{
    display: flex;
}

.caixa-de-texto
{
    overflow-y: scroll;
    height: 125px;
}
#Trutle{
    float: left;
    border: 0px;
    border-radius: 10px;
}
#Trutle img{
    border-radius: 5px;
}
#Trutle img:hover{
    border-radius: 5px;
    cursor: pointer;
}
.TartarugaPost h5{
    display: inline;
    margin-left: 20px;
    font-family: Arial;
    font-weight: normal;
}
.TartarugaPost p{
    display: inline;
    font-size: 17px;
    font-weight: normal;
    margin-left: 20px;
    text-indent: 0px;
}
.TartarugaPost span{
    display: inline;
    font-size: 17px;
    font-weight: bold;
    margin-left: 20px;
    text-indent: 0px;
}
.navbarVideo{
    display: flex;
}
.Trutle img{
    border-radius: 5px;
}
.Trutle img:hover{
    border-radius: 5px;
    cursor: pointer;
}