/*   Font    */

@font-face {
    font-family: 'GT Walsheim';
    src: url('GTWalsheim-Bold.woff2') format('woff2'),
        url('GTWalsheim-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('GTWalsheim.woff2') format('woff2'),
        url('GTWalsheim.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.swal2-html-container {
	font-size: 1.7em !important;
}

#btn-espelho {
	position: fixed;
	bottom: 50px;
	border-radius: 10px;
	color: white;
	background-color: red;
	right: 20px;
	font-size: 12pt;
	padding: 10px;
}


/*   General    */


html{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	font-family: 'GT Walsheim';
	background: #F7F7F7;
}

p{
	font-family: 'GT Walsheim';
	color: #3e3e3e;
	font-weight: 300;
}

input:read-only{
	font-weight: 900;
	border: solid 1px #dfdfdf;
	text-transform: uppercase;
	background-color: #e6e6e6;
}

.aligncenter{
	text-align: center !important;
}

.align-left{
	text-align: left !important;
}

.align-right{
	text-align: right!important;
}

.displayblock{
	display: block!important;
}

.hidden{
	visibility: hidden;
	overflow: hidden;
	width: 0;
	height: 0;
	text-indent: -9999px;	
}


.cursor-pointer{
	cursor: pointer;
}

[style*="--aspect-ratio"] > :first-child {
  width: 100%;
}

[style*="--aspect-ratio"] > img {  
  height: auto;
}

@supports (--custom:property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }
  
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }
  
  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }  
}




/*  Login    */

.login-esquerda{
	background: url("../img/login_bg.png") center center no-repeat #1E3CFF;
	background-size: cover;
	position: absolute;
	height: 100%;
	
}

.login-esquerda::after{
	content: url("../img/login_seta.png");
	position: absolute;
	right: -20px;
	top: calc(50% - 26px);
}

.login-esquerda .conteudos{
	width: 100%;
	height: 100%;
	position: absolute;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
}

.footer-login{
	position: absolute;
	background: #1E3CFF;
	bottom: 0;
	display: flex;
	padding: 30px;
	align-items: center;
    justify-content: space-between;
	width: 100%;
    margin-left: -15px;
}

.footer-login p{
	padding: 0 0 0 20px;
	margin: 0;
	font-family: 'GT Walsheim';
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #ffffff;
    text-align: left;
}

.footer-mobile{
	background: #1E3CFF;
	display: none;
	padding: 30px;
	align-items: center;
    justify-content: space-between;
	flex-direction: column;
}

.footer-mobile p{
	width: 90%;
	padding: 0 0 0 20px;
	margin: 0;
	font-family: 'GT Walsheim';
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #ffffff;
    text-align: center;
}

.footer-mobile img{
	max-width: 120px;
	margin: 0 0 30px 0;
}


.login-direita{
	display: flex;
	justify-content: center;
	/* align-items: center; */
	position: absolute;
	right: 0;
	height: 100%;
	overflow-y: auto;
}

.box-formulario{
	max-width: 70%;
}

.box-formulario h3{
	padding: 0 0 20px 0;
	margin: 200px 0 0 0;
	font-family: 'GT Walsheim';
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    color: #1e3cff;
    text-align: left;
}

.box-formulario input{
	width: 100%;
	height: auto;
	padding: 10px;
	margin: 0 0 10px 0;
	border: none;
	border-bottom: 1px solid #71737A;
	color: #71737A;
	background: transparent;
	font-family: 'GT Walsheim';
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
}

.box-formulario label{
	width: 100%;
}

.box-formulario label input[type=checkbox]{
	width: 10% !important;
}

.box-formulario input.cpf-ou-sap{
	background: url(../img/login-email.png) left center no-repeat;
	background-size: contain;
	padding: 10px 10px 10px 45px;
}

.box-formulario input.senha{
	background: url(../img/login-senha.png) left center no-repeat;
	background-size: contain;
	padding: 10px 10px 10px 45px;
}

.box-formulario .bt-entrar{
	width: 160px;
	padding: 10px 0;
	background: #1E3CFF;
	border-bottom: none;
	color: #ffffff;
	margin: 25px 0;
	font-weight: 300;
 	text-align: center;
}


.box-formulario p{
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 0 10px 0;
	color: #71737A;
	font-family: 'GT Walsheim';
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
}

.box-formulario p a{
	color: #FF793B;
	font-weight: 700;
}

.box-formulario p span{
	font-weight: 900;
}

.box-formulario p b{
	color: #1B1F2A;
	font-weight: 900;
}

.box-formulario p a:hover{
	text-decoration: none;
}

.box-formulario .bt-cadastre-se{
	width: 160px;
	padding: 10px 0;
	background: #1E3CFF;
	border-bottom: none;
	color: #ffffff;
	margin: 0;
	font-family: 'GT Walsheim';
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    text-align: center;
	display: inline-block;
}

.box-formulario .bt-cadastre-se:hover{
	text-decoration: none;
}















/*the container must be positioned relative:*/
.custom-select {
  	position: relative;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 10px 0;
	border: none;
	border-bottom: 1px solid #71737A;
	color: #71737A;
	background: transparent;
	font-family: 'GT Walsheim';
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
}

.fundo-select {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	margin: 0;
	padding: 0;
	background: rgba(0, 0, 0, 0.95);
	z-index: 2;	
	top: 0;
	left: 0;
}

.custom-select select {
	width: 100%;
	height: 30px;
	border: 0;
	background-color: transparent;
  /* display: none; hide original SELECT element: */
	/* appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer; */
}

.select-selected {
	padding: 0;
	margin: 0;
	z-index: 3;
	position: relative;
}

/*style the arrow inside the select element:*/
.select-selected:after {
	position: absolute;
	content: "";
	color: #71737A;
	top: 15px;
	right: 15px;
	width: 10px;
	height: 10px;
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
	transform: rotate(45deg);
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {

}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #71737A;
  padding: 10px;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
 background: #eeeeee;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
	padding: 10px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #dddddd;
}


/*   Pre Header    */

.pre-header{
	background: #1E3DFF;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 44px;
	position: fixed;
	z-index: 9980;
}


.pre-header .esquerda{
	width: auto;
	height: 44px;
	padding: 0;
	margin: 0;
	float: left;
}

