@import url('https://fonts.googleapis.com/css2?family=Arapey:ital@0;1&display=swap');
:root{
 --cinza:#CCCCCC;
 --preto:#000;
 --branco:#FFF;
 --bege:#f5f2d5;
 --marrom:#7a786a;
}
*{box-sizing:border-box;}html,body{font-family: 'Arapey', serif;letter-spacing:1px;font-weight: 500;}
html{scroll-behavior:smooth;}
body{margin:20px 0px 0px;padding:0px;background-color: var(--bege);}img{max-width:100%;max-height:auto;}a{color:inherit;text-decoration:none;}h1,h2,h3,h4{margin:0px 0px 15px;}p{margin:0px 0px 15px;}
.fontBase{font-family:'Arapey', serif;}
.font-size11{font-size:11px;}.font-size12{font-size:12px;}.font-size14{font-size:14px;}.font-size16{font-size:16px;}.font-size18{font-size:18px;}.font-size20{font-size:20px;}.font-size22{font-size:22px;}.font-size25{font-size:25px;}.font-size28{font-size:28px;}.font-size32{font-size:32px;}.font-size40{font-size:40px;}.font-size45{font-size:45px;}.font-size50{font-size:50px;}.font-size60{font-size:60px;}
.txt-left{text-align:left;}.txt-right{text-align:right;}.txt-center{text-align:center;}.txt-justify{text-align:justify;}	
.font-300{font-weight:300;}.font-400{font-weight:400;}.font-500{font-weight:500;}.font-600{font-weight:600;}.font-700{font-weight:700;}.font-900{font-weight:900;}
*[class*="wd-"]{max-width:100%;}
*[class*="flex-content-"]{display:flex;}
*[class*="ico-"]{background-repeat:no-repeat;background-position:center center;background-size:contain;}
.justify-between{justify-content:space-between;}.justify-center{justify-content:center;}.justify-around{justify-content:space-around;}.justify-end{justify-content:flex-end;}
.flex-wrap{flex-wrap:wrap;}.flex-nowrap{flex-wrap:nowrap;}.align-item-center{align-items:center;}
.wd-1200{width:1200px;}.wd-1100{width:1100px;}.wd-1000{width:1000px;}.wd-900{width:900px;}.wd-800{width:800px;}.wd-700{width:700px;}.wd-600{width:600px;}.wd-500{width:500px;}.wd-450{width:400px;}.wd-400{width:400px;}.wd-350{width:350px;}.wd-300{width:300px;}.wd-200{width:200px;}.wd-150{width:150px;}.wd-120{width:120px;}.wd-90{width:90px;}.wd-60{width:60px;}.wd-32{width:32px;}
.margin-auto{margin:auto;}.margin-zero{margin:0px;}.lista-zero,.lista-zero-margem{list-style:none;margin:0px;padding:0px;}.lista-zero-margem li{margin-bottom:20px;}.margin-bottom12{margin-bottom:12px;}
.ht-32{height:32px;}.ht-60{height:60px;}.ht-90{height:90px;}.ht-120{height:120px;}.ht-200{height:200px;}.ht-250{height:250px;}
header{width:100%;position:relative;}
main{padding: 15px 0px;}
.flex-content-home div.wd-600,.flex-content-home div.wd-300{padding:8px 10px;}
.flex-content-home div.wd-300:nth-child(1){border-right: solid 1.2px #000;}
.flex-content-home div.wd-300:nth-last-child(1){border-left: solid 1.2px #000;}
.title-style{border-top: solid 1.2px var(--marrom);border-bottom: solid 1.2px var(--marrom);padding:10px 6px;text-align:center;font-weight:400;text-transform: uppercase;margin:0px 0px 30px;}
.title-style2{border-bottom:solid 1.2px var(--marrom);padding:10px 6px;text-align:center;font-weight:400;text-transform: uppercase;margin:0px 0px 30px;}
.title-style-mg-tp{margin-top: 30px;}
.divisor{margin:12px auto;height:1px;overflow:hidden;}
.divisorDual{background-image:url(/site/images/divisor.png);background-repeat:repeat-x;height:6px;overflow: hidden;padding:0px;}
.filterPBhold{filter: grayscale(100%);transition: filter 1s ease;cursor: pointer;}
.filterPBhold:hover{filter: grayscale(0%);}
.flex-content-footer{padding: 6px 10px;}
.imgfilter-gray{filter:grayscale(100%);}
.lista-imprensa{list-style: none;margin: 0px;padding: 0px;display: flex;flex-wrap: wrap;text-align: center;}
.lista-imprensa li{width: 48%;padding: 0px 8px 20px;}
.lista-imprensa li h2{margin:22px 0px 18px;}
.head-ico{position: relative;}
.hide-img-top,.home-desk-img{display: block;}
.home-mob-img{display: none;}

/*Slideshow*/
 .slideshow {position: relative;width: 250px;margin: auto;}
 .slideshow img {position: absolute;top:0px;left:0px;width:auto;height:200px;opacity:0;transition:opacity 1s;}
 .slideshow img.active{opacity:1;}

@media only screen and (max-width:760px){
	.hide-img-top,.home-desk-img{display: none;}
	.home-mob-img{display: block;}
	.head-ico:nth-child(2){margin: auto;}
	.slideshow img{margin-left: 40px;}
	.flex-content-footer,.flex-content-home,.flex-content-home-middle,.flex-content-header,.flex-content-interna{flex-direction: column;}
	.flex-content-header.justify-between{justify-content: center;align-items: center;}
	.flex-content-home div.wd-300{width:100%;}
	.flex-content-home div.wd-300:nth-child(1){border-right:0px;}
	.flex-content-home div.wd-300:nth-last-child(1){border-left:0px;}
	.flex-content-footer div:nth-child(2){margin:12px 5px 0px;}
}

@media only screen and (max-width:460px){

}
