@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: normal;
	src: local('Lato'), url('Geometria.woff') format('woff');
	font-display: swap;
}

@font-face {
    font-family: 'AndanteDisplay';
    src: url('fontes/andantedisplay-regular-webfont.woff2') format('woff2'),
         url('fontes/andantedisplay-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}


	*, html{
		padding: 0;
		margin: 0;
		font-weight: normal;
		list-style: none;
		text-decoration: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-family:Lato;
	}

	section, footer, header, aside, nav, article{
		display: block;
	}

	body{
		/* Cor escura de profundidade */
		background-color: gray;
	}

	body.open{
		overflow: hidden;
	}

	.f_left{
		float: left;
	}
	.f_right{
		float: right;
	}
	.hide{
		display: none;
	}
	.hidden_ov{
		overflow: hidden;
	}
	.hide_text{
		display: inline-block;
		text-indent: -9999px;
	}
	.display_bl{
		display: block;
	}
	.upper{
		text-transform: uppercase;
	}
	h3.upper {
    font-size: 24px!important;
    letter-spacing: 0px!important;
    font-weight: 600;
}
p.destaque-home {
    font-weight: 600!important;
    text-transform: uppercase;
}
	.lower{
		text-transform: lowercase;
	}
	.no_margin{
		margin: 0 !important;
	}
	.no_border{
		border: none;
	}
    .title-shadow {
        -webkit-text-shadow: 1px 1px 10px rgb(0, 0, 0);
        text-shadow: 1px 1px 10px rgb(0, 0, 0) ;
    }
	.center_text{
		text-align: center;
	}
	.clearfix:after{
		content: "";
		position: relative;
		display: block;
		clear: both;
		height: 0;
		opacity: 0;
		visibility: hidden;
	}
	a{
		transition: color 500ms ease;
		color: #9e9e9e;
	}
	.one-half-column{
		width: 50%;
		float: left;
	}
	.section.item.segundo-item.pp-section.pp-table.active {
    background: #0e2564!important;
}

/*
	Default button
	------------------------ */
	.default_button{
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #fff;
		font-size: 13px;
		color: #fff;
		padding: 0 30px;
		height: 58px;
		line-height: 58px;
		display: inline-block;
		font-size: 13px;
		/*font-family: 'Lato';*/
	}
	.default_button:after{
		content: "";
		background: url(../images/sprite_1.png) no-repeat 0 -82px;
		width: 24px;
		height: 9px;
		display: inline-block;
		margin-left: 12px;
	}

/*
	Header
	-------------- */

	#main_header{
		position: absolute;
		z-index: 200;
		top: 0;
		left: 0;
		width: 100%;
		height: 110px;    
	}

	#main_header h1{
		position: absolute;
		top: 50%;
		left: 3.5%;
		z-index: 5;
		margin-top: -10px;
	}

	#main_header h1 a{
		/*background: url(/site/img/logo-branca.png) no-repeat 0 0;*/
		background-repeat: no-repeat;
		background-size:100% auto;
		width: 120px;
		height: 100px;    
	}

	#main_header .btn_menu{
		display: inline-block;    
		position: absolute;
		margin-top: -8px; 
		right: 3.5%;
		top: 50%;
		z-index: 5;
		height: 16px;
		width: 33px;
		cursor: pointer;
	}

	#main_header .btn_menu a{
		display: inline-block;
		/*background: url(../images/sprite_1.png) no-repeat 0px -152px;*/
		background-color: #fff;
		width: 33px;
		height: 2px;
		position: absolute;
		top: 7px;
		left: 0;
	}

	#main_header .btn_menu a::after{    
		content: " ";
		position: absolute;
		top: -7px;
		left: 0;
		height: 100%;
		width: 100%;
		display: block;
		background-color: #fff;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}

	#main_header .btn_menu a::before{    
		content: " ";
		position: absolute;
		top: 7px;
		left: 0;
		height: 100%;
		width: 100%;
		display: block;
		background-color: #fff;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}

	#main_header .btn_menu.open a{    
		background-color: transparent;
	}

	#main_header .btn_menu.open a::before{
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 0;
	}

	#main_header .btn_menu.open a::after{
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 0;
	}

