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


/* WW2 - elementos */

.w2-conteudo {
	padding-top: 280px;
	min-height: calc(100vh - 280px);
	margin-bottom: 50px;
	display: inline-block;
}

.w2-e-m{
	max-width: 800px;
}

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

.w2-container {
	float: left;
	margin-right:1.5%;
	width: 63%;
}
.w2-aside {
	float: right;
	margin: 0 1.5%;
	width: 30%;
}


/* TITULOS */

.w2-section-titulo {
	font-family: var(--font-destaque);
	font-size: var(--font-size-xm);
	text-align: center;
	text-transform: uppercase;
	/*font-weight: bold;*/
	padding: 25px;
	letter-spacing: 4px;
}
.w2-article-titulo {
	font-family: var(--font-destaque);
	font-size: var(--font-size-g);
	text-align: center;
	padding: 25px;
}
.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 #TopDestaque{
/*	background-color: #fbc620;*/
  height: 25px;
  color: #001f12;
  position: absolute;
}
#Top #TopDestaque span{
	display: inline-flex;
    align-items: center;
    height: 100%;
    float: right;
    color: #006b3b;
    font-weight: bold;
    background-color: #fbc620;
    padding: 2px 20px;
    border-radius: 0 0 10px 10px;
}


.titulo-condicoes {
		background-color: #fbc620;
    color: #FFF;
    padding: 5px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    border-radius: 0 0 10px 10px;
    font-size: 14px;
    font-weight: bold;
}
.footer-condicoes {
		background-color: #FFF;;
    color: #888;
    padding: 5px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 10px;
    border-radius: 0 0 10px 10px;
    font-size: 12px;
    font-style:italic;

}

#CondicoesVenda #boxCondicoesVenda{
		display: flex;
		position: relative;
    align-items: center;
    justify-content: center;
     border-radius: 20px;
    background-color: #FFF;
    /* box-shadow: 0 0 5px rgba(0,0,0,0.2); */
    height: 100px;
    width: 100%;

    margin-top: 30px;
    padding: 20px 0;
    border: 2px solid #fbc620;
    /*border-left: 0;
    border-right: 0;*/
}
#boxCondicoesVenda ul{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: 100%;
    width: 100%;
    padding-left: 10px;

}
#boxCondicoesVenda li{
	display: inline;
    align-items: center;
    /* background-color: white; */
    font-size: 13px;
    line-height: 150%;
    vertical-align: middle;


}

#boxMaisCondicoesVenda {
	position: fixed;
  background-color: #FFF;
  width: 90%;
  margin-top: 20vh;
  max-width: 800px;
  height: 59vh;
  z-index: 9;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

#boxCondicoesVenda li:not(.w2-v-bt-solar) i{
	-webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-position: center;
    background-color: #00944C;
    width: 40px;
    height: 66%;
    margin: 15px;
    border-radius: 2px solid #00944C;
    display: inline-block!important;
    /* background-color: #00944C; */
    /* float: left; */
    /* display: block; */
    vertical-align: middle;

}
#boxCondicoesVenda li:not(.w2-v-bt-solar) div{
	display: inline-flex;
    width: 212px;
    float: right;
    /* vertical-align: top; */
    height: 100%;
    align-items: center;
}
#boxCondicoesVenda li strong{ font-size:16px }

#boxCondicoesVenda li.w2-v-bt-solar {
	    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    font-size: 16px;
}
#boxCondicoesVenda li.w2-v-bt-solar div{
	display: inline-flex;
    align-items: center;
}

#boxCondicoesVenda li.w2-v-bt-solar i{
	    font-size: 36px;
   /* width: 41px;
    display: inline-flex;
    height: 50px;
    align-items: center;*/
    /* background: red; */
    color: #00944c;
/*    font-weight: bold;*/
}
#boxCondicoesVenda li.w2-v-bt-solar span{
	margin-top: 6px;

    margin-left: 10px;
    color: #404040;
    font-size: 13px;

    line-height: 17px;
}
#boxCondicoesVenda li.w2-v-bt-solar span.normal{ font-size:13px; margin-left:0; }

