/*======================================FONTS==================================================*/

@font-face {
    font-family: "MyriadPro";
    src: url("../fonts/myriadpro/MyriadPro-Regular0.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/myriadpro/MyriadPro-Regular0.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/myriadpro/MyriadPro-Regular0.otf") format("opentype"), /* Open Type Font */
    url("../fonts/myriadpro/MyriadPro-Regular0.svg") format("svg"), /* Legacy iOS */
    url("../fonts/myriadpro/MyriadPro-Regular0.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/myriadpro/MyriadPro-Regular0.woff") format("woff"), /* Modern Browsers */
    url("../fonts/myriadpro/MyriadPro-Regular0.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MyriadPro";
    src: url("../fonts/myriadpro/MyriadPro-Bold0.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/myriadpro/MyriadPro-Bold0.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/myriadpro/MyriadPro-Bold0.otf") format("opentype"), /* Open Type Font */
    url("../fonts/myriadpro/MyriadPro-Bold0.svg") format("svg"), /* Legacy iOS */
    url("../fonts/myriadpro/MyriadPro-Bold0.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/myriadpro/MyriadPro-Bold0.woff") format("woff"), /* Modern Browsers */
    url("../fonts/myriadpro/MyriadPro-Bold0.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "'Merriweather', serif";
    src: url("../fonts/'Merriweather', serif/HorsebackSlab-Bold.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/'Merriweather', serif/HorsebackSlab-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/'Merriweather', serif/HorsebackSlab-Bold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/'Merriweather', serif/HorsebackSlab-Bold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/'Merriweather', serif/HorsebackSlab-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/'Merriweather', serif/HorsebackSlab-Bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/'Merriweather', serif/HorsebackSlab-Bold.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "'Niramit', sans-serif";
    src: url("../fonts/'Niramit', sans-serif/Nilland.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/'Niramit', sans-serif/Nilland.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/'Niramit', sans-serif/Nilland.otf") format("opentype"), /* Open Type Font */
    url("../fonts/'Niramit', sans-serif/Nilland.svg") format("svg"), /* Legacy iOS */
    url("../fonts/'Niramit', sans-serif/Nilland.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/'Niramit', sans-serif/Nilland.woff") format("woff"), /* Modern Browsers */
    url("../fonts/'Niramit', sans-serif/Nilland.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "'Noto Sans TC', sans-serif";
    src: url("../fonts/'Niramit', sans-serif/Nilland-Black.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/'Niramit', sans-serif/Nilland-Black.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/'Niramit', sans-serif/Nilland-Black.otf") format("opentype"), /* Open Type Font */
    url("../fonts/'Niramit', sans-serif/Nilland-Black.svg") format("svg"), /* Legacy iOS */
    url("../fonts/'Niramit', sans-serif/Nilland-Black.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/'Niramit', sans-serif/Nilland-Black.woff") format("woff"), /* Modern Browsers */
    url("../fonts/'Niramit', sans-serif/Nilland-Black.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: 700;
    font-style: normal;
}

/*=============================================================================================*/

html {
    margin: 0 !important;
}

body {
    font-family: 'MyriadPro', sans-serif;
    color: #fff;
}

body,
html {
    overflow-y: visible !important;
    width: initial;
    height: initial;
}

a:hover,
a:focus,
a:active {
    text-decoration: none !important;
    outline: none !important;
}

.d-flex {
    display: flex;
}

.fa.fa-bars {
    font-size: 4rem;
    color: #051934;
}

ul.list-inline {
    display: inline-flex;
    align-items: center;
}

.align-items-center {
    align-items: center;
}

.list-inline {
    margin: 0;
}

.bx-viewport {
    position: initial !important;
}

[data-off-canvas] {
    background-color: #092550;
}

[data-canvas=container] {
    overflow: initial;
}

[data-off-canvas] ul {
    margin: 0;
    padding: 0;
}

[data-off-canvas] ul li {
    list-style: none;
}

[data-off-canvas] ul.menu li a {
    color: rgba(255, 255, 255, 0.87);
    display: block;
    padding: 20px;
    -webkit-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}

[data-off-canvas] ul.menu li a:hover {
    color: #3b7ee6;
    background-color: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

.btn-dark {
    border-color: #414141;
    background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
    background-image: linear-gradient(to bottom, #838894 0%, #475062 100%);
    background-repeat: repeat-x;
    color: #fff;
}

.btn-dark:hover,
.btn-dark:focus {
    background-color: #4a5365;
    background-position: 0 -15px;
    color: #fff;
}

.btn-slide {
    background-color: #ffdd7e;
    /* border-color: #ffffff; */
    padding: 1rem 3rem;
    border-radius: 90px;
    color: #051934;
    font-size: 1em;
    padding: 7% 28%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.btn-slide:hover {
    background-color: rgba(12, 12, 12, 0.884);
    /* border-color: #ffffff; */
    padding: 1rem 3rem;
    border-radius: 90px;
    color: #fff;
    font-size: 1em;
    padding: 7% 28%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.btn-back {
    background-color: #3b7ee6;
    color: #fff !important;
    border: 2px solid #3b7ee6;
}

.btn-back:hover {
    background-color: transparent;
    color: #3b7ee6 !important;
}

.mb-5 {
    margin-bottom: 3rem;
}

.list-inline>li {
    padding: 0px 20px
}

.list-inline>li:last-child {
    padding-right: 0;
}

.list-inline>li:first-child {
    padding-left: 0;
}

.d-initial {
    display: initial;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.mb-5 {
    margin-bottom: 3rem;
}

/*.thumbnail{background-color:#051934;}*/

.thumbnail .caption {
    color: #fff;
}

.mb-7 {
    margin-bottom: 7rem;
}

/* HEADER */

#topo-info {
    color: #fff;
    background: #051934;
    padding: 0.3% 0%;
    vertical-align: middle;
}

#topo-info a {
    color: #fff;
}

#topo-info p {
    margin: 0;
}

#topo-info a.icon {
    margin-right: 1%;
}

#topo-info a.icon:last-child {
    margin-right: 0%;
}

#topo-nav {
    padding: 1% 0%;
    font-weight: 700;
    ;
    font-size: 1.3em;
}

#topo-nav a {
    color: #282a2e;
}

/* CONTEÚDO - INDEX */

.ls-slide {
    background: url('../img/plugins/layerslider/sliderimages/bg-pattern.png');
}

.ls-gpuhack {
    left: 0 !important;
}

/*
#solucoes, footer{background-color:#051934;}
#solucoes{padding:2rem 0 3rem;}
#solucoes a {color:#fff;}
#solucoes h1{margin-bottom: 5%;}
#solucoes-itens{margin-bottom:2%;}
*/

#artigos,
#utilitarios2 {
    background-color: #3b7ee6;
    padding-bottom: 3rem;
}

#artigos #list-artigos {
    margin: 3rem 0;
}

#artigos a {
    color: #fff;
}