/* 
	Header fora de posiÃ§Ã£o original
	*/

	#main_header nav{
		display: none;
		width: 594px;
		margin: 48px auto 0;
	}

	#main_header nav li{
		display: inline-block;
		float: left;   
		margin-right: 58px;
		line-height: 16px;
	}

	#main_header nav li:last-child{
		margin-right: 0; 
	}

	#main_header nav li a{
		color: #fff;
		/*font-family: 'Lato';*/
		font-size: 16px;
		position: relative;
	}

	#main_header nav li a::before{
		content: '';
		background-color: rgba(255,255,255,0.85);
		height: 1px;
		width: 0;
		display: block;
		position: absolute;
		top: -6px;
		left: 0;
		-webkit-transition: all 0.35s;
		-o-transition: all 0.35s;
		transition: all 0.35s;
	}
	#main_header nav li a::after{
		content: '';
		background-color: rgba(255,255,255,0.85);
		height: 1px;
		width: 0;
		display: block;
		position: absolute;
		bottom: -4px;
		right: 0;
		-webkit-transition: all 0.35s;
		-o-transition: all 0.35s;
		transition: all 0.35s;
	}

	#main_header nav li a:hover::before,
	#main_header nav li a:hover::after{    
		width: 100%;
	}

	#main_header.isDown nav{
		display: block;
	}

	#main_header.isDown .btn_menu{
		display: none;
	}

	#main_header.isDown{
		overflow: hidden;
		height: 110px;
		transform: translate3d(0,-110px,0);
		-webkit-transition: transform 0.6s cubic-bezier(0.68, 0.27, 0.06, 0.93);
		transition: transform 0.6s cubic-bezier(0.68, 0.27, 0.06, 0.93);
	}

	#main_header.isDown.show{
		transform: translate3d(0,0,0);
	}

	#main_header.pink{
		background-color: rgba(217,0,60,0.8);
		position: fixed;
	}

/*
	Main Menu
	---------------- */

	aside.lateral_content{    
		width: 250px;
		background: #2b2b2b url(../images/bg_nav.jpg) repeat-y 0 0;
		padding-top: 3%;
	}

	.lateral_content nav li{
		margin-top: 11%; 
	}

	.lateral_content nav li a{
		/*font-family: 'Lato';*/
		font-size: 16px;
		display: block;    
		color: #9e9e9e;
	}

	.lateral_content nav li a.active,
	.lateral_content nav li a:hover{
		color: #f1d81a;    
	}

	aside .container-bottom{
		position: absolute;
		z-index: 1;
		left: 0;
		bottom: 0;
		width: 100%;
	}
    aside .container-bottom .idiomas {
            display: block;
            margin-bottom: 20px;
    }
    
    aside .container-bottom .idiomas a{
        display: block;
        width: 30px;
        height: 17px;
        overflow: hidden;
        text-indent: 50px;
        margin: 0 auto;
       background : url(../images/lang_flag.jpg) no-repeat;
    }
     aside .container-bottom .idiomas  .lang-en{
        
        background-position-y: -17px;
    }
    

	aside .direitos_reservados {    
		padding-bottom: 20px;
	}
	aside .direitos_reservados span{
		/*font-family: 'Lato';*/
		font-size: 11px;
		line-height: 17px;
		display: block;    
		color: #9e9e9e;    
	}

	aside .redes_sociais{
		border-top: 1px solid #343434;
		overflow: hidden;
		height: 50px;
		position: relative;
	}

	aside .redes_sociais:after{
		content: "";
		height: 50px;
		width: 1px;
		background-color: #343434;
		left: 50%;
		top: 0;
		position: absolute;
	}

	aside .redes_sociais a i{font-size:25px;margin-top:10px;}
	aside .redes_sociais a{
		width: 50%;
		display: inline-block;
		border-top: 1px solid #303030;
		height: 100%;    
		-ms-transition: opacity 600ms ease;
		transition: opacity 600ms ease;
		opacity: .70;
		text-align:center;
	}
    
   

	aside .redes_sociais a.twitter{
		border-top: 1px solid #303030;
		background-position: 70px -46px;
	}

	aside .redes_sociais a:hover{
		opacity: 1;
	}