.pre-header .esquerda h1{
	width: 250px;
	height: 44px;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	background: url("../img/pre-header_logo.png") left center no-repeat;
	background-size: contain;
}

.pre-header .esquerda .foto-crop{
	width: 34px;
	height: 34px;
	padding: 0;
	margin: 5px;
	float: left;
	border-radius: 100px;
}


.pre-header .esquerda p{
	    width: auto;
    height: 44px;
    padding: 0 10px;
    margin: 0;
    font-family: 'GT Walsheim';
    font-size: 12px;
    font-weight: 700;
    line-height: 44px;
    color: #ffffff;
    text-align: center;
    display: inline;
    position: relative;
	text-transform: uppercase;
}

.pre-header .acoes{
	width: auto;
	height: 44px;
	padding: 0 0 0 10px;
	margin: 0;
	float: right;
}

.pre-header .acoes a{
	width: auto;
	height: 44px;
	padding: 0 10px;
	margin: 0 10px;
	font-family: 'GT Walsheim';
    font-size: 12px;
    font-weight: 700;
    line-height: 44px;
    color: #ffffff;
	text-align: center;
	display: inline-block;
	position: relative;
}

.pre-header .acoes .icons{
	font-size: 18px;
}

.pre-header .acoes a span.numeral{
	background: #F452AD;
	font-size: 10px;
   line-height: 10px;
	position: absolute;
	top: 5px;
	padding:2px 5px;
	margin-left: -5px;
	border-radius: 10px;
	
}

.pre-header .acoes a:hover{
	text-decoration: none;
}


.pre-header .bt-menu-mobile{
	display: none;
	width: auto;
	height: 45px;
	padding: 0 20px 0 0;
	margin: 0;
	float: right;
	line-height: 45px;
	font-size: 30px;
	color: #ffffff;
	cursor: pointer;
	font-weight: 300;
}


.fundo-notificacoes{
	display: none;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 9985;
}

.pre-header .notificacoes{
	display: none;
	width: 300px;
	height: 335px;
	margin: 0;
	padding: 5px;
	position: absolute;
	z-index: 9986;
	background: #1F3DFF;
	right: 0;
	top:44px;
	border-top: 1px solid #ffffff;
	overflow-y: auto;
}



/* width */
.pre-header .notificacoes::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.pre-header .notificacoes::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.pre-header .notificacoes::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.pre-header .notificacoes::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.pre-header .notificacoes .box-notificacao{
	width: 100%;
	height: auto;
	padding: 10px 0;
	margin: 0 0 5px 0;
	background: #ffffff;
	display: flex;
	flex-direction: column;
	cursor: pointer;
}

.pre-header .notificacoes .box-notificacao .row-notificacao{
	width: 100%;
	height: auto;
	padding: 0 10px;
	margin: 0;
	display: flex;
}

.pre-header .notificacoes h3{
	width: 50%;
	height: auto;
	padding: 0;
	margin: 0;
	font-family: 'GT Walsheim';
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #1e3cff;
}

.pre-header .notificacoes p.tempo-notificacao{
	width: 50%;
	height: auto;
	padding: 0;
	margin: 0;
	font-family: 'GT Walsheim';
    font-size: 10px;
    font-weight: 700;
    line-height: 20px;
    color: #71737A;
	text-align: right;
}

.pre-header .notificacoes p.descricao-notificacao{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	font-family: 'GT Walsheim';
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    color: #71737A;
	text-align: left;
}



.show-notificacoes-mobile{
	display: block !important;
}
.notificacoes-mobile{
	display: none;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 35px 5px 5px;
	border-top: 1px solid #ffffff;
	overflow-y: auto;
}

.notificacoes-mobile .box-notificacao{
	width: 100%;
	height: auto;
	padding: 10px 0;
	margin: 0 0 5px 0;
	background: #ffffff;
	display: flex;
	flex-direction: column;
	cursor: pointer;
}

.notificacoes-mobile .box-notificacao .row-notificacao{
	width: 100%;
	height: auto;
	padding: 0 10px;
	margin: 0;
	display: flex;
}

.notificacoes-mobile h3{
	width: 50%;
	height: auto;
	padding: 0;
	margin: 0;
	font-family: 'GT Walsheim';
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #1e3cff;
}

.notificacoes-mobile p.tempo-notificacao{
	width: 50%;
	height: auto;
	padding: 0;
	margin: 0;
	font-family: 'GT Walsheim';
    font-size: 10px;
    font-weight: 700;
    line-height: 20px;
    color: #71737A;
	text-align: right;
}

.notificacoes-mobile p.descricao-notificacao{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	font-family: 'GT Walsheim';
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    color: #71737A;
	text-align: left;
}





/*   menu mobile    */


.menu-mobile{
	display: none;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 30px;
	position: fixed;
	background: #1E3DFF;
	overflow-y: auto;
	z-index: 9990;
}


.menu-mobile .bt-fechar-menu-mobile{
	width: auto;
	height: 44px;
	padding: 0;
	margin: 0;
	float: right;
	line-height: 44px;
	font-size: 30px;
	color: #ffffff;
	cursor: pointer;
}


.menu-mobile .esquerda{
	width: 100%;
	height: auto;
	margin: 30px 0 0 0;
	padding: 30px 0 20px 0;
	display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
	border-top: 1px solid #ffffff;
	
}

.menu-mobile .esquerda .foto-crop{
	width: 100px;
	height: 100px;
	padding: 0;
	margin: 5px;
	float: left;
	border-radius: 100px;
}


.menu-mobile .esquerda p{
	    width: auto;
    height: 44px;
    padding: 0 10px;
    margin: 0;
    font-family: 'GT Walsheim';
    font-size: 12px;
    font-weight: 700;
    line-height: 44px;
    color: #ffffff;
    text-align: center;
    display: inline;
    position: relative;
	text-transform: uppercase;
}

.menu-mobile .acoes{
	width: auto;
	height: 44px;
	padding: 0;
	margin: 0;
}

.menu-mobile .acoes a{
	width: auto;
	height: 44px;
	padding: 0;
	margin: 0 20px 0 0;
	font-family: 'GT Walsheim';
    font-size: 10px;
    font-weight: 700;
    line-height: 44px;
    color: #ffffff;
	text-align: center;
	display: inline-block;
	position: relative;
	
}

.menu-mobile .acoes .icons{
	font-size: 18px;
}