#util-container {
    display: flex;
    margin-top: 4%;
    margin-bottom: 5%;
}

#util-container .agenda {
    border-right: 2px solid #051934;
}

#galeria-depo {
    background-color: #051934;
    padding: 6rem 0;
}

#galeria-depo .hr-title {
    width: 90%;
    height: auto;
    border-bottom: 2px solid #fff;
    text-align: center;
    margin: 5vh auto;
}

#galeria-depo .center-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 1.5vmax;
}

#galeria-depo h2 {
    display: initial;
    font-size: 5ch;
    padding: 0 3rem;
    background-color: #051934;
}

#galeria-depo .col-depoimento {
    margin-top: 4rem;
}

#galeria-depo .fa-quote-left,
#galeria-depo .fa-quote-right {
    font-size: 10rem;
}

#galeria-depo #depo-bxslider a {
    color: #fff;
}

#galeria-depo #depo-bxslider p {
    font-size: 1.7rem;
}

#galeria-depo #depo-bxslider h5 {
    font-size: 2rem;
    color: #3b7ee6;
    text-transform: uppercase;
}

/*
#noticias{height:450px;background:url('../img/bg-lastnews.jpg');background-size:100% 100%;background-attachment:fixed;display:flex;align-items:center;}
*/

#list-news h2 {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #051934;
}

#list-news .new-bxslider {
    padding: 0;
    margin: 0;
}

#list-news .new-bxslider p {
    color: #fff;
    font-family: "MyriadPro";
    font-size: 1.5rem;
    margin-bottom: 1rem !important;
    display: inline-block
}

#list-news .new-data {
    background-color: #092550;
    padding: 5px;
}

#noticias a.btn {
    display: table;
    margin: 3rem auto 0;
}

.tbcalendario {
    margin-left: auto;
    margin-right: auto;
    border-collapse: separate;
    border-spacing: 3px;
}

.tbcalendario td {
    padding: .5rem 2rem;
    background-color: #fff;
}

.tbcalendario td span {
    color: #000;
}

.tbcalendario .atual {
    font-weight: bold;
}

.tbcalendario tr.titulo td,
.tbcalendario td.first-td {
    background-color: #0f61b7;
}

.tbcalendario td.first-td span {
    color: #fff;
}

.tbcalendario th {
    background-color: #051934;
    text-align: center;
}

#icalendario_agenda_estadual a {
    color: #fff;
}

.col-trabalhe {
    padding-top: 4rem;
}

/* CONTEÚDO - INDEX */

footer {
    padding: 5rem 0;
}

footer a {
    color: #fff;
}

footer .ti-ideal {
    vertical-align: bottom;
}

footer ul {
    padding: 0;
}

footer #newsletter {
    margin-bottom: 3rem;
}

footer #newsletter h2 {
    text-align: center;
    margin: 0;
    margin-bottom: 4rem;
}

footer #newsletter .input-group {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

footer #news_email-error {
    text-align: center;
}

footer #footer-content {
    display: flex;
}

#copyright {
    padding: 1rem 0;
    background-color: #051934;
}

#copyright p {
    margin: 0;
}

#fickle-content {
    color: #051934;
    font-size: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#fickle-content h1 {
    font-weight: 500;
}

#fickle-content a {
    color: #051934;
    transition: color .5s;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -ms-transition: color .5s;
    -o-transition: color .5s;
}

#fickle-content a:hover {
    color: #282a2e;
}

#fickle-content ul {
    padding: 0;
}

#fickle-content ul li {
    margin-left: 3rem;
}

#contato h1 {
    font-size: 2rem;
    margin: 0;
}

#contato table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

#galerias h1 {
    margin: 0;
}

#galerias h2 {
    margin: 0;
    margin-bottom: 3rem;
    font-size: 2.5rem;
}

#galerias h4 {
    font-weight: bold;
}

#galerias .col-foto,
#galerias .col-vids {
    margin: 2rem 0;
}

#galerias img {
    color: #fff;
}

#downloads ul {
    padding: 0;
}

#downloads ul li {
    list-style: none;
    margin-left: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 3rem;
    position: relative;
    margin: 1rem 0;
    font-size: 1.7rem;
}

#downloads ul li i.fa.fa-download {
    font-size: 5rem;
    color: #aaa;
    margin-right: 3rem;
}

#downloads ul li a {
    position: absolute;
    top: 3rem;
}

#parceiros .media {
    padding: 2rem;
    border: 1px solid #ccc;
}

#iartigos ul {
    padding: 0;
}

#iartigos ul li {
    list-style: none;
    margin-left: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 3rem;
    position: relative;
    margin: 1rem 0;
    font-size: 1.7rem;
}

