:root {
  --main-bg-color: #BBAB5D;
  --main-fg-color: #EFD196;
}

/*exemplo de aplicação*/
/*.classe{*/
/*  background-color: var(--main-bg-color);*/
/*}*/

@media only screen and (max-width: 998px) {

}
.Anchor {
  height: 0;
  top: -70px;
  position: relative;
}
.Anchor#Inicio {
  top: 0;
}
body {
	margin: 0;
	padding: 0;
}
#Container {
	margin: 0 auto;
	width: 100%;
}
/* SLIDERS */
.stage {
    position:relative;
}
.mask {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.holder {
    width: 10000%;
    height: 100%;
}
.page {
    float: left;
}
/* SLIDERS */
.BoxRow {
	box-sizing: border-box;
	display: inline-block;
	max-width: 1200px;
	text-align: left;
	width: 100%;
}
.BoxBg {
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	display: block;
    padding: 0;
    margin: 0;
	width: 100%;
}

.BoxGrid-2 {
    box-sizing: border-box;
	float: left;
    vertical-align: top;
    width: 50%;
}
.BoxGrid-2 .ImgOnly img {
	max-width: 100%;
}
.BoxGrid-2-20{
    float: left;
    width: 20%;        
    box-sizing: border-box;    
}
.BoxGrid-2-20 .ImgOnly img {
    max-width: 100%;
}
.BoxGrid-2-25{
    float: left;
    width: 25%;        
    box-sizing: border-box;    
}
.BoxGrid-2-25 .ImgOnly img {
    max-width: 100%;
}
.BoxGrid-2-30{
    float: left;
    width: 30%;        
    box-sizing: border-box;    
}
.BoxGrid-2-30 .ImgOnly img {
    max-width: 100%;
}
.BoxGrid-2-33{
    float: left;
    width: 33%;        
    box-sizing: border-box;    
}
.BoxGrid-2-33 .ImgOnly img {
    max-width: 100%;
}
.BoxGrid-2-40 {
    float: left;
    width: 40%;        
    box-sizing: border-box;    
}
.BoxGrid-2-40 .ImgOnly img {
    max-width: 100%;
}
.BoxGrid-2-60 {
    float: left;
    width: 60%;
    box-sizing: border-box;
}
.BoxGrid-2-60 .ImgOnly img {
    max-width: 100%;
}
.BoxGrid-2-66{
	float: left;
	width: 66%;		
	box-sizing: border-box;	
}
.BoxGrid-2-66 .ImgOnly img {
	max-width: 100%;
}
.BoxGrid-2-70 {
	float: left;
	width: 70%;
	box-sizing: border-box;
}
.BoxGrid-2-70 .ImgOnly img {
	max-width: 100%;
}
.BoxGrid-2-75 {
	float: left;
	width: 75%;
	box-sizing: border-box;
}
.BoxGrid-2-75 .ImgOnly img {
	max-width: 100%;
}
.BoxGrid-2-80 {
	float: left;
	width: 80%;
	box-sizing: border-box;
}
.BoxGrid-2-80 .ImgOnly img {
	max-width: 100%;
}
.BoxGrid-2-Auto {
	box-sizing: border-box;
	display: inline-block;
	margin: 0 auto;
	vertical-align: top;
}
.BoxGrid-2-Auto .ImgOnly img {
	max-width: 100%;
}
.BoxGrid-3 {
    box-sizing: border-box;
    float: left;
    vertical-align: top;
    width: 33.3%;
}
.BoxGrid-3 .imagem img {
	width: 100%;
}
.BoxGrid-3-Auto {
	box-sizing: border-box;
	float: left;
	margin: 0 auto;
	vertical-align: top;
}
.BoxGrid-3-Auto .ImgOnly img {
	max-width: 100%;
}

.BoxGrid-4 {
	box-sizing: border-box;
	float: left;
    vertical-align: top;
	width: 25%;
}
.BoxGrid-4:nth-child(4n+1) {
    clear: both;
}

.BoxGrid-5 {
    box-sizing: border-box;
    float: left;
    vertical-align: top;
    width: 20%;
}
.BoxGrid-5:nth-child(5n+1) {
    clear: both;
}

.BoxGrid-6 {
	box-sizing: border-box;
    float: left;
    vertical-align: top;
	width: 16.6%;
}
.BoxGrid-6:nth-child(6n+1) {
    clear: both;
}

.BoxKAR {
	box-sizing: border-box;
	display: inline-block;
	overflow: hidden;
   	position: relative;
	width: 100%;
}
.BoxKAR:before {
	content: "";
	display: block;
}
.BoxKAR > .content {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
}
.BoxKAR img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: center;
}
.BoxKAR_1x2:before {
    padding-top: 150%;
}
.BoxKAR_3x4:before {
    padding-top: 133%;
}
.BoxKAR_1x1:before {
	padding-top: 100%;
}
.BoxKAR_4x3:before {
    padding-top: 75%;
}
.BoxKAR_3x5:before {
	padding-top: 68%;
}
.BoxKAR_16x9:before {
    padding-top: 56%;
}col-md-6
.BoxKAR_21x9:before {
    padding-top: 45%;
}

.ImgOnly {
	font-size: 0;
	line-height: 0;
}
.ImgOnly img {
	max-width: 100%;
}

.MobileVisible {
	display: none;
}

