/*
Theme Name: mota
Theme URI: 
Author: FLEAL
Author URI: 
Description: Tema desenvolvido por Agencia Th2.
Version: 1.0
License: GNU General Public License v2 or later
*/

/*reset css*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
.hidden-slide {
            display: none !important;
        }
a {
    color: initial;
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    display: inline-block;
}
a:hover {
    color: initial;
    text-decoration:none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*reset css*/

:root {
    --main-color: #173259;
    --secondary-color: #006EA3;
    --gray-color: #373737;
    --main-font: 'Montserrat';
}

/*Default*/

body {
    font-family: var(--main-font);
    background-color: #fff;
    position: relative;
}
.spacer-10 {display: block; height: 10px; width: 100%;}
.spacer-20 {display: block; height: 20px; width: 100%;}
.spacer-30 {display: block; height: 30px; width: 100%;}
.spacer-40 {display: block; height: 40px; width: 100%;}
.spacer-50 {display: block; height: 50px; width: 100%;}
.spacer-60 {display: block; height: 60px; width: 100%;}
.spacer-70 {display: block; height: 70px; width: 100%;}
.spacer-80 {display: block; height: 80px; width: 100%;}
.spacer-90 {display: block; height: 90px; width: 100%;}
.spacer-100 {display: block; height: 100px; width: 100%;}
.spacer-150 {display: block; height: 150px; width: 100%;}
.spacer-200 {display: block; height: 200px; width: 100%;}
.spacer-300 {display: block; height: 300px; width: 100%;}
.spacer-400 {display: block; height: 400px; width: 100%;}

.main-title {
    font-family: var(--main-font);
}
.main-title h1 {
    font-size: 50px;
    font-weight: 300;
    margin: 50px 0 70px;
}
.main-title h2 {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 20px;
}
.main-title h3 {
    font-size: 40px;
}
.main-title h4 {
    font-size: 35px;
}
.main-title h5 {
    font-size: 30px;
}
.main-title h6 {
    font-size: 25px;
}
.main-text p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
}
.main-text a {
    text-decoration: none;
    color: var(--secondary-color);
}
.content-post.main-text a:hover {
    text-decoration: underline;
}
.main-text {
    font-family: var(--main-font);
}
.main-text h1 {
    font-size: 23px;
    line-height: 38px;
    margin-bottom: 10px;
}
.main-text h2 {
    font-size: 21px;
}
.main-text h3 {
    font-size: 19px;
}
.main-text h4 {
    font-size: 17px;
}
.main-text h5 {
    font-size: 16px;
}
.main-text h6 {
    font-size: 14px;
}
.content-post.main-text ul {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
}
.content-post.main-text ul li {
    position: relative;
    padding-left: 15px;
}
.content-post.main-text ul li::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: var(--secondary-color);
    left: 0;
    top: 12px;
    border-radius: 99999px;
}
.content-post.main-text ol {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
    padding-left: 20px;
}
.content-post.main-text ol li {}
.content-post.main-text ol li a {}
.content-post.main-text img {
    max-width: 100%;
    display: block;
}
b, strong {
    font-weight: bold;
}
em, i {
    font-style: italic;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
.font-light {font-weight: 200;}
.font-black {font-weight: 700;}
.main-color {color: var(--main-color);}
.secondary-color {color: var(--secondary-color);}
.gray-color {color: var(--gray-color);}

.see-more-btn {
    font-size: 20px;
    transition: all ease .3s;
}
.see-more-btn:hover {
    color: var(--secondary-color);
    transition: all ease .3s;
}
.see-more-btn i {
    font-size: 25px;
    margin-left: 5px;
    transition: all ease .5s;
}
.see-more-btn:hover i {transition: all ease .5s;margin-left: 8px;}
.increasesize {
    -moz-transition: all 40s !important;
    -webkit-transition: all 40s !important;
    transition: all 40s !important;
    transform: scale(1.3, 1.3) translate(-50%, -50%) !important;
}
.decreasesize {
    -moz-transition: all 40s !important;
    -webkit-transition: all 40s !important;
    transition: all 40s !important;
    transform: scale(1, 1) translate(-50%, -50%) !important;
}

/*Default*/

@media (min-width: 576px){
    #featured-home .slick-dots {
        max-width: 540px;
    }
}
@media (min-width: 768px){
    #featured-home .slick-dots {
        max-width: 720px;
    }
}
@media (min-width: 992px){
    #featured-home .slick-dots {
        max-width: 960px;
    }
}
@media (min-width: 1200px){
    #featured-home .slick-dots {
        max-width: 1140px;
    }
}   
@media (min-width: 1400px){
    #featured-home .slick-dots {
        max-width: 1320px;
    }
}
#featured-home .slick-dots {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}

