@import url(https://fonts.googleapis.com/css2?family=Ubuntu+Condensed&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap);

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden],
template {
    display: none
}

*,
:after,
:before {
    box-sizing: border-box
}

::selection {
    background: #000;
    color: #fff
}

::-moz-selection {
    background: #000;
    color: #fff
}

a {
    text-decoration: none;
    color: inherit;
    transition: color .3s
}

p {
    line-height: 1.5;
    font-size: 16px;
    color: #3c3c3c
}

h1,
p {
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400
}

h1 {
    color: #782323;
    font-size: 48px;
    font-weight: 100;
    margin: 0;
    text-transform: uppercase
}

@media only screen and (max-width:767px) {
    h1 {
        font-size: 32px
    }
}

.center {
    max-width: 1200px;
    position: relative;
    margin: 0 auto
}

@media only screen and (max-width:1279px) {
    .center {
        width: 90%
    }
}

footer {
    background: #4b2626;
    color: #fff;
    padding: 25px 0 10px;
    width: 100%;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:1299px) {
    footer {
        -ms-justify-content: center;
        justify-content: center
    }
}

@media only screen and (max-width:759px) {
    footer {
        padding: 10px
    }
}

footer p {
    color: #fff
}

footer .centre {
    width: 1200px;
    margin: 0 auto
}

@media only screen and (max-width:1299px) {
    footer .centre {
        margin: 0 20px
    }
}

@media only screen and (max-width:1199px) {
    footer .centre {
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: auto 20px;
        -ms-justify-content: center;
        justify-content: center
    }
}

footer .centre .boxFooter {
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: space-around;
    justify-content: space-around
}

@media only screen and (max-width:1199px) {
    footer .centre .boxFooter {
        -ms-justify-content: none;
        justify-content: none
    }
}

