@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400&display=swap');
h1, h2, h3, h4, h5, h6 {
font-family: "Roboto Slab", Sans-serif!important;
}
#masthead, #colophon {
display: none;
}
.container-footer {
display: flex;
justify-content: center;
align-items: center;
position: relative;
bottom: 0;
left: 0;
margin: auto;
background: #001943;
width: 100%;
}
.container-produtos_principal {
background-image: url(../wp-content/uploads/2019/12/background-quem-somos-invest.jpg);
background-repeat: no-repeat;
background-size: 100%!important;
}
.container-produtos {
max-width: 1000px;
margin: auto;
padding: 100px 0 20px;
}
.container-row2 {
padding: 0 0 50px;
}
.title-page_produto h1 {
font-size: 2.2rem;
color: #001943;
margin: 10px 0;
}
.border-title_produto {
border: solid 5px #001943;
width: 60%;
}
.container-btns-laminas-regulamentos {
display: flex;
justify-content: flex-start;
max-width: 1000px;
}
.box-info_produtos {
background: #fff;
margin: 20px 0;
max-width: 750px;
border-radius: 4px;
box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 10%);
padding: 25px;
}
.box-info_produtos p {
margin: 0 0 10px 0;
}
.container-caracteristicas_produto {
margin: 10px 0;
}
.accordionItemContent a {
text-decoration: none;
font-weight: 500;
color: #343d3d;
font-size: 14px;
}
.btn-regulamento a {
width: 320px;
background: #001943;
height: 50px;
display: flex;
justify-content: start;
align-items: center;
padding: 0 15px;
color: #fff;
text-decoration: none;
font-weight: 700;
border-radius: 4px;
margin-right: 10px;
}
.icons-btn-regulamento {
max-width: 15px;
margin-right: 8px;
}
.ano_laminas {
margin: 20px 0 0 0;
border-bottom: solid 1px;
color: #001943;
}
.accordionItem.close .icon-open {
display: none;
}
.accordionItem.open .icon-close {
display: none;
}
.img-icons-close-open {
max-width: 15px;
}
.icon-close, .icon-open {
line-height: 10PX;
}
.container-links-laminas-accordion {
display: flex;
justify-content: flex-start;
align-items: center;
margin: 5px 0;
}
.container-produtos-relacionados {
margin: 100px 0 0;
}
.title-produtos-relacionados {
margin: 0;
}
.related-post .post-list .item {
background: #f9f9f9;
padding: 20px!important;
border-radius: 4px;
margin: 0!important;
box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 10%);
min-height: 255px;
display: flex!important;
flex-direction: column;
justify-content: space-around;
min-height: 290px;
}
.related-post .post-list .item .post_excerpt {
text-decoration: none;
display: flex!important;
justify-content: center;
align-items: flex-end;
flex-direction: column;
}
.excerpt.post_excerpt a {
background: #001943;
padding: 10px 20px;
color: #fff;
text-decoration: unset;
font-weight: 700;
margin: 20px 0;
border-radius: 4px;
}
.related-post .post-list .item {
margin: 0 5px!important;
}
.related-post .post-list {
display: flex;
}
.related-post .owl-nav {
top: unset!important;
right: 0!important;
margin-top: 5px;
}
.fa-chevron-right:before {
content: "\00BB"!important;
}
.fa-chevron-left:before {
content: "\00AB"!important;
}
.related-post .owl-nav .owl-prev, .related-post .owl-nav .owl-next {
color: #fff!important;
border: solid 1px #001943!important;
background: #001943;
}
.related-post .post-list.owl-carousel {
padding-top: 0!important;
z-index: 0;
}
.open .accordionItemContent::-webkit-scrollbar-track {
background-color: #F4F4F4;
}
.open .accordionItemContent::-webkit-scrollbar {
width: 6px;
background: #F4F4F4;
}
.open .accordionItemContent::-webkit-scrollbar-thumb {
background: #dad7d7;
}
.related-post .owl-dots {
display: none;
}

.remove-acordeon {
display: none;
}
.accordionWrapper {
margin-right: 20px
}
.text-rodape-produtos {
background: #90999e;
padding: 10px;
border-radius: 4px;
max-width: 750px;
color: #fff;
font-weight: 600;
font-size: 12px;
}
.remove-btn {
display: none;
}
.container-caracteristicas_produto:nth-child(7) {
font-size: 12px;
}
.postid-1122 .container-caracteristicas_produto:nth-child(8), .postid-1214 .container-caracteristicas_produto:nth-child(8) {
font-size: 12px;
}
.postid-1122 .container-caracteristicas_produto:nth-child(7), .postid-1214 .container-caracteristicas_produto:nth-child(7) {
font-size: unset;
}
@media screen and (max-width: 900px) {
.container-btns-laminas-regulamentos {
display: block;
}
}
@media screen and (max-width: 640px) {

.container-produtos {
padding: 50px 25px;
}
.container-row2 {
padding: 50px 25px 50px;
}
.container-produtos_principal {
background-position: 0;
}
}
/*Accordion*/
.accordionItem{
float:left;
display:contents;
width:100%;
box-sizing: border-box;
}
.accordionItemHeading{
cursor:pointer;
margin:0px 0px 10px 0px;
padding:10px 15px;
background:#001943;
color:#fff;
width:100%;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
box-sizing: border-box;
font-size: 16px;
width: 320px;
height: 50px;
display: flex;
justify-content: space-between;
align-items: center;
font-weight: 500;
}
.close .accordionItemContent{
height:0px;
transition:height 1s ease-out;
-webkit-transform: scaleY(0);
-o-transform: scaleY(0);
-ms-transform: scaleY(0);
transform: scaleY(0);
float:left;
display:block;
}
.open .accordionItemContent{
padding: 20px;
background-color: #fff;
border: 1px solid #ddd;
width: 100%;
margin: 0px 0px 10px 0px;
display:block;
-webkit-transform: scaleY(1);
-o-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform-origin: top;
-o-transform-origin: top;
-ms-transform-origin: top;
transform-origin: top;
-webkit-transition: -webkit-transform 0.4s ease-out;
-o-transition: -o-transform 0.4s ease;
-ms-transition: -ms-transform 0.4s ease;
transition: transform 0.4s ease;
box-sizing: border-box;
height: 300px;
overflow-y: auto;
}
.open .accordionItemHeading{
margin:0px;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}
/* .container-download {
cursor: pointer;
margin: 0px 0px 10px 0px;
padding: 10px 15px;
background: #898c91;
color: #fff;
width: 100%;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
box-sizing: border-box;
font-size: 16px;
width: 320px;
height: 50px;
display: flex;
justify-content: space-between;
align-items: center;
} */