.menu-mobile .acoes a span.numeral{
	background: #F452AD;
	font-size: 10px;
   line-height: 10px;
	position: absolute;
	top: 5px;
	padding:2px 5px;
	margin-left: -5px;
	border-radius: 10px;
	
}

.menu-mobile .acoes a:hover{
	text-decoration: none;
}


.menu-mobile ul{
	width: 100%;
	height: auto;
	padding: 0 4%;
	margin: 0;
	list-style: none;
}

.menu-mobile ul li{
	width: 100%;
	height: auto;
	padding: 10px 0;
	margin: 10px 0;
	display: flex;
	flex-direction: column;
    align-items: center;
	background: #e3e8ed;
	position: relative;
	border-radius: 10px;
	cursor: pointer;
}

.menu-mobile ul li h5{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 5px 0 0 0;
	font-family: 'GT Walsheim';
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    color: #71737A;
	text-align: center;
	text-transform: uppercase;
}

.menu-mobile ul li a{
	width: 100%;
	height: 100%;
	position: absolute;
}

.menu-mobile ul li .svg-inline--fa{
	width: 2em;
	height: 2em;
	color: #71737A;
}


.menu-mobile  ul li:hover{
	background: rgba(255, 255, 255, 0.3);
}

.menu-mobile  ul li:hover h5, .menu-mobile ul li:hover .svg-inline--fa{
	color: #ffffff;
}


.menu-mobile ul li.selecionado{
	background: rgba(255, 255, 255, 0.3);
}

.menu-mobile ul li.selecionado h5, .menu-mobile ul li.selecionado .svg-inline--fa{
	color: #ffffff;
}

.menu-mobile ul.submenu{
	display: none;
}


.menu-mobile ul.submenu li{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 5px 0;
	display: inline-block;
	background: #e3e8ed;
	position: relative;
	border-radius: 10px;
	color: #71737A;
	cursor: pointer;
}

.menu-mobile ul.submenu li:hover, .menu-mobile ul.submenu li.selecionado{
	background: rgba(255, 255, 255, 0.3);
	color: #ffffff;
}


.menu-mobile ul.submenu li a{
	width: 100%;
	height: auto;
	position: relative;
	display: inline-block;	
	padding: 10px;
	margin: 0;
	color: #71737A;
}

.menu-mobile ul.submenu li a:hover{
	text-decoration: none;
	color: #ffffff;
}

.menu-mobile ul.submenu li a:focus{
	text-decoration: none;
}













/*   painel lateral    */

.painel-lateral{
	margin-top: 44px;
}

.painel-lateral h1{
	width: 90%;
	height: 200px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 10px 5%;
	padding: 0;
	background: url("../img/painel-lateral_logo.png") no-repeat center center #2D3FFA;
	background-size: contain;
}

.painel-lateral .config{
	width: 25px;
	height: 25px;
	margin: 10px 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	background: url("../img/painel-lateral_config.png") no-repeat;
	position: absolute;
	right: 10px;
	cursor: pointer;
}

.painel-lateral h3.nome{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 10px 0;
	font-family: 'GT Walsheim';
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    color: #777777;
	text-align: center;
}

.painel-lateral h4.clube{
	width: 96%;
	height: auto;
	padding: 5px 0;
	margin: 10px 2%;
	font-family: 'GT Walsheim';
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    color: #777777;
	text-align: center;
	border: solid 1px #d7d7d7;
	border-radius: 50px;
	background: #e3e8ed;
}


.painel-lateral ul{
	width: 100%;
	height: auto;
	padding: 0 4%;
	margin: 0;
	list-style: none;
}

.painel-lateral ul li{
	width: 100%;
	height: auto;
	padding: 10px 0;
	margin: 10px 0;
	display: flex;
	flex-direction: column;
    align-items: center;
	background: #e3e8ed;
	position: relative;
	border-radius: 10px;
	cursor: pointer;
}

.painel-lateral ul li h5{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 5px 0 0 0;
	font-family: 'GT Walsheim';
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    color: #71737A;
	text-align: center;
	text-transform: uppercase;
}

.painel-lateral ul li a{
	width: 100%;
	height: 100%;
	position: absolute;
}

.painel-lateral ul li .svg-inline--fa{
	width: 2em;
	height: 2em;
	color: #71737A;
}


.painel-lateral ul li:hover{
	background: #1e3cff;
}

.painel-lateral ul li:hover h5, .painel-lateral ul li:hover .svg-inline--fa{
	color: #ffffff;
}


.painel-lateral ul li.selecionado{
	background: #1e3cff;
}

.painel-lateral ul li.selecionado h5, .painel-lateral ul li.selecionado .svg-inline--fa{
	color: #ffffff;
}

.painel-lateral ul.submenu{
	display: none;
}


.painel-lateral ul.submenu li{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 5px 0;
	display: inline-block;
	background: #e3e8ed;
	position: relative;
	border-radius: 10px;
	color: #71737A;
	cursor: pointer;
}

.painel-lateral ul.submenu li:hover, .painel-lateral ul.submenu li.selecionado{
	background: #1e3cff;
	color: #ffffff;
}


.painel-lateral ul.submenu li a{
	width: 100%;
	height: auto;
	position: relative;
	display: inline-block;	
	padding: 10px;
	margin: 0;
	color: #71737A;
}

.painel-lateral ul.submenu li a:hover{
	text-decoration: none;
	color: #ffffff;
}

.painel-lateral ul.submenu li a:focus{
	text-decoration: none;
}


/*   Header    */




.header{
	width: 100%;
	height: 200px;
	border-radius: 10px;
	background: #EAEFF5;
	margin: 10px 0 20px 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}


.header img{
	width: auto !important;
	height: 100% !important;
	position: absolute !important;
	margin: 0 !important;
	padding: 0 !important;
	right: 60%;
}

.header .seta{
	background: url("../img/header_seta.png") center center no-repeat;
	background-size: contain;
	width: 50px;
	height: 40px;
	position: absolute;
	right: calc(60% - 25px);;
	top: calc(50% - 20px);;
	z-index: 20;
}

.header .titulo{
	width: 60%;
	height: 100%;
	margin: 0;
	padding: 0 60px;
	position: absolute;
	right: 0;
	display: flex;
	flex-direction: column;
    justify-content: center;
}