/* ON-LINE / OFF-LINE */
.on1 {
    text-align: right;
}
.txt-tela1 {
    margin-top: -30px;
}
.onoff{
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    /*width: 270px;*/
    height: 500px;

    display: flex;
    align-items: center;
    text-align: center;
}
#slide-home h1 span {
    color: #fff!important;
}
.img-id img {
    width: 80%;
    margin-left: 20%;
}
.img-perf img {
    margin-left: 20%;
    width: 70%;
    padding-top: 146px;
}
.onoff h1, .onoff h2{
	font-size:100px;
	font-weight:800;
	line-height:100px;
}
.onoff span{color:#fff;/*margin-bottom:15px;*/}
.switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 50px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffb100;
  -webkit-transition: .4s;
  transition: .4s;
}
.img-servicos img {
    width: 100%;
    margin-left: 20%;
    margin-top:50px;
}
.img-land img {
    width: 70%;
    margin-left: 20%;
}
p.txt-sobre {
    color: #fff;
    text-align: justify;
}
.txt-site {
    color: #fff;
    right: 100px;
    position: absolute;
    margin-top: 200px;
    width: 500px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 42px;
  width: 42px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #0f187b;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.lista-home{margin-top:25px;font-size:18px;line-height:1.5;color:#333;text-align:center;}
.lista-home.off, .lista-home.off a{color:#FFF;}
.lista-home a{color:#333;}
.aagencia p{text-align:justify;}
/* BG on / off*/
.bg-hide{
	width:100%;
	height:100%;
	background: url(../img/bg-off.jpg) bottom repeat-x;
	/*background-position: bottom; */
	
	position:absolute;
	left:0;
	top:0;
	color:#fff;
	display:none;
}



/* HOME - SLIDER
	------------------  */
	#slide-home {
		width: 100%;
		max-width: 100%;
		height: 100%;
		position: relative;
		list-style: none;
		padding: 0;
		margin: 0 auto;
		overflow: hidden;
	}
	#slide-home .item{
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 100% 100%;
		overflow:hidden;
	
	}
	@media only screen and (min-width: 769px) {
		#slide-home .item.conteudo-home1{ background-image: url(../img/bg-on.png);background-size:cover;  }
		#slide-home .item.conteudo-spa{ background-image: url(../img/spa.webp)  ;  background-size:100% auto; background-position:top right;  }
		#slide-home .item.conteudo-kenner{ background-image: url(../img/kenner.jpg)  ;  background-size:100% auto; background-position:top right;  }
		#slide-home .item.conteudo-honda{ background-image: url(../img/honda.jpg)  ;  background-size:100% auto; background-position:top right;  }
		#slide-home .item.conteudo-supermarket{ background-image: url(../img/sm.webp)  ;  background-size:cover;  }
		#slide-home .item.conteudo-jae{ background-image: url(../img/jae.png)  ;  background-size:cover;  }
		#slide-home .item.conteudo-rjardim{ background-image: url(../img/rjardim.webp)  ;  background-size:cover;  }
		#slide-home .item.conteudo-maple{ background-image: url(../img/maple.webp)  ;  background-size:cover;  }
		#slide-home .item.conteudo-portogalo{ background-image: url(../img/portogalo.jpg)  ;  background-size:cover;  }
		#slide-home .item.conteudo-estrela{ background-image: url(../img/alcione.webp)  ;  background-size:cover;  }
		#slide-home .item.conteudo-unica{ background-image: url(../img/back_unica.jpg)  ;  background-size:cover;  }
		#slide-home .item.conteudo-crisflor{ background-image: url(../img/master.webp)  ;  background-size:cover;  }
	}

	
	/*.conteudo-honda .mais,.conteudo-estrela .mais{color:#810;}
	.conteudo-rjardim .mais{color:#224;}
	.conteudo-unica .mais{color:#023;}*/
	
	#slide-home .item.conteudo-unica img{ max-height:100px; }
	#slide-home .item.conteudo-crisflor img{ max-height:100px; }
	
	#pp-nav li p{
		display:none;
		position:absolute;
		text-align:right;
		width:200px;
		margin-left:-210px;
		margin-top:-5px;
		color:#fff;
		font-size:20px;
	}
	#pp-nav li p:hover,#pp-nav li a.active p{font-style:italic;}

		
	@media only screen and (max-width: 640px){
		.hide-xs {display:none;}
			p.txt-sobre {
    padding:10px;
    font-size:13.5px;
}

.img-servicos img {
    margin-top: 10px;
    margin-left: 0;
}
.img-perf img {
     padding-top: 0;
}
.txt-servicos {
    margin-top: -100px!important;
    text-align: center!important;
    width: 100%!important;
    right: 0!important;
    position: relative!important;
}
.txt-servicos h1 {
    margin-top: 140px!important;
    width: 95%;
}
.txt-servicos p {
    font-size: 14px;
    width: 90%;
    margin-left: 5px;
}

.txt-servicos h2 {
    font-size: 16px;
    width: 90%;
    margin-left: 5px;
}
h3.upper.auto {
    margin-top: -260px;
}
.btn-home {
    margin-left: 30%;
}

h3.upper.gastro {
    margin-top: -270px;
}
label.txt-home {
    color: #fff;
    font-size: 16px;
}
#slide-home h1:not(.h1onoff) {
    color: #ffb100;
    border-bottom: initial!important;
    font-size: 22px;
    margin-top: 30px;
    font-weight: 600;
}
#slide-home h1 span {
    color: #fff!important;
}
#slide-home h1 strong {
    color: #ffb100 !important;
}

	}

	#slide-home .item .text-wrap{
		position: absolute;
		z-index: 2;
	}

	#slide-home .text-wrap{
		position: absolute;
		z-index: 2;
		top: 31%;
		left: 87px;
	}
	#slide-home .text-wrap h3{
		color: #fff;
		font-size: 75px;
		line-height: 70px;
		letter-spacing: -3px;
		/*font-family: 'Lato';*/
	}
	#slide-home .text-wrap h3::after{
		content: "";
		display: block;
		background-color: #fff;
		width: 100px;
		height: 3px;    
		
	}
	#slide-home .text-wrap h3.black::after{
		background-color: #000;
	}
	#slide-home .text-wrap p{
		color: #fff;
		font-size: 15px!important;
		line-height: 22px;
		/*font-family: 'Lato', serif;*/
		font-weight: 300;
		margin-bottom: 15px;
		text-align:left;
		width: 400px;
	}
	#slide-home .text-wrap .btn_confira{
		border: solid 2px #fff;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		/*font-family: 'Lato';*/
		color: #fff;
		padding: 0 32px;
		height: auto;
		line-height: 54px;
		text-transform: uppercase;
	}
	#slide-home .text-wrap .btn_confira:after {
		display: none;
	}
	#slide-home .text-wrap .btn_confira .fa-long-arrow-right {
		position: relative;
		top: 3px; left: 0;
		margin-left: 10px;
		font-size: 22px;
		line-height: 1;
		vertical-align:baseline;
		-webkit-transition: all .2s;
		-moz-transition: all .2s;
		transition: all .2s;
	}
	#slide-home .text-wrap .btn_confira:hover .fa-long-arrow-right {
		left: 6px;
	}
	.mais{
		display:table;
		border:1px solid #fff;
		border-radius:10px;
		color:#fff;
		padding:10px 15px;
		margin:35px 0;
	}
	.mais:hover{
		opacity:.8;
	}

	/* Texto escuro */

	#slide-home .item .text-wrap.dark-text{
		position: absolute;
		z-index: 2;
		top: 36%;
		left: 87px;        
	}
	#slide-home .item .text-wrap.dark-text h3{
		color: #000;    
	}
	#slide-home .item .text-wrap.dark-text p{
		color: #000;    
	}
	#slide-home .item .text-wrap.dark-text p:before{
		background-color: #000;    
	}
	#slide-home div.dark-text .btn_confira{
		border-color: #000;
		color: #000;
	}
	#slide-home div.dark-text .btn_confira::after{
		content: "";
		background: url(../images/icons/black-arrow.png) no-repeat 0 0;
	}

	/* PaginaÃ§Ã£o */
	
	#pp-nav {
		right: 36px !important;
	}
	#pp-nav ul li {
		width: auto;
		height: auto;
	}
	#pp-nav ul li a {
		width: 20px;
		height: 20px;
		margin-bottom: 15px;
		display: block;
		position: relative;
		cursor: pointer;
	}
	#pp-nav ul li a span {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -5px;
		margin-left: -5px;
		width: 10px;
		height: 10px;
		filter: Alpha(Opacity=100);
		opacity: 1;
		background: #fff;
		transition: all 0.2s;
		border: 2px solid transparent !important;
		border-radius: 20px;
		display: block;
	}
	#pp-nav ul li a.active span{
		background: transparent;
		border-color: #fff !important;
		width:  20px;
		height: 20px;
		margin-top: 0;
		margin-left: 0;
		top: 0;
		left: 0;
	}
	#pp-nav ul li a:hover span{
		filter: Alpha(Opacity=80);
		opacity: 0.8;
		background: transparent;
		border-color: #fff !important;
		width:  20px;
		height: 20px;
		margin-top: 0;
		margin-left: 0;
		top: 0;
		left: 0;
	}

	@media only screen and (max-width: 1280px){
		#slide-home .text-wrap {
			left: 57px;
		}
		#slide-home .text-wrap h3 {
			font-size: 80px;
			line-height: 62px;
		}
		#slide-home .text-wrap h3::after {
			width: 80px;
		}
		#slide-home .text-wrap p {
			font-size: 22px;
			line-height: 30px;
		}
		#slide-home .text-wrap .btn_confira {
			padding: 0 22px;
			font-size: 12px;
			line-height: 48px;
		}
	
	}



    /* Efeito webdoor portfÃ³lio */
    .intro-effect-fadeout.modify.transition .bg-img {
		-webkit-transform: translateY(-25%) !important;
		transform: translateY(-25%) !important;
    }


    .intro-effect-fadeout.modify.transition .bg-img::after {
	    opacity: 1 !important; ;
     } 


    .intro-effect-fadeout.modify.transition .title,
    .intro-effect-fadeout.modify.transition .title * {
	    opacity: 1 !important;  
    }

    .intro-effect-fadeout.modify.transition .header h2,
    .intro-effect-fadeout.modify.transition .header p:nth-child(3) {
		opacity: 1 !important;
		-webkit-transform: translateX(0) !important;
		transform: translateX(0) !important;
    }












	@media only screen and (max-height: 600px){
		#main_header {
			height: 60px;
		}
		#slide-home .item {
			background-size: auto 100%;
		}
		
		#slide-home .text-wrap {
			left: 37px;
			top:15%;
		}
		#main_header .text-wrap h3 {
			font-size:60px !important;
			margin-top:20px !important;
		}
		#slide-home .text-wrap h3::after {
			width: 60px;
		}
		#slide-home .text-wrap p {
			font-size: 14px;
			line-height: 20px;
		}
		#slide-home .text-wrap .btn_confira {
			padding: 0 18px;
			line-height: 46px;
		}
	}
	
	@media only screen and (max-width: 1024px){
		#main_header {
			height: 60px;
		}
		#slide-home .item {
			background-size: auto 100%;
		}
		#slide-home .text-wrap {
			left: 37px;
			
		}
		#slide-home .text-wrap h3::after {
			width: 60px;
		}
		#slide-home .text-wrap p {
			font-size: 14px;
			line-height: 20px;
		}
		#slide-home .text-wrap .btn_confira {
			padding: 0 18px;
			line-height: 46px;
		}
		#pp-nav li p {display:none !important;opacity:0.05;color:#ddd;}
		
			
	}

	@media only screen and (max-width: 768px) {
		#main_header h1 a{
			width:80px;
			height:80px;
			margin:10px 0 0 10px;
		}
		#slide-home .item {
			background-size: auto 100%;
			background-position-x: right;
		}
		#slide-home .text-wrap {
			top: 6%;
		}
		#pp-nav.right {
			right: 2px !important;
		}
		#pp-nav ul li a span{
			width:6px;
			height:6px;
		}
		#pp-nav ul li a.active span{
			width:14px;
			height:14px;
		}
	}

	@media only screen and (max-width: 640px) {
		#slide-home .item {
			background-size: auto 100%;
		}
		label.txt-home {
        width: 95%!important;
        font-size: 16px;
}
h3.upper.gastro, h3.upper.auto {
    margin-top: -180px;
}
		#slide-home .text-wrap h3 {
			font-size: 60px;
			line-height: 48px;
		}
		#slide-home .text-wrap h3::after {
			margin: 25px 0 15px;
		}
		#slide-home .text-wrap p {
			margin-bottom: 35px;
			font-size: 15px;
			line-height: 27px;
		}
		#slide-home .text-wrap .btn_confira {
			line-height: 40px;
			padding: 0 14px;
		}
		#slide-home .text-wrap .btn_confira .fa-long-arrow-right {
			font-size: 18px;
			top: 2px;
		}
	}
	
	