@media only screen and (max-width: 600px) {
    .Menu {
        display: none;
    }
    .MenuMobile {
        display: block;
    }
	.MobileHidden {
		display: none;
	}
	.MobileVisible {
		display: block;
	}
	.MobileCenter {
		margin: 0 auto;
		text-align: center;
	}
	.MobilePad {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.EnvolveGaleria .BoxRow {
		margin-bottom: 0;
	}
	.BoxGrid-2,
    .BoxGrid-2-20,
    .BoxGrid-2-25,
    .BoxGrid-2-30,
    .BoxGrid-2-40,
    .BoxGrid-2-60,
    .BoxGrid-2-70,
    .BoxGrid-2-75,
    .BoxGrid-2-80,
	.BoxGrid-2-Auto,
	.BoxGrid-3,
	.BoxGrid-3-Auto,
    .BoxGrid-4,
    .BoxGrid-4-Auto,
	.BoxGrid-5,
	.BoxGrid-5-Auto {
		width: 100% /*!important*/;
	}
	.BoxGrid-2 img,
	.BoxGrid-3 img,
	.BoxGrid-3-Auto img {
		margin: 0;
		max-width: 100%;
	}
    .BoxGrid-6 {
        width: 50%;
    }
    .BoxGrid-6:nth-child(2n+1) {
        clear: both;
    }
}

@media only screen and (min-width: 601px) and (max-width: 998px)  {
    .Menu {
        display: none;
    }
    .MenuMobile {
        display: block;
    }
	.MobileHidden {
		display: none;
	}
	.MobileCenter {
		margin: 0 auto;
		text-align: center;
	}
	.MobilePad {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.BoxGrid-2,
    .BoxGrid-2-20,
    .BoxGrid-2-25,
    .BoxGrid-2-30,
    .BoxGrid-2-40,
	.BoxGrid-2-60,
    .BoxGrid-2-70,
    .BoxGrid-2-75,
	.BoxGrid-2-80,
	.BoxGrid-2-Auto,
	.BoxGrid-3,
	.BoxGrid-3-Auto {
		width: 100%;
	}
	.BoxGrid-2 img,
	.BoxGrid-3 img,
	.BoxGrid-3-Auto img {
		max-width: 100%;
	}
    .BoxGrid-4 {
        width: 50%;
    }
	.BoxGrid-5,
	.BoxGrid-5-Auto {
		width: 33.3%;
	}
    .BoxGrid-6 {
        width: 33.3%;
    }
    .BoxGrid-6:nth-child(3n+1) {
        clear: both;
    }
}

@media only screen and (min-width: 999px) {
	.MenuMobile {
        display: none;
	}
}
.BtClose {
    /*background-color: var(--main-bg-color);*/
    color: #000;
    float: right;
    font-size: 1.5rem;
    height: 30px;
    line-height: 27px;
    text-align: center;
    text-decoration: none;
    min-width: 30px;
    position: relative;
    z-index: 1;
}
.BtClose:hover {
    color: #ccc;
    text-decoration: none;
}

.ftco-navbar-light.bg-white{
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }


@media only screen and (max-width: 600px) {

}

@media only screen and (min-width: 601px) and (max-width: 998px)  {

}

@media only screen and (min-width: 999px) {
    .mt-10pz{
        margin-top: 10rem !important;}
}
@media (max-width: 992px) {
    .side-right  nav.navbar.bootsnav .navbar-header {
        position: fixed;
        left: 259px;
        z-index: 100;
    }


}
.navbar-brand{
    padding: 0px 0 0px 0!important;
}
.bootsnav{
    margin: 0 0 0 0;
}
.ftco-navbar-light.bg-white.navbar{
    margin-bottom: 0rem !important;
}
.ftco-navbar-light{
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1)!important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important;
    padding-bottom: 31px;
}
.ftco-navbar-light.scrolled{
    padding-bottom: 31px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1)!important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important;
}
.ftco-footer{
    font-size: 14px;
}
.carousel-indicators{
    z-index: 0!important;
}


.fmInput,
.fmInput_onerror {
    background-color: rgba(4,4,40,0.4);
    border: 1px solid #FFF;
    font-family: sans-serif, arial;
    box-sizing: border-box;
    color: #FFF;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 18px 10px 18px;
    margin-bottom: 8px;
    width: 100%;
}
.fmInput_onerror {
    color: #DD0000;
    border-color: #DD0000;
}
.fmInput::-webkit-input-placeholder,
.fmInput_onerror::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #FFF;
    opacity:  1;
}
.fmInput::-moz-placeholder,
.fmInput_onerror::-moz-placeholder { /* Firefox 19+ */
    color: #FFF;
    opacity:  1;
}
.fmInput:-ms-input-placeholder,
.fmInput_onerror:-ms-input-placeholder { /* IE 10+ */
    color: #FFF;
    opacity:  1;
}
.fmInput:-moz-placeholder,
.fmInput_onerror:-moz-placeholder { /* Firefox 18- */
    color: #FFF;
    opacity:  1;
}
.fmInput_onerror:-moz-placeholder,
.fmInput_onerror:-ms-input-placeholder,
.fmInput_onerror::-moz-placeholder,
.fmInput_onerror::-webkit-input-placeholder {
    color: #DD0000;
}

.fmSubmit {
    font-size: 14px;
    padding: 3rem !important;
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
.fmSubmit:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff; }

.fmSubmit {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
    .fmSubmit {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
.fmSubmit:hover, .fmSubmit:focus {
    text-decoration: none; }
.fmSubmit:focus, .fmSubmit.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.25); }
.fmSubmit.disabled, .fmSubmit:disabled {
    opacity: 0.65; }
.fmSubmit:not(:disabled):not(.disabled) {
    cursor: pointer; }
.fmSubmit:not(:disabled):not(.disabled):active, .fmSubmit:not(:disabled):not(.disabled).active {
    background-image: none; }

a.fmSubmit.disabled,
fieldset:disabled a.fmSubmit {
    pointer-events: none; }