.header .titulo h3{
	font-family: 'GT Walsheim';
    font-size: 42px;
    font-weight: 900;
    line-height: 44px;
    color: #1e3cff;
}





/*  Conteúdo    */

.conteudos{
	height: 100%;
	margin-top: 44px;
}

.conteudos img{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 10px 0;
	border-radius: 10px;
}


.video{
	width: 100%;
	height: auto;
	border: solid 2px #0e772f;
	border-radius: 1px;
	box-shadow: 3px 3px 3px #000000;
}

.video iframe{
	width: 100%;
	border: none;
}



[style*="--aspect-ratio"] > :first-child {
  width: 100%;
}

[style*="--aspect-ratio"] > img {  
  height: auto;
}

@supports (--custom:property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }
  
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }
  
  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }  
}




.full-height{
	height: calc(100% - 114px);
	min-height: 450px;
}





/*   Popup    */


.fundo{
	display: none;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: fixed;
	z-index: 100;
	background: rgba(0, 0, 0, 0.8);
	justify-content: center;
    align-items: center;
}

.fundo .popup{
	width: 80%;
	height: auto;
	margin: 0;
	padding: 3%;
	background: #ffffff;
	display: flex;
	justify-content: center;
    align-items: center;
	flex-direction: column;
}

.fundo .fechar{
	width: 20px;
	height: 20px;
	position: fixed;
	top: 5%;
	right: 5%;
	margin: 0;
	padding: 0;
	background-size: contain;
	cursor: pointer;
	color: #ffffff;
	font-size: 20px;
}

.fundo .popup h4{
	width: 100%;
	height: auto;
	font-family: 'GT Walsheim';
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    color: #777777;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
	text-align: center
		
}

.fundo .popup a{
	width: auto;
	height: auto;
	padding:20px 30px;
	margin: 30px 0;
	background: #1e3cff;
	border-radius: 5px;
	font-family: 'GT Walsheim';
    font-size: 26px;
    font-weight: 400;
    line-height: 26px;
    color: #ffffff;
}

.fundo .popup a:hover{
	text-decoration: none;
}

.fundo .popup img{
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0;
}



.fundo .popup video{
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0;
}


/*  Home    */

.carousel-indicators{
	left: 0;
    justify-content: flex-end;
    width: 100%;
    margin: 0 0 10px -20px;
}

.carousel-indicators li{
	margin: 0 5px;
}

.home-banners, .banner-home-grade { transition: all .2s ease-in-out; }
.home-banners:hover, .banner-home-grade:hover { transform: scale(1.05); }


.banner-home-grade{
	width: 100%;
	height: 330px;
	border-radius: 10px;
	background: #EAEFF5;
	margin: 10px 0 20px 0;
	padding: 0;
	position: relative;
	cursor: pointer;
	display: flex;
    flex-direction: column;
    justify-content: center;
	overflow: hidden;
}

.banner-home-grade img{
	margin: 0;
}


.home-banners{
	width: 100%;
	height: 150px;
	border-radius: 10px;
	background: #EAEFF5;
	margin: 10px 0 20px 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}


.home-banners img{
	width: auto !important;
	height: 100% !important;
	position: absolute !important;
	margin: 0 !important;
	padding: 0 !important;
	right: 55%;
	cursor: pointer;
}

.home-banners .seta{
	background: url("../img/header_seta.png") center center no-repeat;
	background-size: contain;
	width: 50px;
	height: 40px;
	position: absolute;
	right: calc(55% - 25px);;
	top: calc(50% - 20px);;
	z-index: 20;
	cursor: pointer;
}

.home-banners .titulo{
	width: 55%;
	height: 100%;
	margin: 0;
	padding: 0 60px;
	position: absolute;
	right: 0;
	display: flex;
	flex-direction: column;
    justify-content: center;
	cursor: pointer;
}

.home-banners .titulo h3{
	font-family: 'GT Walsheim';
    font-size: 22px;
    font-weight: 900;
    line-height: 24px;
    color: #1e3cff;
	cursor: pointer;
	margin: 0 ;
}

.home-banners .titulo p{
	font-family: 'GT Walsheim';
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #1e3cff;
	cursor: pointer;
	margin: 0 ;
}






/*   Footer    */


.footer {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #2D3FFA;
}

.footer p{
	padding: 0 !important;
	margin: 0 !important;
	font-family: 'GT Walsheim' !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    color: #ffffff !important;
	text-align: center !important;
}

.footer p span{
	font-weight: 700 !important;
}

/*  buscar    */

.box-buscar{
	display: flex;
}


.box-buscar input{
	height: 50px;
	margin: 0;
	padding: 5px 15px;
	display: inline-block;
	outline: none;
	font-family: 'GT Walsheim';
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}


.box-buscar input.campo-buscar{
	width: 100%;
	background: #e3e8ed;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 0;
	border: none;
	color: #777777;
}

.box-buscar input.bt-buscar{
	background: #1E3CFF;
	border-bottom-right-radius:10px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 10px;
	border: none;
	color: #ffffff;
	text-align: center;
	padding: 5px 30px;
	text-transform: uppercase;
	font-weight: 300;
}


/*  Paginação    */

.paginacao,
.dataTables_paginate{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 30px 0;
	display: flex;
	justify-content: center;
	list-style: none;
}

.paginacao li,
.dataTables_paginate a.paginate_button{
	padding: 0;
	margin: 0;
	font-family: 'GT Walsheim';
    font-size: 14px !important;
    font-weight: 400;
    line-height: 14px !important;
    color: #777777;
}

.paginacao li a,
.dataTables_paginate a.paginate_button{
	font-family: 'GT Walsheim';
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #777777 !important;
	text-align: center;
	padding: 10px !important;
	margin: 0;
	background: #ffffff !important;
	border: solid 1px #dddddd !important;
}

.paginacao li a:hover,
.dataTables_paginate a.paginate_button:hover{
	text-decoration: none;	
}

.paginacao li a.selecionado,
.dataTables_paginate a.current{
	background: #337ab7 !important;
	border: solid 1px #337ab7 !important;
	color: #ffffff !important;
}

.paginacao li a:hover,
.dataTables_paginate a.paginate_button:hover{
	background: #337ab7 !important;
	color: #ffffff !important;
	border: solid 1px #337ab7 !important;
}

.paginacao li:first-child a{
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}

.paginacao li:last-child a{
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}

