@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');
body {
    font-family: 'PT Sans', sans-serif;
    background: #f8fff8;
}


.especial-font, h1, h2, h3, h4{
    font-family: 'Teko', sans-serif;
}


.text-header {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    padding-bottom: 15px;
}
header {
    display: block;
    background-size: cover;
    padding-top: 0;
}
.navbar-principal {
    background: none;
    display: block;
    vertical-align: top;
}
.navbar-principal> li> a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: .8px;
    height: 65px;
    text-align: center;
    line-height: 1.2em;
    padding: 10px 30px;
    color: #BBB;
}
nav {
    background: none;
}
.navbar-principal> li {
    float: none;
    display: inline-block;
    vertical-align: top;
}
.navbar-principal li a:hover {
    color: #FFF;
    box-shadow: 0 0 3px 5px rgba(120, 120, 120, 0.3) inset;
}
.navbar-principal li a i {
}

#form-buscar label{
    display: none;
}

.btn-blue {
    border-radius: 4px;
    border: 2px solid #94C72A;
    background: #FFF;
    color: #94C72A;
}
.btn-blue:hover, .btn-blue:focus {
    background: #94C72A !important;
    color: #FFF !important;
}
.btn-red {
    border-radius: 0;
    background: #FFF;
    color: #94C72A;
    height: auto;
}
.btn-red:hover, .btn-red:focus {
    background: #94C72A;
    color: #FFF;
}
.dropdown-content {
    background: #2F2F2F;
}
.dropdown-content li> a, .dropdown-content li> span {
    color: #DDD;
    text-transform: inherit;
}
.dropdown-content li> a:hover, .dropdown-content li> span:hover {
    background: #000;
}
.banner-box {
    padding: 30px 0;
    text-align: center;
    color: #FFF;
    font-family: 'Lustria', serif;
    text-transform: uppercase;
}
.banner-box ul li {
    list-style: none;
}
.banner-scroll {
    margin-top: 60px;
    margin-bottom: 20px;
}
.banner-scroll .btn {
    font-size: 26px;
    padding: 8px 30px;
}
.banner-sns {
    overflow: hidden;
    margin: 10px auto;
    text-align: center;
    display: inline-block;
}
.banner-sns li {
    float: left;
    list-style-type: none;
    margin-right: 10px;
    color: #FFF;
}
.banner-sns li a {
    padding: 15px 10px;
}
.banner-sns li a i {
    color: #FFF;
}
.banner-sns li a:hover i {
    transform: scale(1.8, 1.8);
    transition: 1s;
}
.banner-sns li:last-child {
    margin-right: 0;
}

@media (max-width: 767px) {
    h1 {
        font-size: 2.8rem;
        margin: 0.67rem 0;
    }
    h2 {
        font-size: 2.4rem;
        margin: 0.65rem 0
    }
    h3 {
        font-size: 2rem;
        margin: 0.34rem 0
    }
    .banner-scroll .btn {
        font-size: 18px;
        padding: 8px 20px;
    }
}

@media (min-width: 768px) {
    #logo-radiocidade {
        width: 80%;
    }
}

@media (min-width: 992px) {
    #logo-radiocidade {
        width: 70%
    }
}