/* 
	FOOTER
	---------------  */

	footer{
		padding: 30px 0;
		background: #000;
	}

	footer .wrap-content{
		padding:  0 3.5%;
	}

	footer *{
		/*font-family: 'Lato';*/
		font-size: 11px;
		color: #686868;
	}

	footer ul li a{
		display: block;
	}

	footer .first_elem{
		width: 70%;
		line-height: 22px;
	}

	footer .last_elem{
		width: 30%;
		text-align: right;
	}

	footer .first_elem small.first_{
		margin-right: 20%;
	}

	footer .first_elem img{
		margin-right: 30px;
	}

	footer div > div small{
		display: inline-block; 
		white-space: nowrap;
	}

	footer .last_elem {
		white-space: nowrap;
	}

	footer .last_elem .links,
	footer .last_elem .social {
		display: inline-block;
		line-height: 20px;
	}

	footer .last_elem .links{
		white-space: nowrap;
	}
	footer .last_elem .links li {
		display: table-cell;
		padding: 0 10px;
	}
	footer .last_elem .links li a:hover{
		text-decoration: underline;
	}

	footer .last_elem .social {
		margin-left: 2%;
		width: auto;
	}
	footer .last_elem .social li {
		display: table-cell;
		width: auto;
		padding: 0 10px;
	}
	footer .last_elem .social a{
		display: inline-block;
		float: left;
		height: 22px;
		width: 22px;
		background-position: top center;
		background-repeat: no-repeat;
		transition: opacity .3s;
	}
	footer .last_elem .social a:hover{
		opacity: .75;
	}
	footer .last_elem .social .facebook{    
		background-image: url(../images/icons/fb_footer.png);
	}
	footer .last_elem .social a.linkedin{    
		background-image: url(../images/icons/linkedin_footer.png);
	}
	
	#slide-home .text-wrap .sub-sobre {
    /* margin-left: 100%; */
    /* margin-top: 25%; */
    left: 0;
    right: 0;
    margin: 6% auto auto auto;
    position: fixed;

}
p.sub-sobre {
    font-size: 18px!important;
    color: #323232!important;
    font-weight: 600!important;
}