a.disabled {
    pointer-events: none;
}

/*  Nossos Lançamentos    */

.nossos-lancamentos .artigos{
	padding: 3%;
}


.nossos-lancamentos h3{
	font-family: 'GT Walsheim';
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    color: #1e3cff;
}
.nossos-lancamentos p{
	font-family: 'GT Walsheim';
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #777777;
}

.nossos-lancamentos p a{
	color: #1e3cff;
}

/* Catálogo Virtual */

.catalogo-virtual .catalogo{
	padding: 3%;
}

.catalogo-virtual .catalogo object{
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	display: flex;
}

.catalogo-virtual .catalogo object p{
	text-align: center;
	font-family: 'GT Walsheim';
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #1e3cff;
}

.catalogo-virtual a{
	width: auto;
	height: auto;
	padding:20px 30px;
	margin: 30px 0;
	background: #1e3cff;
	border-radius: 5px;
	font-family: 'GT Walsheim';
    font-size: 26px;
    font-weight: 400;
    line-height: 26px;
    color: #ffffff;
}

.catalogo-virtual a:hover{
	text-decoration: none;
}



/* Materiais de Treinamento */


.materiais-de-treinamento h3{
	font-family: 'GT Walsheim';
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    color: #1e3cff;
	margin: 30px 0;
	padding: 0
}

.materiais-de-treinamento .treinamento{
    width: 100%;
    height: 200px;
    margin: 0 0 30px 0;
    padding: 0 3% 0 35%;
    background: url(../img/materiais-de-treinamento_treinamento-bg.png) 7% center no-repeat #ffffff;
    background-size: 25%;
    border-radius: 10px;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.materiais-de-treinamento .treinamento h4{
	font-family: 'GT Walsheim';
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #777777;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.materiais-de-treinamento .treinamento a{
	width: auto;
	height: auto;
	padding:10px;
	margin: 10px 0 0 0;
	background: #1e3cff;
	border-radius: 5px;
	font-family: 'GT Walsheim';
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #ffffff;
	text-transform: uppercase;
}

.materiais-de-treinamento .treinamento a:hover{
	text-decoration: none;	
}



/* Materiais Itatiaia */


.materiais-itatiaia h3{
	font-family: 'GT Walsheim';
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    color: #1e3cff;
	margin: 30px 0;
	padding: 0
}

.materiais-itatiaia h5{
	font-family: 'GT Walsheim';
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #1e3cff;
	margin: 20px 0 10px 0;
	padding: 0;
	text-transform: uppercase;
}

.materiais-itatiaia h5 a{
	text-decoration: underline;
	color: #1e3cff;
}

@media screen and (min-width:768px){
	.materiais-itatiaia .col-md-2 {
		max-width: 14% !important;
	}
}


.materiais-itatiaia select{
	height: 50px;
	margin: 0;
	padding: 5px 5px;
	display: inline-block;
	outline: none;
	font-family: 'GT Walsheim';
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
	border-radius: 10px;
	color: #777777;
	width: 100% !important;
	border: 1px solid #cccccc;
}


.materiais-itatiaia .abas{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 30px 0;
	    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

.materiais-itatiaia .abas a{
	width: auto;
	height: auto;
	padding:10px;
	margin: 10px 5px 0;
	background: #d7e0eb;
	border-radius: 5px;
	font-family: 'GT Walsheim';
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #ffffff;
	text-transform: uppercase;
}

.materiais-itatiaia .abas a:hover, .materiais-itatiaia .abas a.selecionado{
	background: #1e3cff;
}

.materiais-itatiaia .abas a:hover{
	text-decoration: none;
}

.materiais-itatiaia .item{
	width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    padding: 3%;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
	flex-direction: column;
    justify-content: center;
	align-items: center;
	border: 1px solid #E8EFF6;
}

.materiais-itatiaia .item .item-header{
	width: 100%;
	min-height: 65px;
	display: flex;
	align-items: center;
}

.materiais-itatiaia .item .checkbotao{
	margin: 5px 10px 0 0;
}

.materiais-itatiaia .item h4{
	width: 100%;
	height: 45px;
	font-family: 'GT Walsheim';
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    color: #1e3cff;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
	text-align: left;
	word-break: break-all;
		
}

.materiais-itatiaia .botao-baixar-tudo {
    width: auto;
    height: auto;
    padding: 10px 20px;
    margin: 0;
    background: #1e3cff;
    border-radius: 5px;
    font-family: 'GT Walsheim';
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #ffffff;
}

.materiais-itatiaia .item .box-imagem{
	height: 150px;
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 0 0 10px 0;
	padding: 10px;
	flex-direction: column;
	align-items: center;
	cursor: zoom-in;
}

.materiais-itatiaia .item .box-imagem{ transition: all .2s ease-in-out; }
.materiais-itatiaia .item .box-imagem:hover { transform: scale(1.05);}


.materiais-itatiaia .item img{
	border-radius: 0;
	margin: 0;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	cursor: zoom-in;
}

.materiais-itatiaia .item p{
	width: 100%;
	height: auto;
	font-family: 'GT Walsheim';
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #777777;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
	text-align: center
}

.materiais-itatiaia .item .download{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
    justify-content: space-evenly;
}

.materiais-itatiaia .item .download a{
	width: 100%;
	height: auto;
	padding: 10px 0;
	margin: 0 1px;
	display: flex;
	flex-direction: column;
   	align-items: center;
	background: #E8EFF6;
	color: #777777;
	font-family: 'GT Walsheim';
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.materiais-itatiaia .item .download a:hover{
	text-decoration: none;
}





/*  Calendar   */



#calendar table thead tr th, #calendar table tfoot tr th{
	font-size: 9pt;
	text-transform: uppercase;
	background-color: rgba(228, 228, 228, 0.829);
	color: #ffffff;
} 
#calendar table tbody tr td {
	font-size: 11pt;
	padding: 5px !important;
	min-width: 10px !important;
	background-color: #ffff !important;
}

#calendar table tbody tr td:nth-child(1){
	min-width: 10px !important;
}

#calendar .tab-content table tbody tr td:nth-child(2),
#calendar .tab-content table tbody tr td:nth-child(3),
#calendar .tab-content table tbody tr td:nth-child(4)
{
	min-width: 10px !important;
}

#calendar .fc-week .fc-day > div .fc-day-number{
	z-index: 9999;
    position: relative;
}