@media only screen and (max-width:759px) {
    footer .centre .boxFooter {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-width:449px) {
    footer .centre .boxFooter {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-align-items: flex-start;
        align-items: flex-start
    }
}

footer .centre .boxFooter .logoFooter {
    padding-right: 60px;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:759px) {
    footer .centre .boxFooter .logoFooter {
        padding: 0;
        margin: 20px 0;
        -ms-justify-content: center;
        justify-content: center
    }
}

footer .centre .boxFooter .logoFooter img {
    width: 80px
}

@media only screen and (max-width:1199px) {
    footer .centre .boxFooter .logoFooter img {
        width: 70px
    }
}

@media only screen and (max-width:759px) {
    footer .centre .boxFooter .logoFooter img {
        width: 25%
    }
}

footer .centre .boxFooter .infos {
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:759px) {
    footer .centre .boxFooter .infos {
        margin-bottom: 20px
    }
}

footer .centre .boxFooter .infos .col {
    float: left;
    margin-right: 40px
}

@media only screen and (max-width:767px) {
    footer .centre .boxFooter .infos .col {
        margin: 0
    }
}

footer .centre .boxFooter .infos .telefones {
    margin: 0;
    font-size: 0
}

footer .centre .boxFooter .infos .telefones span {
    font-size: 16px;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-weight: 700
}

@media only screen and (max-width:767px) {
    footer .centre .boxFooter .infos .telefones span {
        font-size: 14px
    }
}

footer .centre .boxFooter .infos .telefones span:after {
    margin: 0 .5em
}

footer .centre .boxFooter .infos .telefones span:last-child:after {
    display: none
}

footer .centre .boxFooter .infos .endereco {
    font-size: 14px;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400
}

footer .centre .boxFooter .infos .endereco p {
    font-size: 14px;
    margin: 0
}

footer .centre .cont {
    -ms-align-self: center;
    align-self: center
}

footer .centre .cont .contato {
    display: inline-block;
    background: #fff;
    color: #782323;
    padding: 7px 40px 7px 15px;
    border-radius: 4px;
    font-size: 17px;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    transition: background .3s;
    margin-left: 40px
}

footer .centre .cont .contato:after {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background: url(../img/layout/setinha.png) no-repeat 50%
}

footer .centre .cont .contato:hover {
    background: #6a3e3e
}

@media only screen and (max-width:1199px) {
    footer .centre .cont {
        width: 25%;
        margin: 0;
        float: left;
        text-align: center;
        margin-bottom: 10px
    }

    footer .centre .cont .contato {
        margin: 0
    }
}

footer .copyright {
    display: block;
    width: 100%;
    clear: left;
    float: left;
    border-top: 1px solid #fff;
    text-align: center;
    font-size: 11px;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    padding-top: 10px;
    margin: 25px 0 0;
    cursor: default;
    color: #fff
}

@media only screen and (max-width:1199px) {
    footer .copyright {
        display: -ms-flexbox;
        display: flex;
        -ms-justify-content: center;
        justify-content: center
    }
}

@media only screen and (max-width:767px) {
    footer .copyright {
        font-size: 9px;
        margin-top: 10px
    }
}

footer .copyright span {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 1.2em;
    margin: -2px .3em 0;
    background: #fff
}

footer .copyright a:hover {
    color: #d97077
}

@media only screen and (max-width:767px) {
    footer .copyright span {
        display: block;
        width: 0;
        height: 0;
        margin: 0;
        background: transparent
    }
}

header {
    width: 100%;
    height: 149px;
    padding: 1px 35px;
    text-align: center;
    background-color: #782323;
    display: -ms-flexbox;
    display: flex;
    -ms-justify-content: space-around;
    justify-content: space-around
}

@media only screen and (max-width:1299px) {
    header {
        -ms-justify-content: center;
        justify-content: center
    }
}

@media only screen and (max-width:759px) {
    header {
        padding: 10px
    }
}

header .centre {
    width: 1200px;
    margin: 0 auto
}

@media only screen and (max-width:1299px) {
    header .centre {
        margin: 0 20px
    }
}

@media only screen and (max-width:1199px) {
    header .centre {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-align-items: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: auto 20px
    }
}

header .centre .headerFlex {
    display: -ms-flexbox;
    display: flex;
    -ms-justify-content: space-between;
    justify-content: space-between
}

header .centre .headerFlex .headerLeft {
    display: block
}

@media only screen and (max-width:1199px) {
    header .centre .headerFlex .headerLeft {
        margin: auto
    }
}

header .centre .headerFlex .headerLeft .logo {
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 700px;
    height: 65px;
    background: no-repeat;
    margin-top: 24px;
    margin-bottom: 23px
}

header .centre .headerFlex .headerLeft .logo img {
    width: 100%
}

@media only screen and (max-width:1199px) {
    header .centre .headerFlex .headerLeft .logo {
        width: 540px
    }
}

@media only screen and (max-width:699px) {
    header .centre .headerFlex .headerLeft .logo {
        width: 340px
    }
}

@media only screen and (max-width:449px) {
    header .centre .headerFlex .headerLeft .logo {
        width: 300px
    }
}

header .centre .headerFlex .headerLeft nav {
    display: -ms-flexbox;
    display: flex;
    width: 880px
}

@media only screen and (max-width:1199px) {
    header .centre .headerFlex .headerLeft nav {
        display: none
    }
}

header .centre .headerFlex .headerLeft nav a {
    display: block;
    font-size: 16px;
    font-family: Ubuntu Condensed, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #fff;
    padding: 3px 0;
    text-transform: uppercase;
    transition: background .3s;
    line-height: 1;
    margin-bottom: 20px;
    padding: 10px 25px
}

header .centre .headerFlex .headerLeft nav a.active,
header .centre .headerFlex .headerLeft nav a:hover {
    background: #4b2626
}

@media only screen and (max-width:1199px) {
    header .centre .headerFlex .headerLeft nav a {
        font-size: 15px;
        font-family: Ubuntu Condensed, Helvetica, Arial, sans-serif;
        font-weight: 400;
        margin-bottom: 28px
    }
}

header .centre .headerFlex .headerRight {
    display: block;
    width: 260px;
    margin-top: 25px
}

@media only screen and (max-width:1299px) {
    header .centre .headerFlex .headerRight {
        margin-top: 10px
    }
}

@media only screen and (max-width:1199px) {
    header .centre .headerFlex .headerRight {
        display: none
    }
}

header .centre .headerFlex .headerRight .telefones {
    display: -ms-flexbox;
    display: flex;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    font-size: 18px;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px
}

@media only screen and (max-width:1299px) {
    header .centre .headerFlex .headerRight .telefones {
        font-size: 16px;
        font-family: Ubuntu, Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-weight: 700
    }
}

header .centre .headerFlex .headerRight .telefones span {
    display: block
}

header .centre .headerFlex .headerRight .telefones span:after {
    content: "\B7";
    margin: 0 .5em
}

header .centre .headerFlex .headerRight .telefones span:last-child:after {
    display: none
}

header .centre .headerFlex .headerRight .email {
    display: -ms-flexbox;
    display: flex;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    font-size: 16px;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #fff
}

@media only screen and (max-width:1299px) {
    header .centre .headerFlex .headerRight .email {
        font-size: 14px;
        font-family: Ubuntu, Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: 400
    }
}

header .centre .button-father,
header .centre .nav-mobile1
{
    display: none
}

@media only screen and (max-width:1199px) {
	header .centre .button-father {
    	display: block;
	}

    header .centre #mobile-toggle {
        display: block;
        background-color: transparent;
        border: 0;
        position: absolute;
        right: 5%;
        height: 100px;
        width: 25px;
        outline: 0;
        padding: 0;
        cursor: pointer
    }
}