#iartigos ul li i.fa.fa-file-text {
    font-size: 5rem;
    color: #aaa;
    margin-right: 3rem;
}

#iartigos ul li a {
    position: absolute;
    top: 3rem;
}

#ligue_form,
#documentos_form {
    width: 50%;
    margin: 0 auto;
    padding: 3rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.g-recaptcha {
    margin-bottom: 1.5rem;
}

#loadchat-2 {
    bottom: 2% !important;
    right: 2% !important;
}

.lcp-chat-icon-p1 {
    margin-right: 0 !important;
}

#fab-wpp {
    position: fixed;
    width: 64px;
    right: 2%;
    bottom: 9rem;
    z-index: 9998;
}

#fab-wpp .fab-action {
    transition: all 225ms ease-in-out;
    position: absolute;
    cursor: pointer;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 64px;
    height: 64px;
    background-color: #0e1f29;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

#fab-wpp .fab-action:hover {
    background-color: #2d991e
}

#fab-wpp .fab-action i {
    margin: 0 auto;
    color: #fff;
    font-size: 3.5rem;
}

@media (min-width:768px) {
    .text-sm-right {
        text-align: right;
    }
}

@media (max-width:767px) {
    footer #newsletter .input-group {
        width: 100%;
    }
    footer #footer-content {
        display: block;
    }
    #ligue_form,
    #documentos_form {
        width: 100%;
    }
    .col-trabalhe {
        padding: 0;
        margin: 0;
    }
    .bx-wrapper .bx-controls-direction a {
        top: initial !important;
        bottom: -35%;
    }
    .bx-prev {
        left: 0 !important;
    }
}

#link-simulacao,
#link-simulacao-contato {
    margin-top: 2rem;
    text-align: center;
    font-size: 24px;
}

#link-simulacao a,
#link-simulacao-contato a {
    border-width: 2px;
}

#link-simulacao,
#link-simulacao a {
    color: #fff;
}

#link-simulacao-contato a:hover {
    color: #fff;
}

#box-simulacao {
    background: #efefef;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-radius: 6px;
}

@keyframes pulse_animation {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(1);
    }
    40% {
        transform: scale(1.08);
    }
    50% {
        transform: scale(1);
    }
    60% {
        transform: scale(1);
    }
    70% {
        transform: scale(1.05);
    }
    80% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.pulse {
    animation-name: pulse_animation;
    animation-duration: 5000ms;
    transform-origin: 70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

/* PERSONALIZADO TEMPLATE 35 */

#layerslider {
    /*border-left: 45px solid #fff;*/
}

.header-fixed {
    background-color: #051934;
    padding: 6px 2% 12px 2%;
    display: none;
}

.header-fixed img {
    max-width: 200px;
    background: #051934;
}

.header-fixed nav {
    text-align: right;
    padding-top: 28px;
}

.header-fixed nav a {
    /* border: 2px solid #fff; */
    padding: 11px 20px;
    color: #051934;
    border-radius: 30px;
    margin-right: 10px;
    background: #ffdd7e;
}

.header-fixed nav a:hover {
    background-color: #e5c262;
    border-color: #e5c262;
}

.header-fixed nav .btn-last {
    margin-right: 5%;
}

.header-fixed .menu-mobile {
    padding: 0 !important;
    border: 0 !important;
}

.header-fixed .menu-mobile:hover {
    background-color: transparent;
}

.header-fixed .logo-mobile {
    margin-left: 10px;
}

.header-topo {
    position: relative;
    z-index: 100;
}

.header-topo-menu {
    position: absolute;
    left: 0%;
    background: #051934;
    padding: 1.5% 0%;
}

.header-topo-menu a {
    padding: 5px 20px !important;
    border-radius: 90px !important;
    background: #ffdd7e !important;
    -webkit-border-radius: 90px !important;
    -moz-border-radius: 90px !important;
    -ms-border-radius: 90px !important;
    -o-border-radius: 90px !important;
    font-size: 1.15em !important;
    color: #051934 !important;
    font-weight: 100 !important;
}

.header-topo-logo {
    position: absolute;
    margin-top: 17%;
    /* left: 360px; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.header-topo a {}

.header-topo a:hover {
    background-color: #051934;
    border-color: #051934;
}

.header-topo nav {
    text-align: right;
}

.header-topo nav a {
    margin-right: 10px;
}

.header-topo nav .btn-last {
    margin-right: 5%;
}

.header-topo .header-btn-idoc {
    margin: -4px 0 0 7%;
    float: left;
    padding: 3px 20px;
}

.header-topo .img a {
    border: 0;
    left: 0;
}

.header-topo .img a:hover {
    border: 0;
    background-color: transparent;
}

.header-topo .menu-mobile {
    border: none !important;
    background: none !important;
}

.header-topo .menu-mobile:hover {
    background-color: transparent;
}

.header-slider {
    margin: 0 5% 0 5%;
}

/*.header-slider h2 { font-family: 'Merriweather', serif; font-size:10.5rem !important; line-height: 94px; }*/

/*.header-slider p { font-family: auto; font-size:3.2rem !important; }*/

.header-slider .btn-slide {
    font-family: auto;
    font-size: 2.0rem;
    background-color: #051934;
    color: #FFF;
    border: 0;
    border-radius: 15px;
    padding: 15px 50px;
}

.header-slider .btn-slide:hover {
    background-color: #ffd415;
}

#frase-efeito {
    font-family: 'Merriweather', serif;
    font-size: 10.7rem !important;
    text-align: center;
    color: #0214AA;
    padding: 4% 0;
}

#frase-efeito span {
    color: #ffd415;
}

.quem-somos {
    text-align: center;
    padding: 6% 0% 6% 0%;
    background: #fff;
}