/*  404   */


.pagina-404{
	height: calc(100% - 114px);
	/* background: #2D3FFA; */
	display: flex;
	flex-direction: column;
    justify-content: center;
}

.pagina-404 h1{
	width: 90%;
	height: 200px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 10px 5%;
	padding: 0;
	background: url("../img/painel-lateral_logo.png") no-repeat center center #2D3FFA;
	background-size: contain;
}

.pagina-404 h2{
	width: 100%;
	height: auto;
	padding: 20px 0 0 0;
	margin: 0;
	font-family: 'GT Walsheim';
    font-size: 120px;
    font-weight: 900;
    line-height: 120px;
    color: #2D3FFA;
	text-transform: uppercase;
	text-align: center;
}

.pagina-404 h4{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	font-family: 'GT Walsheim';
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    color: #94F77E;
	text-transform: uppercase;
	text-align: center;
}

.pagina-404 p{
	width: 100%;
	height: auto;
	padding: 20px 0 0 0;
	margin: 0;
	font-family: 'GT Walsheim';
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    color: #2D3FFA;
	text-align: center;
}

.pagina-404 p a{
	font-weight: 900;
	color: #94F77E;
	text-transform: uppercase;
}


/*  Dashboard   */




.dashboard .bread{
	width: 100%;
	height: auto;
	padding: 5px 20px;
	margin: 20px 0;
	background: #ffffff;
	border-radius: 5px;
	color: #ccd1d9;
	display: flex;
	font-family: 'GT Walsheim';
    font-size: 14px;
    font-weight: 400;
   line-height: 34px;
}

.dashboard .bread a{
	width: auto;
	height: auto;
	font-family: 'GT Walsheim';
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    color: #777777;
	margin: 0 10px;
	padding: 0;
	}

.dashboard .bread p{
	width: auto;
	height: auto;
	font-family: 'GT Walsheim';
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
   	color: #ccd1d9;
	margin: 0 10px;
	padding: 0;
	}


.dashboard h3{
	font-family: 'GT Walsheim';
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    color: #1e3cff;
}

.dashboard hr{
	width: 100%;
}

.dashboard h5{
	font-family: 'GT Walsheim';
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #1e3cff;
	margin: 20px 0 10px 0;
	padding: 0
}

.dashboard p{
	font-family: 'GT Walsheim';
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    color: #777777;
	margin: 0 0 10px 0;
	padding: 0
}

.dashboard p span{
    color: #1e3cff;	
}

.dashboard select,
.select2-container--default .select2-selection--single{
	height: 50px !important;
	margin: 0 !important;
	padding: 5px 15px !important;
	display: inline-block !important;
	outline: none !important;
	font-family: 'GT Walsheim' !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 14px !important;
	border-radius: 10px !important;
	color: #777777 !important;
	width: 100% !important;
	border: 1px solid #cccccc !important;
}

.dashboard input{
	height: 50px;
	margin: 0;
	padding: 5px 15px;
	display: inline-block;
	outline: none;
	font-family: 'GT Walsheim';
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
	border-radius: 10px;
	color: #777777;
	width: 100%;
	border: 1px solid #cccccc;
}

.dashboard .checkbox{
	width: 15px;
	height: 15px;
	margin: 0 10px 0 0;
	padding: 0;
}

.dashboard .botao{
	width: auto;
	height: auto;
	padding:10px 20px;
	margin: 30px 0;
	background: #1e3cff;
	border-radius: 5px;
	font-family: 'GT Walsheim';
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #ffffff;
}

.dashboard table{
	width: 100%;
}

.dashboard table input, .dashboard table select{
	padding: 1%;
	text-align: center;
	font-size: 10px;
}

.dashboard table p{
	padding: 1%;
	text-align: center;
	font-size: 12px;
}

.dashboard  .user{
	width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    padding: 3%;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
	flex-direction: column;
}

.dashboard  .user h5{
	margin: 0;
	font-weight: 700;
}

.dashboard  .user p{
	margin: 0 0 5px 0;
}


.dashboard  .user .download{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
    justify-content: space-evenly;
}

