html, body{	
	padding:0px;
	margin:0px;
	font-family: 'PT Sans Narrow', sans-serif;
	background:#EEE;
	text-transform:uppercase;
}
p, h1, h2, h3, h4, h5, h6, table, th, tr, td, li, ul{
	margin:0px;
	padding:0px;
}
p{
	font-size:14px;
}
a{
	text-decoration:none;
	outline:none;
	color:#333;
}
.clear{
	clear:both;
}

/*TOPO*/
.topo{
	width:100%;
	height:60px;
	position:fixed;
	z-index:999;
	top:0px;
	background:#470061;
}
.marca{
	width:auto;
	height:60px;
	float:left;
	background:#d0142e;
	padding:0 2% 0 5%;
	margin:0 0 0 -5%;
	transform:skewX(-25deg)
}
	.marca img{
		width:auto;
		height:40px;
		margin:10px 5px;
		transform:skewX(25deg)
	}
.dados_login{
	height: 100%;
  float: right;
  padding: 10px;
  color: #fff;
}
	.dados_login p{
		text-align:right;
		margin:5px 0px;
		padding:7px 2% 13px;		
		color:#EEE;
	}
/*MENU PRINCIPAL*/
.menu-bg{
	width:35px;
	height:100%;
	position:fixed;
	overflow:scroll;
	z-index:999;
	top:60px;
	background:#d0142e;	
}	
	.menu-bg::-webkit-scrollbar{ 
		width:1%; 
		background:#CCC; 
	}
	.menu-bg::-webkit-scrollbar-track{ 
		background:#CCC;  
	}
	.menu-bg::-webkit-scrollbar-thumb{ 
		background:#CCC;  
	}
	.menu-bg::-webkit-scrollbar-resizer{ 
		background:#CCC;  
	}
	.menu-bg img{		
		width:20px;
		height:auto;		
	}
