﻿/*Geral*/

html,body,.container
{
    height:100%;
}

body {
    background-color: #efedde;
}


.padding-fix {
    padding-left: 5%;
    padding-right: 5%;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.principal {
    width: 70%;
}

img {
    margin: auto;
}

div {
    display: block;
}

.div-white {
    background-color: #fff;
}

/*Seção Depoimento*/
.div-depoimento {
    height: 120px;
    display: block;
    vertical-align: middle;
    display: table-cell;
    text-align: justify;
    font-weight: 400;
}

.div-depoimento-texto {
    color: #26252a;
    line-height: 1.2em;
    font-size: 22px;
}

.div-depoimento-nome {
    color: #9b988f;
    font-size: 14px;
}

/*Seção Parceiros*/

.div-parceiros {
    display: table;
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.div-parceiros-texto {
    font-weight: 400;
    color: #163b58;
    padding: 5%;
    font-size: 18px;
    line-height: 1.5em;
    text-align: justify;
}

/*Seção Info*/

.div-info {
    display: table;
    color: #163b58;
}


.div-info-row {
    width: 100%;
    vertical-align: middle;
    display: table;
    margin-top: 5px;
    padding: 5%;
}

.div-info-header {
    font-size: 20px;
    font-weight: bold;
}

.div-info-texto {
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}