.dashboard  .user .download a{
	width: 100%;
	height: auto;
	padding: 10px 0;
	margin: 0 1px;
	display: flex;
	flex-direction: column;
   	align-items: center;
	background: #E8EFF6;
	color: #777777;
	font-family: 'GT Walsheim';
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.dashboard  .user .download a:hover{
	text-decoration: none;
}

/*   Responsive    */

@media (max-width: 576px) {
	.sm-hide{display: none;}
	.md-hide{display: none;}
	.lg-hide{display: none;}
	.xl-hide{display: none;}
	
	/*   Login    */
	.login-esquerda{position: relative; height: 220px; background: url("../img/login_bg_mobile.png") center center no-repeat #1E3CFF; background-size: cover;}
	.login-esquerda::after{	content: url("../img/login_seta_mobile.png");position: absolute; bottom: -20px; left: calc(50% - 26px); top: inherit; right: inherit;}
	.login-esquerda .conteudos{width: auto;}
	.footer-login{display: none;}
	.login-direita{position: relative; display: flex;}
	.box-formulario{width: 90%; padding: 60px 0; max-width: none;}
	.footer-mobile{display: flex;}
	.box-formulario h3{margin: 0;}
	
	
	/*   header    */
	.header{height: 100px;}
	.header .seta{ background: url(../img/header_seta.png); background-size: contain; width: 35px; height: 25px; right: calc(55% - 15px); top: calc(50% - 13px);}
	.header .titulo h3{font-size: 20px; line-height: 22px;}
	.header img{right: 55%;}

	
	/*   pre header    */
	.pre-header{height: 45px;}
	.pre-header .esquerda{height: 45px;}
	.pre-header .esquerda h1{height: 45px; width: 260px;}
	.pre-header .esquerda .foto-crop{display: none}
	.pre-header .esquerda p{display: none}
	.pre-header .acoes{height: 20px;}
	.pre-header .acoes a{height: 20px; line-height: 20px; font-size: 10px; margin: 0;}
	
	.pre-header .bt-menu-mobile{display: block;}
	
	
	/*   painel lateral    */	
	.painel-lateral h1{height: 100px;}
	.painel-lateral h3.nome{font-size: 8px;}
	.painel-lateral h4.clube{display: none}
	.painel-lateral ul li h5{font-size: 6px; line-height: 8px;}
	
	
	/*   Home    */
	.banner-home-grade{height:auto;}
	.home-banners {height: 100px}
	.home-banners .seta { background: url(../img/header_seta.png); background-size: contain; width: 30px; height: 20px; right: calc(55% - 15px); top: calc(50% - 10px);}
	.home-banners .titulo h3{font-size:14px; line-height: 16px;}
	.home-banners .titulo {padding: 0 20px;}
	
	
	/*   Catálogo Virtual    */	
	.catalogo-virtual a{font-size: 20px; padding: 10px 20px;}
	
	
	
	/*   Nossos Lançamentos    */	
	.nossos-lancamentos h3{font-size: 16px; line-height: 22px;}
}

@media (min-width: 578px) and (max-width: 768px) {
	.md-hide{display: none;}
	.lg-hide{display: none;}
	.xl-hide{display: none;}
	
	/*   Login    */
	.login-esquerda{position: relative; height: 400px; background: url("../img/login_bg_mobile.png") center center no-repeat #1E3CFF; background-size: cover;}
	.login-esquerda::after{	content: url("../img/login_seta_mobile.png");position: absolute; bottom: -20px; left: calc(50% - 26px); top: inherit; right: inherit;}
	.login-esquerda .conteudos{width: auto;}
	.footer-login{display: none;}
	.login-direita{position: relative; display: flex;}
	.box-formulario{width: 90%; padding: 60px 0; max-width: none;}
	.footer-mobile{display: flex;}
	.box-formulario h3{margin: 0;}
	
	
	/*   header    */
	.header .titulo h3{font-size:20px; line-height: 24px;}
	.header{height: 100px;}
	.header .seta { background: url(../img/header_seta.png); background-size: contain; width: 40px; height: 30px; right: calc(55% - 20px); top: calc(50% - 15px);}
	.header img{right: 55%;}
	

	
	/*   pre header    */
	.pre-header{height: 30px;}
	.pre-header .esquerda{height: 30px;}
	.pre-header .esquerda h1{height: 30px; width: 180px;}
	.pre-header .esquerda .foto-crop{display: none}
	.pre-header .esquerda p{display: none}
	.pre-header .acoes{height: 30px;}
	.pre-header .acoes a{height: 30px; line-height: 30px; font-size: 10px; margin: 0 5px;}
	
	
	/*   Home    */
	.banner-home-grade{height:auto;}
	.home-banners {height: 130px}
	.home-banners .seta { background: url(../img/header_seta.png); background-size: contain; width: 40px; height: 30px; right: calc(55% - 20px); top: calc(50% - 15px);}
	.home-banners .titulo h3{font-size:22px; line-height: 24px;}
	.home-banners .titulo {padding: 0 40px;}
	
	/*   painel lateral    */		
	.painel-lateral h1{height: 70px;}
	.painel-lateral h4.clube{display: none;}
	.painel-lateral h3.nome{font-size: 12px;}
	.painel-lateral ul li h5{font-size: 8px; line-height: 10px;}
}

@media (min-width: 768px) and (max-width: 992px) {
	.lg-hide{display: none;}
	.xl-hide{display: none;}
	
	
	/*   Login    */
	.login-esquerda{position: relative; height: 400px; background: url("../img/login_bg_mobile.png") center center no-repeat #1E3CFF; background-size: cover;}
	.login-esquerda::after{	content: url("../img/login_seta_mobile.png");position: absolute; bottom: -20px; left: calc(50% - 26px); top: inherit; right: inherit;}
	.login-esquerda .conteudos{width: auto;}
	.footer-login{display: none;}
	.login-direita{position: relative; display: flex;}
	.box-formulario{width: 90%; padding: 60px 0; max-width: none;}
	.footer-mobile{display: flex;}
	.box-formulario h3{margin: 0;}
	
	
	/*   header    */
	.header .titulo h3{font-size:26px; line-height: 32px;}
	.header{height: 120px;}
	
	
	
	/*   pre header    */
	.pre-header{height: 30px;}
	.pre-header .esquerda{height: 30px;}
	.pre-header .esquerda h1{height: 30px; width: 180px;}
	.pre-header .esquerda .foto-crop{height: 20px; width: 20px;}
	.pre-header .esquerda p{height: 30px; line-height: 30px; font-size: 10px;}
	.pre-header .acoes{height: 30px;}
	.pre-header .acoes a{height: 30px; line-height: 30px; font-size: 10px; margin: 0 5px;}
	
	
	
	/*   painel lateral    */		
	.painel-lateral h4.clube{font-size: 8px;}
	.painel-lateral h1{height: 90px;}
	
	
	/*   Home    */
	.banner-home-grade{height:190px;}
	.home-banners {height: 80px}
	.home-banners .seta { background: url(../img/header_seta.png); background-size: contain; width: 30px; height: 20px; right: calc(55% - 15px); top: calc(50% - 10px);}
	.home-banners .titulo h3{font-size:14px; line-height: 16px;}
	.home-banners .titulo {padding: 0 20px;}
	
	
	/*   Materiais Itatiaia    */	
	.materiais-itatiaia .item .box-imagem{height: 200px;}
	
}

@media (min-width: 992px) and (max-width: 1200px) {
	.xl-hide{display: none;}
	
	/*   Login    */
	.login-esquerda{background-size:135%;}
	
	/*   Home    */
	.home-banners .seta { background: url(../img/header_seta.png); background-size: contain; width: 40px; height: 30px; right: calc(55% - 20px); top: calc(50% - 15px);}
	.home-banners .titulo h3{font-size:16px; line-height: 18px;}
	.home-banners .titulo {padding: 0 30px;}
		.home-banners{height: 110px;}
	.banner-home-grade{height: 250px;}

	
	/*   painel lateral    */	
	.painel-lateral h1{height: 130px;}
	
	
	/*   header    */
	.header .titulo h3{font-size:32px; line-height: 36px;}
	.header{height: 130px;}
	
	
	/*   Materiais Itatiaia    */	
	.materiais-itatiaia .item .box-imagem{height: 250px;}
}

@media (min-width: 1201px) and (max-width: 1359px) {
	/*   Login    */
	.login-esquerda {background: url(../img/login_bg.png) left center no-repeat #1E3CFF; background-size: 121%;}
}

@media (min-width: 1360px) and (max-width: 1620px) {
	
	
	/*   Login    */
	.login-esquerda {background: url(../img/login_bg.png) left center no-repeat #1E3CFF; background-size: 121%;}
}


@media (min-width: 1200px) {
	
	/*   Home    */
	.home-banners{height: 130px;}
	.home-banners .titulo h3{font-size: 18px; line-height: 22px;}
	.banner-home-grade{height: 290px;}
	
}


@media (min-width: 1440px) {
	.container {
    width: 1400px;
	}
		
	.container, .container-sm, .container-md, .container-lg, .container-xl{
	max-width: 1400px;
	}
}

.dataTables_filter input{
	height: 35px !important;
	width: 200px !important;
}
.dataTables_length select{
	height: 35px !important;
	width: 80px !important;
}

.w-15 {
	width: 15% !important;
}

.w-20 {
	width: 20% !important;
}

#myTab li a{
	color: #777;
}

/* Panel */
#myTabContent {
	background-color: white;
	padding: 2%;
}

.nav-tabs .nav-item .active{
	border-top: solid .5px rgb(202, 202, 202);
	border-left: solid .5px rgb(202, 202, 202);
	border-right: solid .5px rgb(202, 202, 202);
}

/* Estilo Tabelas */
table thead tr th,
table tfoot tr th{
	font-size: 9pt;
	text-transform: uppercase;
	background-color: rgba(228, 228, 228, 0.829);
	color: rgb(109, 109, 109);
} 
table tbody tr td {
	font-size: 11pt;
	padding: 5px !important;
	min-width: 200px !important;
	background-color: #ffff !important;
}

#tblMateriais tbody tr:hover {
	background: red !important;
}

table tbody tr td:nth-child(1){
	min-width: 110px !important;
	padding-left: 25px !important;
	cursor: pointer;
	height: 45px;
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after, 
table.dataTable tbody th.select-checkbox:before, table.dataTable tbody th.select-checkbox:after{
	margin-top: 2px;
	margin-left: -63px;
}

table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after{
	margin-top: -15px;
	margin-left: -63px;
}

table tbody tr td:nth-child(2){
  max-width: 100ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dt-buttons {
	width: 60%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tab-content table tbody tr td:nth-child(2),
.tab-content table tbody tr td:nth-child(3),
.tab-content table tbody tr td:nth-child(4)
{
	min-width: 300px !important;
}








/* table tbody tr td:last-child {
	display: block;
	min-width: 300px !important;
} */

table tbody tr th{
	border: solid 2px #f7f7f7;
	text-transform: uppercase;
	font-size: 11pt;
	text-align: right;
	margin: 10px !important;
	background-color: #e9e9e9;
	padding-right: 10px !important;
	color: #888;
}

textarea {
	resize: none;
}

/* Select */

.select2-container--default .select2-selection--single .select2-selection__rendered{
	    line-height: 36px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 50px !important;
}

.select2-container{
	width: 100% !important;
}

.swal2-close {
	color: white !important;
	font-weight: 900;
	font-size: 28px !important;
	background-color: red !important;
	border-radius: 100%;
}


select#icones{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.chat {
    max-width: 800px;
    height: 55vh;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(30, 60, 255, 0.15);
    overflow: hidden;
    border: 2px solid rgb(30, 60, 255);
}

.chat .mensagem {
    font-style: italic;
}

.mensagens {
    position: relative;
    list-style: none;
    padding: 5px;
    margin: 0;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
}

.mensagens .mensagem {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 0.5s linear;
    background-color: #e7e7e7;
    color: #333;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
	padding: 5px;
	border-radius: 10px;
}

.mensagens .mensagem .texto b{
	color: rgb(30, 60, 255);
}

.mensagens .mensagem .texto {
    display: inline-block;
    padding-left: 20px;
    padding-left: 5px;
    border-radius: 6px;
    width: calc(100% - 85px);
    min-width: 100px;
    position: relative;
}

.mensagens .mensagemAdmin {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 0.5s linear;
    background-color: #c7eafc;
    color: #45829b;
    font-size: 18px;
    font-weight: 300;
}

.mensagens .mensagemAdmin .texto {
    display: inline-block;
    padding: 20px;
    border-radius: 6px;
    width: calc(100% - 85px);
    min-width: 100px;
    position: relative;
}

@media screen and (max-width:768px){
    /* .chatmsg {
        margin-bottom: 250px;
    } */
}


.icon-input {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 10;
    border: none;
    background: transparent;
    outline: none;
    font-size: 14pt;
    line-height: 45px;
    color: #00baef;
}

.input-text-icon {
    position: relative;
}

.input-text-icon input {
    width: 100%;
    text-indent: 5px;
}


input[type=number]::-webkit-inner-spin-button { 
    -webkit-appearance: none;
    
}

input[type=number]{
	-moz-appearance: textfield;
	appearance: textfield;
}

.modal-heaader .close {
	background-color: red;
	display: flex;
	color: white;
	z-index: 9999;
	opacity: unset;
	font-size: 30px;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.btn-primary {
	background-color: rgb(30, 60, 255) !important;
}

.btn-success {
	background-color: rgb(60, 255, 80) !important;
}

.btn-outline-warning{
	color: rgb(255, 121, 59) !important;
	border-color: rgb(255, 121, 59) !important;
}

.btn-outline-warning:hover
.btn-warning,
.btn-danger {
	background-color: rgb(255, 121, 59) !important;
	color: #fff !important;
}

.text-danger {
	color: rgb(255, 121, 59) !important;
}

.swal2-title{
	color:rgb(30, 60, 255) !important; 
}

body > img {
	max-width: 100%;
}

.card-header {
	background: rgb(30, 60, 255);
	color: white;
	font-size: 10pt;
	height: 70px;
	text-transform: uppercase;
}

.card-body h4 {
	color: rgb(30, 60, 255);
	font-weight: 900;
}

.card-footer {
	background: rgb(30, 60, 255);
	color: white;
	font-size: 10pt;
}

.card-footer span{
	text-align: center;
	font-weight: 900;
	font-size: 14pt;
	line-height: 20px;
	display: inline-block;
	min-width: 50px;
	height: 30px;
	margin-left: 10px;
	padding: 5px 25px;
	background: #f1f1f1;
	color: rgb(30, 60, 255);
}