@media (min-width: 1200px) {
    #logo-radiocidade {
        width: 40%;
    }
}
.bg-black {
    background-image: url('../img/home-bg03.png');
    box-shadow: 0 0 4px 5px #111 inset;
}
/*========================
        faixas do site
========================*/
.faixa-titulo {
    padding: 80px 0 70px 0;
    margin: 0;
    vertical-align: top;
}
.title-faixa {
    color: rgb(25, 118, 210);
    width: 50%;
    display: inline-block;
    font-weight: 400;
    vertical-align: middle;
}
.title-faixa:before {
    content: "";
    position: relative;
    top: 0;
    width: 73px;
    height: 5px;
    display: block;
    background: rgb(25, 118, 210);
}
.text-desc-faixa {
    color: rgb(25, 118, 210);
    width: 49%;
    display: inline-block;
    text-align: right;
    font-weight: 400;
    vertical-align: middle;
}
/***************************

                FOOTER

***************************/
footer .calendario {
    background: rgba(0, 0, 0, .8);
    color: rgba(255, 255, 255, 1.00);
}
footer .calendario .tred {
    color: rgba(247, 0, 4, 1.00);
}
footer .calendario thead tr th {
    width: 12%;
    font-weight: bold;
    text-align: center;
}
footer .calendario thead tr {
    border: none;
    border-bottom: 1px solid #FFF;
}
footer .calendario tbody tr {
    border: none;
    border-bottom: 1px solid #FFF;
}
footer .calendario tbody tr td {
    border: none;
    text-align: center;
}
footer .calendario tbody tr .active {
    padding: 0;
}
footer .calendario tbody tr a {
    color: #DDD;
    cursor: pointer;
    border-radius: 0;
    transition: 0.2s;
    padding: 15px 5px;
    display: block;
    width: 100%;
}
footer .calendario tbody tr .active:hover {
    transform: scale(1.1, 1.1);
}
footer .calendario tbody tr .tred a {
    color: #94C72A;
}
footer .calendario tbody tr .active:hover a {
    background: #FFF;
    color: #000;
    transform: scale(1.1, 1.1);
    transition: 0.2s;
}
.rede-social h3 {
    font-variant: small-caps;
    border-bottom: 3px dotted #FFF;
    color: #FFF;
    font-size: 18px;
}
.rede-social a {
    color: #CCC;
    padding: 10px !important;
    background: rgba(0, 0, 0, .8);
    border: 2px solid #CCC;
    transition: .4s;
    text-align: center;
}
.rede-social a:hover {
    transform: scale(1.18, 1.18);
    color: rgba(255, 255, 255, 1.00);
    text-decoration: none;
    z-index: 99;
    transition: .4s;
}
.rede-social a i {
}
.mapa-site {
    padding-left: 15px;
}
.mapa-site li {
    margin: 5px;
}
.mapa-site li a {
    /* border-radius: 22px 8px 8px 22px;*/
    color: #DDD;
    padding: 3px 10px;
    display: block;

}
.mapa-site li a:hover {
    transform: scale(1.1, 1.1);
    background: rgba(255,255,255,0.1);
}
.button-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 15px;
    font-size: 2em;
    z-index: 200;
    box-shadow: 0 0 3px 1px #000;
    text-shadow: 0 0 2px #000;
    background: rgba(0,16,26,0.8);
}
aside h3 {
    color: #94C72A;
}
aside .tag {
    border-radius: 22px 8px 8px 22px;
    background: #94C72A;
    padding: 4px;
    display: inline-block;
    margin: 3px;
}
aside .tag .tag-costura i {
    margin-right: 10px;
}
aside .tag .tag-costura {
    border-radius: 18px 5px 5px 18px;
    border: 2px dashed #FFF;
    color: #FFF;
    padding: 2px 18px 2px 8px;
}
aside .calendario {
    background: none;
    color: #94C72A;
}
aside .calendario thead tr th {
    width: 12%;
    font-weight: bold;
    text-align: center;
}
aside .calendario thead tr:first-child {
    background: #94C72A;
    color: #FFF;
}
aside .calendario thead tr {
    border: none;
    border-bottom: 1px solid #94C72A;
}
aside .calendario tbody tr {
    border: none;
    border-bottom: 1px solid #94C72A;
}
aside .calendario tbody tr td {
    border: none;
    text-align: center;
}
aside .calendario tbody tr td {
    border: none;
    text-align: center;
}
aside .calendario tbody tr .active {
    padding: 0;
}
aside .calendario tbody tr td a {
    color: #444;
    background: transparent;
    cursor: pointer;
    border-radius: 0;
    transition: 0.2s;
    padding: 15px 5px;
    display: block;
    width: 100%;
}
aside .calendario tbody tr .tred a {
    color: #94C72A;
}
aside .calendario tbody tr .active:hover a {
    background: #94C72A;
    color: #FFF;
    transform: scale(1.1, 1.1);
    transition: 0.2s;
}
section .divider {
    width: 100%;
    height: 1px;
    background: #94C72A;
    margin-top: 25px;
    margin-bottom: 60px;
    clear: both;
}
.categorias li a {
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
    font-size: 1.2rem;
    text-decoration: none;
    color: #666;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 10px 10px 5px 20px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.2) inset;
}
.categorias li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #94C72A;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.categorias li a:hover, .categorias li a:focus, .categorias li a:active {
    color: white;
}
.categorias li a:hover:before, .categorias li a:focus:before, .categorias li a:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.img-postagem-post{
    width: 100%;
    display: block;
    margin-top: 40px;
}

.title-post {
    color: #202C5C;
    display: block;
    width: 100%;
}

@media (max-width: 766px) {
    .title-post {
        font-size: 22pt;
        margin-top: 25px;
    }
}

@media (min-width: 767px) {
    .title-post {
        font-size: 28pt;
        margin-top: 35px;
    }
}

@media (min-width: 992px) {
    .title-post {
        font-size: 36pt;
        margin-top: 42px;
    }
}

@media (min-width: 1600px) {
    .title-post {
        font-size: 48pt;
        margin-top: 50px;
    }
}
.info-post {
    color: #666;
}
.img-resize {
    width: 100% !important;
}
.menu-mobile-button {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0,16,26,0.8);
    z-index: 101;
    padding: 4px;
}
.menu-mobile-button a {
    color: #FFF;
    text-align: center;
    font-size: 10px;
    line-height: 1.1;
    display: inline-block;
    width: 50px;
    padding: 6px;
}
.menu-mobile-button a:not(:first-child) {
    float: right;
}
.menu-mobile-button a i {
    font-size: 20px;
}
#load {

    z-index: 100;
}

.post h4 {
    color: #37a4d2;
}
.post p {
    text-align: justify;
    font-weight: 300;
    font-family: Roboto, Raleway, "Trebuchet MS", Verdana, "sans-serif";
    font-size: 1.2rem;
    color: #666;
}
.post img {
    max-width: 100% !important;
}
/** NANO SCROLLER **/
.nano {
    position : relative;
    width : 100%;
    height : 100%;
    overflow : hidden;
}
.nano > .nano-content {
    position : absolute;
    overflow : scroll;
    overflow-x : hidden;
    top : 0;
    right : 0;
    bottom : 0;
    left : 0;
}
.nano > .nano-content:focus {
    outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
    display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block;
}
.nano > .nano-pane {
    background : rgba(66,66,66,0.54);
    position : absolute;
    width : 10px;
    right : 0;
    top : 0;
    bottom : 0;
    visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
    opacity : .01;
    -webkit-transition : .2s;
    -moz-transition : .2s;
    -o-transition : .2s;
    transition : .2s;
    -moz-border-radius : 5px;
    -webkit-border-radius : 5px;
    border-radius : 5px;
}
.nano > .nano-pane > .nano-slider {
    background: #444;
    background: rgba(177,0,2,0.79);
    position : relative;
    margin : 0 1px;
    -moz-border-radius : 3px;
    -webkit-border-radius : 3px;
    border-radius : 3px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
    visibility : visible\9; /* Target only IE7 and IE8 with this hack */
    opacity : 0.99;
}
/* PERSONALIZADO INDEX */

