/* B2B */
.div-cabecalho {
	padding-top: 150px!important;
	display: block!important;
}

#j_idt120 {
	height: 150px!important;
}

/* WW2 - elementos */

.w2-widescreen { display: none!important; }


.oiw-solar { display: none!important; }


/* TITULOS */

.w2-section-titulo {
	font-family: var(--font-destaque);
	font-size: var(--font-size-mm);
	text-align: center;
	text-transform: uppercase;
	/*font-weight: bold;*/
	padding: 25px;
	letter-spacing: 4px;
}
.w2-header-titulo {
	font-family: var(--font-destaque);
	text-transform: uppercase;
	line-height: 130%;
	/*font-weight: bold;*/
	letter-spacing: 4px;
}

.w2-wiper-prev,
.w2-wiper-next {
	display: inline-block;
	padding: 20px 10px;
	font-size: 35px;
	cursor: pointer;
}


/* HEADER */

#Top{
	z-index: 9;
	position: fixed;
	top: 0;
}

#Top .line-a {
	height: 100px;
	background-color: var(--cor-verde-e);
	background-image: url('https://img.oiw.com.br/site/bgs/header.png');
	background-repeat: no-repeat;
	background-position: 50vw bottom;
	background-size: auto 100%;
	display: flex;
	align-items: center;
	transition:var(--time-efeito);
}
#Top .top-e {
	/*text-align: ;*/
}
#Top .w2-e-c {
	height: 100%;
	display: block;
	text-align: center; /*MOBILE*/
}
#Top #w2_TopLogo {
	height: 100%;
	display: block; /*MOBILE*/
	cursor: pointer;
}
#Top .w2-top-logo img {
	width: auto;
	height: 85%;
	margin-top: 5px;
}


.top-fixo {
	/*position: fixed!important;*/
	height: 60px!important;
	box-shadow: 0 2px 5px rgb(0 0 0 / 40%)
}


.top-margin { padding-top: 100px; }

/* MENU **********************************/
#Top #w2_TopMenu {
	float: left;
	height: 100%;
    display: flex;
    align-items: center;
	/*margin-top: 40px;*/
	margin-left: 0px;
	font-size: var(--font-size-xm);

	display: none;
}
#Top #w2_TopMenu a {
	display: inline-flex;
	padding: 5px 20px;
	color:  var(--cor-verde-c);
	transition: var(--time-efeito);
}
#Top #w2_TopMenu a:hover {
	text-shadow: 0 0 1px var(--cor-verde-c), 0 0 3px var(--cor-verde-c);
}


/* ACOES TOP ****************************/


#Top #w2_TopAcao{
    display: flex;
    align-items: center;
    justify-content: end;
    /*position: absolute;*/
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#Top #w2_TopAcao .w2-logado-n {
	display: none;
}


#w2_DadosCliente {
    position: absolute;
	display: flex;
    width: 100%;
    height: 35px;
    top: 0;
    align-items: center;
    justify-content: end;
}
#w2_DadosCliente a{
    font-size: 14px;
    color: #FFF;
    font-weight: 500;
}
.line-b {
	display: none;
}
#w2_TopAcessos {
	background: rgb(255, 255, 255);
	border-bottom: 1px solid #d1d1d1;
	box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
	overflow: hidden;

	display: none;
}
#w2_TopAcessos ul {
	text-align: center;
}
#w2_TopAcessos li {
	display: inline-block;
	text-align: center;
	height: 100px;
	max-width: 200px;
	padding: 20px;
	padding-top: 10px;
	transition: var(--time-efeito);
	cursor: pointer;
}
#w2_TopAcessos li:hover {
	transform: scale(1.1);
}

#w2_TopAcessos li img{
	width: auto;
	height: 90%;
}
#w2_TopAcessos li h3{
	font-weight: 300;
	text-transform: uppercase;
	font-size: var(--font-size-m);
	padding-top: 5px;
	transition: var(--time-efeito);
}
#w2_TopAcessos li:hover h3{ font-weight: 500; }

#w2_TopSubmenu {

	position: absolute;
    right: 0;
    width: 200px;
    height: auto;
    background-color: var(--cor-verde-b);
    top: 80px;
    opacity: 0;
    visibility: hidden;
    padding: 0 8px;
    border-radius: 5px;
    z-index: 10;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 30%);
    color: #FFF;
    font-size: 13px;
    transition: all 0.3s;
}
.top-submenu-active {
	top: 90px!important;
    opacity: 1!important;
    visibility: visible!important;
}
#w2_TopSubmenu:before{
	content:'';
	background-color: transparent;
	border-right: 8px solid transparent;
	position: absolute;
	border-left: 8px solid transparent;
	border-bottom: 8px solid var(--cor-verde-b);
	border-top: 8px solid transparent;
	top: -15px;
	right: 55px;
}
#w2_TopSubmenu ul{
	padding: 0;
}
#w2_TopSubmenu li{
	width: 100%;
	height: auto;
	border-left: 2px solid transparent;
	transition: var(--time-efeito);
	overflow: hidden;
}

