
.is_mobile{ display: none; }
.is_desktop{ display: block; }


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

	.is_mobile{ display: block !important; }
	.is_desktop{ display: none !important; }


	h1, h2, h3, h4, h5, h6{ }

	h1 { font-size: 2.00rem !important; }
	h2 { font-size: 1.50rem !important; }
	h3 { font-size: 1.25rem !important; }

	.container-fluid { width: 100% !important; }
	
	.center-sm{
		margin: 0 auto !important;
		text-align: center !important; 
	}

	.text-qs-titulo{ font-size: 5rem !important; }
	.text-qs-subtitulo{ font-size: 2rem !important; }
	
	header .icon-open{ }
	header .icon-open a{ display: block; color: var(--color-primary-dark) !important; }
	header .icon-open a img{ height: 24px; }
	
	header .menu-principal{
		position: fixed;
		width: 100%;
		height: 100vh;
		z-index: 999;
		background-color: var(--color-primary-white);
		top: 0;
		left: -100%;
		transition: left 0.3s ease-in-out;
		z-index: 1000;
		padding-top: 8px;
	}
	header .menu-principal.open{ left: 0 !important; }
	header .menu-principal .icon-close{ position: relative; top: 0; right: 0; z-index: 99; }
	header .menu-principal .icon-close a{ display: block; color: var(--color-primary-dark) !important; }
	header .menu-principal .icon-close a img{ height: 24px; }
	header .menu-principal .navbar-nav{
		margin: 0 auto !important;
		margin-top: 32px !important;
		display: flex !important;
		flex-direction: column !important;
		text-align: start !important;
	}
	header .navbar-nav .nav-item .nav-link {
		padding-top: 1.25rem !important;
		padding-bottom: 1.25rem !important;
		font-size: 1.75rem !important;
	}	
	


	/* -------------------------------------------------- */
	/* SLIDER */
	/* -------------------------------------------------- */
		.sliderBG { background-position: 25% !important; }
		.section-slider .card.card-slider { top: 50px !important; }
		.section-slider .card.card-slider .card-body{ padding: 1.25rem 1.5rem !important; }
		.section-slider .card.card-slider .card-body hr{ margin: 0.5rem 0 !important; }
		.section-slider .card.card-slider .card-body h2{ font-size: 1.25rem !important; }
		.section-slider .card.card-slider .card-body h3{ font-size: 1.0rem !important; }
		.section-slider .swiper-slide p {
			font-size: .9rem !important;
			line-height: 1.10 !important;
		}		
		.card.card-slider .texto_banner_slider p{
			color: var(--color-primary-dark);
			font-size: .9rem !important;
			line-height: 1.10 !important;	
		}

	/* -------------------------------------------------- */
	/* QUEM SOMOS */
	/* -------------------------------------------------- */
		.box-imagem-logomarca {
			position: absolute !important;
			top: -7% !important;
			left: 0 !important;
			z-index: 100 !important;
			width: 40% !important;
		}

	/* -------------------------------------------------- */
	/* SERVICOS */
	/* -------------------------------------------------- */
		.section-servico{ padding-bottom: 3rem !important; }
		.card.card-serv-item{
			/*height: auto !important;*/
		}
		.card.card-serv-item .card-body{
			padding: 2rem 2rem !important;	
		}
		.card.card-serv-item .card-body img{
			height: 48px !important;
		}		
		.card.card-serv-item .card-body p {
			font-size: 1.25rem !important;
		}
	
	
	/* -------------------------------------------------- */
	/* NOSSOS CURSOS */
	/* -------------------------------------------------- */	
		.section-nossos-cursos{
			min-height: 90vh !important;
			padding-bottom: 12rem !important;
		}
		.section-nossos-cursos .box-imagem-background{
			background-position: 70% !important;
			top: 0 !important;
		}
		.section-nossos-cursos .card.card-nossos-cursos{
			top: 16rem !important;
			margin-bottom: 5rem;
		}		
		.list-nossos-cursos {
			padding-top: 1.5rem !important;
			padding-bottom: 1.5rem !important;
		}	
		.list-nossos-cursos ul li{
			font-size: 1.25rem !important;
			margin: 12px 0 !important;
			padding-bottom: 12px !important;
		}	
	
	/* -------------------------------------------------- */
	/* CONTEUDO INTERNO */
	/* -------------------------------------------------- */
		.section-banner-interno {
			height: 360px !important;
		}
		.section-banner-interno .card.card-baixa-header .card-body {
			padding: 1rem 1rem !important;
		}	
	
	
	/* -------------------------------------------------- */
	/* BLOG */
	/* -------------------------------------------------- */
		.card.card-post-blog{
			border: 0;
		}
		.card.card-post-blog .post-texto p{ font-size: .9rem !important; }	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.section-slider .tituloA{ font-size: 2.3rem !important; }
	.section-slider .tituloB{ font-size: 1.8rem !important; }
	
	
	
	.section-publicacoes .card.card-publicacoes{
		margin-bottom: 16px !important;
	}

	.section-conselho-epistemico .conselho-epistemico-overlay{
		width: 80% !important;
	}

	.section-glossario .card-glossario{
		margin-bottom: 16px !important;
	}

	.section-glossario .card-frameworks{
		margin-bottom: 16px !important;
	}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.card.card-solucoes .card-body {
		padding: 2rem 2rem !important;
	}
	.solucoes-icone {
		width: 100px !important;
		margin-bottom: 42px !important;
	}	
	
	.row-cols-5 > * {
		flex: 0 0 auto;
		width: 33.3333333333% !important;
	}
	

	.section-depoimentos{ padding-bottom: 2rem !important; }
	.section-depoimentos .box-texto{ padding: 0 48px !important; margin-bottom: 24px !important; }
	.section-depoimentos .box-texto p{ font-size: 16px !important; }
	.section-depoimentos .aspasLeft{ left: 5px !important; }
	.section-depoimentos .aspasLeft img{ height: 30px !important; }
	.section-depoimentos .aspasRight{ right:8px !important; }
	.section-depoimentos .aspasRight img{ height: 30px !important; }
	
	.section-depoimentos .depoimento-foto {
		height: 180px !important;
		width: 180px !important;
		margin-bottom: 1.5rem!important;
	}	
	
	
	
	
	
	
	
	
	
	
	

	.section-faixas .box-faixas {
		height: 30px !important;
		
	}
	.section-faixas .box-faixas .faixa-verde {
		top: -10px !important;
	}	
	.section-faixas .box-faixas .faixa-verde .inclinacao-shadow {
		height: 50px !important;
	}	
	.section-faixas .box-faixas .faixa-verde .inclinacao-wrap {
		height: 50px !important;
	}
	.section-faixas .box-faixas .faixa-amarelo {
		height: 80px !important;
		width: 60px !important;
	}	
	
	h2.section-titulo::before {
		font-size: 6rem !important;
	}
	.texto p {
		font-size: 1.0rem !important;
	}	
	h2.section-titulo {
		font-size: 1.6rem !important;
	}	
	
	
	.titulo-saida{
		font-size: 1.82rem !important;
	}
	.titulo-saida-grant{
		font-size: 2.5rem !important;
	}	
	.overlay-faixa-saida {
		top: 16% !important;
		height: 80% !important;
	}
	
	.text-mais-videos{
		margin: 0 auto !important;
		text-align: center !important;
		padding-bottom: .5rem !important;
	}	
	.card.card-formulario .card-body {
		padding: 3rem 2rem !important;
	}	
	
	.embedVideo {
		height: 208px !important;
	}
	.embedVideo.sm {
		height: 208px !important;
	}	
	.embedVideoBG {
		height: 216px !important;
	}
	.embedVideoBG.sm {
		height: 216px !important;
	}
	.embedVideoBG .iconYT {
		height: 48px !important;
		width: 48px !important
	}
	
	
	.bg-faixa-amarela{
		height: 112px !important;
	}	
	
	
	
	
	
	
	
	
	
	
	#dropdownLoginButton{ display: none; }
	.header-bar-top {
		width: 35% !important;
	}	
	.header-bar-login {
		display: none !important;
	}
	.header-bar-login{
	
		display: block !important;
		position: fixed !important;
		width: 100% !important;
		height: 100vh !important;
		z-index: 999;
		background-color: #1554FF;
		top: 0 !important;
		left: -100% !important;
		transition: left 0.3s ease-in-out !important;
		z-index: 1000;	
	}
	.header-bar-login.opened{
		/*display: flex !important;*/
		left: 0 !important;	
	}	
	.header-bar-login.opened .drop-min-login{
		position: relative !important;
		display: block !important;
		width: 100% !important;
		transform: initial !important;
		border: none !important;
		border-radius: 0 !important;
		background-color: rgb(255,255,255,0) !important;
		box-shadow: none !important;
	}
	
	
	
	
	.bg-faixa-header-top {
		height: 120px !important;
		bottom: -32px !important;
	}
	.section-slider .slider-principal{ 
		/*height: 80vh !important;*/
	}	
	.section-slider .slider-principal .texto-slider{ 
		padding-right: 30px !important;
	}
	.section-slider .slider-principal .title{ 
		font-size: 1.5rem !important;
	}
	.section-slider .slider-principal .subtitle{ 
		font-size: 2.5rem !important;
	}
	.section-slider .slider-principal .sliderBG:before {
		width: 70% !important;
	}	
	.section-slider .box-faixas {
		height: 30px !important;
		
	}
	.section-slider .box-faixas .faixa-verde {
		top: -10px !important;
	}	
	.section-slider .box-faixas .faixa-verde .inclinacao-shadow {
		height: 50px !important;
	}	
	.section-slider .box-faixas .faixa-verde .inclinacao-wrap {
		height: 50px !important;
	}
	.section-slider .box-faixas .faixa-amarelo {
		height: 100px !important;
		width: 80px !important;
	}	
	
	/* ASSOCIADOS */
	.section-area-associado .menu-associados ul{
		display: flex !important;
		justify-content: space-around !important;
	}
	.section-area-associado .menu-associados ul li .mn-label{
		display: none !important;	
	}

	
	/* QUE SOMOS */
	.mr-quadro-verde{
		top: 0;
		bottom: initial !important;
		left: .75rem !important;
		right: initial !important;
		width: calc(100% - 1.5rem);
		height: 50%;
	}
	.mr-quadro-amarelo{
		top: 1.0rem;
		bottom: initial !important;
		left: 1.75rem !important;
		right: initial !important;
		width: calc(100% - 3.5rem);
		height: 12%;
	}
	.mr-quadro-azul{
		top: initial !important;
		bottom: 0 !important;
		left: .75rem !important;
		right: initial !important;
		width: calc(100% - 1.5rem);
		height: 78%;
	}
	
	
	/* NOTICIAS */
	.card.card-home-noticias {
		height: auto !important;
		margin-bottom: 30px !important;
	}
	.noticias-detalhes .box-foto-content{ margin-right: -6px !important; }
	.noticias-detalhes .box-foto-content:before {
		top: initial !important;
		left: -8px !important;
		bottom: -8px !important;
	}	
	
	
	
	/* CONCESSIONARIAS */
	.concessionaria-detalhes .box-foto-content{ margin-right: -6px !important; }
	.concessionaria-detalhes .box-foto-content:before {
		top: initial !important;
		left: -8px !important;
		bottom: -8px !important;
	}	
	.concessionaria-detalhes h1 {
		font-size: 2rem !important;
	}	
	
	
	
	
	/* MAPAS */
	.section-mapa .quadro-imagens{ height: auto !important; }
	.section-mapa h2{		
		font-size: 3rem !important;
	}
	.section-mapa .wave-amarelo{
		position: relative !important;
		bottom: -70px !important;
	}
	.section-mapa .box-mapa-veiculo-1{
		position: relative !important;
		bottom: 0rem !important;
	}
	.section-mapa .box-mapa-veiculo-2{
		position: relative !important;
		right: 0; bottom: 3rem; text-align: end;
	}	
	
	.section-mapa .img-mapa-veiculo-1{
		height: auto !important; 
		width: 85% !important;
		margin-top: 2rem !important;
	}
	.section-mapa .img-mapa-veiculo-2{
		height: auto !important; 
		width: 45% !important;
	}	
	
	
	.button-whats{
		right: 24px !important; bottom: 24px !important; 
	}
}

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

	.sliderBG{
		height: 580px !important;
	}

	/* -------------------------------------------------- */
	/* NOSSOS CURSOS */
	/* -------------------------------------------------- */	
		.section-nossos-cursos{
			min-height: 70vh !important;
			padding-bottom: 12rem !important;
		}
}