.scale {
    opacity: 0;
}
.noticia-especial {
    width: 100%;
    display: block;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 20px;
    transition: 0.4s;
    border: 1px solid #BEBEBE;
}
.scale {
    height: auto;
}
/* NOTICIA ESPECIAL */
.noticia-especial:hover {
    background-size: auto 110%;
    transition: 0.4s;
}
.noticia-especial .chapeu {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    padding-left: 4%;
    color: #FFF;
    text-shadow: 0 0 2px #000;
    width: 100%;
    background: rgba(0, 0, 0, 0.35);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.noticia-especial .chapeu hr {
    background: #F00;
    float: left;
    border: none;
    margin-top: 6px;
    transition: 0.5s;
    width: 30px;
    height: 7px;
}
.noticia-especial:hover .chapeu hr {
    width: 90px;
}
.noticia-especial .titulo {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 0 4px #000;
    line-height: 1.23;
    padding: 8px;

    background: rgba(0, 0, 0, 0.45)
}
.noticia-especial .data {
    font-weight: 300;
    text-shadow: 0 0 3px #000;
    margin-top: 8px;
}
/* NOTICIA ESPECIAL */
.noticia-especial-no-image {
    position: relative;
    margin-bottom: 20px;
    transition: 0.4s;
    display: table;
    width: 100%;
    /* border: 2px solid #EFEFEF; */
    box-shadow: 0 0 4px 2px #CCC inset;
}
.noticia-especial-no-image .chapeu {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    padding-left: 4%;
    padding-top: 4px;
    color: #555;
    width: 100%;
}
.noticia-especial-no-image .chapeu hr {
    background: #F00;
    float: left;
    border: none;
    margin-top: 6px;
    transition: 0.5s;
    width: 30px;
    height: 7px;
}
.noticia-especial-no-image:hover .chapeu hr {
    width: 90px;
}
.noticia-especial-no-image .titulo {
    width: 100%;
    text-align: center;
    color: #202C5C;
    font-weight: bold;
    line-height: 1.23;
    padding: 8px;
    vertical-align: middle;
    display: table-cell;
    transition: 0.2s;
}
.noticia-especial-no-image .data {
    font-weight: 300;
    color: #777;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-bottom: 5px;
}
.noticia-especial-no-image:hover .chapeu, .noticia-especial-no-image:hover .data {
    color: #000;
}
.noticia-especial-no-image:hover .titulo {
    transform: scale(1.1, 1.1);
    transition: 0.3s;
}
.block-red {
    width: 100%;
    color: #444;
    border: 1px solid #202C5C;
    width: 100%;
    display: block;
    background: #EFEFEF;
}
.block-red h3 {
    background: #202C5C;
    color: #FFF;
    width: 100%;
    display: block;
    margin: 0;
    font-size: 18px;
    text-align: center;
    padding: 15px 5px;
    ;
    line-height: 27px;
    font-family: "PT Sans", sans-serif;
    font-weight: 600;
}
.block-red .nano {
    height: 270px;
    width: 96%;
    margin: 10px 0 5px auto;
}
.block-red a.btn-padrao, .block-red button.btn-padrao {
    background: #FFF;
    color: #202C5C;
    width: 100%;
    display: block;
    margin: 0;
    font-size: 18px;
    text-align: center;
    padding: 15px 5px;
    ;
    line-height: 27px;
    font-family: "PT Sans", sans-serif;
    font-weight: 600;
    transition: 0.3s;
}
.block-red a.btn-padrao:hover, .block-red button.btn-padrao:hover {
    color: #FFF;
    background: #202C5C;
    transition: 0.3s;
}
ul.list-view-enquete li a {
    width: 95%;
    color: #444;
    padding: 3px 6px;
    display: block;
}
ul.list-view-enquete li a:hover {
    background: #666;
    color: #FFF;
}
.banner-google {
    background: #202C5C;
    color: #FFF;
    text-align: center;
    font-size: 23px;
}
ul.list-view-programacao li {
    padding:8px 5px;
    width: 95%;
}
ul.list-view-programacao li .horario {
    width: 25%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
ul.list-view-programacao li .nome {
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    text-align: left;
}

ul.list-view-programacao a:hover li{
    background: rgba(0,0,0,0.3);
}
.margin-bottom {
    margin-bottom: 20px;
}
.noticia-list {
    height: 170px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.noticia-list .img-list {
    height: 170px;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.noticia-list .chapeu {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
}
.noticia-list .chapeu a {
    color: #FFF;
    text-shadow: 0 0 2px #000;
    background: #202C5C;
    padding: 3px;
    margin: 3px;
}
.noticia-list .chapeu a:hover {
    font-weight: bold;
}
.noticia-list h4 {
    font-size: 22px;
    text-align: left;
    color: #202C5C;
    margin: 7px;
    display: block;
    font-weight: 600;
}
.noticia-list p {
    margin: 2px;
    font-weight: 600;
}
.noticia-list-desc{
    position: relative;
}
.noticia-list-desc .descricao-noticia-mini{

}
.noticia-list-desc .descricao-noticia-mini .text-noticia-mini{
    color: #666;
    text-align: justify;
    font-size: 1.15em;
    line-height: 2em;
}
.noticia-list-desc .descricao-noticia-mini .background-noticia-mini{
    content: " ";
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    position: absolute;
    height: 100px;
    width: 100%;
    bottom: 0;

}
.noticia-list-desc .descricao-noticia-mini .button-noticia-mini{
    position: absolute;
    height: 20px;
    width: 90%;
    bottom: 0;
    text-align: right;
    color:#555;
    font-weight: bold;

}



.noticia-list-no-image {
    height: 170px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.noticia-list-no-image .chapeu {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
}
.noticia-list-no-image h4 {
    text-align: center;
    color: #202C5C;
    margin: 7px;
    display: block;
    font-weight: 600;
}
.noticia-list-no-image p {
    margin: 2px;
    font-weight: 600;
    text-align: center;
}
.rede-social-list {
    text-align: right;
    width: 100%;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    right: 0;
    padding-right: 10px;
    background: #FFF;
}
.rede-social-list a {
    padding: 2px;
    font-size: 20px;
    color: #555;
    cursor: pointer;
}


.rede-social-list.x2x a {
    padding: 2px;
    font-size: 35px;
    color: #555;
}

.rede-social-list a:hover{
    transform: scale(1.2,1.2);

}
.rede-social-list a .fa-facebook-square {
    color: #00027B;
}
.rede-social-list a .fa-google-plus-square {
    color: #D90003;
}
.rede-social-list a .fa-instagram {
    color: #412600;
}
.rede-social-list a .fa-twitter-square {
    color: #4488FF;
}
.rede-social-list a .fa-external-link-square {
    color: #000;
}
.btn-small {
    padding: 0px 6px;
    display: inline-block;
}
.margin-bottom {
    margin-bottom: 20px;
}
.noticia-miniatura {
    height: 170px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.noticia-miniatura .img-list {
    height: 170px;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.noticia-miniatura .chapeu {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
}
.noticia-miniatura .chapeu a {
    color: #FFF;
    text-shadow: 0 0 2px #000;
    background: #202C5C;
    padding: 3px;
    margin: 3px;
}
.noticia-miniatura .chapeu a:hover {
    font-weight: bold;
}
.noticia-miniatura h4 {
    font-size: 22px;
    text-align: center;
    color: #202C5C;
    margin: 7px;
    display: block;
    font-weight: 600;
}
.noticia-miniatura p {
    margin: 2px;
    font-weight: 600;
    text-align: center;
}
.link-noticia h4, .link-noticia h4 {
    color: #202C5C;
}
.link-noticia:visited h4 {
    color: #8E494B;
}
.link-noticia:hover h4, .link-noticia:focus h4 {
    color: #620001;
}
.link-noticia p, .link-noticia p {
    color: #444;
}
.link-noticia:visited p {
    color: #848484;
}
.link-noticia:hover p, .link-noticia:focus p {
    color: #000;
}


.galeria {
    margin-top: 0;
}
.galeria .imageCircle {
    display: block;
    width: 120px;
    height: 120px;
    overflow: hidden;
    background-size: 100% auto !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    transition: linear 0.3s;
    padding: 0;
    float: left;
    margin: 8px;
}
.galeria .imageCircle .view {
    display: block;
    opacity: 0;
    transition: 0.2s;
    background: rgba(0,0,0,0.5);
    padding: 0;
    padding-top: 30px;
    margin: 0;
    text-align: center;
    color: #FFF;
    text-shadow: 1px 1px 3px #000;
    width: 120px;
    height: 120px;
}
.galeria .imageCircle:hover {
}
.galeria .imageCircle:hover .view {
    opacity: 1;
    transition: 0.2s;
}

.background-galeria{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d3d3d3+0,dddddd+0,898989+100 */
    background: #333; /* Old browsers */

    margin-bottom: 0;
}

.noticia-redacao{
    font-size: 18px;
}

.noticia-redacao p{
    text-align: justify;
}

.noticia-redacao iframe, .noticia-redacao video, .noticia-redacao img{
    width: auto;
    display: block;
}

.pagination{
    text-align: center;
}
.pagination li{
    margin: 4px;
    height: auto;
}
.pagination .disabled{
    background: #202C5C;
    color: #FFF;
    border: 2px dashed #202C5C;
    padding: 5px 16px;
}

.pagination li a{
    background: #FFF;
    color: #202C5C;
    border: 2px solid #202C5C;
}

.pagination li a:hover{
    background: #202C5C;
    color: #FFF;
    border: 2px solid #202C5C;
}

.btn-menu-top {
    background: none;
    color: #FFF;
    border: none;
    padding: 0 15px;
    font-family: 'Montserrat', sans-serif;
}

.btn-menu-top:hover {
    background: #FFF;
    color: #202C5C;
}

.nav-bottom {
    position: absolute;
    right: 0px !important;
    bottom: 0;
    height: 34px;
    line-height: 15px;
    background: transparent;
    width:  74.35%;
}

.btn-menu-bottom {
    color: #202C5C;
    padding: 10px 15px;
    font-family: 'Montserrat', sans-serif;
}

.btn-menu-bottom:hover {
    background: #202C5C;
    color: #FFF;
}

/*
CSS MENU
*/
@media print{
    #menu-grande, #menu-normal, #menu-celular{
        display: none;
    }
}
#menu-grande, #menu-normal, #menu-celular{
    display: none;
}
@media screen and (min-width: 1200px){
    #menu-grande{
        display: block;
    }
}
@media screen and (max-width: 1199px) and (min-width: 641px){
    #menu-normal{
        display: block;
    }
}

@media screen and (max-width: 640px){
    #menu-celular{
        display: block;
    }
}

.menu-normal-ul{
    margin: 0;
    display: flow-root;
    height: 44px;
}
.menu-normal-ul li{
    display: inline-block;
    padding: 5px 0;
    margin: 0;
}

.menu-normal-ul li a {
    color: #202C5C;
    padding: 5px;
    margin: 0;
    height: 42px;
    line-height: 30px;
}
.menu-normal-ul li a:hover{
    background: #202C5C;
    color: #FFF;
    transition: 0.1s;
}

.menu-normal-ul .btn-small{
    height: 23px;
    line-height: 20px;
    padding: 1px 26px;
    margin: 0;
}

.background-white{
    background: url('data:image/jpeg;base64,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');
    background-size: cover;
    background-position: top left;

}

#menu-celular #slide-out > li > a{
    color: #FFF;
}
#menu-celular li a:hover{
    color: #202C5C;
    background: #FFF;
}

