
@font-face {
    font-family: 'Bw Surco DEMO';
    src: url('BwSurcoDEMO-BlackItalic.woff2') format('woff2'),
        url('BwSurcoDEMO-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bw Surco DEMO';
    src: url('BwSurcoDEMO-Black.woff2') format('woff2'),
        url('BwSurcoDEMO-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bw Surco DEMO';
    src: url('BwSurcoDEMO-Bold.woff2') format('woff2'),
        url('BwSurcoDEMO-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bw Surco DEMO';
    src: url('BwSurcoDEMO-BoldItalic.woff2') format('woff2'),
        url('BwSurcoDEMO-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bw Surco DEMO';
    src: url('BwSurcoDEMO-Light.woff2') format('woff2'),
        url('BwSurcoDEMO-Light.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bw Surco DEMO';
    src: url('BwSurcoDEMO-Book.woff2') format('woff2'),
        url('BwSurcoDEMO-Book.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bw Surco DEMO';
    src: url('BwSurcoDEMO-BookItalic.woff2') format('woff2'),
        url('BwSurcoDEMO-BookItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bw Surco DEMO';
    src: url('BwSurcoDEMO-LightItalic.woff2') format('woff2'),
        url('BwSurcoDEMO-LightItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Bw Surco DEMO';
    src: url('BwSurcoDEMO-RegularItalic.woff2') format('woff2'),
        url('BwSurcoDEMO-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bw Surco DEMO';
    src: url('BwSurcoDEMO-Regular.woff2') format('woff2'),
        url('BwSurcoDEMO-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bw Surco DEMO';
    src: url('BwSurcoDEMO-MediumItalic.woff2') format('woff2'),
        url('BwSurcoDEMO-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}






/*   Options    */


:root{
	--cor-1: #e18719;
	--cor-2: #623e23;
	--cor-3: #4d266e;

	--cor-txt-1: #ffffff;
	--cor-txt-2: #623e23;
	

	--cor-bg-1: #000000; 
	--cor-bg-2: #ffffff;
	--cor-bg-3: #eeeeee;


	--font: 'Bw Surco DEMO', sans-serif;

	--fs-h1: 52px;
	--fs-h2: 44px;
	--fs-h3: 38px;
	--fs-h4: 26px;
	--fs-h5: 22px;
	--fs-h6: 20px;
	--fs-p: 18px;
	--fs-p-s: 13px;
	--fs-p-ss: 10px;

	--lh-h1: 58px;
	--lh-h2: 50px;
	--lh-h3: 42px;
	--lh-h4: 28p;
	--lh-h5: 24px;
	--lh-h6: 22px;
	--lh-p: 22px;
	--lh-p-s: 18px;
	--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;
}




/* 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-2);

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


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

}



.bt-cadastrar{
	width: auto !important;
	padding: 15px 40px !important;
	margin: 15px 0 60px;
}
.bt-entrar{
	width: 80%;
	padding: 15px 0;
	background: var(--cor-1);
	color: var(--cor-txt-1);
	font-weight: 700;
	text-align: center;
}


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

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

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




.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 2px 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.form-check-inline {
	width: 40px;
	height: 40px;
	-webkit-appearance: none;
	margin: 0 20px 0 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% - 60px);
	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 > .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%;
}
.bootstrap-select>.dropdown-toggle{
	background: var(--cor-bg-2);
	border: 0;
	width: 100%;
	display: block;
	padding: 16px 15px;
	color: var(--cor-txt-2);
	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-2);
}
.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-2);
	
}

.bootstrap-select .dropdown-menu a:hover{
	background: var(--cor-bg-3);
	color: var(--cor-txt-2);
	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;
}









/* Index */

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




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


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

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

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

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

	font-size: var(--fs-h3);
	text-align: center;
	color: var(--cor-1);
	font-weight: 600;
	

}

.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-1);
	font-weight: 400;

}


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


.container-index .row-form{
	width: 100%;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0;
	display: flex;
	align-items: center;
}



.container-index .row-form .col-form{
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}


.container-index .row-form .col-form:last-child{
	align-items: flex-end;
}

.container-index .row-form .col-form a{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;

	font-size: var(--fs-p);
	text-align: left;
	color: var(--cor-txt-1);
	font-weight: 400;
	text-decoration: underline;
	cursor: pointer;
}


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

	font-size: var(--fs-p-s);
	line-height: var(--fs-p-s);
	text-align: left;
	color: var(--cor-txt-1);
	font-weight: 400;
	text-align: center;
}


/*   Popup    */


.fundo-popup{
	width: 100%;
	height: 100%;
	position: fixed;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 20;
	display: none;
}

.fundo-popup:after{
	content: " ";
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 18;
	background: var(--cor-3);
	opacity: 0.8;
	position: absolute;
}

.popup{
	width: 30%;
	height: auto;
	margin: 0;
	padding: 40px;
	background: var(--cor-bg-2);
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	z-index: 21;
}


.popup .bt-entrar:hover{
	color: var(--cor-txt-1);
	cursor: pointer;
	}

.fechar-popup{
	width: 100%;
	height: 100%;
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 19;
	cursor: pointer;
}

.fundo-popup p{
	text-align: center;
}

.fundo-popup h3{
	text-align: center;
	width: 100%;
	height: auto;
	margin: 0 0 10px;
	padding: 0;

	font-size: var(--fs-h4);
	text-align: center;
	color: var(--cor-1);
	font-weight: 600;
}


.popup .bt-entrar{
	background: var(--cor-1);
}

.popup input{
	background: var(--cor-bg-3);
}



/*   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%}
	.popup{width: 80%;}





/*   Options    */


:root{
	--cor-1: #e18719;
	--cor-2: #623e23;
	--cor-3: #4d266e;

	--cor-txt-1: #ffffff;
	--cor-txt-2: #623e23;
	

	--cor-bg-1: #000000; 
	--cor-bg-2: #ffffff;
	--cor-bg-3: #eeeeee;


	--font: 'Bw Surco DEMO', sans-serif;

	--fs-h1: 52px;
	--fs-h2: 44px;
	--fs-h3: 38px;
	--fs-h4: 26px;
	--fs-h5: 22px;
	--fs-h6: 20px;
	--fs-p: 14px;
	--fs-p-s: 10px;
	--fs-p-ss: 8px;

	--lh-h1: 58px;
	--lh-h2: 50px;
	--lh-h3: 42px;
	--lh-h4: 28p;
	--lh-h5: 24px;
	--lh-h6: 22px;
	--lh-p: 22px;
	--lh-p-s: 14px;
	--lh-p-ss: 14px;


}




	

}



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

	
}


@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;


}


.container-index h1 {height: 50px; margin: 20px 0}
	.container-index h3{height: 70px; margin: 20px 0}
	.container-index{width: 30%; margin: 0 35%}
	.container-index h2{height: 60px; margin: 0}
	input{ margin:0 0 5px }
	.footer{margin:20px 0 0 0;	}



	
}

@media (min-width: 1201px) and (max-width: 1440px) {
	
		
	.container-index h1 {height: 50px; margin: 20px 0}
	.container-index h3{height: 70px; margin: 20px 0}
	.container-index{width: 30%; margin: 0 35%}
	.container-index h2{height: 60px; margin: 0}
	input{ margin:0 0 5px }
	.footer{margin:20px 0 0 0;	}
}

@media (min-width: 1441px) and (max-width: 1920px) {

	.container-index{height: 100%;}
	
	.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;}
	
}