
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


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

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

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

@font-face {
    font-family: 'Impossible - 0 plus 30';
    src: url('Impossible-0plus30.woff2') format('woff2'),
        url('Impossible-0plus30.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Impossible - 0 minus 30';
    src: url('Impossible-0minus30.woff2') format('woff2'),
        url('Impossible-0minus30.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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




/*   Options    */


:root{
	--cor-1: #ff0000;
	--cor-2: #ff0000;
	--cor-3: #b72071;


	--cor-txt-1: #ffffff;
	--cor-txt-2: #ffffff;
	--cor-txt-3: #ff0000;
	

	--cor-bg-1: #0d1e28; 
	--cor-bg-3: #ffffff; 
	--cor-bg-2: #f4f2f3;


	--font: "Roboto", sans-serif;

	--fs-h1: 40px;
	--fs-h2: 32px;
	--fs-h3: 28px;
	--fs-h4: 24px;
	--fs-h5: 22px;
	--fs-h6: 20px;
	--fs-p: 15px;
	--fs-p-s: 12px;
	--fs-p-ss: 10px;

	--lh-h1: 50px;
	--lh-h2: 42px;
	--lh-h3: 38px;
	--lh-h4: 34p;
	--lh-h5: 32px;
	--lh-h6: 30px;
	--lh-p: 28px;
	--lh-p-s: 22px;
	--lh-p-ss: 14px;


}













/*   General    */


body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: var(--font);
}


img{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}



.mobile-show{
	display: 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%;
  }  
}


.video{
	width: 100%;
	border-radius: 0;
	overflow: hidden;
	-webkit-box-shadow: -10px 10px 30px 0px rgba(0,0,0,0.6);
-moz-box-shadow: -10px 10px 30px 0px rgba(0,0,0,0.6);
box-shadow: -10px 10px 30px 0px rgba(0,0,0,0.6);
border: var(--cor-1) solid 3px;
border-radius: 3px;
}



.cor-bg-2{
	background: var(--cor-bg-2);
}


.text-align-center{
	text-align: center;
}

/* Formulários */



textarea {
	width: 100%;
	height: 200px;
	margin: 0 0 16px;
	padding: 15px 20px;

	color: var(--cor-txt-1);

	font-family: var(--font);
	font-weight: 400;
	font-size: var(--fs-p);
	line-height: var(--lh-p);
	text-align: left;


	border: var(--cor-senaria) 1px solid;
	border-radius: 10px;
	background: var(--cor-bg-claro);

}


input {
	width: 100%;
	height: auto;
	margin: 0 0 15px;
	padding: 15px 20px;

	color: var(--cor-txt-1);

	font-family: var(--font);
	font-weight: 400;
	font-size: var(--fs-p);
	line-height: var(--lh-p);
	text-align: left;


	border: none;
	border-radius: 7px;
	background: var(--cor-bg-2);

}



.bt-entrar{
	width: auto;
	padding: 15px 80px;
	background: var(--cor-1);
	color: var(--cor-txt-2);
	font-weight: 700;
}

.bt-cor-bg{
	background: var(--cor-bg-1);
	color: var(--cor-1);
}


input::-webkit-input-placeholder {
	/* Edge */
	color: var(--cor-txt-3);
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: var(--cor-txt-3);
}

input::placeholder {
	color: var(--cor-txt-3);
}




.box-envie-sua-foto {
	width: 200px;
	height: 200px;
	margin: 0 0 15px;
	padding: 0;
	display: flex;
	justify-content: center;

	color: var(--cor-txt-1);
	font-family: var(--font);
	font-size: var(--fs-p);
	line-height: var(--lh-p);

	background: var(--cor-bg-2);

	font-weight: 400;
	text-align: center;
	border-radius: 1000px;
}

.box-envie-sua-foto label {
	width: 80%;
	cursor: pointer;
	margin: 0;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
}

.box-envie-sua-foto label span {
	color: var(--cor-2);
	font-weight: 700;
}

.box-envie-sua-foto label img {
	width: 40%;
	height: auto;
	margin: 0 0 15px;
	padding: 0;
	cursor: pointer;
}

#mediaFile {
	position: absolute;
	top: -1000px;
}

#profile {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	background: ;
	background-size: cover;
	background-position: center center;
	border: none;
	border-radius: 1000px;
	overflow: hidden;
}


