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: rgb(164, 25, 22);
    padding-left: 6px;
    padding-right: 20px;
    opacity: 0.9;
    width: 310px;
}

.imgCat
{
	width:210px
}

.logo {
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 100%;
    text-align: center;
    background-color: rgb(255, 255, 255);
    width: 310px;
    padding-right: 25px;
    padding-left: 25px;
	opacity: 0.9;
}

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

.textBlack
{
	color:#000;
}

.title
{
	color: #ffffff;
	font-size: 16px;
}

a{
    color: #000;
    text-decoration: none;
}
a:hover{    
    color: #fff;
}

h1,h2{
    color:#fff;
    margin-bottom: 0px;
}
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 {
	margin: 0 auto;
}




.txt_branco{
   color: #fff;
}