@font-face {
    font-family: 'ebrima';
    src: url('../fonts/ebrima.eot');
    src: url('webfont.eot?#iefix') format('embedded-opentype'),
         url('webfont.ttf')  format('truetype');
}
@font-face {
    font-family: 'ebrima bold';
    src: url('../fonts/ebrimabd.ttf') format('truetype');
}

.body {
}

body > * {
    font-family: 'ebrima';
    overflow-x: hidden;
}

.header {
    border-bottom: 3px solid #c62325;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    z-index: 15;
}

.header .home-icon {
    margin: 20px 20px 20px 90px;
}

.header .header-buttons {
    font-family: 'ebrima';
    margin: 40px 90px 20px 20px;
    right: 0;
    position: absolute;
}

.header .header-buttons .header-buttons-list {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.content {
    padding-top: 90px;
}

.full-content {
    width:100%;
}

.content .filo {
    background-image: url("../assets/fundoFilo.png");
    height: 350px;
}

.content .filo-content {
    padding-top: 30px;
}

.content .filo-content .filo-title {
    margin: 25px auto;
    text-align: center;
    display: block;

}

.content .filo-content .filo-stars {
    margin: 25px auto;
    text-align: center;
    display: block;

}

.content .filo-content .filo-description {
    margin-left: 70px;
    margin-right: 70px;
    display: block;
}

.footer {
    border-top: 3px solid #c62325;
}

.footer-body{
    padding-top:20px;
    background-color: #f8f8f8;
}

.footer .footer-header {
    height: 60px;
    background-color: rgb(244, 244, 244);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}
.footer .footer-header .copyrights{
    margin: 20px 20px 10px 20px;
}

.footer .footer-header .footer-buttons {
    margin: 20px 20px 10px 20px;
    right: 0;
    position: absolute;
}

.footer .footer-header .footer-buttons .footer-buttons-list {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.btn-custom {
    cursor: pointer;
    font-size: 14px;
    padding: 0 15px;
    height: 20px;
}

.btn-custom:hover {
    color: #ffffff;
    background-color: #c62325;
    border-radius: 25px;
}

.footer-btn-custom{
    color: #000;
    cursor: pointer;
    font-size: 14px;
    padding: 0 15px;
    height: 20px;
}
.footer-btn-custom:hover{
    color: #c62325;
}
.btn-go-top{
    cursor: pointer;
    padding: 0 35px;
    margin-top: -10px;
}
.footer-titulo{
    font-weight: 900;
    font-size: 22px;
    color: #a81715;
    text-align: left;
}
.content-titulo{
    font-family: 'Open Sans';
    font-weight: 900;
    font-size: 20pt;
    color: #c52623;
    text-align: left;
}
.FAQ-titulo{
    font-weight: 900;
    font-size: 22px;
    color: #FFFFFF;
}
.faq-caixa{
    background: none;
    outline: none;
    border: none;
    float:left;
}
.hr{
    border: 0;
    height: 2px;
    background: #e5e5e5;
}
.servicos-caixa{
    opacity: 0;
    background-color:#FFFFFF;
    width:38px;
    height:38px;
    color:#a81715;
    font-weight:900;
    text-align:center;
    padding-top:4px;
    outline: none;
    border: none;
    padding-top: 9px;
    margin-top: 10px;
    cursor: pointer;
}
.caixa-servicos{
    opacity: 0;
    padding-top:4px;
    padding-bottom:4px;
    font-weight:900;
    cursor: pointer;
}
.caixa-faq{
    font-weight:lighter;
    font-size:12pt;
    float:right;
    color:#FFFFFF;
    text-align:left;
    width:400px;
    padding-top:2px;
}
.content-text{
    text-align: left;
}
.content-header{
    position:relative;
    top: 0px;
    left: 0px;
    width: 100%;
}
.FAQ-caixa-faq{
    font-size: 12pt;
    font-weight:bold;
    color:#3b1610;
    cursor:pointer;
}
.FAQ-caixa-resposta-faq{
    font-size: 11pt;
    padding-top: 30px;
    padding-left: 60px;
    font-weight:normal;
    color:#3b1610;
    width: 90%;
    margin-bottom: 45px;
    margin-top: -30px;
}
.contato-text{
    width:400px;
    box-shadow: 0px 0px 5px #f2f2f2;
    outline: none;
    border: 2px solid #f2f2f2;
    border-radius: 2px;
    height: 30px;
}
.contato-button{
    width:400px;
    background-color: #c82528;
    outline: none;
    border: none;
    border-radius: 2px;
    height: 30px;
    font-family: "ebrima bold";
    font-weight: 900;
    color: #ffffff;
    box-shadow: 0px 0px 5px #f2f2f2;
    border-bottom: solid 2px #a11f1d;
}
.contato-button:hover{
    background-color: #D82528;
}
.bloco-faq{
    margin-top: -8px;
    margin-bottom: -30px;
}