.menu-ativo,
.menu-inativo{
	width:100%;
	height:40px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.menu-ativo{
	background:#F60;
}
	.menu-inativo:hover{
		background:#F90;
		transition:0.3s;
	}
.menu-mobile,
.menu-mobile2{
	display:none;
}
/*SUBMENU PRINCIPAL*/
.submenu-mobile{
	display:none;
}
.submenu{
	width:13%;
	height:100%;
	top:60px;
	position:fixed;
	margin:0 0 0 35px;
	background:#CCC;
	overflow:scroll;
}
	.submenu::-webkit-scrollbar{ 
		width:1%; 
		background:#CCC; 
	}
	.submenu::-webkit-scrollbar-track{ 
		background:#CCC;  
	}
	.submenu::-webkit-scrollbar-thumb{ 
		background:#CCC;  
	}
	.submenu::-webkit-scrollbar-resizer{ 
		background:#CCC;  
	}
	.submenu a{
		color:inherit;
	}
	.submenu ul{
		padding:0 10px 0 0;
		list-style:none;
	}
.submenu-ativo{
	width:100%;
	background:#FFF;
	color:#F90;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 25px;
}
.submenu-inativo{
	width:100%;
	color:#900;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 25px;
}	
	.submenu ul ul li{
		padding:5px 10px;
		list-style:none;
		color:#600;
		border-left:1px solid #600;
	}
/*CONTEUDO*/
.conteudo{
	width:100%;
	height:auto;
	float:center;
	margin:60px 1% 0 0;
	padding:30px 1%;
	background:#FFF;
}
	.conteudo h2{
		font-size:20px;
		font-weight:normal;
		padding:10px;
		background: #3e055d;
		color:#EEE;
	}
	.conteudo input:focus{
		border:2px solid #F90
	}
.conteudo-c{
  width: 100%;
  height: auto;
  padding: 10px 20px 20px 80px
}
.conteudo-c1{
	width:100%;
	height:auto;
	margin:0 0 30px;
	border-bottom:2px solid #900;
}
.conteudo-p1{
	width:33%;
	height:auto;
	margin:30px 0;
	float:left;
	border-bottom:2px solid #900;
}
.conteudo-p2{
	width:33%;
	height:auto;
	margin: auto;
	float:right;
	border-bottom:2px solid #900;
}
.conteudo-c .oc1{
	text-align: left;
}
.conteudo-m1{
	width:49%;
	height:auto;
	margin:30px 0;
	float:left;
	border-bottom:2px solid #900;
}
.conteudo-m2{
	width:49%;
	height:auto;
	margin:30px 0;
	float:right;
	border-bottom:2px solid #900;
}
.conteudo-g1{
	width:63%;
	height:auto;
	margin:30px 0;
	float:left;
	border-bottom:2px solid #900;
}
.conteudo-g2{
	width:63%;
	height:auto;
	margin:30px 0;
	float:right;
	border-bottom:2px solid #900;
}
	.conteudo-p1 input,
	.conteudo-p2 input,
	.conteudo-m1 input,
	.conteudo-m2 input,
	.conteudo-g1 input,
	.conteudo-g2 input,
	.conteudo-c input{
text-transform: uppercase;
  width: 100%;
  height: 40px;
  padding: 0 0 0 5px;
  outline: none;
  border-radius: 5px;
  border: 2px solid #470061;
  background: #FFF;
  color: #470061;
  font-size: 15px;
  font-family: 'PT Sans Narrow';
	}
	.conteudo-p1 select,
	.conteudo-p2 select,
	.conteudo-m1 select,
	.conteudo-m2 select,
	.conteudo-g1 select,
	.conteudo-g2 select,
	.conteudo-c select{
		text-transform:uppercase;
		width:100%;
		height:35px;
		margin:0 0 10px 0;
		outline:none;
		border:none;
		background:#FFF;
		color:#333;
		font-size:14px;
	}
	.conteudo-p1 .input_bloqueado,
	.conteudo-p2 .input_bloqueado,
	.conteudo-m1 .input_bloqueado,
	.conteudo-m2 .input_bloqueado,
	.conteudo-g1 .input_bloqueado,
	.conteudo-g2 .input_bloqueado,
	.conteudo-c .input_bloqueado{
		width:100%;
		background:#F6F6F6;
		color:#999;
	}
	.conteudo-p1 textarea,
	.conteudo-p2 textarea,
	.conteudo-m1 textarea,
	.conteudo-m2 textarea,
	.conteudo-g1 textarea,
	.conteudo-g2 textarea,
	.conteudo-c textarea{
		width:100%;
		height:80px;
		margin:0 0 10px 0;
		outline:none;
		background:#FFF;
		color:#333;
		font-size:14px;
		padding:0 0 0 5px;
		border-radius:5px;
		border:2px solid #EEE;
		text-transform:uppercase;
	}		
	.conteudo-p1 textarea:focus,
	.conteudo-p2 textarea:focus,
	.conteudo-m1 textarea:focus,
	.conteudo-m2 textarea:focus,
	.conteudo-g1 textarea:focus,
	.conteudo-g2 textarea:focus,
	.conteudo-c textarea:focus{
		border:2px solid #F90;
	}
	.div-textarea{
		width:96%;
		height:auto;
		min-height:17px;
		margin:0 0 10px 0;
		background:#F6F6F6;
		color:#999;
		font-size:14px;
		padding:10px 1%;
		border-radius:5px;
		border:2px solid #EEE
	}
.conteudo-foto{
	width:100%;
	height:auto;
	margin:0 auto 30px;
}
	.conteudo-foto img{
		width:auto;
		max-width:100%;
		height:auto;
		max-height:200px;
	}	
/*TITULO*/
.titulo{
	width:100%;
	height:auto;
	padding:10px 0;
	border-bottom:1px solid #EEE;
}
	.titulo h1{
		text-transform:uppercase;
		color:#900;
	}
	.titulo h1 a{
		font-size:24px;
		color:#F90;
	}
/*ACAO*/
.acao{
	width:100%;
	height:auto;
	margin:20px 0;
}
.acao-botao-simples,
.acao-botao-multiplos{
	height:20px;
	margin:5px 5px 0 0;
	padding:10px 15px;
	background:#F60;
	float:left;
	color:#FFF;
	text-transform:uppercase;
	cursor:pointer;
}
	.acao-botao-simples input:focus,
	.acao-botao-multiplos input:focus{
		border:none;
		outline:none;
	}
	.acao-botao-simples .inputSubmit,
	.acao-botao-multiplos .inputSubmit{
		width:auto;
		height:100%;
		border:none;
		background:none;
		font-size:12px;
		margin:0px;
		outline:none;
		cursor:pointer;
		color:#FFF;
		text-transform:uppercase;
	}	
.acao-botao-simples{
	background:#F90;
}
	.acao-botao-simples:hover{
		background:#F60;
	}
.acao-botao-multiplos{
	background:#999;
}
	.acao-botao-multiplos:hover{
		background:#666;
	}
.acao-botao-download-texto,
.acao-botao-hidde{
	width:auto;
	height:auto;
	background:#FAFAFA;
	box-shadow:0px 0px 1px #000;
	position:absolute;
	z-index:10;
	top:200px;
	display:none;
}
.acao-botao-download-texto{
	left:300px;
}
.acao-botao-hidden{
	right:20px;
}
	.acao-botao-download-texto ul,
	.acao-botao-hidden ul{
		list-style:none;
		margin:0px;
		padding:10px 0;
	}
	.acao-botao-download-texto li,
	.acao-botao-hidden li{
		margin:0px;
		padding:0px 10px;
	}
	.acao-botao-download-texto li:hover,
	.acao-botao-hidden li:hover{
		margin:0px;
		background:#EEE;
	}
	.acao-botao-download-texto input,
	.acao-botao-hidden input{
		width:100%;
		height:30px;
		background:none;
		border:none;
		margin:0px;
		font-size:13px;
		text-align:center;
		outline:none;
	}
.acao-botao-hidden-bg{
	width:100%;
	height:100%;
	position:fixed;
	bottom:0px;
	right:0px;
	display:none;
	z-index:9;
}
.acao-botao-mobile{
	display:none;
}
.acao-botao-mobile-action{
	display:none;
}
.acao-ocultar{
	display:none;
}
/*CRONOMETRO*/
.cronometro{
	float:right; 
	color:#999; 
	background:#EEE; 
	padding:10px 5px; 
	margin:5px 0; 
	text-align:right;
}
/*FILTRO*/
.filtro{
	width:98%;
	height:auto;	
	padding:10px 1%;
	margin:10px 0;
	background:#EEE;
}
.filtro-icone{
	width:5%;
	height:auto;
	float:left;
}
	.filtro-icone img{
		width:auto;
		height:20px;
		padding:10px;
		background:#F90;
	}
.filtro-bg1{
	width:25%;
	height:auto;
	float:left;
	color:#999;
}
.filtro-bg2{
	width:50%;
	height:auto;
	float:left;
	color:#999;
}
.filtro-bg3{
	width:75%;
	height:auto;
	float:left;
	color:#999;
}	
	.filtro-input{
		width:95%;
		height:40px;
		border:none;
		outline:none;
		font-size:14px;
		margin:0;
		color:#333;
		background:#FFF;
		text-transform:uppercase
	}
.filtro-submit-bg{
	width:20%;
	height:auto;
	float:right;
}
	.filtro-submit{
		width:100%;
		height:40px;
		border:none;
		font-size:12px;
		outline:none;
		color:#EEE;
		background:#F90;
		text-transform:uppercase
	}
	.filtro-submit:hover{
		background:#F60;
	}
/*TABELAS LISTA*/
.table-lista{
	width:100%;
	border-bottom:2px solid #900;
	text-transform:uppercase;
}
	.table-lista thead tr{
		background:#600;
	}
	.table-lista thead td{		
		height:40px;
		padding:0 5px;
		font-weight:bold;
		text-transform:uppercase;
		color:#EEE;
	}	
	.table-lista td{		
		padding:5px;
		color:#333;
	}
	.table-lista h5{
		font-weight:normal;
		color:#555;
	}
	.table-lista td img{
		width:15px;
		height:15px;
		margin:5px 7px;
	}
.table-lista-radio{
	width:20px;
	padding:5px;
}
.table-lista-desktop{
	width:auto;
}
.table-lista-mobile{
	display:none
}
.selecionar-tudo{
	margin:20px 0 0 0;
	padding:5px 5px 0px; 
	float:left;
	background:#DDD; 
	color:#555; 
}
	.selecionar-tudo input{
		width:20px; 
		float:left
	}
	.selecionar-tudo span{
		margin:11px 10px 0px; 
		float:left;
		font-weight:bold;
	}
/*DIV GERAL*/
.div-geral1{
	width:8%;
	min-height:70px;
	margin:10px 1% 0;
	float:left;
}
.div-geral2{
	width:23%;
	min-height:70px;
	margin:10px 1% 0;
	float:left;
}
.div-geral3{
	width:31.33%;
	min-height:70px;
	margin:10px 1% 0;
	float:left;
}
.div-geral4{
	width:48%;
	min-height:70px;
	margin:10px 1% 0;
	float:left;
}
.div-geral5{
	width:18%;
	min-height:70px;
	margin:10px 1% 0;
	float:left;
}
.div-geral6{
	width:73%;
	min-height:70px;
	margin:10px 1% 0;
	float:left;
}
.div-geral8{
	width:98%;
	min-height:70px;
	margin:10px 1% 0;
	float:left;
}
/*SELECIONAR UNIDADE*/
.selecionar-unidade-table{
	width:100vw;
	height:100%;
	z-index:9999;
	position:fixed;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background:none; 
}
.selecionar-unidade-bg{
  	width: 40vw;
	height:auto;
  	padding: 20px 1%;
  	border-radius: 5px;
	margin:0 auto;
	background:#FFF;
	box-shadow:0px 0px 10px #999
}
	.selecionar-unidade-bg h2{
		text-align: center;
		font-weight:normal;
		margin: 0;
		padding: 10px;
		color: #333;
	}
	.selecionar-unidade-bg h6{
		text-align: center;
		font-weight:normal;
		margin: 0;
		color: #333;
	}
.selecionar-unidade-select{
	width:90%;
	height:40px;
	margin:0 5%;
	border:1px solid #999;
	outline:none;
}
.selecionar-unidade-submit{
	float:right;
	padding: 10px 32px;
    margin: 25px 5%;
	border: none;
	border-radius: 5px;
	font-size: 16px;
    font-weight: 500;	
	background: #d0142e;
    color: white;
}
	.selecionar-unidade-submit:hover{
		background: #91081b;
	}
.selecionar-unidade{
	width:100%;
	height:100%;
	background:#000;
	opacity:0.3;
	position:fixed;
	z-index:1000;
	top:0;
	left:0;
}
/*INICIAL*/
.inicial-links{
	width:100%;
	height:auto;
	margin:0 0 20px;
	display:flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}
	.inicial-links_bg{
		width:12%;
		height:100px;
		float:left;
		border-radius:100px;
	}
	.inicial-links p{
		text-align:center;
		color:#999
	}	
	.inicial-links_bg img{
		height:auto;
		width:50%;
		margin:10% 25% 5px;
	}
	.inicial-links_bg:hover img{
		width:60%;
		margin:10% 20% 5px;
	}
.inicial-informacoes{
	width:100%;
	height:auto;
	margin:0 0 20px;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.inicial-informacoes-bg{
	width:18%;
	height:100px;
	margin:10px 0;
	float:left;
	border-radius:100px;
}
	.inicial-informacoes-bg p{
		text-align:center;
		color:#999;
	}
	.inicial-informacoes-bg span{
		font-size:36px;
		color:#999;
		text-align:center;
		text-align:center;
	}
.inicial-novidades p{
	color:#999;
}
/*AUDIOMETRIA*/
.grafico-background{
	width:450px;
	height:450px;
	color:#CCC;
}
.eixoY{
	width:30px;
	height:auto;
	margin:30px 0 0 0;
	float:left;
}
.eixoYvalores{
	width:25px;
	height:30px;
	text-align:right;
}
.eixoX{
	width:420px;
	height:30px;
	float:right;
}
.eixoXvalores{
	width:42px;
	height:30px;
	float:left;
}
.grafico{
	width:420px;
	height:420px;
	float:left;
	background-image:url('http://semtraweb.com/img/audiometria/background.png');
	background-size:420px 420px;
}

.submit{
	width:auto;
	height:40px;
	padding:0 30px;
	border:none;
	background:#d0142e;
	color:#FFF;
	float:right;
	margin:0px 1%;
	border-radius: 10px;
}	

@media screen and (max-width:900px){ 
.submit{
	width:auto;
	height:40px;
	padding:0 30px;
	border:none;
	background:#600;
	color:#FFF;
	float:right;
	margin:0px;
}

/*TOPO*/
.topo{
	height:auto;
}
.conteudo-c{
padding: 20px;
}
.marca{
	width:100%;
	height:auto;
	padding:10px 0;
	margin:0;
	transform:skewX(0deg);
	display:flex;
	justify-content:center;
	align-items:center;
}
	.marca img{
		margin:0;
		transform:skewX(0deg)
	}
.dados_login{
	width:100%;
	height:auto;
}
	.dados_login p{
		text-align:center;
	}
/*MENU PRINCIPAL*/
.menu-mobile,
.menu-mobile2{
	display:block;
	height:auto;
	overflow:hidden;
	position:fixed;
	z-index:1000;
	bottom:0;
	right:0;
	background:#600;
	color:#FFF;
	padding:10px 0;
	text-align:center;
}
.menu-mobile{
	width:100%;
}
.menu-mobile2{
	width:45px;
}
.menu-bg{
	display:none;
	width:100%;
	z-index:999;
	top:0px;
	bottom:0px;
	left:0px;
	padding:0px;
}	
	.menu-bg::-webkit-scrollbar{ 
		background:#600; 
	}
	.menu-bg::-webkit-scrollbar-track{ 
		background:#600;  
	}
	.menu-bg::-webkit-scrollbar-thumb{ 
		background:#F60;  
	}
	.menu-bg::-webkit-scrollbar-resizer{ 
		background:#600;  
	}
	.menu-bg img{
		width:25px;
		margin:15px auto;
	}
.menu-ativo,
.menu-inativo{
	height:auto;
	background:#600;
}
.menu-inativo .i{
width: 35px;
}
/*SUBMENU PRINCIPAL*/
.submenu-mobile{
	display:block;
	width:100%;
	height:25px;
	overflow:hidden;
	position:fixed;
	z-index:999;
	bottom:0;
	right:0;
	background:#600;
	color:#FFF;
	padding:10px 0;
	text-align:center;
}
.submenu{
	width:100%;
	position:fixed;
	display:none;
	height:100%;
	top:0px;
	bottom:0;
	right:0;
	z-index:999;
	background:#300;
	overflow:scroll;
}
	.submenu::-webkit-scrollbar{ 
		background:#600; 
	}
	.submenu::-webkit-scrollbar-track{ 
		background:#600;  
	}
	.submenu::-webkit-scrollbar-thumb{ 
		background:#600;  
	}
	.submenu::-webkit-scrollbar-resizer{ 
		background:#600;  
	}
	.submenu a{
		color:inherit;
	}
	.submenu ul{
		padding:0;
		text-align:center;
	}
.submenu-ativo{
	min-height:25px;
	height:auto;
	background:#600;
	color:#FFF;
	padding:10px 0;
}
.submenu-inativo{
	color:#F90;
	font-weight:bold;
	padding:10px 0;
}
	.submenu ul ul li{
		padding:5px 10px;
		list-style:none;
		color:#999;
	}

/*CONTEUDO*/
.conteudo{
	width:96%;
	margin:100px 1% 60px;
}
	.conteudo h2{
		text-align:center;
		margin:0;
	}
.conteudo-p1,
.conteudo-p2,
.conteudo-m1,
.conteudo-m2,
.conteudo-g1,
.conteudo-g2,
.conteudo-c,
.conteudo-c1{
	width:100%;
	height:auto;
	margin-top: -60px;
}
/*TITULO*/
.titulo{
	text-align:center;
}
	.titulo h1{
		text-align:center;
	}
/*ACAO*/
.acao{
	margin:10px 0;
}
.acao-botao-mobile{
	display:block;
	width:100%;
	height:20px;
	padding:15px 0 10px;
	position:relative;
	z-index:10;
	background:#F90;
	color:#FFF;
	text-transform:uppercase;
	text-align:center;
	font-size:12px;
}
.acao-botao-mobile-action{
	width:100%;
	height:auto;
	padding:10px 0;
	position:relative;
	z-index:10;
	background:#CCC;
	color:#FFF;
	text-transform:uppercase;
	text-align:center;
	font-size:12px;
}
.acao-botao-simples{
	display:none;
}
.acao-botao-multiplos{
	display:none;
}
	.acao-botao-mobile-action .inputSubmit{
		width:100%;
		height:20px;		
		margin:10px 0;
		outline:none;
		border:none;
		cursor:pointer;
		color:#000;
		background:none;
		font-size:12px;
		text-transform:uppercase;
	}
.acao-botao-download-texto,
.acao-botao-hidde{
	display:none;
}
.acao-botao-hidden-bg{
	display:none;
}
.acao-ocultar{
	display:none;
}
/*CRONOMETRO*/
.cronometro{
	width:100%;
	text-align:center;
	color:#999; 
	background:#EEE; 
	padding:10px 0; 
	margin:10px 0; 
}
/*FILTRO*/
.filtro{
	width:98%;
	height:auto;	
	padding:10px 1%;
	margin:10px 0;
	background:#EEE;
}
.filtro-icone{
	display:none;
}
.filtro-bg1,
.filtro-bg2,
.filtro-bg3{
	width:100%;
	height:auto;
	margin: 0 0 10px;
	color:#999;
}
	.filtro-input{
		width:100%;
		height:40px;
		border:none;
		outline:none;
		font-size:14px;
		margin:0;
		color:#333;
		background:#FFF;
		text-transform:uppercase
	}
.filtro-submit-bg{
	width:100%;
	height:auto;
}
	.filtro-submit{
		width:100%;
		height:40px;
		border:none;
		font-size:12px;
		outline:none;
		color:#EEE;
		background:#F90;
		text-transform:uppercase
	}
/*TABELAS LISTA*/
.table-lista{
	text-align:center;
}
.table-lista-desktop{
	display:none
}
.table-lista-mobile{
	display:block
}
.selecionar-tudo{
	width:98%;
	margin:20px 0 0 0;
	padding:5px 1% 0px; 
}
/*DIV GERAL*/
.div-geral1
.div-geral2{
	width:48%;
	margin:20px 1% -20px;
}
.div-geral3,
.div-geral4,
.div-geral5,
.div-geral6,
.div-geral8{
	width:98%;
	margin:20px 1% -20px;
}
/*SELECIONAR UNIDADE*/
.selecionar-unidade-table{
	width:100%;
	height:100%;
	z-index:9999;
	position:fixed;
	top:0;
	left:0;
}
.selecionar-unidade-bg{
  	width: 90%;
	height:auto;
  	padding: 50px 1%px;
  	border-radius: 5px;
	margin:0 auto;
	background:#FFF;
	box-shadow:0px 0px 10px #999
}
	.selecionar-unidade-bg h2{
		text-align: center;
		font-weight:normal;
		margin: 0;
		padding: 25px 0 0 0;
		color: #333;
	}
.selecionar-unidade-select{
	width:90%;
	height:40px;
	margin:0 5%;
	border:1px solid #999;
	outline:none;
}
.selecionar-unidade-submit{
	float:right;
	padding: 10px 32px;
    margin: 25px 5%;
	border: none;
	border-radius: 5px;
	font-size: 16px;
    font-weight: 500;	
	background: #F90;
    color: white;
}
	.selecionar-unidade-submit:hover{
		background: #F60;
	}
.selecionar-unidade{
	width:100%;
	height:100%;
	background:#000;
	opacity:0.3;
	position:fixed;
	z-index:1000;
	top:0;
	left:0;
}
/*INICIAL*/
.inicial-links{
	padding:0 0 50px;
}
	.inicial-links_bg img{
		height:auto;
		width:50%;
		margin:10% 25% 5px;
	}
	.inicial-links_bg:hover img{
		width:60%;
		margin:10% 20% 5px;
	}
	.inicial-links_bg{
		width:31%;
	}
}
.btn_lp_tel {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-top: 10px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  transition: 0.5s;
  color: #fff;
  background: #3e055d;
  width: 100%;
  height: 80px;
  align-items: center;
}

.btn_lp_tel:hover {
  background: #b00d7c;
}
.section-title {
font-size: 25px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 10px 30px 25px 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #d0142e;
  font-family: "Unbounded", sans-serif;
}

.section-title ::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #1acc8d;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #010483;
}



.container2 {
  display: table;
  width: 90%;
margin: auto auto 80px auto;
  z-index: -1;
}
.content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.icon-container {
  margin-top: 60px;
  width: 100%;
  height: 60px;
}

.icon {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-left: 12px;
  margin-right: 12px;
  border-radius: 30px;
  overflow: hidden;
  background-color: #d0142e;
}
.icon::before, .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.25s ease;
  border-radius: 30px;
}
.icon i {
  position: relative;
  color: #ffffff;
  font-size: 35px;
  margin-top: 15px;
  transition: all 0.25s ease;
}

