.itens_main{display: none!important}

.itens_mobile{display: block!important}


/*menu_aberto*/
#nav.menu_aberto {
  height: 100%;
  padding: 0 5% 45px;
  overflow: auto;
}
#sub1.menu_aberto {
  height: 25%;
  padding: 0 5% 45px;
}
#sub2.menu_aberto {
  height: 25%;
  padding: 0 5% 45px;
}
#sub3.menu_aberto {
  height: 25%;
  padding: 0 5% 45px;
}
#sub4.menu_aberto {
  height: 25%;
  padding: 0 5% 45px;
}
/*menu_aberto*/
/*menu_fechado*/
#nav.menu_fechado {
  height: 0;
  padding: 0;
  overflow: hidden;
}
#sub1.menu_fechado {
  height: 0;
  padding: 0;
}
#sub2.menu_fechado {
  height: 0;
  padding: 0;
}
#sub3.menu_fechado {
  height: 0;
  padding: 0;
}
#sub4.menu_fechado {
  height: 0;
  padding: 0;
}
/*menu_fechado*/


.unidades {
    width: 100vw;
    position: fixed;
    bottom: 0;
    display: flex!important;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    left: 0;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #4b4b4b;
    transition: 0.3s;
    text-align: center;
    z-index: 2
}
.unidades a {
    color: #fff;
    font-size: 3.4vw;
    width: 24%;
    margin: 0 0 5px;
    height: 30px;
    line-height: 30px;
    background-color: #015208;
    border-radius: 15px;
}
.unidades a img {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    box-sizing: border-box;
    filter: brightness(0) invert(1)
}
/* - - - barra_mobile - - - */
#barra_mobile {
  width: 100%;
  height: 45px;
  position: fixed;
  display: block;
  bottom: 0;
  text-align: center;
  z-index: 9;
  background-color: #9c2828
}
#barra_mobile > * {
  display: inline-block;
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
  background-position: center center;
  background-repeat: no-repeat;
  width: calc(100% / 5);
  height: 45px;
}
#barra_mobile #menu_mobile {
  background-color: #7b1f1f;
}
#barra_mobile #menu_mobile span {
  top: 50%;
  left: 50%;
  width: 22px;
  position: absolute;
  transition: all .3s ease-in-out;
}
#barra_mobile #menu_mobile span:before, #barra_mobile #menu_mobile span:after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  transition: all .3s ease-in-out;
}
#barra_mobile #menu_mobile.open span {
  height: 20px;
  margin: -2px 0 0 -11px;
}
#barra_mobile #menu_mobile.open span:before, #barra_mobile #menu_mobile.open span:after {
  background-color: #fff;
  width: 100%;
  height: 3px;
}
#barra_mobile #menu_mobile.open span:before {
  top: -4px;
  transform: translateY(200%) rotate(-45deg);
}
#barra_mobile #menu_mobile.open span:after {
  top: -4px;
  transform: translateY(200%) rotate(45deg);
}
#barra_mobile #menu_mobile.closed span {
  margin: -1.5px 0 0 -11px;
}
#barra_mobile #menu_mobile.closed span, #barra_mobile #menu_mobile.closed span:before, #barra_mobile #menu_mobile.closed span:after {
  background-color: #fff;
  border-radius: 10px;
  height: 3px;
}
#barra_mobile #menu_mobile.closed span:before {
  top: -9px;
}
#barra_mobile #menu_mobile.closed span:after {
  bottom: -9px;
}
#barra_mobile > *:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  width: 1px;
  height: 20px;
  background-color: #B6D0E1;
}
#barra_mobile > *:nth-last-child(-n+2):after {
  content: none;
}
#barra_mobile > * img {
  height: 25px;
  width: auto;
  margin: 10px 0;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(37deg) brightness(101%) contrast(104%);
}
/* - - - barra_mobile - - - */