/*HOME NOVA*/

#main_header h1 a{
	background-image: url(/site/img/logo-branca-nova-topo.png);
	width: 200px !important;
	display: block;
}
.logo-home{
	text-align: center;
	padding-left: 165px;
}
.logo-home img{
	width:200px ;
}
#slide-home .item.conteudo-home2{ 
	background-image: url(../img/bg-on-nova.jpg);
	background-size:cover;
}

.conteudo-home2 .bg-hide{
	background-image: url(../img/bg-off-nova.jpg);
	background-size:cover;
}
label.txt-home {
    color: #fff!important;
    width: 400px!important;
}
.on-novo{
	padding-left:  300px;
	text-align: left;
	color: #FFF;
	
}
.on-novo .on{
	color: #FFF;
}
.on-novo .off{
	color: #000;
}
.on-novo .on,
.on-novo .off{
	text-align: left;
	font-size: 14px;
}
.onoff.row.margin1 {
    top: -20px;
}
.on-novo h1{
	font-size:  50px;
	font-weight: normal;
}
.on-novo .switch{
	width:75px;
	height: 30px;
}

.on-novo input:checked + .slider {
	background-color: #FFF;
}
.on-novo .slider.round{
	background-color: #bfbfbf;	
}
.on-novo input:checked + .slider.round:before{
	background-color:#60aea0;
	left: -4px;
}
.on-novo .slider.round:before{
	background-color:#d5514f;
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 2px;
}