.quemsomos {
    border-right: 2px solid #051934;
    height: 500px;
}

.numeros {
    text-align: center;
    padding: 5% 0% 5% 0%;
    background: #fff;
}

.quemsomos h2 {
    font-family: auto;
    font-size: 5.5rem !important;
    padding-bottom: 35px;
    color: #051934;
    letter-spacing: 0px;
}

.numeros h3 {
    font-family: auto;
    font-size: 2em !important;
    padding-bottom: 35px;
    color: #051934;
    letter-spacing: -1px;
    -moz-text-decoration-color: ;
    width: 70%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding-top: 6%;
}

.quemsomos p {
    font-family: auto;
    padding-bottom: 10px !important;
    font-size: 1.65em !important;
    text-align: justify;
    width: 90%;
    clear: both;
    margin: 0 auto;
    color: #051934;
    line-height: 31px;
}

.quem-somos .bg-session h3 {
    font-family: 'Merriweather', serif;
    font-size: 2em !important;
    padding: 4% 0 2% 0;
}

.numeros span {
    font-size: 2.25em !important;
    /* border: 2px solid #051934; */
    border-radius: 180px;
    display: inline-block;
    width: 150px;
    height: 150px;
    text-align: center;
    line-height: 137px;
    color: #051934;
    background: #ffdd7e;
}

.numeros p {
    padding: 5px 0 0 0;
    font-size: 1.45em !important;
    color: #051934;
    font-family: auto;
    line-height: 24px;
}

.numeros2 {
    padding: 0% 10% 0% 10%;
}


.quem-somos .quem-somos-content {
    color: #514A40;
    text-align: justify;
    font-size: 1.8rem !important;
    line-height: 24px;
}

.quem-somos .quem-somos-content p {
    padding-bottom: 30px !important;
    font-weight: bold;
}

.quem-somos .quem-somos-content {
    padding: 5% 0 0 0;
}

.quem-somos .quem-somos-content span {
    color: #C012C5;
}

.solucoes {
    color: #051934;
}

#solucoes .cor{
    background: #051934;
}

.solucoes .solucoes-list h2 {
    color: #051934;
    font-family: 'Merriweather', serif;
    font-size: 3em !important;
    padding-top: 10%;
    letter-spacing: -1px;
    line-height: 41px;
}

.solucoes .solucoes-list span a {
    color: #0e1f29;
    font-family: 'Merriweather', serif;
    font-size: 1em !important;
    padding-top: 10%;
}

.solucoes .solucoes-list span {
    color: #0e1f29;
}

.solucoes .solucoes-list h3 {
    font-family: auto;
    color: #ffdd7e;
    font-size: 1.8em !important;
    line-height: 28px;
    /* font-weight: bold; */
}

.solucoes .solucoes-list p {
        font-family: auto;
    padding-left: 40px;
    font-size: 13px;
    line-height: initial;
    color: #ffffff;
    text-align: justify;
}

.solucoes .solucao-list-box {
    height: auto;
    padding: 0;
    padding-bottom: 10px;
}

.solucoes .solucao-list-content {
        padding: 10% 4% 10% 0%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: center;
}

.icon_1 {
    padding-left: 40px;
}

.solucoes .bg-session {
        color: #FFF;
    text-align: left;
    background: url(../img/solucoes/solucoes.jpg);
    background-size: 100%;
    overflow: auto;
    background-size: cover;
    padding: 15% 0% 15% 0%;
    min-height: 911px;
    background-position: center;
}

.solucoes .bg-session h2 {
    font-family: auto;
    font-size: 4em !important;
    width: 80%;
    clear: both;
    margin: 0 auto;
    color: #ffdd7e;
    letter-spacing: 0px;
    padding-top: 13%;
    line-height: 51px;
    text-align: center;
}

.solucoes .bg-session h4 {
    font-family: auto;
    font-size: 1.35em !important;
    width: 80%;
    clear: both;
    margin: 0 auto;
    color: #ffffff;
    letter-spacing: 0px;
    padding-top: 4%;
    line-height: 30px;
    text-align: center;
}

.solucoes .bg-session p {
    font-family: auto;
    padding-bottom: 10px !important;
    /* font-weight: bold; */
    font-size: 2em !important;
    line-height: 31px;
}

.solucoes .bg-session h3 {
    font-family: 'Merriweather', serif;
    font-size: 2.45em !important;
    margin: 0 auto;
    letter-spacing: -1px;
    clear: both;
    width: 60%;
    padding-top: 6%;
    color: #0e1f29;
}

#abrir-empresa {
    text-align: center;
    padding: 9% 0% 9% 0%;
}

#abrir-empresa h2 {
    font-family: auto;
    font-size: 5.25rem !important;
    padding-bottom: 35px;
    color: #051934;
    letter-spacing: 0px;
    -moz-text-decoration-color: ;
    width: 90%;
    clear: both;
    margin: 0 auto;
    text-align: center;
}

#abrir-empresa h3 {
    font-family: auto;
    font-size: 1.8em !important;
    color: #051934;
    letter-spacing: 0px;
    padding-bottom: 3%;
    padding-top: 7%;
    width: 70%;
    clear: both;
    margin: 0 auto;
    text-align: center;
}

#abrir-empresa p {
    font-family: auto;
    color: #051934;
    font-size: 2.15em;
    width: 70%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 35px;
    padding-bottom: 3%;
}

#abrir-empresa .btn {
    color: #011633;
    font-family: auto;
    font-size: 1.65em;
    background-color: #ffdd7e;
    padding: 2%;
    margin-top: 25px;
    border-radius: 90px;
    transition: 1s;
    width: 70%;
    clear: both;
    margin: 0 auto;
    margin-bottom: 10px;
    font-weight: 800;
}