/**************************

    NOTICIA
    
*************************/

.title-noticia {
    color: #202C5C;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.background-galeria {
    min-height: 20px;
}
.noticia-cards li{
    width: 100%;
}
.noticia-cards li a{
    color: #AD0000;
    width: 100%;
    display: block;
    padding: 4px 8px;
    font-size: 1.2em;
}
.noticia-cards li a:hover{
    color: #FFF;
    background: #AD0000;
}
.noticia-hora{
    padding-left: 20px;
    font-size: 1.1em;
}
.noticia-hora strong{
    font-weight: bold;
}
.noticia-hora strong i{
    display: none;
}
.shared-noticia{
    text-align: center;
    color: #888;
    font-size: 2em;
    margin: 5px 0;
}
.shared-noticia a{
    color: #FFF;
    margin: 4px;
    width: 45px;
    height: 45px;
    background: #333;
    display: inline-block;
    border-radius: 4px;
    transition: 0.2s;
    transition-delay: 0.1s;
}

.shared-noticia a:hover {
    transition: 0.3s;
    transform: scale(1.2,1.2);
}
.shared-noticia .square-facebook {
    background: #3B5998;
}
.shared-noticia .square-google-plus {
    background: #D90003;
}
.shared-noticia .square-instagram {
    background: #412600;
}
.shared-noticia .square-twitter{
    background: #4488FF;
}
.shared-noticia .square-pinterest{
    background: #BD081C;
}
.shared-noticia .square-external-link{
    background: #000;
}
.shared-noticia .square-linkedin{
    background:#007BB5;
}
.shared-noticia .square-whatsapp{
    background: #12AF0A;
}