header .centre .button-father {
    position: relative
}

header .centre #menuburger {
    background-color: #782323;
    border: none;
    color: #fff;
    font-size: 22px;
    cursor: pointer
}

header .centre .nav-mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    z-index: 60;
    top: 22px;
    right: 6px;
    width: 160px;
    height: auto;
    line-height: 2;
    background-color: #782323;
    border: 1px solid #5e1919
}

header .centre .nav-mobile a {
    color: #fff;
    font-weight: 400;
    font-weight: 100
}

header .centre .nav-mobile a,
header .centre .nav-mobile a:hover {
    font-size: 16px;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    font-style: normal
}

header .centre .nav-mobile a:hover {
    background-color: #5e1919;
    font-weight: 400;
    font-weight: 700
}

.artigos-links {
    margin-top: 20px
}

.artigos-links a {
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 95%;
    margin: 10px auto;
    padding: 10px 15px;
    color: #782323;
    background-color: #ededed;
    transition: background .3s, color .3s;
    font-size: 18px;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    min-height: 74px
}

.artigos-links a:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    top: 6px;
    right: 8px;
    background: url(../img/layout/icone-pdf.png) no-repeat 50%;
    background-size: 35px
}

@media only screen and (max-width:1199px) {
    .artigos-links a:after {
        background-size: 30px;
        right: 0
    }
}

@media only screen and (max-width:759px) {
    .artigos-links a:after {
        height: 50px
    }
}

.artigos-links a:hover {
    background: #4b2626;
    color: #fff
}

@media only screen and (max-width:1199px) {
    .artigos-links a {
        font-size: 16px;
        font-family: Ubuntu, Helvetica, Arial, sans-serif;
        font-style: italic;
        font-weight: 400;
        font-weight: 700;
        padding: 0 10px
    }
}

@media only screen and (max-width:759px) {
    .artigos-links a {
        font-size: 14px;
        font-family: Ubuntu, Helvetica, Arial, sans-serif;
        font-style: italic;
        font-weight: 400;
        font-weight: 700;
        padding-right: 55px;
        min-height: 60px;
        width: 100%;
        -ms-justify-content: center;
        justify-content: center
    }
}

.pagination {
    width: 100%;
    display: block;
    padding: 0;
    margin: 15px 0 0;
    list-style-type: none;
    text-align: center
}

.pagination li {
    display: inline-block;
    background: #d97077;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0 3px;
    font-size: 12px;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-weight: 700;
    color: #4b2626;
    text-align: center;
    transition: background .3s
}

.pagination li:first-child,
.pagination li:last-child {
    display: none
}

.pagination li.active {
    background: #d97077 !important;
    color: #fff
}

.pagination li:hover {
    background: #e4989d
}

.pagination li a,
.pagination li span {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center
}

.contato:after,
.contato:before {
    content: " ";
    display: table
}

.contato:after {
    clear: both
}

.contato h1 {
    margin-bottom: 15px
}

@media only screen and (max-width:767px) {
    .contato h1 {
        margin-bottom: 10px
    }
}

.contato .imagens {
    width: 100%;
    margin-bottom: 50px
}

.contato .imagens:after,
.contato .imagens:before {
    content: " ";
    display: table
}

.contato .imagens:after {
    clear: both
}

.contato .imagens img {
    display: block;
    width: 50%;
    float: left
}

@media only screen and (max-width:767px) {
    .contato .imagens img {
        width: 100%
    }
}

.contato .informacoes {
    width: 47.5%;
    float: left
}

@media only screen and (max-width:767px) {
    .contato .informacoes {
        width: 100%
    }
}

.contato .informacoes p:first-child {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 15px
}

.contato .informacoes p strong {
    color: #6a3e3e
}

.contato .informacoes a {
    color: #782323
}

