@import "reset.css";

body { background: #EFEFED; font-family: "Sora", sans-serif; font-weight: 400; color: #3A3A3A; font-size: 18px;  }
.container { width: 1400px; margin: 0 auto; position: relative; }
.abre-menu{ display: none; }
h1, h2, h3 { line-height: 100%; font-weight: 800; }
.bg-white{ background: #fff; }
.red{ color: #D72727; }
p{ opacity: .8; }
.erro-login{ color: #D72727; line-height: 120%; font-size: 14px; margin-bottom: 16px; }

.fix-whats{ position: fixed; right: 20px; bottom: 50px; z-index: 99; }
.fix-whats a{ background: #217858; border-radius: 50%; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; }
.fix-whats svg{ width: 40px; height: auto; }

.title h2{ color: #D72727; text-transform: uppercase; font-size: 12px; margin-bottom: 8px; position: relative; display: flex; align-items: center; gap: 10px; }
.title h2:before{ content: ""; width: 40px; height: 4px; display: block; background: #D72727; }
.title h3{ color: #1F1F1F; font-size: 40px; margin-bottom: 20px; line-height: 110%; }

.title-center{ text-align: center;  }
.title-center h3{ text-align: center; padding: 0 300px; }
.title-center p{ text-align: center; padding: 0 400px; }

[data-button] { background: #D72727; border: #D72727 solid 1px; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; padding: 14px 30px; display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 14px; font-weight: 600; }
[data-button] span { color: #fff; }
/* [data-button]:hover { background: transparent; border: #0A0A0A solid 1px; color: #0A0A0A; }
[data-button]:hover span { color: #0A0A0A; } */
[data-button="black"] { background: #0A0A0A; border: #0A0A0A solid 1px; }
[data-button="transparent"] { background: transparent; border: #fff solid 1px; }
[data-button="white"] { background: #fff; border: #ededed solid 1px; color: #0A0A0A; }
[data-button="white"] span { color: #0A0A0A; }
[data-button].disable{ opacity: .4; cursor: none; }

[data-button]:hover{ background: #fff; border: #fff solid 1px; color: #D72727; }
[data-button]:hover span { color: #D72727; }
[data-button="transparent"]:hover span { color: #3A3A3A; }
[data-button="white"]:hover { background: #D72727; border: #D72727 solid 1px; color: #fff; }
[data-button="white"]:hover span { color: #fff; }
.seta-direita:after{ transition: .4s; }
.seta-direita:hover:after{ margin-left: 5px; }

.modal{ background: rgba(0, 0, 0, 0.85); position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; }
.modal .box{ width: 500px; max-width: 90%; height: 200px; background: #fff; position: absolute; left: 50%; top: 50%; margin: -100px 0 0 -200px; border-radius: 30px; display: flex; align-items: center; justify-content: center; }
.modal .box h2{ color: #D72727; text-transform: uppercase; font-size: 16px; position: relative;  align-items: center;  }
.modal .box .close{ position: absolute; top: 30px; right: 30px; background: url(../img/close.png) no-repeat; text-indent: -9999px; width: 30px; height: 30px; background-size: 30px auto;  }


/* Topo */
.topo{ background: linear-gradient(to left, #2A2A2A 0, #2A2A2A 86%, #EFEFED 14%); box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; width: 100%; position: fixed; top: 20px; left: 0; z-index: 999; }
.topo .container{ display: flex; justify-content: space-between; }
.topo .marca{ background: #EFEFED;  padding: 5px 0 5px 0; position: relative;  }
.topo .marca img{ position: relative; z-index: 7; }
.topo .links{ display: flex; align-items: center; gap: 30px; background: #2A2A2A url(../img/mask-topo.png) repeat-y; background-position: 70% 0; background-size: contain; height: auto; padding: 5px 0 5px 20px; }
.topo .links nav ul{ display: flex; gap: 15px; }
.topo .links nav ul li a{ color: #fff; font-size: 12px; text-transform: uppercase; font-weight: 600;}
.topo .links nav ul li a:hover{ color: #D72727; }
.topo .links .btn { display: flex; align-items: center; gap: 15px; }
.topo .links .btn a span{ font-size: 13px; }
.topo .marca:before{z-index: 5;  content: ""; position: absolute; right: -70px; top: 0; width: 70px; height: 100%; display: block; background: #EFEFED; clip-path: polygon( 0 0, 100% 0, 43% 100%, 0 100%); }

.menu-mobile{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 40; background:#2A2A2A; display: none; }
.menu-mobile nav{display: flex; align-items: center; justify-content: center; flex-direction: column; width: 100%; padding-top: 120px;}
.menu-mobile nav ul li{ margin: 20px 0; text-align: center; }
.menu-mobile nav ul li a{ color: #fff; text-transform: uppercase; font-size: 14px; font-weight: 400; text-align: center; }
.menu-mobile .container{ display: flex; justify-content: space-between; flex-direction: column;  align-items: center; }
.menu-mobile .btn { display: flex; gap: 20px; }

/* Rodape */
.rodape{ background: #111; width: 100%; height: auto; padding-top: 40px; position: relative; }
.rodape .top{ width: 100%; display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.rodape .top .redes{ border-top: #D72727 solid 7px;  padding: 30px 0 0 100px; }
.rodape .top .redes ul { display: flex; gap: 20px; }
.rodape .top .redes ul li a { display: block; }
.rodape .top .redes ul li a img{ height: 25px; width: auto; transition: .4s; }
.rodape .top .redes ul li a:hover img{ margin-top: -5px; }
.rodape .links{ width: 100%; display: flex; justify-content: space-between; align-items: start; flex-wrap: wrap; margin-bottom: 30px; gap: 20px; }
.rodape .links .item{ width: calc(100% / 5 -40px); }
.rodape .links .item h3{ color: #fff; margin-bottom: 20px; font-size: 16px; font-weight: 600; }
.rodape .links .item li{ margin-bottom: 16px; }
.rodape .links .item a{ color: #fff; opacity: .8; font-weight: 500; font-size: 14px; }
.rodape .links .item a:hover{ opacity: 1; }
.rodape .links .item p{ color: #fff; opacity: .8; font-weight: 500; font-size: 14px; margin: 0; line-height: 180%; }
.rodape .copyright{ border-top: #3A3A3A solid 1px; width: 100%; padding: 30px 0;  text-align: center; }
.rodape .copyright span{  color: #fff; opacity: .5; font-weight: 300; font-size: 14px; }
.rodape .level{ background: #fff; padding: 20px 0; width: 100%; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; margin-bottom: 30px; gap: 20px; }

/* Home */
.banner-home{ background: url(../img/bg-banner-home.png) top center no-repeat; background-size: cover; position: relative; width: 100%; height: auto; padding-bottom: 40px; padding-top: 120px; }
.banner-home .item{ display: flex; align-items: center; justify-content: space-between; gap: 100px; }
.banner-home .item .text{ width: 50%; }
.banner-home .item .text h2{ color: #1F1F1F; font-size: 60px; margin-bottom: 20px; line-height: 110%; }
.banner-home .item .text p{  margin-bottom: 30px;  }
.banner-home .item .text .btn-banner{ display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.banner-home .item .image{ width: 50%; }
.banner-home .item .image img{ width: 100%; height: auto; }
.banner-home .btn-swiper{ position: relative; height: 30px; display: flex; align-items: center; justify-content: space-between; max-width: 250px; }
.banner-home .swiper{ padding-bottom: 5px; }

.conheca-home{ background: url(../img/bg-conheca-homepng.png) left center no-repeat; background-size: cover; width: 100%; position: relative; height: auto; padding-top: 60px; }
.conheca-home .container{ display: flex; gap: 100px; align-items: center; justify-content: space-between; }
.conheca-home .text{ width: 50%; }
.conheca-home .text .title h3{ font-size: 60px; }
.conheca-home .text p{ margin-bottom: 30px; width: 70%; }
.conheca-home .btn-conheca{  display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.conheca-home .image{ width: 40%; }
.conheca-home .image img{ width: 100%; height: auto; }

.beneficios-home{ background: #fff; position: relative; width: 100%; height: auto; padding: 40px 0;  }
.beneficios-home .cont{ display: flex; }
.beneficios-home .cont .item{ background: #2B2B2B; padding: 20px; width: calc(100% / 6 - 40px); position: relative; transition: .5s; min-height: 350px; }
.beneficios-home .cont .item:nth-child(even){ background: #393939;  }
.beneficios-home .cont .item .icon{ background: #343434; transition: .5s; display: flex; width: 40px; height: 40px; border: #722f2f solid 1px; align-items: center; justify-content: center; margin-bottom: 16px; }
.beneficios-home .cont .item .icon img{ width: auto; height: auto; }
.beneficios-home .cont .item h4{ color: #fff; font-size: 18px; font-weight: 600; margin-bottom: 16px; line-height: 140%; }
.beneficios-home .cont .item p{ color: #fff; font-size: 14px; opacity: .7; line-height: 180%; font-weight: 300; }
.beneficios-home .cont .item:after{ content: ""; position: absolute; bottom: 0; right: 0; background: url(../img/__after.png) left top no-repeat; width: 65px; height: 44px; display: block; }
.beneficios-home .link-associe{ margin: 40px 0 0 auto; display: table; }
.beneficios-home .cont .item:hover{ background: #D72727; width: calc(100% / 6 + 80px);  }
.beneficios-home .cont .item:hover .icon{ background: #D72727; border: #ccc solid 1px;  }
.beneficios-home .cont .item a{ cursor: auto; }

.espacos-home{ width: 100%; position: relative; height: auto; padding: 40px 0; }
.espacos-home .container{ display: flex; gap: 50px; align-items: center; justify-content: space-between; }
.espacos-home .galeria{ width: 55%; position: relative; }
.espacos-home .galeria img{ width: 100%; height: auto; }
.espacos-home .galeria .swiper-slide{ overflow: hidden; }
.espacos-home .text{ width: 45%; }
.espacos-home .text p{ margin-bottom: 30px; width: 80%; }
.espacos-home .text .tags{ display: flex; align-items: center; gap: 10px; margin-bottom: 30px; flex-wrap: wrap; }
.espacos-home .text .tags span{ background: #fff; color: #1F1F1F; font-weight: 700; font-size: 12px; padding: 10px 16px; }
.espacos-home .text .links{ display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.espacos-home .text .links .seta-direita{ font-weight: 700; color: #D72727; display: flex; align-items: center; justify-content: center; gap: 10px;  }
.espacos-home .text .links .seta-direita:after{ content: ""; display: block; background: url(../img/seta-direita.png) no-repeat; width: 30px; height: 6px; }
.espacos-home .galeria .btn-swiper{ position: absolute; z-index: 9; display: flex; align-items: center; color: #fff; font-weight: 800; font-size: 16px; bottom: 30px; left: 30px; max-width: 200px; background: #282b20; border: #565b51 solid 1px; padding: 10px; }
.espacos-home .galeria .swiper{ padding-bottom: 0; }
.espacos-home .galeria .swiper-button-next, .espacos-home .galeria .swiper-button-prev{ border: #4f5249 solid 1px; width: 60px; background: #3a3c30; }
.espacos-home .galeria .swiper-button-next:after{ color: #fff; }
.espacos-home .galeria .swiper-button-prev:after{ color: #fff; }
.espacos-home .galeria a:hover img{ transform: scale(1.1); }

.agenda-home{ width: 100%; position: relative; height: auto; padding: 40px 0; overflow: hidden; background: #0f1014; }
.agenda-home::before, .agenda-home::after { content: ""; position: absolute; width: 700px; height: 700px; border-radius: 50%; filter: blur(120px); pointer-events: none; }
.agenda-home::before { z-index: 5; top: -150px; left: -250px; background: radial-gradient(circle at 0% 30%, rgba(216,39,39,.7), transparent 30%), radial-gradient(circle at 50% 0%, rgba(216,39,39,.7), transparent 35%), radial-gradient(circle at 100% 20%, rgba(80,80,120,.12), transparent 30%), linear-gradient(180deg, #1b1c22 0%, #0b0c10 100%); }
.agenda-home::after { z-index: 5; top: -100px; right: -250px; background: radial-gradient(circle at 0% 30%, rgba(216,39,39,.2), transparent 30%), radial-gradient(circle at 50% 0%, rgba(216,39,39,.2), transparent 35%), radial-gradient(circle at 100% 20%, rgba(80,80,120,.12), transparent 30%), linear-gradient(180deg, #1b1c22 0%, #0b0c10 100%); }
.agenda-home .title{ position: relative; z-index: 10; }
.agenda-home .title h2{ color: #fff; opacity: .7; }
.agenda-home .title h3{ color: #fff; font-size: 40px; width: 50%; }
.agenda-home .text{ display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 10; margin-bottom: 30px; }
.agenda-home .text p{ width: 75%; opacity: .7; color: #fff; }
.agenda-home .cont{ position: relative; z-index: 10; display: flex; justify-content: space-between; gap: 20px; }
.agenda-home .cont a{ width: 30%; background: #fff; }
.agenda-home .cont .image{ position: relative; overflow: hidden;  }
.agenda-home .cont .image:after{ content: ""; background: #000; opacity: .5; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 5; }
.agenda-home .cont .image img{ width: 100%; transition: .5s; height: 250px; object-fit: cover; position: relative; z-index: 1; }
.agenda-home .cont .image h3{ position: absolute; bottom: 30px; left: 30px; color: #fff; font-size: 30px; z-index: 10; }
.agenda-home .cont .texto{ padding: 30px 30px 50px 30px; }
.agenda-home .cont .texto .tag{ padding: 10px 20px; font-size: 12px; font-weight: 700; text-transform: uppercase; display: inline-block; color: #fff; background: #1F1F1F; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;  }
.agenda-home .cont .texto h4{ font-size: 24px; color: #1F1F1F; margin: 16px 0; font-weight: 800; }
.agenda-home .cont .texto p{ color: #3A3A3A; margin-bottom: 16px; width: 90%; }
.agenda-home .cont .texto span{ font-weight: 700; color: #D72727; display: flex; align-items: center; justify-content: start; gap: 10px;  }
.agenda-home .cont .texto span:after{ content: ""; display: block; background: url(../img/seta-direita.png) no-repeat; width: 30px; height: 6px; }
.agenda-home .cont .destaque{ width: 40%; }
.agenda-home .cont .texto .red{ background: #D72727; }
.agenda-home .cont .texto .white{ background: #fff; color: #1F1F1F; }
.agenda-home .cont a:hover .image img{ transform: scale(1.1) rotate(2.3deg); }

.cub-home{ width: 100%; position: relative; height: auto; padding: 80px 0; overflow: hidden; background: #fff; }
.cub-home .cont{ width: calc(100% - 80px); border-left: #D72727 solid 4px; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; padding: 20px 40px; }
.cub-home .cont .flex{ display: flex; align-items: center; justify-content: space-between; gap: 60px; margin: 10px 0; }
.cub-home .cont .flex .left{ width: 30%; }
.cub-home .cont .flex .left h3{ font-size: 60px; text-transform: uppercase; }
.cub-home .cont .flex .left span{ color: #D72727; display: block; font-size: 50px; font-weight: 700; margin-bottom: 16px; }
.cub-home .cont .flex .left .verde{ background: #E1F3E5; padding: 10px 10px; font-size: 14px; color: #03851D; display: flex; align-items: center; justify-content: center; gap: 14px; }
.cub-home .cont .flex .left .verde:before{ content: ""; background: url(../img//icon-verde.png) center center no-repeat; width: 13px; height: 8px; display: block; }
.cub-home .cont .flex .right{ width: 70%; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.cub-home .cont .flex .right .itens{ width: 70%; display: flex; flex-wrap: wrap; background: #f8f8f6; }
.cub-home .cont .flex .right .itens .item{ width: calc(100% / 2 - 42px); padding: 20px; border: #E1F3E5 solid 1px; }
.cub-home .cont .flex .right .itens .item .titulo{  font-size: 13px; font-weight: 800; color: #888; text-transform: uppercase; margin-bottom: 5px; }
.cub-home .cont .flex .right .itens .item .valor{ font-size: 14px; font-weight: 800; }
.cub-home .cont .flex .right .links{ width: 30%; display: flex; flex-direction: column; gap: 30px; align-items: flex-start; }
.cub-home .cont .flex .right .links .seta-direita{ font-weight: 700; color: #D72727; display: flex; align-items: center; justify-content: center; gap: 10px;  }
.cub-home .cont .flex .right .links .seta-direita:after{ content: ""; display: block; background: url(../img/seta-direita.png) no-repeat; width: 30px; height: 6px; }
.cub-home .cont .aviso{  color: #888; }
.cub-home .cont .aviso span{ color: #D72727; }


.noticias-home{ width: 100%; position: relative; height: auto; padding: 40px 0; }
.noticias-home .flex{ display: flex; gap: 50px; align-items: center; justify-content: space-between; }
.noticias-home .cont .swiper-slide{height: stretch; max-height: 550px; }
.noticias-home .cont a{ width: 100%; height: 100%; display: block; background: #fff; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; }
.noticias-home .cont .image{ position: relative; overflow: hidden; }
.noticias-home .cont .image img{ width: 100%; height: 250px; object-fit: cover; transition: .5s; }
.noticias-home .cont .image h3{ position: absolute; bottom: 30px; left: 30px; color: #fff; font-size: 30px; }
.noticias-home .cont .texto{ padding: 30px 30px 50px 30px; background: #fff; }
.noticias-home .cont .texto .tag{ transition: .5s; padding: 10px 20px; font-size: 12px; font-weight: 700; text-transform: uppercase; display: inline-block; color: #D72727; background: #EFEFED; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;  }
.noticias-home .cont .texto h4{ transition: .3s; font-size: 24px; color: #1F1F1F; margin: 16px 0; font-weight: 800; }
.noticias-home .cont .texto p{ color: #3A3A3A; margin-bottom: 16px; width: 90%; }
.noticias-home .cont .texto small{ color: #888; margin-top: 13px; display: block; }
.noticias-home .cont .texto span{ font-weight: 700; color: #D72727; display: flex; align-items: center; justify-content: start; gap: 10px;  }
.noticias-home .cont .texto span:after{ content: ""; display: block; background: url(../img/seta-direita.png) no-repeat; width: 30px; height: 6px; }
.noticias-home .cont a:hover .image img{ transform: scale(1.1) rotate(2.3deg); }
.noticias-home .cont a:hover .texto h4{ color: #D72727; }
.noticias-home .cont a:hover .texto .tag{ background: #D72727; color: #EFEFED; }

.associados-home{ width: 100%; position: relative; height: auto; padding: 40px 0; background: #fff; }
.associados-home .cont a{ box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; width: calc(100% - 18px); display: flex; align-items: center; flex-direction: center; justify-content: center; cursor:pointer; }
.associados-home .cont a img{ max-width: 80%; height: auto;}
.associados-home .cont .btn-associados{ display: flex; gap: 10px; margin: 0 0 30px auto; width: 90px; }
.associados-home .aviso{ width: calc(100% - 40px); gap:20px; border: #e67878 solid 1px; border-left: #D72727 solid 3px; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; padding: 20px 20px; flex-wrap: wrap; display: flex; align-items: center; justify-content: space-between; }
.associados-home .aviso .btns{ display: flex; gap: 16px; }
.associados-home .aviso .text{ font-weight: 700; color: #1F1F1F; }
.associados-home .swiper-wrapper{ padding-left: 4px; }
.associados-home .cont a:hover img{ transform: scale(1.050); }

/* Quem Somos */
.conheca-home .image{ padding-top: 60px; }

.boxes-quem-somos{ width: 100%; position: relative; height: auto; padding: 40px 0; background: #fff; }
.boxes-quem-somos .cont{ display: flex; flex-wrap: wrap; gap: 20px; }
.boxes-quem-somos .cont .item{ width: calc(100% / 3 - 54px); box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; padding: 20px; position: relative; }
.boxes-quem-somos .cont .item:before{ content: ""; position: absolute; top: 0; left: 0; height: 3px; width: 50px; display: block; background: #D72727;}
.boxes-quem-somos .cont .item span{ color: #D72727; font-size: 16px; margin-bottom: 10px; display: block; font-weight: 700; }
.boxes-quem-somos .cont .item h3{ font-size: 22px; margin-bottom: 10px; }

.apresentacao-quem-somos{ width: 100%; position: relative; height: auto; padding: 40px 0; }
.apresentacao-quem-somos .cont{ display: flex; align-items: center; justify-content: space-between;  }
.apresentacao-quem-somos .cont .left{ width: 50%; }
.apresentacao-quem-somos .cont .right{ width: 50%; border-left: #D72727 solid 5px; padding-left: 30px; }
.apresentacao-quem-somos .cont .right p{ margin: 15px 0; }

.diretoria-quem-somos{ width: 100%; position: relative; height: auto; padding: 40px 0; background: #fff; }
.diretoria-quem-somos .title h3{ width: 60%; }
.diretoria-quem-somos .title p{ width: 50%; }
.diretoria-quem-somos .cont{ display: flex; flex-wrap: wrap; align-items: stretch; justify-content: space-between; margin: 20px 0;  gap: 25px; }
.diretoria-quem-somos .cont .item{ width: calc(100% / 3 - 64px); box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; padding: 20px; position: relative; display: flex; gap: 26px; align-items: center; }
.diretoria-quem-somos .cont .item span{ font-weight: 700;  font-size: 13px; color: #D72727; text-transform: uppercase; }
.diretoria-quem-somos .cont .item .image img{ width: 150px; height: 169px; object-fit: cover; }
.diretoria-quem-somos .cont .item h4{ margin: 10px 0; font-size: 18px; font-weight: 800; line-height: 140%; }
.diretoria-quem-somos .cont .item p{ font-size: 14px; margin: 0; }
.diretoria-quem-somos .cont .item:last-child{ background: #EFEFED; }


.mais-diretoria{ width: 100%; position: relative; height: auto; padding: 40px 0; display: none; }
.mais-diretoria .top{ display: flex; align-items: center; margin-bottom: 40px; gap: 100px; }
.mais-diretoria .top .title{ width: 50%; }
.mais-diretoria .top .text{ width: 50%; }
.mais-diretoria .cont{ display: flex; flex-wrap: wrap; align-items: stretch; justify-content: start; margin: 20px 0;  gap: 20px; }
.mais-diretoria .cont .item{ width: calc(100% / 3 - 64px); box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; padding: 20px; position: relative; display: flex; gap: 26px; align-items: center; background: #fff; }
.mais-diretoria .cont .item span{ font-weight: 700;  font-size: 13px; color: #D72727; text-transform: uppercase; }
.mais-diretoria .cont .item .image img{ width: 150px; height: 169px; object-fit: cover; }
.mais-diretoria .cont .item h4{ margin: 10px 0; font-size: 18px; font-weight: 800; line-height: 140%; }
.mais-diretoria .cont .item p{ font-size: 14px; margin: 0; }

.estrutura-quem-somos{ width: 100%; position: relative; height: auto; padding: 40px 0; }
.estrutura-quem-somos .top{ display: flex; gap: 40px; align-items: center; justify-content: space-between; }
.estrutura-quem-somos .btn-estrutura{ display: flex; gap: 10px; margin: 0 0 30px auto; width: 90px; }
.estrutura-quem-somos .galeria a{ overflow: hidden; display: block; width: 100%; height: 100%; }
.estrutura-quem-somos .galeria a:before{ content: ""; width: 100%; height: 100%; background: url(../img/mask-galeria.png) bottom center no-repeat; background-size: cover; position: absolute; z-index: 10; left: 0; bottom: 0; display: block; }
.estrutura-quem-somos .galeria a h3{ position: absolute; left: 20px; bottom: 40px; background: #2a2a2a; border-left: #D72727 3px solid; z-index: 20; padding: 10px 20px; color: #fff; text-transform: uppercase; font-size: 11px; font-weight: 700; }
.estrutura-quem-somos .galeria a img{ width: 100%; height: 506px; object-fit: cover; transition: .5s; }
.estrutura-quem-somos .galeria a:hover img{ transform: scale(1.1) rotate(2.3deg); }

.estrutura-quem-somos .cta{ width: calc(100% - 80px); border-left: #D72727 solid 6px; background: url(../img/bg-cta.png) right bottom no-repeat; background-size: cover; display: flex; align-items: center; padding: 40px; justify-content: space-between; }
.estrutura-quem-somos .cta .title{ width: 70%; }
.estrutura-quem-somos .cta .title h2{ color: #fff; }
.estrutura-quem-somos .cta .title h3{ color: #fff; }
.estrutura-quem-somos .cta .title p{ color: #fff; opacity: .6; }

.areas-quem-somos{ width: 100%; position: relative; height: auto; padding: 40px 0; background: #fff; }
.areas-quem-somos .cont{ display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; }
.areas-quem-somos .cont .item{ border: #D72727 solid 1px; padding:50px 30px; width: calc(100% / 3 - 80px); border-left-width: 5px; }
.areas-quem-somos .cont .item:nth-child(2){ margin-top: 80px; }
.areas-quem-somos .cont .item .icon{ box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; background: #EFEFED; display: flex; margin-bottom: 10px; width: 50px; height: 50px; align-items: center; justify-content: center; }
.areas-quem-somos .cont .item span{ color: #D72727; font-size: 12px; margin-bottom: 10px; display: block; font-weight: 700; text-transform: uppercase; }
.areas-quem-somos .cont .item h4{ margin: 10px 0; font-size: 22px; font-weight: 800; line-height: 140%; width: 65%; }
.areas-quem-somos .cont .item p{ font-size: 14px; margin-bottom: 30px; line-height: 170%; }
.areas-quem-somos .cont .item .seta-direita{ font-weight: 700; color: #D72727; font-size: 14px; display: flex; align-items: center; justify-content: center; gap: 10px;  }
.areas-quem-somos .cont .item .seta-direita:after{ content: ""; display: block; background: url(../img/seta-direita.png) no-repeat; width: 30px; height: 6px; }

.organizacao-quem-somos{ width: 100%; position: relative; height: auto; padding: 40px 0; }
.organizacao-quem-somos .cont{ display: flex; flex-wrap: wrap; align-items: stretch; justify-content: space-between; gap: 20px; }
.organizacao-quem-somos .cont .item{ border: #D72727 solid 1px; height: stretch; background: #fff; padding: 30px; border-top-width: 5px;  }
.organizacao-quem-somos .cont .item span{ width: max-content; color: #fff; background: #2A2A2A; padding: 10px 20px; font-size: 14px; margin-bottom: 10px; display: block; font-weight: 700; text-transform: uppercase; }
.organizacao-quem-somos .cont .item h4{ margin: 10px 0; font-size: 22px; font-weight: 800; line-height: 140%;  }
.organizacao-quem-somos .cont .item p{ font-size: 14px; margin-bottom: 30px; line-height: 170%; }

.mvvn-quem-somos{ width: 100%; position: relative; height: auto; padding: 40px 0; background: #fff; }
.mvvn-quem-somos .cont{ display: flex; flex-wrap: wrap; align-items: start; justify-content: space-between; gap: 20px; margin-top: 50px; }
.mvvn-quem-somos .cont .item{ border: #D72727 solid 1px; padding: 30px; width: calc(100% / 4 - 81px); border-left-width: 5px; min-height: 270px; }
.mvvn-quem-somos .cont .item:nth-child(even){ margin-top: 30px; }
.mvvn-quem-somos .cont .item span{ color: #D72727; font-size: 12px; margin-bottom: 10px; display: block; font-weight: 700; text-transform: uppercase; }
.mvvn-quem-somos .cont .item h4{ margin: 10px 0; font-size: 22px; font-weight: 800; line-height: 140%; width: 65%; }
.mvvn-quem-somos .cont .item p{ font-size: 14px; margin-bottom: 30px; line-height: 170%; }

/* Archive Noticias */
.banner-noticias{ padding: 140px 0 40px 0; width: 100%; position: relative; height: auto; background: #fff; }
.banner-noticias .flex{ display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.banner-noticias .image{ width: 55%; overflow: hidden; text-align: center; }
.banner-noticias .image img{ max-width: 100%; height: 380px; object-fit: cover; transition: .5; }
.banner-noticias .text{ width: 45%; }
.banner-noticias .text h3{ color: #1F1F1F; font-size: 34px; line-height: 130%; margin-bottom: 20px; transition: .5s; }
.banner-noticias .text p{ margin-bottom: 20px; color: #3A3A3A; }
.banner-noticias .text .seta-direita{ font-weight: 700; color: #D72727; font-size: 14px; display: flex; align-items: center; justify-content: start; gap: 10px;  }
.banner-noticias .text .seta-direita:after{ content: ""; display: block; background: url(../img/seta-direita.png) no-repeat; width: 30px; height: 6px; }
.banner-noticias a:hover .image img{ transform: scale(1.1) rotate(2.3deg); }
.banner-noticias a:hover h3{ color: #D72727; }

.blog-list{ padding: 40px 0; width: 100%; position: relative; height: auto; }
.blog-list .cont{ display: flex; flex-wrap: wrap; margin-top: 40px; gap: 20px; }
.blog-list .cont .item{ width: calc(100% / 3 - 14px); background: #fff; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; }
.blog-list .cont .item .image{ position: relative; overflow: hidden; }
.blog-list .cont .item .image img{ width: 100%; height: 250px; object-fit: cover; transition: .5s; }
.blog-list .cont .item .image h3{ position: absolute; bottom: 30px; left: 30px; color: #fff; font-size: 30px; }
.blog-list .cont .item .texto{ padding: 30px 30px 50px 30px; background: #fff; }
.blog-list .cont .item .texto .tag{ transition: .3s; padding: 10px 20px; font-size: 12px; font-weight: 700; text-transform: uppercase; display: inline-block; color: #D72727; background: #EFEFED; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;  }
.blog-list .cont .item .texto h4{ transition: .3s; font-size: 24px; color: #1F1F1F; margin: 16px 0; font-weight: 800; }
.blog-list .cont .item .texto p{ color: #3A3A3A; margin-bottom: 16px; width: 90%; }
.blog-list .cont .item .texto small{ color: #888; margin-top: 13px; display: block; }
.blog-list .cont .item .texto .seta-direita{ font-weight: 700; color: #D72727; display: flex; align-items: center; justify-content: start; gap: 10px;  }
.blog-list .cont .item .texto .seta-direita:after{ content: ""; display: block; background: url(../img/seta-direita.png) no-repeat; width: 30px; height: 6px; }
.blog-list .cont .item:hover .image img{ transform: scale(1.1) rotate(2.3deg); }
.blog-list .cont .item:hover h4{ color: #D72727; }
.blog-list .cont .item:hover .texto .tag{ color: #EFEFED; background: #D72727; }

/* Single Noticias */
.single-topo{ padding: 140px 0 40px 0; width: 100%; position: relative; height: auto; }
.single-topo .text h1{ font-size: 44px; color: #1F1F1F; font-weight: 700; margin-bottom: 10px; }
.single-topo .text p{ margin-bottom: 10px; }
.single-topo .text .info{ display: flex; gap: 26px; }
.single-topo .text .info span{ font-weight: 700; color: #888; font-size: 14px; }

.blog-single{ position: relative; width: 100%; height: auto; }
.blog-single .flex{ display: flex; align-items: start; justify-content: space-between; gap: 50px; }
.blog-single .cont{ width: 100%; margin-bottom: 100px; }
.blog-single .cont .imagem-destacada{ width: 100%; margin-bottom: 20px; }
.blog-single .cont .imagem-destacada img{ width: 100%; height: auto; }
.blog-single .cont p{ margin-bottom: 30px; line-height: 140%; }
.blog-single .cont h2{ font-size: 30px; margin-bottom: 16px; }
.blog-single .cont h3{ font-size: 26px; margin-bottom: 16px; }
.blog-single .cont h4{ font-size: 24px; margin-bottom: 16px; }
.blog-single .cont h5{ font-size: 20px; margin-bottom: 16px; }
.blog-single .cont h6{ font-size: 18px; margin-bottom: 16px; }
.blog-single .cont blockquote{ background: #fff; border-left: #D72727 solid 5px; padding: 30px 30px 10px 30px; font-weight: 700; margin-bottom: 40px; }
.blog-single .cont blockquote p{ margin-bottom: 20px; }
.blog-single .sidebar{ width: 35%; background: #fff;  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; padding: 20px;  position: sticky; top: 120px; height: fit-content; }
.blog-single .sidebar h3{ font-size: 22px; border-bottom: #ededed solid 1px; padding-bottom: 5px; }
.blog-single .sidebar a{ padding: 30px 0;  display: block; border-bottom: #ededed solid 1px; color: #1F1F1F; }
.blog-single .sidebar a:last-child{ border: none; }
.blog-single .sidebar a h4{ font-size: 18px; color: #1F1F1F; font-weight: 700; margin-bottom: 20px; line-height: 140%;  }
.blog-single .sidebar a .seta-direita{ font-weight: 700; font-size: 14px; color: #D72727;display: flex; align-items: center; justify-content: start; gap: 10px;  }
.blog-single .sidebar a .seta-direita:after{ content: "";  display: block; background: url(../img/seta-direita.png) no-repeat; width: 30px; height: 6px; }
.blog-single .cont .compartilhamento{ background: #fff; padding: 30px; font-weight: 700; margin-bottom: 40px; }
.blog-single .cont .compartilhamento h6{ font-size: 20px; font-weight: 700; margin-bottom: 16px; }
.blog-single .cont .compartilhamento .links{ display: flex; flex-wrap: wrap; gap: 20px; align-items: center; justify-content: start; }
.blog-single .cont .compartilhamento .links img{ width: auto; height: auto; }

.blog-single .cont .cta-single-eventos{ background: #fff; border-left: #D72727 solid 5px; padding: 30px; font-weight: 700; margin-bottom: 40px; }
.blog-single .cont .cta-single-eventos span{ color: #D72727; font-size: 16px; font-weight: 700; display: block; margin-bottom: 10px; }
.blog-single .cont .cta-single-eventos h5{ margin-bottom: 20px; line-height: 140%; }

.blog-single .inscricao{ background: #fff; padding: 30px; border-left: #D72727 solid 5px; margin-bottom: 30px; }
.blog-single .inscricao h5{ color: #D72727; font-size: 20px; margin-bottom: 16px; font-weight: 700; }
.blog-single .inscricao h6{  font-size: 20px; margin-bottom: 26px;  font-weight: 700; line-height: 120%; }

/* Associados */
.conheca-associados{background: url(../img/bg-associado.png) left center no-repeat; background-size: cover; padding-top: 140px; padding-bottom: 40px; }
.conheca-associados .box{ background: #fff; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; padding: 30px; max-width: 350px; }
.conheca-associados .box span{ font-weight: 800; color: #D72727; text-transform: uppercase; font-size: 12px; margin-bottom: 8px; position: relative; display: flex; align-items: center; gap: 10px; }
.conheca-associados .box h4{ color: #1F1F1F; font-size: 20px; margin-bottom: 20px; line-height: 120%; font-weight: 800; }
.conheca-associados .text p{ width: 100%; }

.listagem-associados{ width: 100%; position: relative; height: auto; padding: 40px 0; background: #fff; }
.listagem-associados .filtro{ box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; padding: 30px; }
.listagem-associados .filtro form{ display: flex; gap: 20px; align-items: flex-end; justify-content: space-between; }
.listagem-associados .filtro form .item{ display: flex; flex-direction: column; }
.listagem-associados .filtro form .item label{ margin-bottom: 8px; font-weight: 600; }
.listagem-associados .filtro form .item input{ background: #f8f8f8; color: #999; font-family: "Sora", sans-serif; font-weight: 400; font-size: 16px; border: #ebebe9 solid 1px; width: calc(100% - 40px); padding: 0 20px; height: 40px; }
.listagem-associados .filtro form .item select{ background: #f8f8f8; color: #999; font-family: "Sora", sans-serif; font-weight: 400; font-size: 16px; border: #ebebe9 solid 1px; width: 100%  ; padding: 0 20px; height: 40px; }
.listagem-associados .filtro form .item input::placeholder { color: #999999; }
.listagem-associados .filtro form .input{ width: 50%; }
.listagem-associados .filtro form .select{ width: 20%; }
.listagem-associados .filtro form .button{ width: 10%; }
.listagem-associados .filtro form .item button{ width: 100%; height: 40px;  padding: 0 20px; font-family: "Sora", sans-serif; background: #D72727; color: #fff; font-size: 16px; font-weight: bold; }
.listagem-associados .filtro form .reset a{ display: flex; align-items: center; color: #1F1F1F; font-size: 16px; font-weight: bold; height: 40px; background: none; padding: 0; font-family: "Sora", sans-serif; }
.listagem-associados .cont{ display: flex; gap: 26px; flex-wrap: wrap; margin: 40px 0 0 0; }
.listagem-associados .cont .item{ box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; width: calc(100% / 5 - 21px);   }
.listagem-associados .cont .item a{ display: flex; align-items: center; flex-direction: center; justify-content: center; width: 100%; height: 100%; }
.listagem-associados .cont a img{ max-width: 80%; height: auto; transition: .4s; }
.listagem-associados .filtro form .item button:hover{ background:#1F1F1F; color: #fff; }
.listagem-associados .cont a:hover img{ transform: scale(1.030); }

.boxes-associados{ width: 100%; position: relative; height: auto; padding: 40px 0;  }
.boxes-associados .title{ width: 52%; }
.boxes-associados .cont{ display: flex; flex-wrap: wrap; gap: 20px; margin-top: 40px; }
.boxes-associados .cont .item{ width: calc(100% / 3 - 54px); background: #fff; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; padding: 20px; position: relative; }
.boxes-associados .cont .item:before{ content: ""; position: absolute; top: 0; left: 0; height: 4px; width: 60px; display: block; background: #D72727;}
.boxes-associados .cont .item span{ color: #D72727; font-size: 16px; margin-bottom: 16px; line-height: 100%; display: inline-block; font-weight: 700; /*background: #EFEFED; padding: 12px; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/ }
.boxes-associados .cont .item h3{ font-size: 22px; margin-bottom: 10px; }

.taxas-associados{ width: 100%; position: relative; height: auto; padding: 40px 0; background: #D9D9D9; }
.taxas-associados .container{ display: flex; gap: 50px; align-items: flex-start; }
.taxas-associados .title h3{ font-size: 32px; }
.taxas-associados .box{ width: 50%; padding: 30px; border-left: #D72727 solid 5px; background: #EFEFED; }
.taxas-associados .box .itens{ display: flex; flex-direction: column; gap: 20px; justify-content: space-between; }
.taxas-associados .box .itens .item{ display: flex; justify-content: space-between; gap: 30px; }
.taxas-associados .box .itens .item:first-child span{ color: #D72727; }
.taxas-associados .box .itens .item span{ width: 100%; font-weight: 700; font-size: 14px; }
.taxas-associados .box .itens .item span:first-child{ width: 140px; }

.associe-associados{ width: 100%; position: relative; height: auto; padding: 40px 0; background: #EFEFED; }
.associe-associados .box{ display: flex; justify-content: space-between; align-items: center; gap: 50px; padding: 30px; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; border-left: #D72727 solid 5px; background: #fff; }
.associe-associados .box .title{ width: 50%; }
.associe-associados .box .btns{ width: 30%; display: flex; flex-direction: column; align-items: flex-end; gap: 16px; }

.rede-associados{width: 100%; position: relative; height: auto; padding: 40px 0; background: #f8f8f6; }
.rede-associados .marcas{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 20px; margin-top: 40px; }
.rede-associados .marcas img{ max-width: 100%; }

/* Seja Associado */
.conheca-seja-associado{background: #fcfcfb; background-size: cover; padding-bottom: 80px; position: relative; }
.conheca-seja-associado .text .title h3{ font-size: 50px; }
.conheca-seja-associado:before{ content: ""; position: absolute; right: 0; top: 90px; width: 150px; height: 150px; background: #e6e6e4; display: block; }
.conheca-seja-associado:after{ content: ""; position: absolute; right: 7%; bottom: 0; width: 220px; height: 42px; background: #D72727; display: block; clip-path: polygon( 0 0, 100% 0, 80% 100%, 0 100%); }
.conheca-seja-associado .image{ position: relative; }
.conheca-seja-associado .image .box{ background: #fff; position: absolute; left: -40px; bottom: 30px;  max-width: 300px; padding: 30px; }
.conheca-seja-associado .image .box h4{ font-size: 18px; font-weight: 700; margin-bottom: 16px; }
.conheca-seja-associado .image .box p{ font-size: 14px; }

.boxes-seja-associado{ background: #fff; }

.perfil-seja-associado{  width: 100%; position: relative; height: auto; padding: 40px 0; }
.perfil-seja-associado .container{ display: flex; align-items: center; gap: 50px; justify-content: space-between; flex-wrap: wrap; }
.perfil-seja-associado .text{ width: 44%; }
.perfil-seja-associado .text .txt{ margin-top: 20px; border-left: #D72727 solid 4px; padding:5px 0 5px 20px; }
.perfil-seja-associado .text .txt p{ font-size: 14px;  }

.perfil-seja-associado .cont{ width: 50%; display: flex; gap: 20px; flex-wrap: wrap; }
.perfil-seja-associado .cont .item{ background: #fff; width: calc(100% / 2 - 50px); height: 60px; padding: 20px; display: flex; flex-direction: column; justify-content: end; }
.perfil-seja-associado .cont .item h4{ font-size: 16px; font-weight: 700; line-height: 140%; }

.associar-seja-associado{  width: 100%; position: relative; height: auto; padding: 40px 0; background: #fff; }
.associar-seja-associado .title{ width: 100%; }
.associar-seja-associado .txt{ max-width: 500px; }
.associar-seja-associado .cont{ display: flex; gap: 20px; flex-wrap: wrap; margin-top: 20px; }
.associar-seja-associado .cont .item{ box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; border-left: #D72727 solid 5px; background: #fff; width: calc(100% / 3 - 59px); height: 80px; padding: 20px; display: flex; flex-direction: column; justify-content: end; }
.associar-seja-associado .cont .item h4{ font-size: 16px; font-weight: 700; line-height: 140%; margin-bottom: 8px; }
.associar-seja-associado .cont .item span{ font-size: 16px; display: block; line-height: 120%; opacity: .7; }

.galeria-seja-associado{ width: 100%; position: relative; height: auto; padding: 40px 0; }
.galeria-seja-associado .title{ width: 100%; }
.galeria-seja-associado .txt{ max-width: 500px; }
.galeria-seja-associado .cont .swiper{ padding-bottom: 2px; }
.galeria-seja-associado .btn-estrutura{ display: flex; gap: 10px; margin: 30px 0 0 0; width: 90px; }
.galeria-seja-associado .galeria a{ display: block; width: 100%; height: 100%; overflow: hidden; }
.galeria-seja-associado .galeria a:before{ content: ""; width: 100%; height: 100%; background: url(../img/mask-galeria.png) bottom center no-repeat; background-size: cover; position: absolute; z-index: 10; left: 0; bottom: 0; display: block; }
.galeria-seja-associado .galeria a h3{ z-index: 10; position: absolute; left: 20px; bottom: 40px; background: #2a2a2a; border-left: #D72727 3px solid; z-index: 20; padding: 10px 20px; color: #fff; text-transform: uppercase; font-size: 11px; font-weight: 700; }
.galeria-seja-associado .galeria a img{ width: 100%; height: 506px; object-fit: cover; position: relative; z-index: 1;  }
.galeria-seja-associado .galeria a:hover img{ transform: scale(1.1) rotate(2.3deg); }

.tour-seja-associado{ width: 100%; position: relative; height: auto; padding: 40px 0; background: #fff; }
.tour-seja-associado .box{ box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; padding: 30px; background: #f9f9f9; display: flex; gap: 50px; justify-content: space-between; align-items: center; }
.tour-seja-associado .box .numero{ font-weight: 700; background: #fff; font-size: 18px; border: #f6dfde solid 1px; width: 70px; height: 70px; display: flex; align-items: center; justify-content: center; color: #D72727; }
.tour-seja-associado .box .title{ width: 66%; }
.tour-seja-associado .box .title h3{ margin-bottom: 5px; }
.tour-seja-associado .btn-center{ display: flex; justify-content: center; align-items: center; margin: 30px 0 0 0; }

.empresas-seja-associado{ width: 100%; position: relative; height: auto; padding: 0 0 40px 0; background: #fff; }
.empresas-seja-associado .cont{ margin-top: 40px; }
.empresas-seja-associado .cont .btn-associados{ display: flex; gap: 10px; margin: 30px auto 0 auto; width: 90px; }
.empresas-seja-associado .cont .swiper-slide{ padding: 2px; }
.empresas-seja-associado .cont a{ box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; width: calc(100% - 18px); display: flex; align-items: center; flex-direction: center; justify-content: center; cursor: pointer;  }
.empresas-seja-associado .cont a img{ max-width: 80%; height: auto;}
.empresas-seja-associado .cont .swiper{ padding-bottom: 2px; }

/* Seja Associado 2 */
.processo-seja-associado{ width: 100%; position: relative; height: auto; padding: 40px 0; background: #fff; }
.processo-seja-associado .title{ width: 100%; }
.processo-seja-associado .txt{ max-width: 500px; }
.processo-seja-associado .cont{ display: flex;  }
.processo-seja-associado .cont .numero{ width: 46px; height: 46px; display: flex; background: url(../img/bg-num.png) no-repeat; margin-bottom: 16px; align-items: center; justify-content: center; font-size: 16px; font-weight: 600; color: #fff; }
.processo-seja-associado .cont h4{ font-size: 18px; font-weight: 700; margin-bottom: 16px; }
.processo-seja-associado .cont p{ font-size: 14px; }
.processo-seja-associado .cont .item{  border: #f8f8f8 solid 2px; width: calc(100% / 4 - 40px); padding: 20px;}
.processo-seja-associado .btn-center{ display: flex; justify-content: center; align-items: center; margin: 30px 0 0 0; }

.cadastro-seja-associado{ width: 100%; position: relative; height: auto; padding: 40px 0; }
.cadastro-seja-associado .title{ width: 100%; }
.cadastro-seja-associado .txt{ max-width: 500px; }
.cadastro-seja-associado .box{ background: #fff; padding: 40px; display: flex; gap:40px; justify-content: space-between; align-items: start; margin-top: 40px; }
.cadastro-seja-associado .box .formulario{ box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; padding: 30px; width: 60%; }
.cadastro-seja-associado .box .formulario h3{ font-size: 30px; margin-bottom: 20px; }
.cadastro-seja-associado .box .formulario p{ margin-bottom: 30px; }
.cadastro-seja-associado .box .formulario form{ width: 100%; }
.cadastro-seja-associado .box .formulario form .group { display: flex; width: 100%; gap: 20px; margin-bottom: 20px; }
.cadastro-seja-associado .box .formulario form .group .item{ width: calc(100% / 2 - 10px); }
.cadastro-seja-associado .box .formulario form .full { width: 100%; gap: 20px; margin-bottom: 20px; }
.cadastro-seja-associado .box .formulario form .item{ display: flex; flex-direction: column; }
.cadastro-seja-associado .box .formulario form .item label{ margin-bottom: 8px; font-size: 14px; font-weight: 600; }
.cadastro-seja-associado .box .formulario form .item label small{ color: #D72727; }
.cadastro-seja-associado .box .formulario form .item input{ background: #f8f8f8; color: #999; font-family: "Sora", sans-serif; font-weight: 400; font-size: 16px; border: #ebebe9 solid 1px; width: calc(100% - 40px); padding: 0 20px; height: 40px; }
.cadastro-seja-associado .box .formulario form .item select{ background: #f8f8f8; color: #999; font-family: "Sora", sans-serif; font-weight: 400; font-size: 16px; border: #ebebe9 solid 1px; width: calc(100%); padding: 0 20px; height: 40px; }
.cadastro-seja-associado .box .formulario form .item textarea{ background: #f8f8f8; color: #999; font-family: "Sora", sans-serif; font-weight: 400; font-size: 16px; border: #ebebe9 solid 1px; width: calc(100% - 40px); padding: 10px 20px; height: 120px; }
.cadastro-seja-associado .box .formulario form .item input::placeholder { color: #999999;  }
.cadastro-seja-associado .box .formulario form .input{ width: 50%; }
.cadastro-seja-associado .box .formulario form .select{ width: 50%; }
.cadastro-seja-associado .box .formulario form  .aceito{ padding: 10px; background: #f8f8f8; border: #ebebe9 solid 1px; font-weight: 700; display: flex; gap: 10px; align-items: center; }
.cadastro-seja-associado .box .formulario form  .aceito span{ font-weight: 700; font-size: 10px; }
.cadastro-seja-associado .box .formulario form  .aceito input{ width: 17px; height: 17px; }
.cadastro-seja-associado .box .formulario form .btns{ border-top: #ebebe9 solid 1px; padding-top: 20px; display: flex; gap: 20px; flex-wrap: wrap; }
.cadastro-seja-associado .box .formulario form .btns .disable{ opacity: .4; cursor: none; }
.cadastro-seja-associado .box .formulario form .etapa2{ display: none; }
.cadastro-seja-associado .box .formulario form .etapa3{ display: none; }
.cadastro-seja-associado .box .formulario form .etapa4{ display: none; }
.cadastro-seja-associado .box .formulario form .etapa5{ display: none; }
.cadastro-seja-associado .box .formulario form .etapa6{ display: none; }
.cadastro-seja-associado .box .formulario .link-etapas{ display: flex; align-items: center; gap: 10px; margin-bottom: 40px; }
.cadastro-seja-associado .box .formulario .link-etapas .item{padding:20px 14px; transition: .5s; cursor: pointer; width: calc(100% / 6 - 20px); border: #ebebe9 solid 1px; background: #f8f8f8; }
.cadastro-seja-associado .box .formulario .link-etapas .item .numero{ transition: .5s; width: 30px; height: 30px; margin-bottom: 10px; display: flex; align-items: center; justify-content: center;  font-size: 14px; font-weight: 500; border: #888 solid 1px; }
.cadastro-seja-associado .box .formulario .link-etapas .item span{ transition: .5s; font-weight: 600; font-size: 14px;}
.cadastro-seja-associado .box .formulario .link-etapas .item:hover{ background: #1F1F1F; border: #1F1F1F solid 1px; }
.cadastro-seja-associado .box .formulario .link-etapas .item:hover .numero{ color: #fff; border: #fff solid 1px;; }
.cadastro-seja-associado .box .formulario .link-etapas .item:hover span{ color: #fff; }
.cadastro-seja-associado .box .formulario .link-etapas .item.ativo{ background: #1F1F1F; border: #1F1F1F solid 1px; }
.cadastro-seja-associado .box .formulario .link-etapas .item.ativo .numero{ color: #fff; border: #fff solid 1px;; }
.cadastro-seja-associado .box .formulario .link-etapas .item.ativo span{ color: #fff; }

.cadastro-seja-associado .box .apoio{ box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; padding: 30px; width: 30%; }
.cadastro-seja-associado .box .apoio .title h3{ font-size: 30px; }
.cadastro-seja-associado .box .apoio .item{ padding: 16px 0; border-bottom: #ebebe9 solid 1px; }
.cadastro-seja-associado .box .apoio .item span{ font-weight: 700; text-transform: uppercase; color: #888; font-size: 14px; display: block; margin-bottom: 8px;}
.cadastro-seja-associado .box .apoio .item a{ color: #3A3A3A; font-weight: 700; font-size: 14px; display: block; }

/* FALE CONOSCO */
.conheca-fale-conosco{ background: #eeeeeb url(../img/mask-fale.png) bottom right no-repeat; background-size: contain; position: relative; }
.cadastro-fale-conosco .box{ padding: 0; margin-top: 0; }
.mapa-fale-conosco{ width: 100%; position: relative; height: auto; padding: 40px 0; }
.mapa-fale-conosco .flex{ justify-content: space-between; align-items: center; }
.mapa-fale-conosco .title{ width: 70%; }
.mapa-fale-conosco .mapa{ margin-top: 40px; }
.mapa-fale-conosco .mapa iframe{ width: 100%; }

/* DOCUMENTOS INSTITUCIONAIS */
.listagem-documentos{ width: 100%; position: relative; height: auto; padding: 40px 0; background: #f9f9f9; }
.listagem-documentos .container{ display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.listagem-documentos .cat-documentos{ box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; padding: 30px; width: 20%; background: #fff; position: sticky; top: 120px; height: fit-content; }
.listagem-documentos .cat-documentos ul li a{ padding: 16px 10px; border: #fff solid 1px; font-weight: 700; font-size: 16px; color: #343434; display: block; }
.listagem-documentos .cat-documentos ul li a:hover{ color: #D72727; }
.listagem-documentos .cat-documentos ul li a.ativo{ border: #f6dfde solid 1px; color: #D72727; }
.listagem-documentos .cont{ width: 80%; }
.listagem-documentos .cont .filtro-documentos{ box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; padding: 30px; background: #fff; margin-bottom: 30px; }
.listagem-documentos .cont .filtro-documentos form{ box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; padding: 20px; display: flex; gap: 20px; align-items: flex-end; justify-content: space-between; margin-top: 30px; }
.listagem-documentos .cont .filtro-documentos form .item{ display: flex; flex-direction: column; }
.listagem-documentos .cont .filtro-documentos form .item label{ margin-bottom: 8px; font-weight: 600; }
.listagem-documentos .cont .filtro-documentos form .item input{ background: #f8f8f8; color: #999; font-family: "Sora", sans-serif; font-weight: 400; font-size: 16px; border: #ebebe9 solid 1px; width: calc(100% - 40px); padding: 0 20px; height: 40px; }
.listagem-documentos .cont .filtro-documentos form .item select{ background: #f8f8f8; color: #999; font-family: "Sora", sans-serif; font-weight: 400; font-size: 16px; border: #ebebe9 solid 1px; width: 100%  ; padding: 0 20px; height: 40px; }
.listagem-documentos .cont .filtro-documentos form .item input::placeholder { color: #999999; }
.listagem-documentos .cont .filtro-documentos form .input{ width: 50%; }
.listagem-documentos .cont .filtro-documentos form .select{ width: 20%; }
.listagem-documentos .cont .filtro-documentos form .button{ width: 16%; }
.listagem-documentos .cont .filtro-documentos form .item button{ width: 100%; height: 40px;  padding: 0 20px; font-family: "Sora", sans-serif; background: #D72727; color: #fff; font-size: 16px; font-weight: bold; }
.listagem-documentos .cont .filtro-documentos form .reset a{ display: flex; align-items: center; color: #1F1F1F; font-size: 16px; font-weight: bold; height: 40px; background: none; padding: 0; font-family: "Sora", sans-serif; }
.listagem-documentos .list-doc{ margin-top: 20px; }
.listagem-documentos .list-doc .item{ box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; background: #fff; padding: 20px; display: flex; gap: 30px; align-items: center; justify-content: space-between; margin-bottom: 20px;  }
.listagem-documentos .list-doc .item .left{ display: flex; gap: 20px; }
.listagem-documentos .list-doc .item .icon{ width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; background: #fefefd; border: #fcf4f3 solid 1px; }
.listagem-documentos .list-doc .item .icon img{ width: auto; height: 22px; }
.listagem-documentos .list-doc .item .txt span{ color: #D72727; font-size: 12px; text-transform: uppercase; font-weight: 800; display: block; margin-bottom: 5px; }
.listagem-documentos .list-doc .item .txt h4{ font-size: 17px; margin-bottom: 5px; font-weight: 800; }
.listagem-documentos .list-doc .item .txt p{ color: #999; font-size: 12px; }
.listagem-documentos .cont .filtro-documentos form .item button:hover{ background:#1F1F1F; color: #fff; }

/* LOGIN */
.conheca-login .text .boxes{ display: flex; }
.conheca-login .text .boxes .item{ border: #e6e6e3 solid 1px; background: #fff; padding: 16px 10px; }
.conheca-login .text .boxes .item h4{ font-weight: 800; font-size: 16px; margin-bottom: 5px; }
.conheca-login .text .boxes .item span{ color: #999; font-size: 14px; }
.conheca-login .form-login{ border: #D72727 solid 1px; border-top: #D72727 solid 5px; background: #fff; padding: 30px; width: 40%; }
.conheca-login .form-login h3{ font-size: 34px; font-weight: 800; margin-bottom: 10px; }
.conheca-login .form-login form{ margin-top: 20px; }
.conheca-login .form-login form .item{  margin-bottom: 20px; }
.conheca-login .form-login form .item label{ margin-bottom: 5px; display: block; width: 100%; }
.conheca-login .form-login form .item input{ background: #f8f8f8; color: #999; font-family: "Sora", sans-serif; font-weight: 400; font-size: 16px; border: #ebebe9 solid 1px; width: calc(100% - 40px); padding: 0 20px; height: 40px; }
.conheca-login .form-login form .item select{ background: #f8f8f8; color: #999; font-family: "Sora", sans-serif; font-weight: 400; font-size: 16px; border: #ebebe9 solid 1px; width: calc(100% - 40px); padding: 0 20px; height: 40px; }
.conheca-login .form-login form .item textarea{ background: #f8f8f8; color: #999; font-family: "Sora", sans-serif; font-weight: 400; font-size: 16px; border: #ebebe9 solid 1px; width: calc(100% - 40px); padding: 0 20px; height: 120px; }
.conheca-login .form-login form .item::placeholder { color: #999999;  }
.conheca-login .form-login form .aceito{ padding: 10px; background: #f8f8f8; border: #ebebe9 solid 1px; font-weight: 700; display: flex; gap: 10px; align-items: center; }
.conheca-login .form-login form .aceito span{ font-weight: 700; font-size: 12px; }
.conheca-login .form-login form .aceito input{ width: 17px; height: 17px; }
.conheca-login .form-login form .botao{ display: flex; flex-direction: column; justify-content: end; align-items: end; }
.conheca-login .form-login form .botao a{ font-weight: 800; margin-bottom: 10px; color: #1F1F1F; font-size: 14px; }
.conheca-login .form-login form .botao button{ width: 100%;  }
.conheca-login .form-login .sem-acesso{ border-top: #888 solid 1px; margin-top: 20px; padding-top: 20px; display: flex; flex-direction: column; }
.conheca-login .form-login .sem-acesso p{  color: #888; margin-bottom: 10px; }

/* AREA RESTRITA  */
.organizacao-area-restrita{  padding-bottom: 0; }
.page-template-area-restrita .listagem-documentos{ background: #EFEFED; }
.page-template-area-restrita .listagem-documentos .cont{width: 100%; }
.page-template-area-restrita .listagem-documentos .botoes{ margin-bottom: 30px; display: flex; gap: 10px; }

/* 404  */
.atalhos-uteis{ padding: 40px 0; width: 100%; background: #fff; position: relative; }
.atalhos-uteis .areas-quem-somos .cont .item{  border: #f0f0f0 solid 1px; border-left: #f0f0f0 solid 5px; height: stretch; }
.atalhos-uteis .areas-quem-somos .cont .item:nth-child(2){ margin-top: 0; }
.atalhos-uteis .areas-quem-somos .cont .item .seta-direita{ justify-content: start; }
.atalhos-uteis .areas-quem-somos .cont{ align-items: start; }
.atalhos-uteis .areas-quem-somos .cont .item h4{ width: 100%; }

/* MARCAR EVENTOS */
.conheca-marcar-eventos{ background: url(../img/bg-conheca-marcar-evento.png) bottom center no-repeat; background-size: cover; }
.conheca-marcar-eventos p{ color: #fff; }
.conheca-marcar-eventos .title h3{ color: #fff; }

.boxes-marcar-evento{ padding: 40px 0; width: 100%; background: #fff; position: relative; }
.boxes-marcar-evento .title h3{ width: 50%; }
.boxes-marcar-evento .title p{ width: 60%; }
.boxes-marcar-evento .listagem{ margin-top: 40px; }
.boxes-marcar-evento .listagem .cont{ display: flex; align-items: start; justify-content: space-between; gap: 16px; }
.boxes-marcar-evento .listagem .cont .item{ box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; padding: 20px; background: #fff; width: calc(100%/6 - 40px); height: 85px; position: relative; }
.boxes-marcar-evento .listagem .cont .item h4{ font-weight: 800; margin-top: 10px; font-size: 15px; }
.boxes-marcar-evento .listagem .cont .item:before{ content: ""; position: absolute; top: 0; left: 0; height: 3px; width: 50px; display: block; background: #D72727;}

.estrutura-marcar-evento{ padding: 40px 0; width: 100%; position: relative; }
.estrutura-marcar-evento .flex{ align-items: center; }
.estrutura-marcar-evento .image-full{ width: 100%; height: auto; overflow: hidden; margin-bottom: 20px; }
.estrutura-marcar-evento .image-full img{ width: 100%; height: auto; }

.estrutura-marcar-evento .cont .swiper{ padding-bottom: 2px; }
.estrutura-marcar-evento .btn-estrutura{ display: flex; gap: 10px; margin: 30px 0 0 auto; width: 90px; }
.estrutura-marcar-evento .galeria a{ display: block; width: 100%; height: 100%; overflow: hidden; }
.estrutura-marcar-evento .galeria a:before{ content: ""; width: 100%; height: 100%; background: url(../img/mask-galeria.png) bottom center no-repeat; background-size: cover; position: absolute; z-index: 10; left: 0; bottom: 0; display: block; }
.estrutura-marcar-evento .galeria a h3{ z-index: 10; position: absolute; left: 20px; bottom: 40px; background: #2a2a2a; border-left: #D72727 3px solid; z-index: 20; padding: 10px 20px; color: #fff; text-transform: uppercase; font-size: 11px; font-weight: 700; }
.estrutura-marcar-evento .galeria a img{ transition: .5s; width: 100%; height: 506px; object-fit: cover; z-index: 1;  }
.estrutura-marcar-evento .btn-estr-marcar{ display: flex; gap: 20px; margin-top: -40px; z-index: 99; position: relative; }
.estrutura-marcar-evento .btn-estr-marcar .seta-direita{ font-weight: 700; color: #D72727; display: flex; align-items: center; justify-content: center; gap: 10px;  }
.estrutura-marcar-evento .btn-estr-marcar .seta-direita:after{ content: ""; display: block; background: url(../img/seta-direita.png) no-repeat; width: 30px; height: 6px; }
.estrutura-marcar-evento .galeria a:hover img{ transform: scale(1.1) rotate(2.3deg); }

.centro-marcar-eventos{ padding: 40px 0; width: 100%; position: relative; background: #fff; }
.centro-marcar-eventos .container{ display: flex; gap: 50px; justify-content: space-between; align-items: center; }
.centro-marcar-eventos .image{ width: 50%; height: auto; }
.centro-marcar-eventos .image img{ width: 100%; height: auto;}
.centro-marcar-eventos .text{ width: 50%; }
.centro-marcar-eventos .text .boxes{ display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0; }
.centro-marcar-eventos .text .boxes .item{ width: calc(100% / 2 - 48px); background: #f8f8f6; border: #f3f3f2 solid 1px; padding: 20px; }
.centro-marcar-eventos .text .boxes .item span{ font-weight: 700; color: #D72727; margin-bottom: 10px; display: block; }
.centro-marcar-eventos .text .boxes .item h4{ font-weight: 800; }

.hub-marcar-eventos{ padding: 40px 0; width: 100%; position: relative; }
.hub-marcar-eventos .container{ display: flex; gap: 100px; justify-content: space-between; align-items: start; }
.hub-marcar-eventos .image{ width: 60%; height: auto; }
.hub-marcar-eventos .image img{ width: 100%; height: auto; }
.hub-marcar-eventos .text{ width: 35%; }
.hub-marcar-eventos .text p{ margin-bottom: 30px; }

.associe-marcar-eventos{ background: #fff; }
.associe-associados .box .title{ width: 70%; }
.associe-marcar-eventos .box .btns{ flex-direction: row; }

.form-marcar-eventos{ padding: 40px 0; width: 100%; position: relative; }
.form-marcar-eventos .container{ display: flex; gap: 50px; justify-content: space-between; align-items: start; }
.form-marcar-eventos .text{  width: 30%; }

.form-marcar-eventos .formulario{ background: #fff; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; padding: 30px; width: 60%; }
.form-marcar-eventos .formulario h3{ font-size: 30px; margin-bottom: 20px; }
.form-marcar-eventos .formulario p{ margin-bottom: 30px; }
.form-marcar-eventos .formulario form{ width: 100%; }
.form-marcar-eventos .formulario form .group { display: flex; width: 100%; gap: 20px; margin-bottom: 20px; }
.form-marcar-eventos .formulario form .group .item{ width: calc(100% / 2 - 10px); }
.form-marcar-eventos .formulario form .full { width: 100%; gap: 20px; margin-bottom: 20px; }
.form-marcar-eventos .formulario form .item{ display: flex; flex-direction: column; }
.form-marcar-eventos .formulario form .item label{ margin-bottom: 8px; font-size: 14px; font-weight: 600; }
.form-marcar-eventos .formulario form .item label small{ color: #D72727; }
.form-marcar-eventos .formulario form .item input{ background: #f8f8f8; color: #999; font-family: "Sora", sans-serif; font-weight: 400; font-size: 16px; border: #ebebe9 solid 1px; width: calc(100% - 40px); padding: 0 20px; height: 40px; }
.form-marcar-eventos .formulario form .item select{ background: #f8f8f8; color: #999; font-family: "Sora", sans-serif; font-weight: 400; font-size: 16px; border: #ebebe9 solid 1px; width: calc(100% - 40px); padding: 0 20px; height: 40px; }
.form-marcar-eventos .formulario form .item textarea{ background: #f8f8f8; color: #999; font-family: "Sora", sans-serif; font-weight: 400; font-size: 16px; border: #ebebe9 solid 1px; width: calc(100% - 40px); padding: 10px 20px; height: 120px; }
.form-marcar-eventos .formulario form .item input::placeholder { color: #999999;  }
.form-marcar-eventos .formulario form .input{ width: 50%; }
.form-marcar-eventos .formulario form .select{ width: 50%; }
.form-marcar-eventos .formulario form  .aceito{ padding: 10px; background: #f8f8f8; border: #ebebe9 solid 1px; font-weight: 700; display: flex; gap: 10px; align-items: center; }
.form-marcar-eventos .formulario form  .aceito span{ font-weight: 700; font-size: 10px; }
.form-marcar-eventos .formulario form  .aceito input{ width: 17px; height: 17px; }
.form-marcar-eventos .formulario form .btns{ border-top: #ebebe9 solid 1px; padding-top: 20px; display: flex; gap: 20px; flex-wrap: wrap; }

/* EVENTOS */
.conheca-eventos{ background: url(../img/bg-conheca-eventos.png) bottom center no-repeat; background-size: cover; }
.conheca-eventos .text{ width: 100%; }
.conheca-eventos p{ color: #fff; width: 50% !important; }
.conheca-eventos .title h3{ color: #fff; }
.destaque-eventos{ padding: 40px 0; width: 100%; position: relative; background: #fff; }
.destaque-eventos .list{ display: flex; flex-wrap: wrap; margin-top: 40px; gap: 20px; }
.destaque-eventos .list .item{ width: calc(100% / 2 - 14px); background: #fff; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; }
.destaque-eventos .list .item .image{ position: relative; overflow: hidden; }
.destaque-eventos .list .item .image:after{ content: ""; background-color: #D72727; height: 5px; width: 80px; display: block; margin-left: 30px; position: relative; z-index: 10; }
.destaque-eventos .list .item .image img{ width: 100%; height: 300px; object-fit: cover; display: block; position: relative; z-index: 1; }
.destaque-eventos .list .item .texto{ padding: 30px; background: #fff; }
.destaque-eventos .list .item .texto span{ font-size: 12px; font-weight: 700; text-transform: uppercase; display: inline-block; color: #D72727; }
.destaque-eventos .list .item .texto h4{ font-size: 28px; color: #1F1F1F; margin: 16px 0; font-weight: 800; }
.destaque-eventos .list .item .texto p{ color: #3A3A3A; margin-bottom: 16px; width: 90%; }
.destaque-eventos .list .item .texto .btns{ border-top: #f3f3f3 solid 1px; padding-top: 20px; display: flex; align-items: center; justify-content: space-between; }
.destaque-eventos .list .item .texto h5{  margin-top: 13px; display: block; font-weight: 600; }
.destaque-eventos .list .item .texto .seta-direita{ font-weight: 700; color: #D72727; display: flex; align-items: center; justify-content: start; gap: 10px;  }
.destaque-eventos .list .item .texto .seta-direita:after{ content: ""; display: block; background: url(../img/seta-direita.png) no-repeat; width: 30px; height: 6px; }
.destaque-eventos .list .item:hover .image img{ transform: scale(1.1) rotate(2.3deg); }

.list-eventos{ padding: 40px 0; width: 100%; position: relative; }
.list-eventos .list{ display: flex; flex-wrap: wrap; margin-top: 40px; gap: 20px; }
.list-eventos .list .item{ width: calc(100% / 3 - 14px); background: #fff; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; }
.list-eventos .list .item .image{ position: relative; border-bottom: #D72727 solid 5px; overflow: hidden; }
.list-eventos .list .item .image img{ width: 100%; height: 300px; object-fit: cover; display: block; transition: .5s; }
.list-eventos .list .item .texto{ padding: 30px 30px 50px 30px; background: #fff; }
.list-eventos .list .item .texto .tag{ padding: 10px 20px; font-size: 12px; font-weight: 700; text-transform: uppercase; display: inline-block; color: #D72727; background: #EFEFED; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;  }
.list-eventos .list .item .texto h4{ font-size: 24px; color: #1F1F1F; margin: 16px 0; font-weight: 800; }
.list-eventos .list .item .texto p{ color: #3A3A3A; margin-bottom: 16px; width: 90%; }
.list-eventos .list .item .texto small{ color: #888; margin-top: 13px; display: block; }
.list-eventos .list .item .texto .seta-direita{ background: #D72727; padding: 10px 10px 10px 26px; width: fit-content; font-weight: 700; color: #fff; display: flex; align-items: center; justify-content: start; gap: 10px;  }
.list-eventos .list .item .texto .seta-direita:after{ content: ""; display: block; background: url(../img/seta-direita-white.png) no-repeat; width: 30px; height: 6px; }

.list-eventos .list .item:hover .image img{ transform: scale(1.1) rotate(2.3deg); }


.categorias-eventos{ padding: 40px 0; width: 100%; position: relative; background: #fff; }
.categorias-eventos .cont{  margin-top: 40px;  display: flex; align-items: start; justify-content: space-between; gap: 16px; }
.categorias-eventos .cont .item{ box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; padding: 20px; background: #fff; width: calc(100%/6 - 40px); height: stretch; position: relative; }
.categorias-eventos .cont .item span{ color: #D72727; font-weight: 700; font-size: 14px; }
.categorias-eventos .cont .item h4{ font-weight: 800; margin-top: 10px; font-size: 15px; margin-bottom: 10px; }
.categorias-eventos .cont .item p{ font-size: 14px; }
.conexao-eventos{ padding: 40px 0; width: 100%; position: relative; }
.conexao-eventos .container{ display: flex; gap: 70px; align-items: center; justify-content: space-between; }
.conexao-eventos .text{ width: 37%; }
.conexao-eventos .box{ width: 60%; display: flex; gap: 14px; }
.conexao-eventos .box .item{ width: calc(100% / 3 - 40px); background: #fff; padding:70px 20px 20px 20px; border: #D72727 solid 1px; border-top: #D72727 solid 5px;  }
.conexao-eventos .box .item h4{ font-weight: 800; font-size: 16px; line-height: 140%; margin-bottom: 8px;  }
.conexao-eventos .box .item span{ font-size: 15px; display: block; line-height: 120%; opacity: .7; }

/* OPORTUNIDADES */
.conheca-oportunidades{ background: url(../img/bg-banner-envie.png) bottom right no-repeat; background-size: cover; padding: 120px 0 60px 0; }
.conheca-oportunidades .info{  width: 400px; padding: 30px; border: #D72727 solid 1px; border-top: #D72727 solid 5px; background: #fff; clip-path:polygon( 0 0, 100% 0, 100% 80%, 0 255% ); }
.conheca-oportunidades .info h4{ font-size: 30px; font-weight: 800; margin-bottom: 16px; }
.conheca-oportunidades .info p{ margin-bottom: 14px; }
.conheca-oportunidades .info ul li{ font-weight: 700; margin-bottom: 10px; display: flex; gap: 8px; align-items: center; }
.conheca-oportunidades .info ul li:before{ content: ""; background: #D72727; display: block; width: 8px; height: 8px; }
.conheca-oportunidades .info:before { content: ""; margin-bottom: 16px; width: 100px; height: 8px; background: #D72727; display: block; clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%); }
.conheca-oportunidades:after{ display: none !important;  }
.conheca-oportunidades:before{ display: none !important;  }
.processo-oportunidades{ width: 100%; position: relative; height: auto; padding: 40px 0; background: #fff; }
.processo-oportunidades .title{ width: 100%; }
.processo-oportunidades .title p{ width: 55%; margin-bottom: 20px; }
.processo-oportunidades .txt{ max-width: 500px; }
.processo-oportunidades .cont{ display: flex; gap: 20px;  }
.processo-oportunidades .cont .numero{ width: 46px; height: 46px; display: flex; background:#fefefd; border: #fae6e6 solid 2px; margin-bottom: 16px; align-items: center; justify-content: center; }
.processo-oportunidades .cont .numero img{ width: auto; max-height: 22px; }
.processo-oportunidades .cont h4{ font-size: 18px; font-weight: 700; margin-bottom: 16px; }
.processo-oportunidades .cont p{ font-size: 14px; }
.processo-oportunidades .cont .item{  border: #f8f8f8 solid 2px; width: calc(100% / 3 - 40px); padding: 20px; border-left: #f8f8f8 solid 6px;}
.cadastro-seja-associado .box .formulario-oportunidades{ width: 100%; }
.cadastro-seja-associado .box .formulario-oportunidades h4{ text-transform: uppercase; font-weight: 800; margin-bottom: 10px; }

/* CUB */
.listagem-cub .cont{width: 100%; }
.listagem-cub .cont .aviso{ box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; background: #fff; display: flex; padding: 30px; align-items: center; gap: 30px; justify-content: space-between; }
.listagem-cub .cont .aviso span{ color: #D72727; text-transform: uppercase; font-weight: 700; font-size: 14px; width: 100%; display: block; text-align: center; }
.listagem-cub .cont .list-doc .boxes{ display: flex; gap: 20px; margin-top: 16px; }
.listagem-cub .cont .list-doc .boxes .box{ background: #f8f8f8; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; padding: 16px; }
.listagem-cub .cont .list-doc .boxes .box small{ color: #999; text-transform: uppercase; font-size: 12px; font-weight: 700; margin-bottom: 5px; display: block; }
.listagem-cub .cont .list-doc .boxes .box h5{  font-size: 13px; font-weight: 700; }
.associe-cub{ background: #f9f9f9; padding-top: 0; }
.associe-cub .box .btns{ justify-content: flex-end; }
.associe-cub .box{ background: #fff url(../img/after.png) right bottom no-repeat; }

.contagem-resultados{ margin: 0 0 20px auto; text-align: right;  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; padding: 10px 16px; width: fit-content;  }
.contagem-resultados p{ font-weight: 600; }
.contagem-resultados span{ color: #D72727; }

.conheca-cub .info-cub{ background: #eeeeeb; border-top: #D72727 solid 5px; padding: 20px 30px; }
.conheca-cub .info-cub span{ color: #D72727; text-transform: uppercase; font-weight: 800; font-size: 14px; width: 100%; display: block; margin-bottom: 8px; }
.conheca-cub .info-cub h4{ font-size: 60px; font-weight: 800; margin-bottom: 20px; }
.conheca-cub .info-cub p{ margin-bottom: 20px; }
.conheca-cub .info-cub .boxes{ display: flex;  gap: 20px; }
.conheca-cub .info-cub .boxes .box{ background: #d7d7d4; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; padding: 16px; width: calc(100% / 3); }
.conheca-cub .info-cub .boxes .box small{ text-transform: uppercase; font-size: 12px; font-weight: 700; margin-bottom: 5px; display: block; }
.conheca-cub .info-cub .boxes .box h5{  font-size: 13px; font-weight: 700; }

.page-texto{width: 100%; position: relative; height: auto; padding: 40px 0 40px 0; }
.page-texto h2{  margin-bottom: 16px; }
.page-texto h3{ font-size: 24px; margin-bottom: 16px; }
.page-texto h4{ font-size: 20px; margin-bottom: 16px; }
.page-texto p{ margin-bottom: 20px; line-height: 160%; font-size: 14px; }
.page-texto strong{ font-weight: bold; }
.page-texto ul { margin-bottom: 20px; padding: revert; }
.page-texto ul li{ list-style: disc; margin-bottom: 5px; line-height: 160%; font-size: 14px; }
.page-texto ol { margin-bottom: 20px; padding: revert; }
.page-texto ol li{ list-style: decimal; margin-bottom: 5px; line-height: 160%; font-size: 14px; }
.page-texto a{ color: #D72727; }

.page-texto .cards{ display: flex; align-items: normal; justify-content: start; gap: 20px; flex-wrap: wrap; margin-bottom: 40px; }
.page-texto .cards .item{ padding: 20px; background: #fff; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; transition: .5s; width: calc(100% / 3 - 55px); }
.page-texto .cards span{ font-size: 15px; display: block; color: #0f1014; font-weight: bold; margin-bottom: 5px; transition: .5s; }
.page-texto .cards small{ font-size: 12px; color: #2a2a2a; opacity: .6; transition: .5s; }
.page-texto .cards .item:hover{ background: #D72727; }
.page-texto .cards .item:hover span{ color: #fff; }
.page-texto .cards .item:hover small{ color: #fff; opacity: .8; }


.group-check{ flex-wrap: wrap; align-items: center; gap: 12px !important; }
.checkbox{ display: flex; gap: 5px; align-items: center; }
.checkbox input{ width: 15px !important; height: 15px !important; display: block; }
.checkbox span{ margin-bottom: 0; opacity: .8; font-size: 14px; }

.clube{width: 100%; position: relative; background: #fff; height: auto; padding: 120px 0 40px 0; }
.clube .topo-clube{ display: flex; gap: 50px; align-items: center; justify-content: center; width: 100%; margin-bottom: 60px; }
.clube .form-clube{ display: flex; gap: 50px; justify-content: space-between; align-items: flex-start; }
.clube .form-clube .textos{ width: 50%; }
.clube .form-clube .textos h2{ font-size: 30px; margin-bottom: 30px; line-height: 130%; }
.clube .form-clube .textos h2 span{ color: #D72727; margin-bottom: 30px; }
.clube .form-clube .textos p{ margin-bottom: 20px; }
.clube .form-clube .textos p strong{ font-weight: 700; }
.clube .form-clube .textos .image{ display: flex; align-items: center; justify-content: center; flex-direction: column; }
.clube .form-clube .textos .image img{ max-width: 100%; height: auto; }

.clube .form-clube .form{ width: 50%;  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; padding: 30px; }
.clube .form-clube .form form{ width: 100%; }
.clube .form-clube .form form .full { width: 100%; gap: 20px; margin-bottom: 20px; }
.clube .form-clube .form form .item{ display: flex; flex-direction: column; }
.clube .form-clube .form form .item label{ margin-bottom: 8px; font-size: 14px; font-weight: 600; }
.clube .form-clube .form form .item label small{ color: #D72727; }
.clube .form-clube .form form .item input{ background: #f8f8f8; color: #999; font-family: "Sora", sans-serif; font-weight: 400; font-size: 16px; border: #ebebe9 solid 1px; width: calc(100% - 40px); padding: 0 20px; height: 40px; }
.clube .form-clube .form form .item input::placeholder { color: #999999;  }
.clube .form-clube .form form .input{ width: 100%; }
.clube .form-clube .form form .aceito{ padding: 10px; background: #f8f8f8; border: #ebebe9 solid 1px; font-weight: 700; display: flex; gap: 10px; align-items: center; }
.clube .form-clube .form form .aceito span{ font-weight: 700; font-size: 10px; }
.clube .form-clube .form form .aceito input{ width: 17px; height: 17px; }
.clube .form-clube .form form .btns{ display: flex; gap: 20px; flex-wrap: wrap; }
.porque-clube{ padding: 40px 0; width: 100%; }
.porque-clube .title-porque{ text-align: center; width: 900px; margin: 0 auto 40px auto; }
.porque-clube .title-porque h2{ font-size: 24px; margin-bottom: 16px; }
.porque-clube .title-porque h2 span{ color: #D72727; }
.porque-clube .title-porque p{ font-weight: 700; }
.porque-clube .boxes{ display: flex; gap: 40px; align-items: start; justify-content: center; width: 700px; margin: 0 auto 20px auto; }
.porque-clube .boxes .item{ padding: 30px; background: #fff; display: flex; justify-content: center; align-items: center; flex-direction: column; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; height: stretch; width: calc(100% / 2 - 60px); }
.porque-clube .boxes .item h3{ line-height: 120%; color: #D72727; margin-bottom: 16px; padding-bottom: 10px; font-size: 20px; border-bottom: #D72727 solid 1px; align-items: center; text-align: center; width: auto; }
.porque-clube .boxes .item  ul{ padding-left: 16px; }
.porque-clube .boxes .item  ul li{ margin-bottom: 10px; font-weight: 600; list-style: disc; font-size: 15px; line-height: 130%; }
.porque-clube .boxes .item:first-child{ background: #eeeeeb; }



input[type="file"] {   display: none; }
.upload-box { width: 100%; height: 180px;  border: 2px dashed #D72727; border-radius: 12px; display: flex; flex-direction: column; justify-content: center; align-items: center; cursor: pointer; transition: .3s; background: #f8f8f8; }
.upload-box:hover { border-color: #D72727; background: #f8f8f8; }
.icon { font-size: 40px; color: #4a6cff; margin-bottom: 12px; }
.upload-box h5 { margin: 0; font-size: 16px; text-transform: uppercase; }
.upload-box p { margin-top: 8px; }
.upload-box span { color: #D72727; font-weight: bold; }

.top-margin{ margin-top: 20px; }
.contagem-left{ text-align: left !important; margin: 0 auto 20px 0; }
.no-image{ filter: grayscale(100%); opacity: .6; }


.organizacao-area-restrita .cont .item{ width: calc(100% / 3 - 80px); }


.modal{ background: rgba(0, 0, 0, 0.85); position: fixed; left: 0; top: 0; width: 100%; height: 100%; display: none; }
.modal .cont{ background: #fff; border-left: #D72727 solid 5px; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; padding: 30px; width: 76%; left: 50%; top: 50%; transform: translate(-50%, -50%);  position: absolute; display: flex; justify-content: center; align-items: start; gap: 20px;  }
.modal .cont .image{ box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; width: 200px; height: 130px; display: flex; align-items: center; justify-content: center; }
.modal .cont .image img{ width: 65%; height: auto; }

.modal .cont .mapa{ width: 400px; }
.modal .cont .mapa iframe{ width: 100%; height: 380px; }

.modal .cont .info{ width: 75%; }
.modal .cont .info .title h3{ font-size: 34px; }
.modal .cont .info .list{ display: flex; gap: 15px; align-items: start; flex-wrap: wrap; width: 100%; }
.modal .cont .info .list .item{ width: calc(100% / 2 - 35px); background: #f8f8f8; border: #ebebe9 solid 1px; padding: 12px; height: stretch; }
.modal .cont .info .list .item span{ font-weight: 600; text-transform: uppercase; font-size: 12px; margin-bottom: 5px; display: block; opacity: .7; }
.modal .cont .info .list .item p{ font-size: 13px; color: #0A0A0A; }

.modal .close{ position: absolute; top: 30px; right: 30px; z-index: 9999; }



table {
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #ddd;
  padding: 8px;
}

tr:nth-child(even){background-color: #fff;}

tr:hover {background-color: #ddd;}

th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #D72727;
  color: white;
}



/* Responsivos */
/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1450.98px) {
  .container { width: 1200px; }
  .topo .links nav ul li a{ font-size: 10px; }
  .topo .links .btn a span { font-size: 11px; }
  .topo .links{ gap: 10px; }
  .topo .links nav ul{ gap: 10px; }
  .banner-home .item .text h2{ font-size: 50px; }
  .conheca-home .container{ gap: 30px; }
  .conheca-home .text{ width: 55%; }
  .beneficios-home .cont .item h4{ font-size: 16px; }
  .beneficios-home .cont .item p{ font-size: 13px; }
  .agenda-home .title h3{ width: 60%; }
  .cub-home .cont .flex .left span{ font-size: 40px; }
  .title-center h3{ padding: 0 200px; }
  .title-center p{  padding: 0 300px; }
  .areas-quem-somos .cont .item h4{ width: 100%; }
  .conheca-eventos .text{width: 100%; }

}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .container { width: 90%; }
  [data-button]{ padding: 14px 20px; font-size: 13px; }
  .title h3{ font-size: 30px; }
  .topo .links{ display: none; }
  .topo .marca:before{ right: -68px; }
  .banner-home .item .text h2{ font-size: 35px; }
  .banner-home .item{ gap: 30px; }
  .banner-home .item .text .btn-banner{ gap: 10px; }
  .conheca-home .text{ width: 65%; }
  .conheca-home .text p{ width: 100%; }
  .conheca-home .text .title h3{ font-size: 35px; }
  .conheca-home .btn-conheca{ gap: 10px; }
  .espacos-home .text p{ width: 100%; }
  .agenda-home .title h3{ width: 100%; font-size: 30px; }
  .agenda-home .cont .image h3{ font-size: 22px; }
  .cub-home .cont .flex .left span{ font-size: 30px; }
  .cub-home .cont .flex .left h3{ font-size: 30px; }
  .abre-menu{ display: flex; align-items: center; }
  .title-center h3{ padding: 0 200px; }
  .title-center p{  padding: 0 200px; }
  .diretoria-quem-somos .cont .item .image img{ width: 100px; height: 100px; }
  .listagem-documentos .container{ flex-direction: column; }
  .listagem-documentos .cat-documentos{ position: relative; width: calc(100% - 60px); top: 0; }
  .listagem-documentos .cont{ width: 100%; }
  .listagem-associados .filtro form .item input {  width: calc(100% - 40px); }
  .taxas-associados .container{ flex-direction: column; gap: 30px; }
  .taxas-associados .box { width: calc(100% - 70px); }
  .destaque-eventos .list .item .texto .btns{ flex-direction: column; gap: 20px; justify-content: start; align-items: start; }
  .cadastro-seja-associado .box{ flex-direction: column; }
  .cadastro-seja-associado .box .formulario{ width: calc(100% - 60px); }
  .cadastro-seja-associado .box .apoio{ width: calc(100% - 60px); }


  .mais-diretoria .cont .item .image img{ width: 100px; height: 100px; }



}



/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .banner-home .item{ flex-direction: column; }
  .banner-home .item .text{ order: 2; width: 100%; margin-bottom: 20px; }
  .banner-home .item .image{ order: 1; width: 100%; }
  .banner-home .btn-swiper{ margin: 0 auto; }
  .conheca-home .container{ flex-direction: column; }
  .conheca-home .text{ width: 100%; }
  .conheca-home .image{ width: 100%; }
  .beneficios-home .cont{ flex-wrap: wrap; }
  .beneficios-home .cont .item{ width: calc(100% / 3 - 40px); }
  .espacos-home .container{ flex-direction: column; }
  .espacos-home .galeria{ width: 100%; }
  .espacos-home .text{ width: 100%; }
  .agenda-home .cont{ flex-wrap: wrap; }
  .agenda-home .cont .destaque{ width: 100%; }
  .agenda-home .cont a{ width: 100%; }
  .agenda-home .text{ flex-wrap: wrap; }
  .agenda-home .text p{ width: 100%; margin-bottom: 20px; }
  .cub-home .cont .flex{ flex-direction: column; gap: 20px; }
  .cub-home .cont .flex .left{ width: 100%; }
  .cub-home .cont .flex .right{ width: 100%; }
  .associados-home .aviso{ margin-top: 50px; }
  .rodape .links{ justify-content: start; }
  .conheca-home .text{  padding-top: 80px; }
  .conheca-home .image{  padding-top: 0; }
  .boxes-quem-somos .cont .item h3 { font-size: 18px;} 
  .title-center h3{ padding: 0; }
  .title-center p{  padding: 0; }
  .blog-list .cont .item{ width: calc(100% / 2 - 14px); }
  .conheca-associados{ padding-top: 60px; }
  .conheca-associados .container{ align-items: start; }
  .diretoria-quem-somos .top{ flex-direction: column; }
  .diretoria-quem-somos .top .title { width: 100%;  }
  .diretoria-quem-somos .title h3{ width: 100%; }
  .diretoria-quem-somos .title p{ width: 100%; }
  .diretoria-quem-somos .cont{ flex-direction: column; }
  .diretoria-quem-somos .cont .item { width: calc(100% / 1 - 44px); }
  .diretoria-quem-somos .cont .item .image img { width: 150px; height: 169px; }

  .mais-diretoria .top{ flex-direction: column; gap: 0; }
  .mais-diretoria .top .title { width: 100%;  }
  .mais-diretoria .top .text { width: 100%;  }
  .mais-diretoria .title h3{ width: 100%; }
  .mais-diretoria .title p{ width: 100%; }
  .mais-diretoria .cont{ flex-direction: column; }
  .mais-diretoria .cont .item { width: calc(100% / 1 - 44px); }
  .mais-diretoria .cont .item .image img { width: 150px; height: 169px; }
  .estrutura-quem-somos .top{ flex-direction: column; gap: 10px; }
  .estrutura-quem-somos .cta{ margin-top: 40px; }
  .mvvn-quem-somos .cont .item { width: calc(100% / 2 - 81px); min-height: auto; height: stretch; }
  .listagem-documentos .cont .filtro-documentos form{ flex-direction: column; align-items: start; }
  .listagem-documentos .cont .filtro-documentos form .input{ width: 100%; }
  .listagem-documentos .cont .filtro-documentos form .select{ width: 100%; }
  .listagem-documentos .cont .filtro-documentos form .button{ width: 100%; }
  .listagem-associados .filtro form{ flex-direction: column; align-items: start; }
  .listagem-associados .filtro form .input{ width: 100%; }
  .listagem-associados .filtro form .select{ width: 100%; }
  .listagem-associados .filtro form .button{ width: 100%; }
  .listagem-associados .cont{ align-items: center; justify-content: center; }
  .listagem-associados .cont .item { width: calc(100% / 3 - 21px); }
  .boxes-associados .title{ width: 100%; }
  .boxes-associados .cont .item { width: calc(100% / 2 - 54px); }
  .cadastro-fale-conosco .box{ flex-direction: column; }
  .cadastro-seja-associado .box .apoio{ width: calc(100% - 60px);order: 1; }
  .cadastro-seja-associado .box .formulario{ width: calc(100% - 60px); order: 2; }
  .listagem-cub .cont .aviso{ flex-direction: column; text-align: start; }
  .listagem-cub .cont .aviso span{ text-align: start; }
  .conheca-oportunidades .container{ align-items: start; }
  .processo-oportunidades .title p{ width: 100%; }
  .conheca-eventos p{  width: 100% !important; }
  .list-eventos .list .item { width: calc(100% / 2 - 10px); }
  .categorias-eventos .cont{ flex-wrap: wrap; }
  .categorias-eventos .cont .item{ width: calc(100% / 3 - 51px); }
  .conexao-eventos .container{ flex-direction: column; gap: 20px; }
  .conexao-eventos .text{ width: 100%; }
  .conexao-eventos .box{ width: 100%; }
  .conheca-login .form-login{ width: calc(100% - 60px); }
  .boxes-marcar-evento .title h3 { width: 100%; }
  .boxes-marcar-evento .title p{ width: 100%; }
  .boxes-marcar-evento .listagem .cont{ flex-wrap: wrap; }
  .boxes-marcar-evento .listagem .cont .item{ width: calc(100% / 3 - 52px); }
  .estrutura-marcar-evento .flex{ flex-direction: column; align-items: start; margin-bottom: 20px; }
  .centro-marcar-eventos .container{ flex-direction: column; gap: 20px; }
  .centro-marcar-eventos .image{ width: 100%; }
  .centro-marcar-eventos .text{ width: 100%; }
  .hub-marcar-eventos .container{ flex-direction: column; gap: 20px; }
  .hub-marcar-eventos .text{ width: 100%;}
  .hub-marcar-eventos .image{ width: 100%; }
  .tour-seja-associado .box{ flex-direction: column; align-items: start; justify-content: start; gap: 20px; }
  .tour-seja-associado .box .title{ width: 100%; }
  .form-marcar-eventos .container{ flex-direction: column; gap: 20px; }
  .form-marcar-eventos .text{ width: 100%; }
  .form-marcar-eventos .formulario{ width: calc(100% - 60px); }
  .perfil-seja-associado .text{ width: 100%; }
  .perfil-seja-associado .cont{ width: 100%; }
  .associar-seja-associado .flex{ flex-direction: column; }
  .associar-seja-associado .txt{ max-width: 100%; }
  .galeria-seja-associado .flex{ flex-direction: column; margin-bottom: 20px; }
  .galeria-seja-associado .txt{ max-width: 100%; }
  .processo-seja-associado .flex{ flex-direction: column; margin-bottom: 20px; }
  .processo-seja-associado .txt{ max-width: 100%; }
  .cadastro-seja-associado .flex{ flex-direction: column; }
  .cadastro-seja-associado .txt{ max-width: 100%; }
  .cadastro-seja-associado .box .formulario .link-etapas{ flex-wrap: wrap; }
  .cadastro-seja-associado .box .formulario .link-etapas .item{ width: calc(100% / 3 - 38px); }
  .porque-clube .title-porque{ width: 90%; }
  .menu-mobile .btn{ flex-direction: column; }
    
  

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .beneficios-home .cont .item{ width: calc(100% / 2 - 40px); }
  .cub-home .cont .flex .right{ flex-direction: column; }
  .cub-home .cont .flex .right .itens{ width: 100%; }
  .cub-home .cont .flex .right .links{ width: 100%; flex-direction: row; align-items: center; flex-wrap: wrap; margin-bottom: 16px; }
  .noticias-home .flex { gap: 0px; align-items: start; flex-direction: column; margin-bottom: 20px; }
  .cub-home .cont { width: calc(100% - 40px); padding: 20px 20px; }
  .boxes-quem-somos .cont .item{ width: calc(100% / 1 ); }
  .blog-list .cont .item{ width: calc(100% / 1); }
  .apresentacao-quem-somos .cont{ flex-direction: column; }
  .apresentacao-quem-somos .cont .left{ width: 100%; }
  .apresentacao-quem-somos .cont .right{ width: 100%; padding: 0; border-left: none; }
  .areas-quem-somos .cont{ flex-direction: column; margin-top: 40px; }
  .areas-quem-somos .cont .item { width: calc(100% / 1 - 80px); } 
  .areas-quem-somos .cont .item:nth-child(2) { margin-top: 0; } 
  .mvvn-quem-somos .cont .item:nth-child(even){ margin-top: 0; }
  .listagem-documentos .list-doc .item{ flex-direction: column; align-items: start; gap: 20px; }
  .listagem-documentos .list-doc .item .left{ flex-direction: column; }
  .taxas-associados .title h3{ font-size: 20px; }
  .taxas-associados .box .itens .item span{ font-size: 12px; }
  .taxas-associados .box .itens .item span{ font-size: 10px; }
  .associe-associados .box .title{ width: 100%; }
  .associe-associados .box{ flex-direction: column; gap: 20px; }
  .associe-associados .box .btns { width: 100%; flex-direction: row;  align-items: start; }
  .mapa-fale-conosco .title{ width: 100%; margin-bottom: 20px; }
  .mapa-fale-conosco .flex{ flex-direction: column; justify-content: space-between; align-items: start; }
  .listagem-cub .cont .list-doc .boxes{ flex-direction: column; }
  .conheca-cub .info-cub h4{ font-size: 40px; }
  .conheca-cub .info-cub .boxes{ flex-direction: column; }
  .conheca-cub .info-cub .boxes .box{ width: calc(100% / 1 - 34px); max-width: 100%; }
  .processo-oportunidades .cont{ flex-direction: column; }
  .processo-oportunidades .cont .item { width: calc(100% / 1 - 40px); }
  .destaque-eventos .list{ flex-direction: column; }
  .destaque-eventos .list .item {  width: calc(100% / 1 ); }
  .list-eventos .list .item { width: calc(100% / 1); }
  .conexao-eventos .box{ flex-direction: column; }
  .conexao-eventos .box .item { width: calc(100% / 1 - 40px); }
  .estrutura-marcar-evento .btn-estr-marcar{ flex-direction: column; margin-top: 20px; }
  .centro-marcar-eventos .text .boxes .item { width: calc(100% / 1 - 40px); }
  .perfil-seja-associado .cont .item { height: auto; min-height: 60px; } 
  .associar-seja-associado .cont .item{ width: calc(100% / 2 - 57px); }
  .processo-seja-associado .cont{ flex-wrap: wrap; }
  .processo-seja-associado .cont .item { width: calc(100% / 2 - 45px); }
  .cadastro-seja-associado .box .formulario .link-etapas .item{ width: calc(100% / 2 - 38px); }
  .clube .form-clube{ flex-direction: column; }
  .clube .form-clube .textos{  width: 100%; }
  .clube .form-clube .form{ width: auto; }
  .porque-clube .boxes{ width: 90%; flex-direction: column; }
  .porque-clube .boxes .item{ width: calc(100% / 1 - 60px); }
  .organizacao-area-restrita .cont .item{ width: calc(100% / 1 - 0px); }
  [data-button]{ width: calc(100% - 40px); text-align: center; }
  .page-template-front-page-php .conheca-home .text{ padding-top: 0; }
  .beneficios-home .cont .item{ min-height: auto; }
  .associados-home .aviso .btns{ display: contents; }
  .listagem-documentos .cont .filtro-documentos form .reset{ display: grid; justify-content: center; }
  .listagem-documentos .list-doc .item .left{ width: 100%; }
  

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 590.98px) {
  [data-button] span{ text-align: center;}
  .beneficios-home .cont .item{ width: calc(100% / 1 - 40px); }
  .cub-home .cont .flex .right .itens .item { width: calc(100% / 1 - 42px); }
  .rodape .marca-rodape img{ width: 120px; }
  .rodape .top .redes {  padding: 10px 0 0 0; }
  .estrutura-quem-somos .cta{ flex-direction: column; align-items: start; gap: 20px; } 
  .estrutura-quem-somos .cta .title{ width: 100%; }
  .mvvn-quem-somos .cont .item { width: calc(100% / 1 - 81px); }
  .listagem-associados .cont .item { width: calc(100% / 2 - 21px); }
  .boxes-associados .cont .item { width: calc(100% / 1 - 40px); }
  .taxas-associados .title h3{ font-size: 16px; }
  .associe-associados .box .btns{ flex-direction: column; }
  .cadastro-seja-associado .box .formulario form .group{ flex-direction: column; }
  .cadastro-seja-associado .box .formulario form .group .item{ width: 100%; }
  .conheca-cub .info-cub h4{ font-size: 30px; }
  .conheca-oportunidades .info{ max-width: calc(100% - 60px); }
  .categorias-eventos .cont .item{ width: calc(100% / 2 - 51px); }
  .boxes-marcar-evento .listagem .cont .item{ width: calc(100% / 2 - 52px); }
  .form-marcar-eventos .formulario form .group{ flex-direction: column; }
  .form-marcar-eventos .formulario form .group .item{ width: 100%; }
  .perfil-seja-associado .cont .item { width: calc(100% / 1 - 40px); } 
  .associar-seja-associado .cont .item{ width: calc(100% / 1 - 50px); }
  .processo-seja-associado .cont .item { width: calc(100% / 1 - 44px); }
  .clube .topo-clube img{ width: 40%; }
  
  
  
}