.icon-fill::before {
  transition-duration: 0.5s;
  box-shadow: inset 0 0 0 1px #16a085;
}
.icon-fill:hover::before {
  box-shadow: inset 0 0 0 60px #16a085;
}

.icon-enter::after {
  box-shadow: inset 0 0 0 1px #eb9532;
}
.icon-enter::before {
  border-radius: 0;
  margin-left: -100%;
  box-shadow: inset 0 0 0 60px #eb9532;
}
.icon-enter:hover::before {
  margin-left: 0;
}

.icon-expand::after {
  box-shadow: inset 0 0 0 1px #c82647;
}
.icon-expand::before {
  background: #c82647;
  box-shadow: inset 0 0 0 60px #2d2c3e;
}
.icon-expand:hover::before {
  box-shadow: inset 0 0 0 1px #2d2c3e;
}

.icon-collapse::before {
  border-radius: 0;
}
.icon-collapse:hover::before {
  box-shadow: inset 0 30px 0 0 #8cc63f, inset 0 -30px 0 0 #8cc63f;
}
.icon-collapse::after {
  box-shadow: inset 0 0 0 1px #8cc63f;
}

.icon-rotate {
  box-shadow: inset 0 0 0 1px #7e3661;
}
.icon-rotate::after, .icon-rotate::before {
  border: 0px solid transparent;
}
.icon-rotate:hover::before {
  transition: border-top-width 0.3s ease, border-top-color 0.3s ease;
  border-width: 60px;
  border-top-color: #7e3661;
}
.icon-rotate:hover::after {
  transition: border-left-width 0.3s ease, border-left-color 0.3s ease;
  border-width: 60px;
  border-left-color: #7e3661;
}
.icon-rotate:hover {
  transition: background 0.001s ease 0.3s;
  background: #7e3661;
}
.icon-rotate i {
  z-index: 1;
}

#menu {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: #ffffff;
  transition: all 0.5s ease;
}

#menu nav {
  text-transform: uppercase;
  width: 100%;
  margin: auto;
  border-radius: 0px;
  transition: all 0.7s;
  height: 65px;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  background: #522276;
  padding: 20px;
}
#menu .navbar-toggler {
  color: #fff;
  font-size: 30px;
}
.navbar-light .navbar-toggler {
  border-color: #fff;

@media (max-width: 991px) {
  #menu nav {
    color: var(--c-white);
    text-transform: none !important;
    width: 100% !important;
    margin: 0px !important;
    border-radius: 0px !important;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 12px;
    transition: all 0.3s !important;
    height: 65px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
 #menu .navbar-toggler {
    margin-left: inherit !important;
    color: var(--c-white);
  }
}