.contato .informacoes a:hover {
    text-decoration: underline
}

.contato .informacoes .telefones {
    font-size: 0;
    color: #782323
}

.contato .informacoes .telefones span {
    font-size: 18px;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-weight: 700
}

@media only screen and (max-width:767px) {
    .contato .informacoes .telefones span {
        font-size: 16px
    }
}

.contato .informacoes .telefones span:after {
    content: "\B7";
    margin: 0 .5em
}

.contato .informacoes .telefones span:last-child:after {
    display: none
}

.contato #form-contato {
    width: 45%;
    float: right
}

.contato #form-contato input,
.contato #form-contato textarea {
    display: block;
    width: 100%;
    background: #ededed;
    border: 0;
    outline: 0;
    margin-bottom: 2px;
    padding: 5px 7px;
    font-size: 14px;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-weight: 700;
    color: #000
}

.contato #form-contato input::-webkit-input-placeholder,
.contato #form-contato textarea::-webkit-input-placeholder {
    color: #000
}

.contato #form-contato input:-moz-placeholder,
.contato #form-contato input::-moz-placeholder,
.contato #form-contato textarea:-moz-placeholder,
.contato #form-contato textarea::-moz-placeholder {
    color: #000
}

.contato #form-contato input:-ms-input-placeholder,
.contato #form-contato textarea:-ms-input-placeholder {
    color: #000
}

.contato #form-contato input[type=submit],
.contato #form-contato textarea[type=submit] {
    background: #782323;
    color: #fff;
    font-weight: 700;
    padding: 8px;
    transition: background .3s
}

.contato #form-contato input[type=submit]:hover,
.contato #form-contato textarea[type=submit]:hover {
    background: #4b2626
}

.contato #form-contato textarea {
    resize: none;
    height: 170px
}

.contato #form-contato #form-contato-response {
    display: none;
    width: 100%;
    color: #4b2626;
    border: 2px solid #6a3e3e;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 6px
}

@media only screen and (max-width:767px) {
    .contato #form-contato {
        width: 100%;
        margin: 20px 0 0
    }
}

.contato .googlemaps {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 40px
}

.contato .googlemaps h2 {
    margin: 0 0 .5em;
    font-size: 30px;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-weight: 100;
    color: #782323
}

@media only screen and (max-width:767px) {
    .contato .googlemaps {
        margin-top: 20px
    }

    .contato .googlemaps h2 {
        font-size: 25px;
        margin-bottom: 8px
    }
}

.contato .googlemaps .endereco {
    margin: 0 0 1.2em
}

.contato .googlemaps .endereco p {
    margin: 0
}

.contato .googlemaps iframe {
    width: 100%;
    height: 500px
}

@media only screen and (min-width:768px) and (max-width:1279px) {
    .contato .googlemaps iframe {
        height: 300px
    }
}

@media only screen and (max-width:767px) {
    .contato .googlemaps iframe {
        height: 200px
    }
}

.home:after,
.home:before {
    content: " ";
    display: table
}

.home:after {
    clear: both
}

.home .centre {
    width: 1200px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width:1299px) {
    .home .centre {
        width: 100%
    }
}

@media only screen and (max-width:759px) {
    .home .centre {
        width: 100%;
        margin: 0
    }
}

.home .centre .banners {
    height: 490px;
    width: 1200px;
    display: -ms-flexbox;
    display: flex;
    -ms-justify-content: center;
    justify-content: center
}

@media only screen and (max-width:1299px) {
    .home .centre .banners {
        width: 85%;
        height: auto
    }
}

@media only screen and (max-width:759px) {
    .home .centre .banners {
        width: 100%;
        margin-bottom: 7px
    }
}

.home .centre .banners img {
    width: 100%;
    height: 100%
}

.home .centre .citacoes {
    width: 100%;
    height: 120px;
    display: -ms-flexbox;
    display: flex;
    -ms-justify-content: center;
    justify-content: center
}

@media only screen and (max-width:1299px) {
    .home .centre .citacoes {
        width: 85%;
        height: auto
    }
}