header nav {
  display: flex;
  width: 100%;
  height: auto;
  line-height: normal;
  flex-wrap: wrap;
  box-sizing: border-box;
  background-color: #7b1f1f;
  border: none;
  transition: 0.3s;
  margin: auto;
  position: fixed;
  border-top: none;
  padding-top: 0;
  justify-content: center;
  overflow: scroll;
  flex-direction: column;
  bottom: 0;
  top: auto;
  text-align: center;
  left: 0;
  right: auto;
  border-radius: 0px;
  z-index: 8;
}
.header_borda {
  float: none;
  display: flex;
  flex-direction: column;
  border: none;
  margin-top: 0px;
  width: 70%;
  height: auto;
}

header nav ul{
	float: none;
  display: flex;
  flex-direction: column;
  border: none;
  margin-top: 0px;
  width: 70%;
  height: auto;
}


header nav ul li{ 
  border-bottom: 1px solid #9f3636;
  font-size: 20px;
  margin: 5px 0px;
  padding-bottom: 10px;
  width: 100%;
  line-height: 45px;}

header nav a{color: #fff;}

#topo{
	min-width: auto;
	background-image: none;
	height: auto;
	
}

.banner {
    width: 100%;
    height: 400px;
    float: none;
    margin-left: auto;
    margin-top: 0px;
}

.banner ul {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 308px;
    min-height: 308px;
    max-height: 308px;
    border: none;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    position: relative;
    overflow: hidden;
}


.banner ul li {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 400px;
}


.banner ul li img {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 400px;
    position: relative;
	margin-top: 0px!important;
}

.banner #left{margin-left: 20px;top: -70px;}
.banner #right{margin-right: 20px;top: -70px;}

.logotipo{
	left: auto;
	z-index:6;
	background:url(../imagens/benassi.png) no-repeat center center, linear-gradient(180deg, rgba(159,54,54,0.8995973389355743) 0%, rgba(0,0,0,0) 100%);
	width: 100%;
	text-align: center;
	margin: auto;
	height: 80px;
}

.menu{
	width: auto;
	height: auto;
	position: relative;
	float: none;
	margin: auto;
	padding-top: 30px;
}

.menu ul li{
	float: none;
	padding: 0px;
	line-height: normal;
}


.conteudo_sobre{
	min-width: auto;
	height: auto;
	background-image: none;
}


.chamadas_home {
    background: #212121;
    width: 100%;
    min-height: auto;
    margin-top: 20px;
    position: relative;
}


.descricao_chamadas{
	width: 80%;
	right: auto;
	position: relative;
	display: block;
	margin: 60px auto auto;
}

.chamada {
    width: 90%!important;
    height: auto;
    margin: 20px auto auto!important;
    padding: 0 !important;
    padding-top: 40px !important;
	display: flex;
	flex-wrap: wrap;
}

@media (min-width: 600px)
{
  .chamada li
   {
    width: 40%!important;
   }
}

.chamada li{
	width: 90%;
	float: none!important;
	margin: auto auto 30px auto;
	border-radius: 20px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.07), 0 4px 8px rgba(0,0,0,0.07), 0 8px 16px rgba(0,0,0,0.07), 0 16px 32px rgba(0,0,0,0.07), 0 32px 64px rgba(0,0,0,0.07);
}

.conteudo_texto_home{
	width: 90%;
	position: relative;
	display: block;
	margin: auto;
	left: auto;
	min-width: 90%;
}


.conteudo_sobre .sobre {
    width: 100%;
    height: auto;
}

.conteudo_sobre_home{
	width: 100%;
	float: none;
	display: block;
	margin: auto;
	text-align: center;
}

.continue_lendo {
    background: url(../imagens/botao-continue-lendo.jpg) no-repeat;
    width: 162px;
    height: 27px;
    position: relative;
    float: none;
	display: block;
    margin: 10px auto auto;
}