.shared-noticia a{
    -webkit-filter:grayscale(70%);
    filter:grayscale(70%);
}
.shared-noticia a:hover{
    -webkit-filter:grayscale(0);
    filter:grayscale(0);
}


.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating){
    color:#202C5C;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
    color: #F00;
}

.card .card-content small{
    color: #999;
}

.card .card-image img{
    -webkit-filter:grayscale(70%);
    filter:grayscale(70%);
}

.card:hover .card-image img{
    -webkit-filter:grayscale(0);
    filter:grayscale(0);
}

.frase-obituario{
    color: #777;
    text-align: center;
    font-size: 2em;
    margin: 15px auto;
    font-style: italic;
    background: #DDD;
    padding: 15px;
}

h4.titulo{
    color: #777;
    font-style: italic;
}

blockquote{
    border-left: 3px solid #202C5C;
    background: #DDD;
    font-style: italic;
    padding: 30px 23px;
    color: #333;
}

.banner-102{
    display: block;
}
.banner-102 img{
    width: 100%;
}

.tabs .tab a{
    color: #202C5C;
}

.tabs .tab a.active, .tabs .tab a:hover {
    background-color: transparent;
    color: #202C5C;
    border-bottom: 2px solid #202C5C;
}


strong{
    font-weight: bold;
}

.shared-noticia a{
    color: #FFF !important;
    margin-right: 4px !important;
}

.img-youtube{
    width: 100%;
    height: 250px;
    background-size: 100% auto !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    display: block;
    text-align: center;
    transition: 0.3s;
}

.img-youtube:hover{
    background-size: 110% auto !important;
    transition: 0.3s;
}


.img-youtube .fa{
    display: block;
    padding-top: 96px;
    font-size: 60px;
    color: #F00;
    text-shadow: 0 0 5px #fff;
    transition: 0.45s;
}

.img-youtube:hover .fa{
    transform: scale(1.5,1.5);
    transition: 0.45s;
}

.title-video-noticia{
    font-size: 32px;
    font-weight: 600;
    color: #202C5C;
    margin-bottom: 0;
}

.titulo-video-noticia{
    font-size: 16px;
    font-weight: 600;
    color: #202C5C;
    margin-bottom: 0;

}

.big-titulo-video-noticia{
    font-size: 32px;
    font-weight: 600;
    color: #202C5C;
    margin-bottom: 0;

}

.btn-whatsapp{
    background: #00bd1f;
    margin-right: 8px;
}

.btn-whatsapp:hover{
    background: #FFF;
    color: #197500;
}

.btn-email{
    background: #373737;
    margin-right: 8px;
}

.btn-email:hover{
    background: #FFF;
    color: #333;
}

.btn-telefone{
    background: #202C5C;
    margin-right: 8px;
}

.btn-telefone:hover{
    background: #FFF;
    color: #202C5C;
}

@media screen and (max-width: 480px){
    .btn-whatsapp, .btn-email, .btn-telefone{
        width: 100%;
        margin-bottom: 5px;
        margin-right: 0;
    }

}

.card.horizontal .card-image{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card.vertical .card-image{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150px;
}


.collapsible-header i{
    font-size:1rem;
}

#slide-out > li > ul > li > .collapsible-header{
    color: #FFF !important;
    background: #202C5C !important;
}

#slide-out > li > ul > li > .collapsible-header.active{
    color: #FFF !important;
    background: #94C72A !important;
}

#form-search-mobile, #form-search-mobile:hover, #form-search-mobile:active, #form-search-mobile:focus{
    color: #FFF;
    border-bottom: 0 !important;
}