.w2-v-cnpj i 	{ -webkit-mask: url(https://img.oiw.com.br/site/icones/cnpj_.svg); mask: url(https://img.oiw.com.br/site/icones/cnpj_.svg);  	}
.w2-v-juros i { -webkit-mask: url(https://img.oiw.com.br/site/icones/parcelamento.svg); mask: url(https://img.oiw.com.br/site/icones/parcelamento.svg);  }
.w2-v-icms i 	{ -webkit-mask: url(https://img.oiw.com.br/site/icones/icms.svg); mask: url(https://img.oiw.com.br/site/icones/icms.svg);  	}
.w2-v-frete i { -webkit-mask: url(https://img.oiw.com.br/site/icones/frete.svg); mask: url(https://img.oiw.com.br/site/icones/frete.svg);  }

.w2-v-juros, .w2-v-icms, .w2-v-frete, .w2-v-bt-solar {
/*	border-left:2px solid #f1f1f1; */
/*	margin-left:10px*/
}



.bt-tabela-preco {
	padding-left: 0;
}

.bt-tabela-preco li{
	list-style:none;
	display: inline-flex;
	border-radius: 5px;
	border:1px solid #d1d1d1;
	background-color: #f3f3f3;
	padding: 5px 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	cursor: pointer;
}

.bt-tabela-preco li.bt-tabela-preco-selecionada{
	background-color:#008558;
	color:#fff;
	border-color: #FBC620;
/*	font-weight: bold;*/
}

fieldset.qtd-produtos{
    border: 1px solid #fbc620;
    border-radius: 10px;
    margin-bottom: 10px;
}
fieldset.qtd-produtos legend{
	padding: 4px 10px;
    border: 1px solid #fbc620f0;
    background-color: #fbc620f0;
    /* border-right: 1px solid #fbc620f0; */
    border-radius: 10px;
    text-align: center;
/*        font-weight: bold;*/
        width: 100%;
        font-size: 13px;
}


#Top #SubMenuMobile { display: none; }
#Top #SubMenuMobile #w2_TopSubmenuMobile{ display: none; }

.w2-menu-acesso {
	display: none;
}

.w2-menu-acesso-b {
	display: block;
}

#Top .line-a {
	height: 120px;
	background-color: var(--cor-verde-e);
	background-image: url('https://img.oiw.com.br/site/bgs/header.png');
	background-repeat: no-repeat;
	background-position: 40vw bottom;
	background-size: auto 100%;
	display: flex;
	align-items: center;
	transition:var(--time-efeito);
}

.w2-menu-disable {
	opacity: 0.5;
}
#Top .top-e {
	/*text-align: ;*/
}
#Top .w2-e-c {
	height: 100%;
	display: block;

}
#Top #w2_TopLogo {
	float: left;
	height: 100%;
	display: flex;
	align-items: center;
	cursor: pointer;
}
#Top #w2_TopLogo.oiw-solar {
	float: right;
	margin-left: 25px;

}
#Top .w2-top-logo img {
	width: auto;
  height: 85%;
  max-width: 150px;
/*  margin-right: 30px;*/
}


.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-g);
}
#Top #w2_TopMenu a {
	display: inline-flex;
	padding: 5px 20px;
	color:  #FFF;
	transition: var(--time-efeito);
}
#Top #w2_TopMenu a.w2-telecom:hover {
	text-shadow: 0 0 1px var(--cor-verde-c), 0 0 3px var(--cor-verde-c);
	color: var(--cor-verde-c);
}
#Top #w2_TopMenu a.w2-solar:hover {
	text-shadow: 0 0 1px var(--cor-amarelo-a), 0 0 3px var(--cor-amarelo-a);
	color: var(--cor-amarelo-a);
}


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


#Top #w2_TopAcao{
	float: right;
	/*margin-top: 40px;*/
	height: 100%;
	width: auto;
	max-width: 500px;
  display: flex;
  align-items: center;
  position: relative;

}
#Top #w2_TopAcao .w2-logado-n {
	display: none;
}


#w2_LinkSolar {
		display: flex;
/*		display: none;*/
    position: absolute;
    width: 100%;
    height: 35px;
    bottom: 5px;
    align-items: center;
    justify-content: end;
    color: #FFF;
    font-size: 15px;
}

#w2_LinkSolar a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
/*	background-color: #FBC620;*/
	color: #FFF;
	width: calc(100% / 2 - 10px);
	margin: 0 5px;
	height: 30px;
	border-radius: 5px;
	text-align: left;
	transition: 0.3s;
	font-size: 15px;
/*	text-shadow: 0 0 10px #002E19;*/
}
#w2_LinkSolar a:hover{
	transform: scale(1.01);
	font-weight: bold;
}

#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;
}
#w2_DadosCliente button {
	margin-left: 10px;
	background-color: #fbc620!important;
}

#w2_TopAcessos {
	background: rgb(255 255 255 / 100%);
	border-bottom: 1px solid #d1d1d1;
	/*box-shadow: 0 3px 3px rgb(0 0 0 / 10%);*/
	overflow: hidden;
	/*backdrop-filter: blur(5px);*/
}
#w2_TopAcessos ul {
		/*text-align: center;*/
	display: inline-grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	padding: 0;

}
#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  img{
	transform: scale(1.1);

}
/*#w2_TopAcessos li a{
	border-bottom: 3px solid transparent;
}
#w2_TopAcessos li:hover a {
	border-color: #fbc620;
}*/
#w2_TopAcessos li img{
	width: auto;
	height: 90%;
	transition: var(--time-efeito);
}
#w2_TopAcessos li h3{
	font-weight: 300;
	text-transform: uppercase;
	font-size: var(--font-size-m);
	padding-bottom: 5px;
	transition: var(--time-efeito);
	color: #333;
}
#w2_TopAcessos li:hover h3{ font-weight: 500; }

