html {
    height: 100%;
}

body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
}

.conteudo {
    min-height: 100%;
    height: 100%;
    display: block;
}

.conteudo-row {
    min-height: 100%;
    height: 100%;
}

.esquerda {
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    height: 100%;
}
.wrapper-esquerda{
       min-height: 100%;
    /*background-color: #000000;*/
	background: rgba(000,000,000,0.75);
    padding-left: 40px;
    padding-right: 40px;
    opacity: 0.85;
}

.logo {
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: right;
    margin-left: 10px;
}

.texto {
    color: #c1c1c1;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 80px;
    padding-left:20px; 
    font-weight: 400;
    line-height: 20px;
	text-align: justify;
}
.title
{
	color: #ffffff;
	font-size: 16px;
}

a{
    color: #ffffff;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
    color: #ffffff;
}

h1,h2{
    color:#000;
    margin-bottom: 30px
}
h1{
    font-size: 18px;
    font-weight: bold;
}
h2{
    font-size: 18px;
    font-weight: normal;
}

.txt_dev {
    color: #22b4d9;
    padding-top: 40px;
    padding-bottom: 70px;
    padding-left:20px; 
    margin: 0px;
    font-weight: 500;
    font-size: 18px;
}

.logos{
    flex-wrap: wrap;
    display: flex;
    align-items: center;

}
.logos div{
    margin-top: 20px;
    margin-bottom: 20px;

}

.logo img {
    padding-left: 10px;
}




.txt_branco{
   color: #fff;
}