#abrir-empresa .btn:hover {
    color: #ffffff;
    font-family: auto;
    font-size: 1.85em !important;
    background-color: #011633;
    padding: 2%;
    margin-top: 25px;
    border-radius: 90px;
    transition: 1s;
    width: 75%;
    clear: both;
    margin: 0 auto;
    margin-bottom: 10px;
}

.botoes {
    padding-top: 3%;
}

.simulacao .btn {
    color: #ffffff !important;
    font-family: 'Noto Sans TC', sans-serif !important;
    font-size: 1.8em !important;
    background-color: #051934 !important;
    padding: 2% !important;
    margin-top: 25px !important;
    border-radius: 90px !important;
    transition: 1s !important;
    width: 50% !important;
    clear: both !important;
    margin: 0 auto !important;
    margin-bottom: 10px !important;
    -webkit-transition: 1s !important;
    -moz-transition: 1s !important;
    -ms-transition: 1s !important;
    -o-transition: 1s !important;
    -webkit-border-radius: ;
    -moz-border-radius: ;
    -ms-border-radius: ;
    -o-border-radius: ;
}

.simulacao .btn:hover {
    color: #ffffff !important;
    font-family: 'Noto Sans TC', sans-serif !important;
    font-size: 1.8em !important;
    background-color: #051934 !important;
    padding: 2% !important;
    margin-top: 25px !important;
    border-radius: 90px !important;
    transition: 1s !important;
    width: 50% !important;
    clear: both !important;
    margin: 0 auto !important;
    margin-bottom: 10px !important;
    -webkit-transition: 1s !important;
    -moz-transition: 1s !important;
    -ms-transition: 1s !important;
    -o-transition: 1s !important;
    -webkit-border-radius: ;
    -moz-border-radius: ;
    -ms-border-radius: ;
    -o-border-radius: ;
}

#ferramentas {
    background: #051934;
    padding: 6% 0% 6% 0%;
    background: url('../img/ferramentas/ferramentas.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: auto;
    background-size: cover;
}

.ferr {
    padding: 0% 13% 0% 13%;
}

#abrir-empresa .tem_duvida {
    line-height: 24px;
    color: #051934;
    margin-top: 7px;
    font-size: 1.05em !important;
}

#abrir-empresa .tem_duvida a {
    color: #051934;
}

#abrir-empresa .tem_duvida a:hover {
    color: #66009D;
}

#abrir-empresa .icon_tem_duvida {
    background: url('../img/icon-duvidas.png') no-repeat;
    padding-left: 24px;
}

#ferramentas .bg-session {
    color: #FFF;
    padding-top: 15%;
    background: url('../img/ferramentas/ferramentas.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: auto;
    background-size: cover;
    padding: 17% 0% 5% 0%;
    height: 870px;
}

#ferramentas .bg-session h2 {
    font-family: 'Merriweather', serif;
    font-size: 4.3em !important;
    width: 89%;
    clear: both;
    margin: 0 auto;
    color: #0e1f29;
    letter-spacing: -4px;
    padding-top: 13%;
}

#ferramentas .bg-session p {
    font-family: auto;
    padding-bottom: 10px !important;
    /* font-weight: bold; */
    font-size: 2em !important;
    line-height: 31px;
}

#ferramentas .ferramenta-contabel h2 {
    font-family: auto;
    font-size: 3.4em !important;
    width: 80%;
    clear: both;
    margin: 0 auto;
    color: #ffffff;
    letter-spacing: 0px;
    line-height: 51px;
    text-align: center;
    padding-bottom: 5%;
}

#ferramentas .ferramenta-contabel h3 {
    font-family: auto;
    color: #ffffff;
    font-size: 1.8em !important;
    line-height: 21px;
    margin-top: 5px;
    padding-bottom: 2%;
}

#ferramentas .ferramenta-contabel p {
    font-family: auto;
    color: #ffffff;
    font-size: 1.05em !important;
    line-height: 19px;
    margin-top: 5px;
    padding-bottom: 4%;
}

#ferramentas .ferramenta-contabel a {
   display: inline-block;
    color: #051934;
    font-family: auto;
    font-size: 1.25em !important;
    background-color: #ffdd7e;
    padding: 6px 22px;
    border-radius: 0px;
    transition: 1s;
    margin-bottom: 11%;
    font-weight: bold;
}

#ferramentas .ferramenta-contabel a:hover {
    display: inline-block;
    color: #ffffff;
    font-family: auto;
    font-size: 1em !important;
    background-color: #ca9237;
    padding: 6px 22px;
    border-radius: 0px;
    transition: 1s;
    margin-bottom: 11%;
    /* font-weight: bold; */
}

#noticias {
    padding: 7% 10% 7% 10%;
}

#noticias h2 {
    font-family: auto;
    font-size: 5.5rem !important;
    padding-bottom: 10px;
    color: #051934;
    letter-spacing: 0px;
}

#noticias h3 {
    font-family: auto;
    font-size: 1.65em !important;
    padding-bottom: 2%;
    color: #051934;
    text-align: center;
    width: 55%;
    clear: both;
    margin: 0 auto;
    line-height: 29px;
    padding-top: 2%;
}

.fas.fa-check {
    color: #ffd622;
    font-size: 3em;
}

#ferramentas .box-ferramenta {
    min-height: 175px;
}

#simulacao {
    color: #0e1f29;
    text-align: center;
    padding: 10% 0% 10% 0%;
}

#simulacao p {
    font-family: auto;
    font-size: 2.8em;
    line-height: 43px;
    padding-bottom: 1%;
}

#simulacao h2 {
    font-family: 'Merriweather', serif;
    font-size: 3.1rem;
}

#simulacao h2 span {
    color: #051934;
}