.box-aceites {
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.form-check-inline {
	width: 30px;
	height: 30px;
	-webkit-appearance: none;
	margin: 0 10px 0 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
}

.form-check-inline:focus {
	outline: none;
}

.form-check-inline:checked:after {
	content: '✓';
	font-size: var(--fs-h3);
	line-height: var(--lh-h3);
	position: relative;

	color: var(--cor-1);
}

.box-aceites label {
	width: calc(100% - 40px);
	height: auto;
	font-family: var(--font);
	font-size: var(--fs-p);
	line-height: var(--lh-p);
	font-weight: 400;
	color: var(--cor-txt-1);
	padding: 0;
	margin: 0;
	display: inline-block;
	position: relative;

}

.box-aceites label a {
	color: var(--cor-1);
	cursor: pointer;
	text-decoration: none;
}

.box-aceites label a:hover {
	color: var(--cor-1);
	text-decoration: none;
}







/*the container must be positioned relative:*/

.inner{
	max-height: 280px !important;
	margin: 0 10px 0 0;
}

.bootstrap-select.open > .dropdown-menu{
	display: block;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
	
	
}

.bootstrap-select>select{
	height: 0;
	width: 0;
}

.bootstrap-select > .dropdown-menu{
	display: none;
	opacity: 0;
	max-height: 330px !important;
	visibility: hidden;
	overflow: hidden;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.85) translateY(-5px);
	-ms-transform: scale(0.85) translateY(-5px);
	transform: scale(0.85) translateY(-5px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
	width: 100%;
}

.dropdown{
	margin: 0 0 15px;
}

.bootstrap-select>.dropdown-toggle{
	background: var(--cor-bg-2);
	border: 0;
	width: 100%;
	display: block;
	padding: 16px 15px;
	color: var(--cor-txt-3);
	font-size: var(--fs-p);
	font-weight: 400;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	font-family: var(--font);
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover{
	color: var(--cor-txt-3);

}
.dropup .dropdown-toggle::after, .dropdown .dropdown-toggle::after {
	position: absolute;
	content: " ";
	right: 20px;
	width: var(--fs-p);
	height: var(--fs-p);
	background: url(../img/select-abrir.png) center center no-repeat;
	background-size: contain;
	transition: all 0.5s;
	border: none;
	margin: 5px 0 0 0;
}

.open .dropdown-toggle::after {
    position: absolute;
	content: " ";
	right: 20px;
	width: var(--fs-p);
	height: var(--fs-p);
	background: url(../img/select-abrir.png) center center no-repeat;
	background-size: contain;
	transform: rotate(180deg);
	transition: all 0.5s;
	border: none;
	margin: 5px 0 0 0;
}



.dropdown-menu{
	box-shadow: 0px 0px 15px rgba(60, 76, 150, 0.1);
	-webkit-box-shadow: 0px 0px 15px rgba(60, 76, 150, 0.1);
	-moz-box-shadow: 0px 0px 15px rgba(60, 76, 150, 0.1);
	position: absolute;
	left: 0;
	background: #fff;
	min-width: 100% !important;
	width: 100% !important;
	display: block;
}
.bootstrap-select .dropdown-menu a{
	display: block;
	padding: 8px 15px;
	margin: 0 10px;
	font-size: var(--fs-p);
	font-weight: 400;
	color: var(--cor-txt-3);
	
}

.bootstrap-select .dropdown-menu a:hover{
	background: var(--cor-bg-2);
	color: var(--cor-txt-3);
	border-radius: 10px;
	}

.bootstrap-select .dropdown-menu a span:hover{
	

}


/* Scroll Bar */
/* width */
.inner::-webkit-scrollbar {
	width: 8px;

}

/* Track */
.inner::-webkit-scrollbar-track {
	background: transparent;
	margin: 10px 10px 10px 0;
}

/* Handle */
.inner::-webkit-scrollbar-thumb {
	background: var(--cor-1);
	border-radius: 100px;
}

/* Handle on hover */
.inner::-webkit-scrollbar-thumb:hover {
	background: var(--cor-1);
	border-radius: 100px;
}




.container-select{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}


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






/* Index */

.body-index{
	width: 100vw;
	height: 100vh;
	background: url(../img/index-bg.jpg) bottom center no-repeat, #080611;
	background-size: cover;
}




.container-index{
	width: 50%;
	height: 100%;
	margin: 0 25%;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	position: absolute;
}


.container-index h1{
	width: 100%;
	height: 22vh;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/selo.png) center center no-repeat;
	background-size: contain;
}

.container-index form{
	width: 60%;
	height: auto;
	margin: 0 20%;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.container-index form h3{
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	padding: 0;

	font-size: var(--fs-h3);
	text-align: center;
	color: var(--cor-txt-2);
	font-weight: 700;
	font-style: italic;

}

.container-index form h4{
	width: 100%;
	height: auto;
	margin: 30px 0 10px 0;
	padding: 0;

	font-size: var(--fs-h4);
	text-align: center;
	color: var(--cor-txt-2);
	font-weight: 700;
	font-style: italic;

}

.container-index form label{
	width: 100%;
	height: auto;
	margin: 0 0 5px;
	padding: 0;

	font-size: var(--fs-p);
	text-align: left;
	color: var(--cor-txt-2);
	font-weight: 700;

}

.container-index form .box-aceites label {
	width: calc(100% - 40px);
	height: auto;
	padding: 0;
	margin: 0;
	display: inline-block;
	position: relative;

}



.container-index h2{
	width: 100%;
	height: 14vh;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/logo-negativo.png) center center no-repeat;
	background-size: contain;
}

.container-index p{
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	padding: 0;

	font-size: var(--fs-p);
	text-align: center;
	color: var(--cor-txt-2);
	font-weight: 700;
	

}
.container-index p a{
	text-decoration: none;
	color: var(--cor-txt-2);
}



/* Geral Site */


body.site{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: var(--cor-bg-1);
}


p{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 16px;
	font-size: var(--fs-p);
	line-height: var(--lh-p);
	color: var(--cor-txt-1);
	font-weight: 400;
	text-align: left;
}
h3{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 20px;
	font-size: 50px;
	line-height: 54px;
	color: var(--cor-2);
	font-weight: unset;
	text-align: left;
	font-style: unset;
	font-family: 'Impossible - 0';
}

h4{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 20px;
	font-size: 40px;
	line-height: 44px;
	color: var(--cor-txt-1);
	font-weight: unset;
	text-align: left;
	font-style: unset;
	font-family: 'Impossible - 0';
}

h5{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 20px;
	font-size: var(--fs-h5);
	line-height: var(--lh-h5);
	color: var(--cor-2);
	font-weight: 700;
	text-align: left;
	font-style: italic;
}



h6{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 20px;
	font-size: var(--fs-h6);
	line-height: var(--lh-h6);
	color: var(--cor-2);
	font-weight: 700;
	text-align: left;
	font-style: italic;
}

a{
	color: var(--cor-1);
	text-decoration: underline;
	font-weight: 700;
}



/*.bg-show{
	background: url(../img/bg-footer.jpg) bottom center no-repeat, var(--cor-bg-2);
	background-size: 100%;
}
*/

.container-premios{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.container-premios .box-premios{
	width: 30%;
	height: 145px;
	padding: 20px;
	margin: 10px;
	border-radius: 20px;
	background: linear-gradient(310deg, rgba(0,0,0,1) 0%, #ff0000 100%);
	font-size: var(--fs-p);
	line-height: var(--lh-p);
	color: var(--cor-txt-2);
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}

.container-premios .box-premios a{
	text-decoration: none;
	color: var(--cor-txt-2);
} 

.container-premios .box-premios img{
	width: 30%;
	height: auto;
	margin: 0;
	padding: 0;
}

img{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}


/* Header */


.menu-mobile{
	display: none;
	position: fixed;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 15px 0;
	background: var(--cor-1);
	top: 0;


}

.menu-mobile span{
	width: 95%;
	height: auto;
	padding: 0;
	margin: 0 5% 0 0;
	font-size: var(--fs-h3);
	line-height: var(--lh-h3);
	color: var(--cor-txt-2);
	font-weight: 700;
	text-align: right;
	display: block;
}


.fechar-menu-mobile{
	display: none;
	position: fixed;
	width: calc(100% - 24px);
	height: auto;
	margin: 0;
	padding: 15px 0;
	background: var(--cor-1);
	top: 0;


}

.fechar-menu-mobile span{
	width: 95%;
	height: auto;
	padding: 0;
	margin: 0 5% 0 0;
	font-size: var(--fs-h3);
	line-height: var(--lh-h3);
	color: var(--cor-txt-2);
	font-weight: 700;
	text-align: right;
	display: block;
}




.header{
	background: var(--cor-1);
}

.header h1{
	width: 100%;
	height: 42px;
	margin: 15px 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/selo1.png) center center no-repeat;
	background-size: contain;
}

.header ul{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header ul li{
	width: auto;
	height: auto;
	margin: 0 15px 0 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 11;
}

.header ul li:after{
	content: "|";
	width: auto;
	height: auto;
	margin: 0 0 0 12px;
	padding: 0;
	font-size: var(--fs-p);
	text-align: center;
	color: var(--cor-txt-2);
	font-weight: 700;
}
.header ul li:last-child:after{
	display: none;
}


.header ul li a{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: var(--fs-p);
	text-align: center;
	color: var(--cor-txt-2);
	font-weight: 400;
	position: relative;
	text-decoration: none;
	
}


.header ul.sub-menu{ 
	width: auto;
	height: auto;
	margin: 0 0 0 -15px;
	padding: 10px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 10;
  top: calc(100%);
  opacity: 1;
  display: none;
	}

.header ul.sub-menu:after{
	content: " ";
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	background: var(--cor-1);
	opacity: 0.9;
	z-index: 9;
}

.header ul.sub-menu li:after{
	display: none;
}


.header ul.sub-menu li{
	margin: 2px 120px;
	width: 100%;
}

.header ul.sub-menu li:before{
	content: " ";
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -2px;


	border-bottom: 1px solid var(--cor-txt-2);

}

.header ul.sub-menu li:last-child:before{
	display: none;
	}





.header .painel-header{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}


.box-pontos{
	width: 40%;
	height: auto;
	margin: 0;
	padding: 0;

}

.box-pontos p{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	font-size: var(--fs-p-s);
	line-height: var(--fs-p-s);
	color: var(--cor-txt-2);
	text-align: center;
} 

.box-pontos h4{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	font-size: var(--fs-h5);
	line-height: var(--fs-h5);
	color: var(--cor-txt-2);
	text-align: center;
} 

.box-notificacoes{
	width: 20%;
	height: auto;
	margin: 0 0 0 5%;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center
}

.box-notificacoes span{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	font-size: var(--fs-h4);
	line-height: var(--fs-h4);
	color: var(--cor-txt-2);
	text-align: center;
}


.box-user{
	width: 20%;
	height: auto;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.box-user span{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	font-size: var(--fs-h4);
	line-height: var(--fs-h4);
	color: var(--cor-txt-2);
	text-align: center;
}





/*Footer*/

footer{
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
	background: var(--cor-1);
}






/* Home */

.banner-home{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;

}
.banner-home img{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	
}


/* Ranking */

.tit-box{
	width: 100%;
	height: auto;
	margin: 0 0 20px;
	padding: 20px 0;
	text-align: center;
	background: linear-gradient(310deg, rgba(0,0,0,1) 0%, #ff0000 100%);
	border-radius: 20px;
	color: var(--cor-txt-2);
}

.tit-box span.grande{
	font-size: var(--fs-h1);
}

.tit-box span..grande-thin{
	font-size: var(--fs-h1);
	font-weight: 400;
}

.tit-box span.linha-2{
	font-weight: 400;
	}
.tit-box span.linha-3{
	font-weight: 400;
	font-size: var(--fs-h4);
	}
.tit-box span.linha-4{
	font-weight: 500;
	}


table{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

table tr{
	border-bottom: 1px solid var(--cor-txt-1);
}

table tr:last-child{
	border-bottom: none;
}

table tr td:last-child{
	width: 20%;
}


table tr td p{
	text-align: center;
	margin: 15px 0;
}

/* Noticias */


.materia h5{
	margin: 0;
}

.materia h6{
	margin: 0;
}

.materia p{
	margin: 0;
}

/*   Responsive    */



@media (max-width: 620px) {
	
	.vire-de-lado{display: flex;}
	

}


@media (max-width: 992px) {
	.sm-hide{display: none;}
	.md-hide{display: none;}
	.lg-hide{display: none;}
	.xl-hide{display: none;}

	
	.mobile-show{display: flex !important;}
	.mobile-hide{display: none !important;}

	.vh-100-desktop{height: auto;}



	/*Inde */
	.container-index{width: 90%; margin: 0 5%; height: 100vh}
	.container-index p a{font-size:10px;}
	.container-index form{width: 90%; margin: 0 5%}


	/*Header*/
	body.site{padding-top: 68px}
	.menu-mobile{display: block;}
	.fechar-menu-mobile{display: block;}
	.header{position: fixed; left: -100%; height: 100vh}
	.header h1{height: 150px; margin: 0 0 30px}
	.header ul{display: block; margin: 30px 0 50px;}
	.header ul li:after{display: none;}
	.header ul li{margin: 20px 0;}
	.header ul li.pai-sub{display: flex; flex-direction: column;}
	.header ul li ul.sub-menu{display: flex; position: relative; top: unset; margin: 0}
	.header .painel-header{justify-content: center; padding: 0 0 30px}


	/*Geral*/
	.container-premios .box-premios{width: 100%}

}



@media (min-width: 768px) and (max-width: 992px) {
	.lg-hide{display: none;}
	.xl-hide{display: none;}
	


	
}


@media (min-width: 992px) and (max-width: 1200px) {
	
	.xl-hide{display: none;}




:root{


	--fs-h1: 48px;
	--fs-h2: 40px;
	--fs-h3: 34px;
	--fs-h4: 24px;
	--fs-h5: 20px;
	--fs-h6: 18px;
	--fs-p: 14px;
	--fs-p-s: 10px;
	--fs-p-ss: 8px;

	--lh-h1: 56px;
	--lh-h2: 48px;
	--lh-h3: 40px;
	--lh-h4: 24p;
	--lh-h5: 22px;
	--lh-h6: 20px;
	--lh-p: 20px;
	--lh-p-s: 16px;
	--lh-p-ss: 12px;


}




	
}

@media (min-width: 1201px) and (max-width: 1440px) {
	
		
}

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

}


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