/*---HEADER---*/

#sticky-header {
    background: transparent;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    transition: all ease .5s;
    z-index: 99999999999;
}
#sticky-header.sticked {transition: all ease .5s;padding: 10px 0;background: #fff;-webkit-box-shadow: 0px 6px 25px 2px rgba(0,0,0,0.53);box-shadow: 0px 6px 25px 2px rgba(0,0,0,0.53);}
#sticky-header.page-header.sticked {
}
#sticky-header>div {}
#sticky-header>div>div {
    align-items: center;
}
#sticky-header>div>div>div {}
#sticky-header>div>div>div .wrapper-logo {}
#sticky-header>div>div>div .wrapper-logo a {
    position: relative;
}
#sticky-header>div>div>div .wrapper-logo a:hover {}
#sticky-header>div>div>div .wrapper-logo a img {transition: all ease .5s;width: 100%;}
#sticky-header.sticked>div>div>div .wrapper-logo a img {transition: all ease .5s;padding-right: 30%;}
#sticky-header>div>div>div .wrapper-logo a:hover img {}
#sticky-header>div>div>div .wrapper-logo a img.home-logo {display: block;transition: all ease .5s;opacity: 1;}
#sticky-header>div>div>div .wrapper-logo a img.page-logo {display: none;transition: all ease .5s;}
#sticky-header>div>div>div .wrapper-logo a img.sticked-logo {transition: all ease .5s;position: absolute;top: 0;opacity: 0;}
#sticky-header.sticked>div>div>div .wrapper-logo a img.home-logo {display: block;transition: all ease .5s;opacity: 0;}
#sticky-header.sticked>div>div>div .wrapper-logo a img.page-logo {display: none;transition: all ease .5s;}
#sticky-header.sticked>div>div>div .wrapper-logo a img.sticked-logo {transition: all ease .5s;opacity: 1;}
#sticky-header.page-header>div>div>div .wrapper-logo a img.home-logo {display: none;transition: all ease .5s;}
#sticky-header.page-header>div>div>div .wrapper-logo a img.page-logo {display: block;transition: all ease .5s;}
#sticky-header>div>div>div .wrapper-menu {
}
#sticky-header>div>div>div .wrapper-menu ul {
    display: flex;
    justify-content: space-between;
    width: 85%;
}
#sticky-header>div>div>div .wrapper-menu ul li {}
#sticky-header>div>div>div .wrapper-menu ul li a {
    padding-bottom: 7px;
    transition: all ease .5s;
    font-size: 15px;
    position: relative;
    width: fit-content;
    border-bottom: 1px solid transparent;
}
#sticky-header>div>div>div .wrapper-menu ul li a::before {
    content: '';
    width: 0%;
    height: 2px;
    background: #fff;
}
#sticky-header.page-header>div>div>div .wrapper-menu ul li a::before {
    content: '';
    background: var(--main-color);
}
#sticky-header>div>div>div .wrapper-menu ul li a:hover::before {
    content: '';
    width: 100%;
}
#sticky-header.page-header>div>div>div .wrapper-menu ul li a {
    color: var(--main-color)!important;
}
#sticky-header>div>div>div .wrapper-menu ul li a:hover, #sticky-header>div>div>div .wrapper-menu ul li.active a {
    border-bottom: 3px solid #fff;
    transition: all ease .5s;
}
#sticky-header.page-header>div>div>div .wrapper-menu ul li a:hover, #sticky-header.page-header>div>div>div .wrapper-menu ul li.active  {
    border-bottom: 1px solid var(--main-color);
    transition: all ease .5s;
}
#sticky-header>div>div>div .wrapper-menu>a {padding-bottom: 7px;display: inline-block;margin-left: 20px;margin-bottom: 6px;}
#sticky-header>div>div>div .wrapper-menu>a:hover {}
#sticky-header.page-header>div>div>div .wrapper-menu>a i {color: var(--main-color)!important;}
#sticky-header>div>div>div .wrapper-menu>a i {
    font-size: 25px;
    transition: all ease .5s;
}
#sticky-header>div>div>div .wrapper-menu>a:hover i {opacity: .5;transition: all ease .5s;}