.btn-large:hover, .btn-small:hover, .btn:hover, .btn-large:focus, .btn-small:focus, .btn:focus{
    color: #202C5C;
    background: #FFF;
}


@media only screen and (min-width: 993px){
    .container {
        width: 90%;
    }
}
@media only screen and (min-width: 601px){
    .container {
        width: 95%;
    }
    .person .item h3, .person .item p{
        text-align: left;
    }

}


.form-group {
    border: 1px solid #F3E8FF;
    border-radius: 4px;
    margin-bottom: 12px;
    background: rgba(255, 255, 255, 0.8);
    height: 55px;
    display: block;
    padding: 0;
}

.form-group:hover,
.form-group:focus {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #8F5FC2;
}

.form-group .input-group-addon {
    color: #202C5C;
    border: none;
    border-radius: 0;
    width: 10%;
    text-align: center;
    height: 4px;
    display: inline-block;
    margin-top: 4px;
}

.form-group .form-control {
    border: none;
    border-radius: 0;
    color: #444;
    height: 40px;
    width: 87%;
    display: inline-block;
    margin: 0;
    border: none;
}

.form-group .form-control:focus {
    color: #202C5C;
    box-shadow: none;
}

.btn-contato {
    border: 1px solid #8F5FC2;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    color: #202C5C;
    font-size: 18px;
    height: 50px;
    width: 100%;
}

.btn-contato:focus,
.btn-contato:hover {
    background: #202C5C;
    color: #FFF;
    font-weight: bold;
    box-shadow: none;
}

blockquote {
    border-left: 5px solid #202C5C;
    background: #FFF;
    padding-top: 3px;
    padding-bottom: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contato h4{
    line-height: 110%;
    margin: 1.0933333333rem 0 .656rem 0;
    color: #202C5C;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 5px;
}

.contato p, .contato a{
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 18px;
    color: #202C5C;

}
.contato a:hover{
    font-weight: bold;
    transform: scale(1.1,1.10);
}


.form-group .input-group-addon{
    float:left;
    height: auto;
}

input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea{
    border-bottom: 0;
    width: 80%;
    display: inline-block;
    margin: 0;


}


.btn-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #0F0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-align: center;
    padding: 7px;
}

.btn-whatsapp:hover{
    background: #0c0;
}

.btn-whatsapp i {
    color: #FFF;
    font-size: 34px;
}

.btn-ballon{
    font-size: 14px;
    color: #333;
    border: 1px solid #ccc;
    background: #FFF;
    font-style: italic;
    position: fixed;
    bottom: 28px;
    right: 88px;
    padding: 4px 10px;
    animation-name: pulse;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    border-radius: 4px;
    box-shadow: 0 0 8px #aaa;
}

.banner-principal img{
    opacity: 0.8;

}

.banner-principal:hover img{
    opacity: 1;
    filter:blur(0);
}
p{
    text-align: justify;
    font-size: 1.2em;
}

.icon-produto{
    width: 80%;
    margin-left: 10%;
    margin-top: 20px;
}

.icon-produto > .img-icon-produto{
    background-color: #FFF;
    background-size: contain;
    border: 6px solid #94C72A;
    box-shadow: 0 0 5px  #888 inset;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
}


.icon-produto:hover > .img-icon-produto{
    border: 6px solid #202C5C;
    transition-duration: 0.51s;
    z-index: 20;

}

.icon-produto > .text-icon-produto{
    text-align: center;
    margin-top: 18px;
    display: block;
    color: #202C5C;
    font-weight: 100;
    font-size: 18px;
    margin-bottom: 10px;
}

.icon-produto > small{
    text-align: center;
    display: block;
    color: #5A7691;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 36px;
}



.btn-saiba{
    vertical-align: middle;
    margin-top: 30%;
    background: rgba(24,114,197,.8);
    color: #FFF;
    border: 2px solid #FFF;
    border-radius: 0;
}

.btn-saiba:hover{
    vertical-align: middle;
    margin-top: 30%;
    background: rgba(24,114,197,.8);
    color: #FFF;
    border: 2px solid #FFF;
    border-radius: 0;
}

.img-tudo{
    background: rgba(24,114,197,.5);
    width: 100%;
    transition-duration: .4s;
    transform: scale(0,0);

}

.icon-produto:hover .img-tudo{
    transition-delay: 0s;
    transition-duration: .8s;
    transform: scale(1,1);

}

.marca{
    box-shadow: 0 0 7px #A5A inset;
    padding: 9px;
    background: #FFF;
    border-radius: 4px;
}