#w2_TopSubmenu {

	position: absolute;
    right: 0;
    width: 275px;
    height: auto;
    background-color: var(--cor-verde-b);
    top: 80px;
    opacity: 0;
    visibility: hidden;
    padding: 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 a b{
	display: inline-flex;
    border-radius: 100px;
    padding: 3px 10px;
    align-items: center;
    justify-content: center;
    background: #fbc620;
    color: #001003;
}

#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 {
	width: calc(100vw - 30px);
	background-color: rgba(255,255,255,0.8);
	border: none;
	border-radius: 5px;
	margin: 5px;
	display: inline-block;
	font-size: 14px;
	padding: 4px 10px;
	color: var(--cor-verde-e);
	position: relative;
}

#w2_TopBusca input {
	color: var(--cor-verde-e);
}

.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; }*/


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

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

/* CAMPANHAS */

#w2Campanhas ul{
	display: grid;
	grid-template-columns: 1fr 1fr;
 	grid-gap: 20px;
 	list-style: none!important;
 	right: 0;
}

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

/* NOTICIAS */

#w2Noticias  {
	margin-top: 50px;
}
#w2Noticias a {
	background-color: #F7F7F7;
	border-radius: 10px;
	height: auto;
	border-radius: 10px;
	height: 380px;
	display: block;
	transition: var(--time-efeito);
	border: 2px solid transparent;
}
#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: grid;
 	grid-gap: 20px;
}
#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%;
    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;
 */

}
#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: 100px;
	position: absolute;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
}

#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: 30vw;
}
#w2Videos .swiper-slide-active{
	transform: scale(1.05);

}
#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);
}

/* UNIDADES */
#w2Unidades {
	background-color: #F7F7F7;
	padding: 50px 0;
}

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

.w2-grid-box {
	width: 100%;
	display: grid;
	align-items: center;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.w2-grid-col:nth-child(1) { grid-area: 1 / 1 / 2 / 3; }
.w2-grid-col:nth-child(2) { grid-area: 1 / 3 / 2 / 5; }
.w2-grid-col:nth-child(3) { grid-area: 1 / 5 / 2 / 6; }

#w2Unidades .w2-filiais li{
	color: var(--cor-mono-c);
	padding: 6px 0;
	font-size: var(--font-size-m);
	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%;
	display: grid;
	align-items: start;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

#w2Rodape .map-site li{
	font-size: var(--font-size-mm);
	list-style: none;
}
#w2Rodape .map-site {
	padding-left: 10px;
	margin-right: 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;
}

#w2Newsletter {
	margin-top: 10px;
}

#w2Rodape .w2-form-footer {
	position: relative;
	text-align: center;
	color: var(--cor-mono-d);
}
#w2Rodape .w2-form-footer h2{
	line-height: 150%;
}

#w2Rodape .w2-form-footer img{
	position: absolute;
	width: 50px;
	height: auto;
	left: 30px;
}

#w2Rodape .w2-form-footer form{
	margin: 20px 0;
}
#w2Rodape .w2-form-footer input,
#w2Rodape .w2-form-footer button{
	background-color: var(--cor-mono-c);
    border: none;
    border-radius: 20px!important;
    padding: 5px 10px;
    color: #FFF;
    font-size: 15px;
    min-height: 25px;
}
#w2Rodape .w2-form-footer button{
    min-height: 30px;
}
#w2Rodape .w2-form-footer .w2-box-input{
    width: calc(50% - 22px);
    display: inline-block;
}

#w2Rodape .w2-form-footer button{
	background-color: var(--cor-verde-b);
	width: 200px;
	height: 22px;
}

#w2Rodape .w2-sociais-footer{
	width: 100%;
	text-align: center;
	color: var(--cor-mono-d);
	margin-top: 0px;
}
#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 > div{
	margin-top: 30px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 10px;
}

#w2Rodape .w2-selos a{
	padding: 10px;
}
#w2Rodape .w2-selos img{
	width: 100%;
	height: auto;
}
#foneTeleVendas { padding: 30px 0; text-align: center; }
#foneTeleVendas a { display: block; padding: 20px; font-size: 25px; text-align: center; }

#w2PoliticaPrivacidade {
	visibility: hidden;
	position: fixed;
	z-index: 999;
	display: inline-flex;
	align-items: center;
	bottom: 0;
	width: 100%;
	height: 100px;
	background-color: #001f12;
 	color: var(--cor-mono-d);
    font-size: var(--font-size-mm);
    /*backdrop-filter: blur(5px);*/
}
#w2PoliticaPrivacidade .w2-aceite-cookies{
	float: right;
}

#w2PoliticaPrivacidade p{
	padding: 80px;
	vertical-align: top;
}

.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);
	}
}