#sticky-header.sticked>div>div>div .wrapper-menu {
}
#sticky-header.sticked>div>div>div .wrapper-menu ul {
}
#sticky-header.sticked>div>div>div .wrapper-menu ul li {
}
#sticky-header.sticked>div>div>div .wrapper-menu ul li a {color: var(--main-color) !important;}
#sticky-header.sticked>div>div>div .wrapper-menu ul li a::before {
    content: '';
}
#sticky-header.sticked.page-header>div>div>div .wrapper-menu ul li a::before {
    content: '';
}
#sticky-header.sticked>div>div>div .wrapper-menu ul li a:hover::before {
}
#sticky-header.sticked.page-header>div>div>div .wrapper-menu ul li a {
}
#sticky-header.sticked>div>div>div .wrapper-menu ul li a:hover, #sticky-header.sticked>div>div>div .wrapper-menu ul li.active a {border-bottom: 3px solid var(--secondary-color);}
#sticky-header.sticked.page-header>div>div>div .wrapper-menu ul li a:hover, #sticky-header.sticked.page-header>div>div>div .wrapper-menu ul li.active  {
}
#sticky-header.sticked>div>div>div .wrapper-menu>a {
    color: var(--main-color);
}
#sticky-header.sticked>div>div>div .wrapper-menu>a:hover {}
#sticky-header.sticked.page-header>div>div>div .wrapper-menu>a i {
}
#sticky-header.sticked>div>div>div .wrapper-menu>a i {color: var(--main-color) !important;}
#sticky-header.sticked>div>div>div .wrapper-menu>a:hover i {
}

/*---HEADER---*/

/*---HOME---*/

/*Featured Home*/