#simulacao a {
    display: inline-block;
    color: #FFF;
    font-family: auto;
    font-size: 1.8em !important;
    background-color: #051934;
    padding: 20px 30px;
    margin-top: 25px;
    border-radius: 12px;
}

#noticias .noticia-list {
    padding-top: 70px;
}

#noticias .noticia-list ul {
    list-style: none;
}

#noticias .noticia-list .span-n-a {
    width: 50px;
    height: 50px;
    font-family: auto;
    line-height: 50px;
    font-size: 2.4rem !important;
    color: #FFF;
    text-align: center;
}

#noticias .noticia-list .span-noticia {
    background-color: #051934;
}

#noticias .noticia-list .span-artigo {
    background-color: #ffdd7e;
}

#noticias .noticia-list .news,
.article {
    padding-bottom: 40px;
}

#noticias .noticia-list .news a p,
.article a p {
    color: #051934;
    font-family: auto;
    font-size: 1.25em;
    line-height: 29px;
    width: 80%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-weight: 100;
}

#noticias .noticia-list .news a span,
.article a span {
    color: #051934;
    font-family: auto;
    font-size: 0.85em;
    font-weight: 100;
}

#noticias .noticia-list .btn-all-noticia {
    display: inline-block;
    color: #FFF;
    font-family: auto;
    font-size: 1.4em !important;
    background-color: #051934;
    padding: 11px 30px;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 90px;
    margin-left: 0px;
    font-weight: 100;
}

#noticias .noticia-list .btn-all-artigo {
    display: inline-block;
    color: #051934;
    font-family: auto;
    font-size: 1.4em !important;
    background-color: #ffdd7e;
    padding: 11px 30px;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 90px;
    margin-left: 0px;
    font-weight: 100;
}

#noticias .bg-session {
    background: url('../img/noticia/noticia.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: auto;
    background-size: cover;
    padding: 7% 0% 5% 0%;
    height: 870px;
}

#noticias .bg-session h2 {
    font-family: 'Merriweather', serif;
    font-size: 4.3em !important;
    width: 100%;
    clear: both;
    margin: 0 auto;
    color: #0e1f29;
    letter-spacing: -4px;
    padding-top: 0%;
}

#noticias .bg-session p {
    font-family: 'Merriweather', serif;
    font-size: 2.35em !important;
    margin: 0 auto;
    letter-spacing: -1px;
    clear: both;
    width: 100%;
    padding-top: 9%;
    color: #0e1f29;
}

#noticias .button {
    display: inline-block;
    border: 0;
    color: #FFF;
    font-family: auto;
    font-size: 1.8rem !important;
    background-color: #051934;
    padding: 10px 30px;
    margin-top: 25px;
    border-radius: 8px;
}

#noticias .button-cad {
    margin-top: 50px;
}

#noticias input {
    border: 0;
    padding: 10px 30px;
    border-radius: 8px;
    font-family: auto;
    font-size: 1.8rem !important;
    color: #000;
    margin-right: 10px;
}

#newsletter {
    background: #051934;
    padding: 6% 0% 7% 0%;
    background: url(../img/newsletter.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: auto;
    background-size: cover;
    background-attachment: fixed;
}

#newsletter h2 {
    font-family: auto;
    font-size: 2.5em !important;
    width: 50%;
    clear: both;
    margin: 0 auto;
    color: #ffffff;
    letter-spacing: -1px;
    line-height: 40px;
    text-align: center;
    padding-bottom: 2%;
}

#newsletter p {
    font-family: auto;
    font-size: 1.65em !important;
    width: 50%;
    clear: both;
    margin: 0 auto;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    padding-bottom: 2%;
}

#newsletter input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 1% 7%;
    font-size: 17px;
    border: none;
}

#newsletter button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 1% 7%;
    font-size: 17px;
    background: #060606;
    border: none;
}

#galerias {
    color: #000;
    text-align: center;
    padding-top: 50px;
}

#galerias h2 {
    font-family: auto;
    font-size: 5.5rem !important;
    padding-bottom: 10px;
    color: #051934;
    letter-spacing: 0px;
}

#galerias p {
    font-family: auto;
    color: #051934;
    font-size: 2.15em !important;
    width: 54%;
    clear: both;
    margin: 0 auto;
    text-align: center;
    line-height: 32px;
    padding-bottom: 1%;
}

#galerias .col-sm-2,
.col-sm-3,
.col-sm-4 {
    padding: 0 !important;
}

#galerias .button {
    display: inline-block;
    border: 0;
    color: #FFF;
    font-family: auto;
    font-size: 1.5em !important;
    background-color: #051934;
    padding: 20px 60px;
    margin: 10px 0 30px 0;
    border-radius: 90px;
    font-weight: 100;
}

#galerias {
    padding-left: 0 !important;
    padding: 0% 0% 0% 0%;
}

#galerias .galeria-img {
    display: inline-block;
    border: 2px solid #FFF;
}

#galerias .galeria-img img {
    width: 100%;
}

#galerias .img-bg {
    background: no-repeat center;
    background-size: cover;
}

#galerias .img-estilo-roxo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

#galerias .img-estilo-roxo {
    opacity: 1;
    box-shadow: inset 0 0 100px 50px rgba(255, 255, 255, 0);
}

#galerias .img-estilo-azul {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

#galerias .img-estilo-azul {
    opacity: 1;
    box-shadow: inset 0 0 100px 50px rgba(255, 255, 255, 0);
}

#galerias .img-estilo-roxo:hover {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
}

#galerias .img-estilo-azul:hover {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
}

#parceiros {
    padding: 0;
    text-align: center;
}

#parceiros ul li {
    display: inline;
}

#parceiros ul li img {
    margin: 0 auto;
    width: 11%;
    display: inline-flex;
}