#w2_TopSubmenu li a{
	display: flex;
    padding: 12px 10px;
    align-items: center;
    transition: var(--time-efeito);
    font-weight: 500;
    color: #FFF;
}
#w2_TopSubmenu li a i{
	font-size: 18px;
    margin-right: 6px;
}
#w2_TopSubmenu li:hover {
	border-left-color: var(--cor-verde-c);
	background-color: rgba(255,255,255,0.1);
}
#w2_TopSubmenu li:hover a{
	text-shadow: 0 0 5px rgba(255,255,255,0.5);
	margin-left: 10px;
}



/* TOP BUSCA */
#w2_TopBusca {
	background-color: rgb(163 163 163 / 80%);
    border: none;
    border-radius: 5px;
    margin: 5px;
    display: inline-block;
    font-size: 14px;
    padding: 4px 10px;
    color: #FFF;
    position: absolute;
    top: 100%;
    left: 0;
    width: calc(100vw - 30px);
}

.div-cabecalho { display: block; }

#w2_TopBusca input {
	color: #FFF;
}

.w2-input-float {
	background: none;
    border: none;
    display: inline-block;
    font-size: 14px;
    outline: none;
    width: calc(100% - 30px);
}

.w2-icon-busca{
	display: inline-flex;
    width: 25px;
    height: 25px;
    text-align: center;
    justify-content: center;
    align-items: center;
}



.w2-input-float:focus ~ .w2-label-float,
.w2-input-float:valid ~ .w2-label-float {
  display: none;
}



/* BANNER DESTAQUE ************************/
#BannersDestaque {
	display: none;
	width: 100vw;
	height: auto;
	/*min-height: 400px;*/
	background-color: var(--cor-mono-d);
}

#BannersDestaque .swiper-container {
	width: 100%;
	height: 100%;
}

#BannersDestaque .swiper-slide { overflow: hidden; }


#BannersDestaque .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	/*min-height: 400px;*/
	object-fit: cover;
}
/*.swiper-container-vertical>.swiper-pagination-bullets { right: 20px; }
.swiper-pagination-bullet-active {background : #EBC30C; }*/



/*********************************************
	BASIC FOOTER
*********************************************/


/* MARCAS */
#w2Marcas {
	margin: 30px 0;
}
#w2Marcas .swiper-marcas {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding:5px 0;

}
#w2Marcas > div {
  overflow: hidden;
  text-align: center;
}
#w2Marcas .slide-marcas {
  position: relative;
  width: 100%;
}
#w2Marcas .swiper-wrapper  {
	align-items: center;
}
#w2Marcas .slide-marcas a{
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
}
#w2Marcas .slide-marcas a img{
  max-width: 100%;
  width: 60%;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}

/* CAMPANHAS */

#w2Campanhas ul{
	display: block;
	padding: 10px;
}
#w2Campanhas ul li{
	margin: 25px 0;
	list-style: none;
}

#w2Campanhas img{
	width: 100%;
	height: auto;
}

/* NOTICIAS */

#w2Noticias  {
	margin-top: 50px;
	padding: 10px;
	width: 100%;
}

#w2Noticias a {
	width: 100%;
	background-color: #F7F7F7;
	border-radius: 10px;
	height: auto;
	border-radius: 10px;
	height: auto;
	display: block;
	transition: var(--time-efeito);
	border: 2px solid transparent;
	padding-bottom: 20px;
    margin-bottom: 20px;
}
#w2Noticias a:hover {
	transform: scale(1.01);
	box-shadow: 2px 2px 5px rgba(0,0,0,.1);
	border-color: var(--cor-amarelo-a);
}

#w2Noticias h3,
#w2Noticias time {
	padding: 5px 20px;
	color: var(--cor-mono-b);
}
#w2Noticias div.w2-grid{
	display: block;
}
/*#w2Noticias div.w2-l-2{
	grid-template-columns: 1fr 1fr;
	margin-bottom: 30px;
}
#w2Noticias div.w2-l-3{
	grid-template-columns: 1fr 1fr 1fr;
}*/
#w2Noticias figure{
	overflow: hidden;
    width: 100%;
    height: 65%;
    max-height: 250px;
    border-radius: 10px 10px 0 0;
    margin: 0;
}
#w2Noticias img{
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
}


/* VIDEOS */
#w2Videos {
	margin: 30px 0;
	overflow: hidden;
	padding: 25px 0;

}
#w2Videos .swiper-videos {
 /* border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
 */
background-color: #2E2E2E;

}
#w2Videos > header {
	margin-bottom: 10px;
}
#w2Videos > div {
  /*overflow: hidden;*/
  text-align: center;
}

#w2Videos .slide-videos {
  position: relative;
  /*width: 150px;*/
  transition: var(--time-efeito);
}
#w2Videos .slide-videos i {
	color: #FFF;
	font-size: 70px;
	position: absolute;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
}

#w2Videos .slide-videos i {
	opacity: 0;
	border-radius: 100px;
	border: 1px solid transparent;
}