#featured-home {
    min-height: 700px;
    overflow: hidden;
}
#featured-home .featured-slider {
    height: 100%;
}
#featured-home .featured-slider>div {
    height: 100%;
}
#featured-home .featured-slider>div>div {
    height: 100%;
}
#featured-home .featured-slider .slide {
    position: relative;
    height: 100%;
    width: 100%;
}
#featured-home .featured-slider .slide>div {}
#featured-home .featured-slider .slide>div>div {}
#featured-home .featured-slider .slide img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    transition: all ease .5s;
    transform: translate(-50%, -50%);
}
#featured-home .featured-slider .slide .featured-title {
    z-index: 4;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#featured-home .featured-slider .slide .featured-title h1 {
    font-size: 60px;
}
#featured-home .slick-dots {bottom: 25%;position: absolute;left: 50%;transform: translateX(-50%);}
.slick-dots {
    display: flex;
    position: relative;
    padding: 0;
}
.slick-dots>li {margin-right: 20px;opacity: .5;}
.slick-dots>li.slick-active {opacity: 1;}
.slick-dots>li>button {
    background-color: #fff;
    outline: none;
    text-indent: -999999px;
    border: none;
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

/*Featured Home*/

/*---BG-HOME---*/
.bg-home {
    background: url(img/bg-home.png?32123);
    background-repeat: no-repeat;
    padding: 100px 0 200px;
    background-position: top center;
    overflow: hidden;
}
/*---BG-HOME---*/

/*Home-Sobre*/

#home-sobre {}
.sobre-nos {}
.sobre-nos>div {}
.sobre-nos>div>div {
    justify-content: space-between;
}
.sobre-nos>div>div>div {}
.sobre-nos>div>div>div.main-title {}
.sobre-nos>div>div>div.main-title h1 {}
.sobre-nos>div>div>div .main-title {}
.sobre-nos>div>div>div .main-title h2 {}
.sobre-nos>div>div>div .main-text {}
.sobre-nos>div>div>div .main-text h1 {}
.sobre-nos>div>div>div .main-text p {}
.sobre-nos>div>div>div>a {}
.sobre-nos>div>div>div>a span {}
.sobre-nos>div>div>div .slider-selos {
    position: relative;
}
.sobre-nos>div>div>div .slider-selos>div {
}
.sobre-nos>div>div>div .slider-selos>div>div {}
.sobre-nos>div>div>div .slider-selos .slide-selo {display: flex;justify-content: center;}
.sobre-nos>div>div>div .slider-selos .slide-selo>div {}
.sobre-nos>div>div>div .slider-selos .slide-selo>div>div {}
.sobre-nos>div>div>div .slider-selos .slide-selo img {
    max-width: 100%;
    height: auto;
}
.slider-selos .slick-dots {
    bottom: -100px;
    position: absolute;
    right: 0;
}
.slider-selos .slick-dots>li {
    opacity: 1;
}
.slider-selos .slick-dots>li.slick-active {
}
.slider-selos .slick-dots>li.slick-active>button {
    background: var(--main-color);
}
.slider-selos .slick-dots>li>button {
    background: #E2E2E2;
}

/*Home-Sobre*/

/*Home-Atuacao*/
.font-40 {font-size: 40px;}
#home-atuacao {
    padding: 200px 0;
}
#home-atuacao>div {}
#home-atuacao>div>div {}
#home-atuacao>div>div>div {}
.wrapper-atuacao {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.card-atuacao {
    transition: all ease .5s;
    border-bottom: 1px solid #17325952;
    border-right: 1px solid #17325952;
    position: relative;
}
.card-atuacao::after {
    content: '';
    position: relative;
    display: block;
    padding-bottom: 65%;
}
.card-atuacao:first-child:hover {background: none;}
.card-atuacao:hover {
    background: #17325921;
    z-index: 1;
    transition: all ease .5s;
}
.wrapper-atuacao .card-atuacao:nth-child(4n) {
    border-right: none;
}
.wrapper-atuacao .card-atuacao:nth-child(n+9) {
    border-bottom: none;
}
.wrapper-atuacao .card-atuacao .main-title {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.wrapper-atuacao .card-atuacao .main-title h1 {
    margin: 0;
}
.wrapper-atuacao .card-atuacao .main-title span {}
.wrapper-atuacao .card-atuacao>a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9;
}
.wrapper-atuacao .card-atuacao>a:hover {}
.wrapper-atuacao .card-atuacao>a img {height: 60px;width: auto;margin-bottom: 10px;}
.wrapper-atuacao .card-atuacao>a:hover img {
}
.wrapper-atuacao .card-atuacao>a .main-text {
    text-align: center;
}
.wrapper-atuacao .card-atuacao>a:hover .main-text {
    color: var(--secondary-color);
}
.wrapper-atuacao .card-atuacao>a .main-text h5 {}
.wrapper-atuacao .card-atuacao>a:hover .main-text h5 {}

/*Home-Atuacao*/

/*Home-Instagram*/

#home-instagram {}
#home-instagram>div {}
#home-instagram>div>div {
}
#home-instagram>div>div>div {}
#home-instagram>div>div>div .main-title {
    width: fit-content;
    margin: 0 auto;
}
#home-instagram>div>div>div .main-title h5 {}
#home-instagram>div>div>div .main-title h5 a {
    transition: all ease .3s;
}
#home-instagram>div>div>div .main-title h5 a:hover {
    color: var(--main-color);
    transition: all ease .3s;
}
#home-instagram>div>div.wrapper-instagram {}
#home-instagram>div>div.wrapper-instagram .card-instagram {
    display: block;
}
#home-instagram>div>div.wrapper-instagram .card-instagram a {
    display: block;
    overflow: hidden;
}
#home-instagram>div>div.wrapper-instagram .card-instagram a:hover {
}
#home-instagram>div>div.wrapper-instagram .card-instagram a img {
    max-width: 100%;
    height: auto;
    transition: all ease .5s;
}
#home-instagram>div>div.wrapper-instagram .card-instagram a:hover img {
    transform: scale(1.1);
    transition: all ease .5s;
}

/*Home-Instagram*/

/*---HOME---*/ 

/*---FOOTER---*/

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid var(--secondary-color);
}
#footer>div {}
#footer>div>div {}
#footer>div>div>div {}
#footer>div>div>div .wrapper-contatos {
    padding: 20px 0 10px;
    display: flex;
    align-items: center;
}
#footer>div>div>div .wrapper-contatos a {margin-right: 50px;}
#footer>div>div>div .wrapper-contatos a:hover {color: var(--secondary-color);text-decoration: underline;}
#footer>div>div>div .wrapper-contatos a img {
    width: 100%;
    height: auto;
}
#footer>div>div>div .wrapper-contatos a:nth-child(3) img {
    width: 120px;
}
#footer>div>div>div .wrapper-contatos a:nth-child(4) img {
    width: 70px;
}
#footer>div>div>div .wrapper-contatos a:hover img {}
#footer>div>div>div .main-text {
    padding: 10px 0 20px;
}
#footer>div>div>div .main-text h6 {
    color: #ABABAB;
}

/*---FOOTER---*/