#parceiros .button {
    display: inline-block;
    color: #FFF;
    font-family: auto;
    font-size: 1.4em !important;
    background-color: #051934;
    padding: 11px 30px;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 90px;
    margin-left: 0px;
    font-weight: 100;
}

#depoimentos .bg-session {
    background: url('../img/depoimentos/depoimento.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: auto;
    background-size: cover;
    padding: 7% 0% 5% 0%;
    height: 870px;
}

#depoimentos .bg-session h2 {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 3.45em !important;
    width: 80%;
    clear: both;
    margin: 0 auto;
    color: #ffffff;
    letter-spacing: -2px;
    padding-top: 64%;
    line-height: 51px;
    text-align: center;
}

#depoimentos .bg-session p {
    font-family: auto;
    font-size: 1.7rem;
    margin-bottom: 50px;
}

#depoimentos .bg-session h4 {
    font-family: auto;
    font-size: 1.8rem;
}

#depoimentos .depoimento-list {
    font-family: auto;
    font-size: 1.5rem;
}

#depoimentos {
    padding: 5% 0% 5% 0%;
}

#depoimentos h2 {
    font-family: auto;
    font-size: 5.5rem !important;
    padding-bottom: 10px;
    color: #051934;
    letter-spacing: 0px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5%;
}

#depoimentos .depoimento-list ul li {
    list-style: none;
    margin-bottom: 40px;
    color: #0f0f0f;
    font-family: auto;
}

#depoimentos .depoimento-list p {
    margin-bottom: 15px;
    font-size: 1.35em;
    font-family: Calibri;
    width: 60%;
    clear: both;
    margin: 0 auto;
    float: none;
}

#depoimentos .depoimento-list p span {
    font-size: 1.8rem;
}

#depoimentos .depoimento-list .spmasculino {
    color: #051934;
}

#depoimentos .depoimento-list .spfeminino {
    color: #051934;
}

#depoimentos .button {
    display: inline-block;
    color: #FFF;
    font-family: auto;
    font-size: 1.4em !important;
    background-color: #051934;
    padding: 11px 30px;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 90px;
    margin-left: 0px;
    font-weight: 100;
}

#frase-efeito h2 {
    font-family: 'Merriweather', serif;
    font-size: 0.45em !important;
    color: #051934;
    letter-spacing: 0px;
    line-height: 56px;
}

#contato .contato-list {
    padding-top: 2%;
    padding-bottom: 35px;
}

#contato .contato-list .contato-box {
    margin-bottom: 20px;
}

#contato .contato-list .contato-box p {
    color: #051934;
    font-family: auto;
    font-size: 1.35em;
    line-height: 27px;
    font-weight: bold;
}

#contato .contato-list .contato-box a {
    color: #051934;
}

#contato .contato-list .button {
    display: inline-block;
    border: 0;
    color: #11182d;
    font-family: auto;
    font-size: 1.8rem !important;
    background-color: #e7b668;
    padding: 10px 30px;
    margin-top: 5px;
    border-radius: 0px;
}

#contato .contato-list input,
textarea {
    width: 100%;
    border: 1px solid #cccccc;
    padding: 10px 30px;
    border-radius: 0px;
    font-family: auto;
    font-size: 1em !important;
    margin-bottom: 10px;
    color: #051934;
}

#contato .contato-list h3 {
    color: #051934;
    font-family: auto;
    font-size: 1.25em;
    font-weight: bold;
}

#contato .bg-session {
    color: #FFF;
    text-align: left;
    background: url(../img/contato/contato.jpg);
    background-size: 100%;
    overflow: auto;
    background-size: cover;
    padding: 15% 0% 5% 0%;
    height: 840px;
}

#contato .bg-session h2 {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 4em !important;
    width: 75%;
    clear: both;
    margin: 0 auto;
    color: #ffffff;
    letter-spacing: -4px;
    padding-top: 0%;
    line-height: 44px;
}

#contato .bg-session p {
    font-family: auto;
    font-size: 1.9rem;
    margin-bottom: 50px;
}

#contato .bg-session .p-social {
    font-family: auto;
    font-size: 2.35em !important;
    margin: 0 auto;
    letter-spacing: -1px;
    clear: both;
    width: 74%;
    padding-top: 9%;
    color: #fff;
    padding-bottom: 2%;
}

#contato .bg-session .icon-social {
    display: inline-block;
}

#contato .bg-session .icon-social img {
    max-width: 45px;
}

#rodape {
    color: #dbdbdb;
    background: #051934;
}

#rodape p {
    font-family: Calibri;
    font-size: 1.5rem;
}

#rodape img {
    margin-right: 20px;
}

#rodape .footer-left {
    padding-left: 5%;
}

#rodape .footer-right {
    padding-right: 5%;
    text-align: right;
}

footer {
    padding: 3rem 0;
}

.box-social-flutuante-qsomos {
    position: relative;
    top: 200px;
    right: 10px;
    text-align: center;
}

.box-social-flutuante-ferramenta {
    position: relative;
    top: 200px;
    right: 10px;
    text-align: center;
}

.box-social-flutuante-depoimento {
    position: relative;
    top: 200px;
    right: 10px;
    text-align: center;
}

.box-social-flutuante li {
    list-style: none;
    margin-bottom: 17px;
}