.marca .img-icon-produto{
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-title{
    font-weight: bold;
    color: #202C5C;
    line-height: 1.11;
}

.banner-descricao{
    font-style: italic;

    line-height: 1.56;
    color: #777;
}
/* layout banner pc */

.banner-title{
    margin-top: 70px;
}
.banner-descricao{
    margin-top: 40px;
    margin-bottom:35px;
    margin-left: 20px;
    width: 50%;
}

/* layout banner celular */
@media only screen and (max-width: 600px) {
    .banner-title{
        margin-top: 70px;
    }
    .banner-descricao{
        margin-top: 40px;
        margin-bottom:35px;
        margin-left: 20px;
        width: 80%;
    }
}


/* DEPOIMENTOS DOS CLIENTES */
.cliente{
    font-family: 'Comfortaa', cursive;
}
.cliente h3{
    font-size: 18px;
    color: #555;
    text-align: center;
}
.cliente h2{
    color: #333;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
.cliente h4{
    font-size: 12px;
    text-align: center;
    color: #999;
}


.image-static-banner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


[data-componente=box-container-sessao] {
    display:flex;
    flex-direction:column
}
[data-componente=box-container-sessao].box-flip {
    flex-direction:column-reverse
}
@media only screen and (min-width:768px) {
    [data-componente=box-container-sessao].box-flip {
        flex-direction:row
    }
    [data-componente=box-container-sessao] {
        flex-direction:row;
        height:500px
    }
}
@media only screen and (min-width:1600px) {
    header .box-menu-principal ul li ul li a {
        font-size:30px;
        line-height:60px
    }
    [data-componente=box-container-sessao] {
        height:700px
    }
}
[data-componente=box-container-sessao] .box-imagem {
    width:100%;
    height:300px
}
@media only screen and (min-width:768px) {
    [data-componente=box-container-sessao] .box-imagem {
        width:50%;
        height:auto
    }
}
[data-componente=box-container-sessao] .box-container-textos {
    width:100%;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    padding:20px 15px 50px
}
@media only screen and (min-width:768px) {
    [data-componente=box-container-sessao] .box-container-textos {
        width:50%;
        padding:0 0 0 30px
    }
}
[data-componente=box-container-sessao] .box-container-textos .box-logos-partner {
    position:absolute;
    top:20px;
    right:20px
}
[data-componente=box-container-sessao] .box-container-textos .box-logos-partner ul {
    display:flex;
    max-width:300px
}
[data-componente=box-container-sessao] .box-container-textos .box-logos-partner ul li {
    margin:0 10px;
    display:flex;
    align-items:center;
    justify-content:center
}
[data-componente=box-container-sessao] .box-container-textos .box-logos-partner ul li img {
    max-width:100%;
    height:25px
}
[data-componente=box-container-sessao] .box-container-textos .box-textos {
    width:100%
}
[data-componente=box-container-sessao] .box-container-textos .box-textos.pad-top {
    padding-top:70px
}
[data-componente=box-container-sessao] .box-container-textos .box-textos h6 {
    color:#198996;
    text-transform:uppercase;
    font-size:11px;
    line-height:15px;
    letter-spacing:.2em;
    margin-bottom:5px
}
@media only screen and (min-width:1200px) {
    [data-componente=box-container-sessao] .box-container-textos .box-logos-partner ul {
        max-width:100%
    }
    [data-componente=box-container-sessao] .box-container-textos .box-logos-partner ul li img {
        height:30px
    }
    [data-componente=box-container-sessao] .box-container-textos .box-textos {
        width:520px
    }
    [data-componente=box-container-sessao] .box-container-textos .box-textos h6 {
        font-size:12px
    }
}
[data-componente=box-container-sessao] .box-container-textos .box-textos h4 {
    margin-top:0;
    width:320px;
    color:#043B4D;
    font-weight:900;
    font-size:28px;
    line-height:30px;
    margin-bottom:30px
}
@media only screen and (min-width:1200px) {
    [data-componente=box-container-sessao] .box-container-textos .box-textos h4 {
        width:400px;
        font-size:35px;
        line-height:35px
    }
}
[data-componente=box-container-sessao] .box-container-textos .box-textos p {
    width:90%;
    text-align:left;
    color:#4D4642;
    font-size:11px;
    line-height:15px;
    font-weight:300
}
@media only screen and (min-width:1200px) {
    [data-componente=box-container-sessao] .box-container-textos .box-textos p {
        font-size:12px;
        line-height:18px
    }
}
[data-componente=box-container-sessao] .box-container-textos .box-textos .d-flex {
    justify-content:flex-start
}
[data-componente=box-container-sessao] .box-container-textos .box-textos .d-flex a {
    margin:20px 10px 0 0;
    font-weight:400
}
[data-componente=box-container-sessao] .box-container-textos .box-textos.box-verticais h6 {
    color:#1EB9CB;
    letter-spacing:.05em;
    font-style:normal;
    font-weight:300
}
[data-componente=box-container-sessao] .box-container-textos .box-textos.box-verticais h3 {
    font-style:normal;
    font-weight:300;
    font-size:28px;
    line-height:36px;
    color:#3D454A;
    margin-bottom:30px
}
@media only screen and (min-width:1200px) {
    [data-componente=box-container-sessao] .box-container-textos .box-textos.box-verticais h3 {
        font-size:32px;
        line-height:45px
    }
}
[data-componente=box-container-sessao] .box-container-textos .box-textos.box-verticais h3 b {
    font-weight:700
}
[data-componente=box-container-sessao] .box-container-textos .box-textos.box-verticais p {
    font-weight:400;
    font-size:12px;
    line-height:20px;
    color:#828282;
    width:95%
}
[data-componente=box-container-sessao] .box-container-textos .box-textos.box-verticais .d-flex {
    margin-top:65px
}
[data-componente=box-container-sessao] .box-container-textos.box-right {
    justify-content:flex-end;
    padding-right:0 15px
}
@media only screen and (min-width:768px) {
    [data-componente=box-container-sessao] .box-container-textos .box-textos.pad-top {
        padding-top:0
    }
    [data-componente=box-container-sessao] .box-container-textos.box-right {
        padding-right:30px
    }
    [data-componente=box-container-sessao].sessao-nossos-clientes {
        margin-top:100px
    }
}
@media only screen and (min-width:1200px) {
    [data-componente=box-container-sessao] .box-container-textos .box-textos.box-verticais p {
        font-size:14px;
        line-height:25px
    }
    [data-componente=box-container-sessao] .box-container-textos.box-right {
        padding-right:50px
    }
}
@media only screen and (min-width:1600px) {
    [data-componente=box-container-sessao] .box-container-textos {
        padding-left:80px
    }
    [data-componente=box-container-sessao] .box-container-textos.box-right {
        padding-right:80px
    }
}
[data-componente=box-container-sessao] .box-container-textos.box-right .box-textos h3,
[data-componente=box-container-sessao] .box-container-textos.box-right .box-textos h6,
[data-componente=box-container-sessao] .box-container-textos.box-right .box-textos p {
    text-align:right
}
[data-componente=box-container-sessao] .box-container-textos.box-right .box-textos .d-flex {
    justify-content:flex-end
}
[data-componente=box-container-sessao] .box-imagem-bg {
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat
}
[data-componente=box-container-sessao].sessao-nossos-clientes {
    min-height:100%;
    height:auto
}
[data-componente=box-container-sessao].sessao-nossos-clientes .box-container-textos {
    width:100%;
    -webkit-box-align:start;
    -ms-flex-align:start;
    -webkit-align-items:flex-start;
    -moz-align-items:flex-start;
    align-items:flex-start;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    -webkit-justify-content:flex-end;
    -moz-justify-content:flex-end;
    justify-content:flex-end
}
@media only screen and (min-width:768px) {
    [data-componente=box-container-sessao].sessao-nossos-clientes .box-container-textos {
        width:50%;
        padding-right:30px
    }
}
@media only screen and (min-width:1600px) {
    [data-componente=box-container-sessao].sessao-nossos-clientes .box-container-textos {
        margin-top:20px;
        width:35%;
        padding-right:80px
    }
}
[data-componente=box-container-sessao].sessao-nossos-clientes .box-container-textos .box-textos {
    width:365px
}
[data-componente=box-container-sessao].sessao-nossos-clientes .box-container-textos .box-textos h6 {
    text-align:left;
    letter-spacing:.15em
}
@media only screen and (min-width:768px) {
    [data-componente=box-container-sessao].sessao-nossos-clientes .box-container-textos .box-textos h6 {
        text-align:right
    }
}
[data-componente=box-container-sessao].sessao-nossos-clientes .box-container-textos .box-textos h3 {
    color:#4C4C4C;
    font-weight:700;
    font-size:55px;
    line-height:65px;
    text-align:left;
    margin-bottom:30px
}
@media only screen and (min-width:768px) {
    [data-componente=box-container-sessao].sessao-nossos-clientes .box-container-textos .box-textos h3 {
        text-align:right
    }
}
[data-componente=box-container-sessao].sessao-nossos-clientes .box-container-textos .box-textos p {
    margin:0 0 0 auto;
    text-align:left
}
[data-componente=box-container-sessao].sessao-nossos-clientes .box-logos-clientes {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:start;
    -ms-flex-align:start;
    -webkit-align-items:flex-start;
    -moz-align-items:flex-start;
    align-items:flex-start;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    -webkit-justify-content:flex-start;
    -moz-justify-content:flex-start;
    justify-content:flex-start
}
@media only screen and (min-width:768px) {
    [data-componente=box-container-sessao].sessao-nossos-clientes .box-container-textos .box-textos p {
        width:290px;
        text-align:right
    }
    [data-componente=box-container-sessao].sessao-nossos-clientes .box-logos-clientes {
        width:50%
    }
}
@media only screen and (min-width:1200px) {
    [data-componente=box-container-sessao].sessao-nossos-clientes .box-container-textos .box-textos h3 {
        font-size:65px;
        line-height:75px
    }
    [data-componente=box-container-sessao].sessao-nossos-clientes .box-logos-clientes {
        width:65%
    }
}
[data-componente=box-container-sessao].sessao-nossos-clientes .box-logos-clientes ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flexbox;
    display:flex;
    flex-wrap:wrap;
    width:100%
}
[data-componente=box-container-sessao].sessao-nossos-clientes .box-logos-clientes ul li {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    -moz-align-items:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    -moz-justify-content:center;
    justify-content:center;
    margin:0 10px 20px;
    width:calc((100%/3) - 20px)
}
@media only screen and (min-width:1200px) {
    [data-componente=box-container-sessao].sessao-nossos-clientes .box-logos-clientes ul li {
        margin:0 40px 50px;
        width:calc((100%/3) - 90px)
    }
}
@media only screen and (min-width:1600px) {
    [data-componente=box-container-sessao].sessao-nossos-clientes .box-logos-clientes ul li {
        width:calc((100%/4) - 90px)
    }
}
[data-componente=box-container-sessao].sessao-nossos-clientes .box-logos-clientes ul li a {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    -moz-align-items:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    -moz-justify-content:center;
    justify-content:center
}
.box-endereco-contato,
[data-componente=box-parcerias-plataformas] {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-flex;
    -webkit-flex-direction:column;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal
}
[data-componente=box-container-sessao].sessao-nossos-clientes .box-logos-clientes ul li img {
    max-width:70%
}
.box-titulo-sessao {
    margin:50px 0
}
@media only screen and (min-width:768px) {
    .box-titulo-sessao {
        margin:70px 0
    }
}
.box-titulo-sessao h5 {
    color:#1EB9CB;
    font-size:11px;
    line-height:14px;
    text-transform:uppercase;
    text-align:center;
    font-weight:700;
    margin-bottom:5px
}
@media only screen and (min-width:1200px) {
    [data-componente=box-container-sessao].sessao-nossos-clientes .box-logos-clientes ul li img {
        max-width:100%
    }
    .box-titulo-sessao h5 {
        font-size:12px;
        line-height:15px
    }
}
.box-titulo-sessao h2 {
    margin-top:0;
    color:#4C4C4C;
    font-style:normal;
    font-weight:700;
    font-size:55px;
    line-height:50px;
    margin-bottom:15px;
    text-align:center
}