#w2Videos .swiper-wrapper  {
	align-items: center;
}
#w2Videos .slide-videos a{
  display: inline-block;
  height: auto;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
}
#w2Videos .slide-videos a img{
  	width: 90%;
	margin-top: 15px;
}

#w2Videos .swiper-slide-active i{
	opacity: 1;
}
#w2Videos .swiper-slide-active:hover i{
	text-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
	animation: pulse-white 2s infinite;

}

#w2Videos .swiper-slide-active img{
	box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}
#w2Videos .w2-wiper-next
#w2Videos .w2-wiper-prev{
	color: #FFF;
}



/* UNIDADES */
#w2Unidades {
	background-color: #F7F7F7;
	text-align: center;
	padding: 20px 10px;
	width: calc(100% - 20px);
}

#w2Unidades h1{
	margin-bottom: 30px;
	font-size: 20px;
}
#w2Unidades p{
	font-size: var(--font-size-mm);
	line-height: 130%;
	padding: 20px;
}

#w2Unidades .w2-grid-box {
	width: calc(100% - 20px);

}


#w2Unidades .w2-filiais li{
	color: var(--cor-mono-c);
	padding: 6px 0;
	font-size: var(--font-size-mm);
	list-style: none;
}
#w2Unidades .mapa-filiais{
	text-align: center;
}
#w2Unidades .mapa-filiais img{
	width: 80%;
	height: auto;
}


/* FOOTER */

#w2Rodape {
	background-color: #444444;
	min-height: 400px;
	padding: 30px 0;
	background-image: url('https://img.oiw.com.br/site/bgs/footer.webp');
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% auto;
}

#w2Rodape .w2-grid-box{
	width: 100%;
}

#w2Rodape .map-site li{
	font-size: var(--font-size-mm);
	list-style: none;
}
#w2Rodape .map-site {
	padding-left: 25px;
  padding-bottom: 30px;
}
#w2Rodape .map-site li strong{
	font-size: var(--font-size-g);
	padding: 6px;
	display: inline-block;
	color: var(--cor-mono-d);
}
#w2Rodape .map-site li a{
	display: block;
	width: 100%;
	padding: 6px;
	transition: var(--time-efeito );
	border-radius: 10px;
	color: var(--cor-mono-d);
}
#w2Rodape .map-site li:hover a{
	padding-left: 12px;
	background-color: rgba(255,255,255,0.2);
}
#w2Rodape .map-site li:hover a{
	text-shadow: 0 0 5px #FFF;
	color: #FFF;
}

#w2Rodape .w2-form-footer {
	position: relative;
	text-align: center;
	color: var(--cor-mono-d);
	margin-top: 25px;
    border-top: 1px solid #909090;
    padding-top: 30px;
}
#w2Rodape .w2-form-footer h2{
	line-height: 150%;
}

#w2Rodape .w2-form-footer img{
	display: block;
	width: 50px;
	height: auto;
	margin: 0 auto;
}

#w2Rodape .w2-form-footer form{
	margin: 20px 0;
	text-align: center;
}
#w2Rodape .w2-form-footer input,
#w2Rodape .w2-form-footer button{
	background-color: var(--cor-mono-c);
    border: none;
    border-radius: 20px!important;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    min-height: 40px;
}
#w2Rodape .w2-form-footer button{
    min-height: 30px;
}
#w2Rodape .w2-form-footer .w2-box-input{
    width: calc(100% - 50px);
    display: inline-block;
    margin: 0 auto;
}

#w2Rodape .w2-form-footer button{
	background-color: var(--cor-verde-b);
	width: 84%;
	height: 40px;
	margin-top: 20px;

}
#w2Rodape label.w2-label-float {
    align-items: center;
    top: 0;
    width: 90%;
    justify-content: center;
}

#w2Rodape .w2-sociais-footer{
	width: 100%;
	text-align: center;
	color: var(--cor-mono-d);
	margin-top: 50px;
	padding-top: 30px;
	padding-bottom: 35px;
}
#w2Rodape .w2-sociais-footer a{
	display: inline-flex;
	align-items: center;
	font-size: 20px;
	justify-content: center;
	padding: 4px;
	width: 22px;
	height: 22px;
	background-color: var(--cor-mono-d );
	color: var(--cor-mono-b);
	border-radius: 100px;
	margin: 10px 2px;
	transition: var(--time-efeito );
	border: 2px solid transparent;
}
#w2Rodape .w2-sociais-footer a:hover{
	transform: scale(1.2);
	border-color: var(--cor-amarelo-a);
}

#w2Rodape .w2-selos {
	display: contents;
	margin-top: 25px;
}
#w2Rodape .w2-selos .selo-logo{
	display: none;
}
#w2Rodape .w2-selos > div{
	margin-top: 30px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 10px;
}

#w2Rodape .w2-selos a{
	padding: 10px;
}
#w2Rodape .w2-selos img{
	width: 100%;
	height: auto;
}



.pulse {
	background: white;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
	animation: pulse-white 2s infinite;
}

@keyframes pulse-white {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}