.box-social-flutuante-ferramenta li a {
    color: #FFF;
    font-family: auto;
    font-size: 1.1rem !important;
    background-color: transparent !important;
    padding: 0 0 0 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

.box-social-flutuante .icon_socflut_facebook {
    background: url('../img/icon-flutuante-facebook.png') no-repeat;
    padding-left: 36px !important;
    padding-top: 18px !important;
}

.box-social-flutuante .icon_socflut_instagram {
    background: url('../img/icon-flutuante-instagram.png') no-repeat;
    padding-left: 36px !important;
    padding-top: 18px !important;
}

.box-social-flutuante .icon_socflut_twitter {
    background: url('../img/icon-flutuante-twitter.png') no-repeat;
    padding-left: 36px !important;
    padding-top: 18px !important;
}

.box-social-flutuante-ferramenta .icon_socflut_facebook {
    padding-top: 25px !important;
}

.box-social-flutuante-ferramenta .icon_socflut_instagram {
    padding-top: 25px !important;
}

.box-social-flutuante-ferramenta .icon_socflut_twitter {
    padding-top: 25px !important;
}

.box-social-flutuante-ferramenta li {
    list-style: none;
    margin-bottom: 21px !important;
}

.box-social-flutuante-depoimento li {
    list-style: none;
    margin-bottom: 17px !important;
}

/* ########## INICIO CSS PAGINAS INTERNAS ########## */

.container {
    font-family: auto;
    margin-top: 15px;
    padding-bottom: 13%;
}

#fickle-content {
    font-size: 1.55em!important;
    color: #051934 !important;
    line-height: inherit;
    min-height: 500px;
    font-family: auto;
    padding-bottom: 10%;
}

.container h1 {
    font-family: auto;
    padding-bottom: 30px !important;
}

.container p {
    padding-bottom: 12px !important;
}

.container strong,
b {
    font-family: auto;
}

.container a {
    color: #514A40 !important;
}

.container strong a {
    font-family: auto;
    color: #2a2a2a !important;
    font-size: 1.05em;
    line-height: 31px;
}

.container ul {
    margin-top: 20px;
}

.container ul li {
    font-family: auto;
    padding-bottom: 3px !important;
}

#parceiros .media {
    margin-bottom: 15px !important;
    line-height: 23px;
}

.form-control {
    width: 100%;
    border: 1px solid #051934;
    padding: 30px 30px !important;
    border-radius: 8px;
    font-family: auto;
    font-size: 1.6rem !important;
    margin-bottom: 10px;
}

.btn-g-default {
    border: 0;
    color: #333;
    font-family: auto;
    font-size: 2.0rem !important;
    background-color: #cccccc !important;
    padding: 15px 30px;
    border-radius: 8px;
}

.btn-g-azul {
    border: 0;
    color: #FFF;
    font-family: auto;
    font-size: 2.0rem !important;
    background-color: #051934 !important;
    padding: 15px 30px;
    border-radius: 8px;
}

.btn-g-rosa {
    border: 0;
    color: #FFF;
    font-family: auto;
    font-size: 2.0rem !important;
    background-color: #051934 !important;
    padding: 15px 30px;
    border-radius: 8px;
}

#contato h1 {
    font-size: 36px;
}

#page-simumacao {
    padding: 0 !important;
}

#simulacao .mb-7 {
    font-family: auto;
    font-size: 30px !important;
    margin-top: -25px !important;
}

#box-simulacao input {
    border-color: #cccccc !important;
}

#box-simulacao .simulacao-form {
    text-align: left !important;
}

.btn-back {
    color: #FFF !important;
    background-color: #051934 !important;
    border: 0;
}

/* GALERIA FTOS */

#galeria-photo .col-foto img {
    width: 100%;
}

.thumbnail {
    background-color: #dad4d4 !important;
}

.thumbnail .caption {
    color: #414141 !important;
}

#galeria-photo .col-foto h4 {
    margin: 10px 0 5px 0 !important;
    font-size: 28px;
}

#galeria-photo .col-foto p {
    font-size: 17px !important;
}

#galerias .col-foto,
#galerias .col-vids {
    margin: 2rem 0;
}

/* TOPO FIXO */

.header-fixed {
    z-index: 900;
    width: 100% !important;
    margin: 0;
}

/* ########## FINAL CSS PAGINAS INTERNAS ########## */

/* MENU LATERAL */

.side-menu-wrapper {
   background: #ffdd7e;
    padding: 40px 0 0 20px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1000;
    transition: 0.5s;
    width: 310px;
    font: 20px "Courier New", Courier, monospace;
    box-sizing: border-box;
}

.side-menu-wrapper>ul {
    /* css ul list style */
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    /* enable scroll for menu items */
    height: 95%;
}

.side-menu-wrapper>ul>li>a {
        display: block;
    border-bottom: 1px solid #06254e;
    padding: 15px 4px 15px 4px;
    color: #06254e;
    transition: 0.3s;
    text-decoration: none;
    font-family: auto;
    font-weight: 500;
}

.side-menu-wrapper>a.menu-close {
    /* close button */
    padding: 8px 0 4px 23px;
    color: #ffffff;
    display: block;
    margin: -30px 0 -10px -20px;
    font-size: 42px;
    text-decoration: none;
}

.menu-overlay {
    /* overlay */
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
}

/*PÁGINA ADVOGADAS*/

#advogadas .box-advogadas{
    margin: 0 auto;
    text-align: center;
    padding: 5%;
    transition:0.3s;
}

#advogadas .box-advogadas:hover{
    transform:scale(1.1);
    transition:0.5s;
}

#advogadas .box-advogadas h2{
    font-size:25px!important;
    font-weight:600;
}

#advogadas .box-advogadas p{
    font-size:18px!important;
    font-weight:500;
    text-align:justify;
}

#advogadas .box-advogadas img{
    width: 270px;
    margin: 0 auto;
    text-align: center;
    border-radius: 30px;
}

/*
#051934 = AZUL
#051934 = ROSA
*/



.box__pergunta h5 { font-weight: bold; margin-top: 20px; margin-bottom: 2px; font-size: 2rem; }
.box__resposta { display: none; padding: 0.5rem 1rem; color: #a76926; font-weight: bold; font-size: 2rem; }