.conteudo_sobre_home h2 {
    background: url(../imagens/titulo-sobre-home.jpg) no-repeat center center;
	background-size: contain;
    width: 80%;
    height: 69px;
    float: none;
	display: block;
	margin: 30px auto ;
}

.chamada li .foto {
    overflow: hidden;
    width: 100%;
    height: 170px;
    position: relative;
}


.chamada li .foto img {
    min-width: 100%;
    min-height: 220px;
    max-width: 100%;
    max-height: 220px;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto!important;
	object-fit: cover;
	border-radius: 20px;	
}

.titulo_chamadas {
    width: 80%;
    height: 65px;
    float: none;
	position: relative;
	display: block;
	margin: auto;
	text-align: center;
}

.titulo_chamadas p{
	line-height: 110px;
	margin-bottom: 30px;
}


#rodape{
	width: 100%;
	min-width: 100%;
	height: 600px;
	background-color: #191919;
	background-image: none;
	text-align: center;
	margin-top: -22px;
}

#rodape .logo_rodape {
    background: url(../imagens/logotipo-rodape.png) no-repeat;
    width: 247px;
    height: 41px;
    position: relative;
    display: block;
    left: auto;
    margin: auto;
	padding-top: 35px;
}

#rodape .menu_rodape ul {
    width: 90%;
    height: 50px;
    position: relative;
    left: auto;
    margin-left: -317px;
    margin-top: 108px;
	margin: auto;
	display: flex;
}


.wrapper{
	width: 100%;
	min-width: auto;
	display: flex;
	flex-wrap: wrap;
}

.wrapper img{
	width: 80%;
	float: none!important;
	margin: 30px auto auto!important;
}

footer .wrapper div{
	width: 100%!important;
	float: none!important;
	margin: 30px auto auto!important;
	left: auto!important;
}

#assinatura{
	display: flex;
	height: 70px;
	bottom: 0px;
	width: 100%;
	align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
}

#rodape p{width: 100%;}


#assinatura img{
	width: 100px;
	height: 60px;
	object-fit: contain;
}

footer nav{width: 95%;}

#rodape .menu_rodape ul li {
    float: nome;
     padding: 0px;
    /* line-height: 50px; */
}

.dados_rodape_4 img{
	width: 30px;
	height: 30px;
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(37deg) brightness(101%) contrast(104%);
	margin-right: 10px;
	
}


#topo2 {
    height: 318px;
    width: 100%;
	min-width: 100%;
}

.justify{width: 90%;font-size: 14px;}


.justify:last-of-type{margin-bottom: 40px;}

.titulo2{
	font-size: 30px;
	display: block;
	margin: 20px auto;
	text-align:center;
}


.fundo-na-midia{
	background: linear-gradient(180deg, rgba(242,242,242,1) 0%, rgba(161,196,253,1) 100%);
}

.fundo-na-midia p {
    text-align: center;
    padding: 0px;
    font-size: 14px;
	width: 90%;
	margin-top: 10px;
}

.midias {
    width: 100%;
    background-image: linear-gradient(180deg, #a1c4fd 0%, #c2e9fb 100%);
    position: relative;
    margin-top: 0px;
	display: flex;
	flex-wrap: wrap;
}

.midias li{
	border-radius:10px;
	box-shadow: 0 26px 58px 0 rgba(0, 0, 0, .22), 0 5px 14px 0 rgba(0, 0, 0, .18);
	width: 40%;
	float: none;
	margin: 20px auto;
}

.midias li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: auto!important;
	max-width: 100%;
}
.mail_contato{width: 90%;}

.paragrafo{width: 90%;margin: 20px auto;}

.email_topo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}


.dados_contato{
	position: relative;
	margin: auto;
	left: auto;right: auto;top: auto;bottom: auto;
	width: 80%;
	display: flex;
	height: auto;
	padding-bottom: 100px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.dados_contato span{
	float: none;
	margin: auto;
	left: auto;right: auto;top: auto;bottom: auto;
}

.email_contato{padding-top:95px;}