@media only screen and (min-width: 769px){
	#main_header.home-nova h1 a{
		background-image:  unset;
	}
}

@media only screen and (max-width: 768px){
	/*#main_header h1 a.online{
		background-image: url(/site/img/logo-branca-nova-topo.png);
	}*/
	
	#main_header h1 a.offline{
		background-image: url(/site/img/logo-nova-colorida-topo.png);
		display: block;
	}

	
	.on-novo h1{
		font-size:  50px !important;
		font-weight: normal !important;
	}

	.conteudo-home2 .logo-home{
		display: none;
	}

	.conteudo-home2 .onoff{
		top: 0 !important;
	}

	.on-novo{
		padding-top: 45%;
		padding-left: 25%;
	}
	.onoff{
		justify-content: center;
	}

	.on-novo .on,
	.on-novo .off{
		font-size: 13px;
	}
	.conteudo-home2 .bg-hide{
		background-image: url(../img/bg-on-nova-mobile.webp);
		background-position: top;
		background-repeat: no-repeat;
	}
	#slide-home .item.conteudo-home2{ 
		background-image: url(../img/bg-on-nova-mobile.webp);
		background-position: top;
		background-repeat: no-repeat;
	}

	.on-novo input:checked + .slider.round:before{
		left: 4px;
	}

	.on-novo .slider.round:before{
		margin-left: 0 !important;
		margin-bottom: 0 !important;
	}

	label.txt-home{
		width: unset !important;
	}

}