/*---PAGE SOBRE---*/
.bg-page {
    background: url(img/bg-page.png?32123);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top right;
    padding-top: 150px;
    padding-bottom: 200px;
}
.header-page {background-position: center!important;background-repeat: no-repeat!important;}
.header-page>div {
    height: 100%;
}
.header-page>div>div {
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.header-page .main-title {
}
.header-page .main-title h1 {
    margin: 0;
    margin-bottom: 10px;
}
#page-sobre {
}
#page-sobre .header-page {
    background: url(img/bg-sobre.jpg?32123);
    height: 300px;
    margin-bottom: 100px;
}


/*---PAGE SOBRE---*/

/*Contato*/

#page-contato .header-page {
    background: url(img/bg-contato.jpg?32123);
    height: 300px;
    margin-bottom: 100px;
}
.contato {
}
.contato .content-contato {
}
.contato .content-contato>div {
}
.contato .content-contato>div>div {
}
.contato .content-contato>div>div .phone {margin-bottom: 30px;display: flex;align-items: center;}
.contato .content-contato>div>div .phone i {color: #0772a6;font-size: 1.5rem;margin-right: 5px;}
.contato .content-contato>div>div .phone a {color: var(--main-color);font-size: 1.6rem;}
.contato .content-contato>div>div .phone a:hover {text-decoration: underline;}
.contato .content-contato>div>div .address {margin-bottom: 30px;}
.contato .content-contato>div>div .address address {font-size: 1.1rem;color: var(--main-color);}
.contato .content-contato>div>div .locate {margin-top: 20px;display: flex;align-items: center;}
.contato .content-contato>div>div .locate a {margin-right: 20px;}
.contato .content-contato>div>div .locate a:first-child img {height: 25px;}
.contato .content-contato>div>div .locate a:last-child img {height: 20px;}
.contato .content-contato>div>div .locate a:hover {
}
.contato .content-contato>div>div .locate a:hover img {
}
.main-form {display: flex;flex-wrap: wrap;justify-content: flex-end;}
.main-form input {width: 100%;padding: 15px 25px;background: #fff;border: 1px solid #c7dfeb;margin-bottom: 20px;}
.main-form textarea {width: 100%;padding: 15px 25px;background: #fff;border: 1px solid #c7dfeb;margin-bottom: 20px;height: 150px;}
.main-form button {background: var(--secondary-color);padding: 10px 25px;line-height: 18px;border: none;}
.main-form button:hover {background: var(--main-color);}
.wrapper-map {position: relative;}
.wrapper-map::after {
    content: '';
    padding-bottom: 40%;
    display: block;
}
.wrapper-map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

/*Contato*/

/*Equipe*/

#page-equipe .header-page {
    background: url(img/bg-equipe.jpg?32123);
    height: 300px;
    margin-bottom: 100px;
}
.equipe {
}
.equipe .content-equipe {
}
.wrapper-equipe-cards {
}
.wrapper-equipe-cards .card-equipe {
}
.wrapper-equipe-cards .card-equipe .wrapper-img {position: relative;overflow: hidden;margin-bottom: 10px;display: flex;align-items: center;justify-content: center;}
.wrapper-equipe-cards .card-equipe .wrapper-img img {transition: all ease .5s;transform: scale(1);}
.wrapper-equipe-cards .card-equipe .wrapper-img:hover img {transition: all ease .5s;transform: scale(1.2);}
.wrapper-equipe-cards .card-equipe .content {text-align: center;}
.wrapper-equipe-cards .card-equipe .content .nome {color: var(--main-color);font-size: 1.7rem;margin-bottom: 10px;font-weight: 600;}
.wrapper-equipe-cards .card-equipe .content a {color: var(--secondary-color);font-size: 1.2rem;}
.wrapper-equipe-cards .card-equipe .content a:hover {text-decoration: underline;}

/*Equipe*/

/*---PAGE ATUACAO---*/

.text-gray {color: #656565;}
#page-atuacao .header-page {
    background: url(img/bg-atuacao.jpg?32123);
    height: 300px;
    margin-bottom: 100px;
}
.wrapper-page-atuacao {}
.wrapper-page-atuacao>div {}
.card-page-atuacao {
    padding: 30px;
    min-height: 450px;
    border: 2px solid #006ea370;
    margin-bottom: 50px;
    background: #ffffff94;
}
.card-page-atuacao>.main-text:first-child {
    align-items: center;
    margin-bottom: 20px;
}
.card-page-atuacao>.main-text:first-child img {
    height: 75px;
    width: auto;
    margin-right: 20px;
}
.card-page-atuacao>.main-text:first-child h1 {
    line-height: 25px;
    margin: 0;
}
.card-page-atuacao>.main-text:last-child {}
.card-page-atuacao>.main-text:last-child p {}

/*---PAGE ATUACAO---*/

/*---PAGE ACONTECE---*/

#page-acontece .header-page {
    background: url(img/bg-acontece.jpg?32123);
    height: 300px;
    margin-bottom: 100px;
}
.wrapper-page-acontece {}
.wrapper-page-acontece>div {}
.card-page-acontece {
    padding: 30px;
    border: 2px solid #006ea370;
    margin-bottom: 50px;
    background: #ffffff94;
    transition: all ease .5s;
    height: auto;
}
.card-page-acontece>.main-title {
    align-items: center;
    margin-bottom: 20px;
    flex-direction: column;
    text-align: center;
}
.card-page-acontece>.main-title img {
    height: auto;
    width: 100%;
    transition: all ease .5s;
    margin-bottom: 20px;
}
.card-page-acontece .main-title h4 {
    font-size: 1.2rem;
    transition: all ease .5s;
}
.card-page-acontece:hover {
    border-color: var(--main-color);
    transition: all ease .5s;
}
.card-page-acontece:hover .main-title {}
.card-page-acontece:hover .main-title img {
    opacity: .7;
    transition: all ease .5s;
}
.card-page-acontece:hover .main-title h4 {
    color: var(--secondary-color);
    transition: all ease .5s;
}

/*---PAGE ACONTECE---*/

/*Single Acontece*/

.single-acontece {
}
.single-acontece .wrapper-single-acontece {
}
.single-acontece .wrapper-single-acontece .header-post {padding-bottom: 30px;margin-bottom: 30px;border-bottom: 1px solid var(--secondary-color);}
.single-acontece .wrapper-single-acontece .header-post h1 {font-size: 2.6rem;font-weight: 600;color: var(--secondary-color);margin-bottom: 15px;}
.single-acontece .wrapper-single-acontece .header-post .info {font-size: 1rem;color: var(--gray-color);}
.single-acontece .wrapper-single-acontece .header-post .info .data {
}
.single-acontece .wrapper-single-acontece .header-post .info .category {color: var(--secondary-color);}
.single-acontece .wrapper-single-acontece .content-post {
    color: var(--main-color);
}
.single-acontece .wrapper-single-acontece .content-post h1, .single-acontece .wrapper-single-acontece .content-post h2, .single-acontece .wrapper-single-acontece .content-post h3, .single-acontece .wrapper-single-acontece .content-post h4, .single-acontece .wrapper-single-acontece .content-post h5, .single-acontece .wrapper-single-acontece .content-post h6 {
    color: var(--secondary-color);
    font-weight: bold;
    margin-bottom: 10px;
}

/*Single Acontece*/

/*Insta Feed*/

.spotlight-instagram-feed {width: 100%;}
.spotlight-instagram-feed .spotlight-instagram-app {border: none !important;}
.spotlight-instagram-feed .spotlight-instagram-app .InstagramFeed__feed {border: none !important;}
.spotlight-instagram-feed .spotlight-instagram-app .InstagramFeed__feed .FeedLayout__root {border: none !important;}
.spotlight-instagram-feed .spotlight-instagram-app .InstagramFeed__feed .FeedLayout__root .FeedLayout__wrapper {background: none !important;padding: 0 !important;border: none !important;}
.spotlight-instagram-feed .spotlight-instagram-app .InstagramFeed__feed .FeedLayout__root .FeedLayout__wrapper .FeedGridLayout__root {border: none !important;}
.spotlight-instagram-feed .spotlight-instagram-app .InstagramFeed__feed .FeedLayout__root .FeedLayout__wrapper .FeedGridLayout__root .FeedGridLayout__grid {border: none !important;}
.spotlight-instagram-feed .spotlight-instagram-app .InstagramFeed__feed .FeedLayout__root .FeedLayout__wrapper .FeedGridLayout__root .FeedGridLayout__grid .FeedGridLayout__cell {border: none !important;}
.spotlight-instagram-feed .spotlight-instagram-app .InstagramFeed__feed .FeedLayout__root .FeedLayout__wrapper .FeedGridLayout__root .FeedGridLayout__grid .FeedGridLayout__cell .FeedGridLayout__cell-content {border: none !important;}
.spotlight-instagram-feed .spotlight-instagram-app .InstagramFeed__feed .FeedLayout__root .FeedLayout__wrapper .FeedGridLayout__root .FeedGridLayout__grid .FeedGridLayout__cell .FeedGridLayout__cell-content .FeedGridLayout__media-container {border: none !important;}

/*Insta Feed*/