@media only screen and (max-width:759px) {
    .home .centre .citacoes {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.home .centre .citacoes .citacao {
    background-color: #5e1919;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media only screen and (max-width:759px) {
    .home .centre .citacoes .citacao {
        border: 3px solid #fff
    }
}

.home .centre .citacoes .citacao img {
    display: block;
    float: left
}

@media only screen and (max-width:1199px) {
    .home .centre .citacoes .citacao img {
        height: auto
    }
}

.home .centre .citacoes .citacao p {
    display: block;
    float: left;
    color: #fff;
    padding: 20px;
    margin: 0;
    font-size: 16px;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-style: italic
}

@media only screen and (max-width:1299px) {
    .home .centre .citacoes .citacao p {
        padding: 10px
    }
}

@media only screen and (max-width:1199px) {
    .home .centre .citacoes .citacao p {
        font-size: 13px;
        font-family: Ubuntu, Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-style: italic;
        text-align: justify
    }
}

@media only screen and (max-width:759px) {
    .home .centre .citacoes .citacao p {
        font-size: 12px;
        font-family: Ubuntu, Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-style: italic;
        text-align: justify
    }
}

.home .centre .citacoes .citacao p span {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-style: italic;
    width: calc(100% - 100px)
}

.home .centre .textos {
    padding: 40px 0 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width:1299px) {
    .home .centre .textos {
        padding: 40px 95px
    }
}

@media only screen and (max-width:1199px) {
    .home .centre .textos {
        padding: 40px 7.5%
    }
}

@media only screen and (max-width:759px) {
    .home .centre .textos {
        padding: 30px 10px;
        width: 100%
    }
}

.home .centre .textos p {
    font-size: 16px;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400
}

@media only screen and (max-width:767px) {
    .home .centre .textos p {
        font-size: 15px
    }
}

.home .centre .textos p:last-child {
    margin-bottom: 0
}

.home .centre .textos h3 {
    margin: 0;
    font-size: 16px;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #6a3e3e
}

@media only screen and (max-width:767px) {
    .home .centre .textos h3 {
        font-size: 14px
    }
}

.home .centre .textos h2 {
    margin: 25px 0;
    font-size: 30px;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-weight: 300;
    color: #6a3e3e
}

@media only screen and (max-width:767px) {
    .home .centre .textos h2 {
        font-size: 24px
    }
}

.home .centre .textos .left {
    width: 50%;
    float: left;
    padding: 15px 40px 15px 0
}

@media only screen and (max-width:1279px) {
    .home .centre .textos .left {
        width: 100%;
        padding: 0 0 30px;
        border-bottom: 1px solid #d97077
    }
}

.home .centre .textos .right {
    width: 50%;
    height: 110px;
    float: right;
    padding: 20px;
    border: 1px solid #5e1919;
    display: -ms-flexbox;
    display: flex;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly
}

@media only screen and (max-width:1299px) {
    .home .centre .textos .right {
        padding: 10px;
        margin-top: 30px;
        -ms-align-items: center;
        align-items: center;
        width: 90%
    }
}

@media only screen and (max-width:759px) {
    .home .centre .textos .right {
        width: fit-content;
        height: fit-content;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.home .centre .textos .right .btnConsulta {
    width: 230px;
    height: 58px;
    background-color: #5e1919;
    display: -ms-flexbox;
    display: flex;
    -ms-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    transition: all .3s;
    color: #fff;
    font-size: 14px;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-weight: 500;
    font-style: italic
}

.home .centre .textos .right .btnConsulta:hover {
    transform: scale(1.05)
}

@media only screen and (max-width:759px) {
    .home .centre .textos .right .btnConsulta {
        margin: 10px
    }
}

.home .centre .textos .right h2 {
    font-size: 30px;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-top: 4px;
    margin-bottom: 5px;
    font-weight: 300
}

@media only screen and (max-width:759px) {
    .home .centre .textos .right h2 {
        font-size: 25px;
        font-family: Ubuntu, Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        text-align: center
    }
}

.home .centre .textos .right p {
    margin-top: 9px
}

@media only screen and (max-width:759px) {
    .home .centre .textos .right p {
        font-size: 13px;
        font-family: Ubuntu, Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        margin: 10px
    }
}

.main .centre .imagem {
    width: 100%
}

.main .centre .textoLink {
    width: 815px;
    padding: 40px 0 80px
}

@media only screen and (max-width:1299px) {
    .main .centre .textoLink {
        padding: 40px 95px
    }
}

@media only screen and (max-width:1199px) {
    .main .centre .textoLink {
        padding: 40px 7.5%
    }
}

@media only screen and (max-width:759px) {
    .main .centre .textoLink {
        padding: 30px 10px;
        width: 100%
    }
}

.main .centre .textoLink h1 {
    margin: 10px auto
}

@media only screen and (max-width:759px) {
    .main .centre .textoLink h1 {
        text-align: center
    }
}

.main .centre .textoLink .links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-content: center;
    align-content: center
}

.main .centre .textoLink .links a {
    margin-bottom: 10px;
    background-color: #f4d7d9;
    height: 42px;
    font-size: 15px;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-style: italic;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 10px;
    transition: background .3s, color .3s;
    display: -ms-flexbox;
    display: flex
}

.main .centre .textoLink .links a:hover {
    background-color: #6a3e3e;
    color: #ededed
}

@media only screen and (max-width:1299px) {
    .main .centre .textoLink .links a {
        height: fit-content;
        font-size: 14px
    }
}

@media only screen and (max-width:759px) {
    .main .centre .textoLink .links a {
        font-size: 13px;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        text-align: none
    }
}

.main .centre .textoLink .links a img {
    margin-left: auto;
    width: 22px;
    height: 22px;
    -ms-align-self: center;
    align-self: center
}

.main .centre {
    width: 1200px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width:1299px) {
    .main .centre {
        width: 100%
    }
}

@media only screen and (max-width:759px) {
    .main .centre {
        width: 100%;
        margin: 0
    }
}

.main .centre .imagem {
    width: 1200px;
    height: auto
}

@media only screen and (max-width:1299px) {
    .main .centre .imagem {
        width: 85%
    }
}

@media only screen and (max-width:759px) {
    .main .centre .imagem {
        width: 100%;
        margin: 0
    }
}

.main .centre .imagem img {
    width: 100%;
    height: 100%
}

.main .centre .texto {
    width: 815px;
    padding: 40px 0 80px;
    margin: 0 auto
}

@media only screen and (max-width:1299px) {
    .main .centre .texto {
        width: 85%
    }
}

@media only screen and (max-width:759px) {
    .main .centre .texto {
        padding: 20px 0;
        text-align: center
    }
}

.centre {
    width: 1200px;
    margin: 0 auto
}

@media only screen and (max-width:1299px) {
    .centre {
        width: 100%
    }
}

@media only screen and (max-width:759px) {
    .centre {
        width: 100%;
        margin: 0
    }
}

.centre .imagem {
    width: 100%;
    height: auto
}

@media only screen and (max-width:1299px) {
    .centre .imagem {
        width: 85%
    }
}

@media only screen and (max-width:759px) {
    .centre .imagem {
        width: 100%;
        margin: 0
    }
}

.centre .imagem img {
    width: 100%
}

.centre .textoInicial {
    width: 815px;
    padding: 40px 0 80px;
    margin: 0 auto
}

@media only screen and (max-width:1299px) {
    .centre .textoInicial {
        width: 85%
    }
}

@media only screen and (max-width:759px) {
    .centre .textoInicial {
        text-align: center;
        padding: 30px 0 40px
    }
}

.centre .textoInicial .eachBox {
    padding: 7px;
    display: -ms-flexbox;
    display: flex;
    column-gap: 25px;
    margin-top: 45px
}

@media only screen and (max-width:759px) {
    .centre .textoInicial .eachBox {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 2px;
        margin-top: 24px
    }
}

.centre .textoInicial .eachBox .photo {
    margin-top: 8px
}

@media only screen and (max-width:759px) {
    .centre .textoInicial .eachBox .photo {
        margin: 10px 0
    }
}

.centre .textoInicial .eachBox .infoBox .eachName {
    font-size: 18px;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-weight: 700
}

@media only screen and (max-width:759px) {
    .centre .textoInicial .eachBox .infoBox .eachName {
        font-size: 17px;
        font-family: Ubuntu, Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-weight: 700;
        margin-bottom: 8px
    }
}

.centre .textoInicial .eachBox .infoBox p {
    margin: 0;
    font-size: 16px;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400
}

@media only screen and (max-width:759px) {
    .centre .textoInicial .eachBox .infoBox p {
        font-size: 14px;
        font-family: Ubuntu, Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: 400
    }
}

#bubble {
    position: fixed;
    width: 300px;
    bottom: 15px;
    left: 15px;
    animation: MoveUpDown 3s linear infinite;
    z-index: 99999;
}

#bubble .fechar i {
    font-family: sans-serif;
    font-style: normal;
    font-size: 13px;
    float: right;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    border: 4px solid #fff;
    border-radius: 50px;
    cursor: pointer;
    padding: 2px 6px;
    background: #3fc250;
}

@keyframes MoveUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(20px);
    }
}