html {
    scroll-behavior: smooth;
}

#breadcrumb{
	display: none;
}

.footer {
    height: 72px;
}

main{
	background-image: url('../../img/bg_main_cuidese.jpg');
	background-repeat: no-repeat;
    margin-top: -24px;
}

.form-control-lista {
    color: #0069ab;
    border: 1px solid #0069ab;
    border-radius: 0 !important;
}
.navbar-brand{
	margin-top: 15px;
}
.navbar-brand img{
    width: 280px;
}
.nav-item{
	margin-left: 20px;
}

.banner_site{
	background-repeat: no-repeat; 
	height: 392px; 
	display: flex; 
	align-items: center;
}

@media (min-width: 1200px) {
    .banner_site {
        background: bottom;
    }
}

.imageBanner.banner_site .col-xs-12.col-sm-12 div img{
    width: 100%;
}
.titulo_video {
    font-family: 'SourceSansPro';
    font-size: 30px;
    color: #105c7e;
    font-weight: bold;
}

.titulo_noticias{
	font-family: 'SourceSansPro';
    font-size: 30px;
    color: #105c7e;
    font-weight: bold;
}

.link_videos {
    position: absolute;
    font-size: 21px;
    font-family: 'SourceSansPro';
    color: #105c7e !important;
    right: 100px;
    text-decoration: underline;
    z-index: 1;
    top: -24px;
}

.link_noticias{
	 position: absolute;
    font-size: 21px;
    font-family: 'SourceSansPro';
    color: #105c7e !important;
    right: 100px;
    text-decoration: underline;
    z-index: 1;
    top: -24px;
	right: 10px;
}

.seta_esquerda {
    display: block;
    position: absolute;
    top: -22px;
    right: 60px;
    color: #105c7e;
    cursor: pointer;
}

.seta_direita {
    display: block;
    position: absolute;
    top: -22px;
    right: 5px;
    color: #105c7e;
    cursor: pointer;
}

.barra_separador {
    position: absolute;
    width: 3px;
    height: 21px;
    background-color: #105c7e;
    right: 39px;
    top: -17px;
}

.titulo_form_home {
    color: #0069ab;
}
#barraVerde {
    background: #0069ab;
}
.corpo_form_home div{
	color: #0069ab;
}

.bg_noticias{
	background-color: transparent; 
	margin-top: 0;
}
#menuPrincipal{
	min-height: 174px;
}
#menuPrincipal .nav .nav-item .nav-link{
	background-color: transparent !important;
	font-size: 20px !important;
}

#bannerVideoFull{
	margin-top: 0 !important;
}

.cx_eixox{
	background-color: #db8f31;
	padding-bottom: 30px;
    margin-top: 60px;
}

.triangulo {
  width: 0;
  height: 0;
  border: 20px solid;
  border-color: #bf0c5b white white white;
  position: absolute;
  top: 63px;
  left: 145px;
}

.titulo_bordo{
	font-family: 'SourceSansPro';
	font-size: 48px;
	color: #790c3c;
}

#barraBordo {
    width: 100px;
    height: 7px;
    background: #790c3c;
}

.titulo_eixos{
	font-family: 'SourceSansPro';
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 50px;
}

.btn_fac {
    min-height: 42px;
    background-color: #790c3c;
    width: 180px;
    border: none;
    font-family: 'SourceSansPro';
    font-size: 22px;
    color: #ffffff;
    padding: 10px 0 10px 0;
    margin-top: 10px;
    text-align: center;
    margin-right: 3px;
}

.titulo_icones_eixos{
	font-family: 'SourceSansPro';
	text-align: center;
	font-size: 20px;
    color: #ffffff;
    padding: 0 17px 0 17px;
    margin-bottom: 20px;
    text-decoration: none;
}

.titulo_unidades{
	font-family: 'SourceSansPro';
	font-size: 33px;
    color: #ffffff;
}

.descricao_unidades{
	font-family: 'SourceSansPro';
	font-size: 15px;
    color: #ffffff;
    margin-bottom: 14%;
}

.dropdown-submenu .dropdown-item:hover, .dropdown-menu .dropdown-item{
	color: #004a70;
}

.dropdown-submenu .dropdown-item:hover, .dropdown-menu .dropdown-item:hover{
	color: #d5672c;
	background-color: #dddddd;
}
.dropdown-menu{
	background-color: #d1d1d1;
}

.menuPrincipal .nav .nav-item .dropdown-menu .nav-link{
	font-size: 16px !important;
	color: #d5672c !important;
	background-color: #dddddd !important;
}

.mascara{
	background-image: url('../../img/mascara_banner_video.png');
}

.hero-background {
    display: flex;
    justify-content: center;
    /*position: absolute;*/
    top: 0;
    left: 0;
    /*width: 100%;
    height: 100%;*/
}

.video {
    position: fixed;
    right: 0;
    bottom: 0;
    top: -150px;
    left: 0;
    /*min-width: 100%; 
    min-height: 100%;*/
}

.carousel-item{
	height: 490px;
}

.alinhTxtBannerVideo {
    height: 100%;
    width: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    top: 0;
    left: 0;
}

.txtTituloBannerVideo {
    font-size: 42px !important;
    font-family: 'SourceSansPro';
    color: #025269;
    text-align: center;
    margin-top: 120px;
}

.txtTituloBannerImagem {
    font-size: 42px !important;
    font-family: 'SourceSansPro';
    color: #025269;
    text-align: center;
    margin-top: 120px;
}

.fa-hand-link {
    font-size: 40px !important;
    margin-left: 5px;
    color: #ffffff;
    margin-top: 5px;
}

.txtTituloBannerLoad, .txtTituloBannerLoad b{
	font-size: 33px !important;
    font-family: 'SourceSansPro';
    color: #0892d0;
    line-height: 37px;
}

.txtDescricaoBannerLoad, .txtDescricaoBannerLoad div{
	font-size: 16px !important;
    font-family: 'SourceSansPro';
    color: #444444;
}

#barraAzul {
    margin-top: 60px;
   	background: #105c7e;
}

#bannerCarregando ol{
	bottom: -35px;
}

#bannerCarregando ol li{
	background-color: #dae5ec;
	width: 335px;
    height: 6px;
}

#bannerCarregando ol li.active{
	/*background-color: #0490b0 !important;*/
}

.progress {
    height: 6px;
    background-color: transparent;
    border-radius: 0;
}
.progress-bar{
	background-color: #0490b0 !important;
}

.carousel-indicators li {
    width: 166px;
    height: 9px;
    border-radius: 0;
}

.uk-modal-dialog-lightbox, .uk-modal-dialog-lightbox iframe {
	height: 600px !important;
	width: 1000px !important;
}

.hero-content {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
}
.hero-play-button::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #0069ab;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.7;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.hero-play-button {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    background: #0069ab;
    border-radius: 50%;
    padding: 12px 21px 19px 23px;
    z-index: 100;
}

.hero-play-button span {
    display: block;
    position: relative;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    z-index: 100;
}

.hero-play-button-img {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    background: #0069ab;
    border-radius: 50%;
    padding: 12px 21px 19px 23px;
    z-index: 100;
}

.titulo {
    font-family: 'SourceSansPro';
    font-size: 39px;
    color: #025269;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
}

.titulo_descricao_imagem {
    font-family: 'SourceSansPro';
    font-size: 48px;
    color: #025269;
    font-weight: 300;
    margin-top: 20px;
}

.conteudo_descricao_imagem, .conteudo_descricao_imagem div, .conteudo_descricao_imagem p, .conteudo_descricao_imagem div strong {
    font-family: 'SourceSansPro';
    font-size: 16px;
    color: #848484;
}

.titulo_agencia {
    font-family: 'SourceSansPro';
    font-size: 24px;
    color: #5e5d5d;
    text-transform: uppercase;
    margin-left: -6px;
    font-weight: 600;
}

.titulo_canalindustria {
    font-family: 'SourceSansPro';
    font-size: 24px;
    color: #5e5d5d;
    text-transform: uppercase;
    font-weight: 600;
}

.titulo_card_agencia {
    font-family: 'SourceSansPro';
    font-size: 13px;
    color: #292929;
    text-transform: uppercase;
    font-weight: bold;
}

.descricao_card_agencia {
    font-family: 'SourceSansPro';
    font-size: 14px;
    color: #444444;
}

.card:hover{
	color: #444444;
    text-decoration: underline;
}

.texto_link_destaqe:hover{
	color: #444444;
    text-decoration: underline;
}

.descricao_card_agencia:hover{
	color: #444444;
    text-decoration: underline;
}

.descricao{
	font-family: 'SourceSansPro';
    color: #070707;
    font-size: 20px;
    width: 60%;
    text-align: center;
    line-height: 31px;
}

.botao_representatividade {
    min-height: 43px;
    background-color: #39bb9d;
    align-items: center;
    min-width: 500px;
    border: 1px #ffffff solid;
}

.botao_representatividade:hover {
    background-color: #0d9c93;
}

.botao_link_representatividade {
    font-size: 18px;
    font-family: 'SourceSansPro';
    color: #ffffff;
    padding: 23px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.botao_youtube {
    height: 26px;
    background-color: #35af93;
    align-items: center;
    width: 115px;
    border: 1px #39bb9d solid;
}
.botao_youtube_txt {
    font-size: 14px;
    font-family: 'SourceSansPro';
    color: #174d41;
    padding: 3px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.cx_total_inscrito {
    height: 26px;
    background-color: #ffffff;
    align-items: center;
    width: 115px;
    padding-top: 5px;
    margin-top: 10px;
    
    font-size: 12px;
    font-family: 'SourceSansPro';
    color: #464545;
    text-align: center;
}
.dataVideo {
    font-family: 'SourceSansPro';
    font-size: 10px;
    color: #666666;
    font-weight: bold;
}
.tituloVideo, .texto_link_destaqe {
    font-family: 'SourceSansPro';
    font-size: 14px;
    color: #444444;
    line-height: 15px;
    font-weight: normal;
    
    text-overflow: ellipsis;
    overflow: hidden;
    height: 32px;
    /*width: 95%;
    white-space: nowrap;*/
}

.alinhar_lista_videos{
	display: flex; 
	flex-direction: row; 
	align-items: center;
	margin-bottom: 20px;
}

.bg_linha_branco{
	background: #ffffff;
}

.bg_linha_cinza{
	background: #e1e1e1;
}

.alinha_itens{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    min-height: 365px;
}

.bg_imagem{
	min-height: 365px;
}

.cx_pontilhada{
	min-height: 370px;
	background-color: #f3f4f4;
	border-top: 1px #cccccc dashed;
    border-bottom: 1px #cccccc dashed;
}

.cx_cinza{
	background-color: #f1f2f2;
}

.botao_sevicos_solucoes {
    min-height: 43px;
    background-color: #f9fafa;
    align-items: center;
    min-width: 260px;
    border: 1px #cdd0d4 solid;
    
    font-size: 18px;
    font-family: 'SourceSansPro';
    color: #444444;
    padding: 23px;
    text-decoration: none;
    text-align: center;
}
.botao_sevicos_solucoes:hover {
    min-height: 43px;
    background-color: #39bb9d;
    align-items: center;
    min-width: 260px;
    border: 1px #46a493 solid;
    
    font-size: 18px;
    font-family: 'SourceSansPro';
    color: #ffffff;
    padding: 23px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.btl_plus {
    border: solid 1px #0d9c93;
    border-radius: 0;
    width: 14px;
    height: 14px;
    padding: 0;
   	margin-left: 10px;
    margin-top: -2px;
}
.btl_plus span {
	font-family: 'SourceSansPro';
	color: #0d9c93;
	font-size: 13px;
	font-weight: bold;
	display: flex;
	margin-top: -4px;
    margin-left: 3px;
}

.card {
    background-color: transparent;
    border: none;
}

.card-body {
	padding-top: 10px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}

.caixa_publicacoes{
	background-color: #fff;
	padding-top: 15px;
}

.img_caixa_publicacoes{
	position: absolute;
    bottom: -30px;
}

.alinha_hrizontal{
	display: flex;
    /*justify-content: space-around;*/
    flex-direction: row;
}

.fa-pdf {
    font-size: 18px !important;
    color: #fe4d3b;
    margin-right: 5px;
}
.fa-online {
    font-size: 18px !important;
    color: #5b9ff7;
    margin-right: 5px;
}

.alinha_link_servicos{
	display: flex !important;
	justify-content: center !important;
}

.img-responsive_banner {
    width: 100%;
    display: block;
}

/** INICIO HOME SUBSITE **/
.tituloBannerSubsite{
	font-family: 'SourceSansPro';
	font-size: 38px;
    color: #ffffff;
    margin-bottom: -20px;
    text-shadow: 0px 0px 6px rgba(50, 50, 50, 0.6);
}

.descricaoBannerSubsite{
	font-family: 'SourceSansPro';
	font-size: 52px;
    color: #ffffff;
    text-shadow: 0px 0px 6px rgba(50, 50, 50, 0.6);
}

.tituloFilho{
	font-family: 'SourceSansPro';
	font-size: 35px;
    color: #e1ca8a;
   	margin-top: -22px;
   	text-shadow: 0px 0px 6px rgba(50, 50, 50, 0.6);
}

.titulo_receitas{
	font-family: 'SourceSansPro';
	font-size: 14px;
    color: #105c7e;
   	margin-top: 10px;
   	font-weight: bold;
}

.gravata_receitas{
	font-family: 'SourceSansPro';
	font-size: 14px;
    color: #2d2d2d;
   	margin-top: 10px;
}

.sub_titulo_ofertas span {
    font-family: 'SourceSansPro';
    font-size: 30px;
    color: #ffffff;
    line-height: 30px;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
}

.sub_titulo_ofertas span:hover {
    font-family: 'SourceSansPro';
    font-size: 30px;
    color: #ffffff;
    line-height: 30px;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: underline;
}

.btn_image_ofertas {
    align-items: end;
    width: 0;
    padding: 0;
    min-height: 0;
    text-align: left;
    font-family: 'SourceSansPro';
    text-decoration: none !important;
}

.btn_links{
	font-family: 'NeoSansPro';
    background-color: #aa670d;
    border: solid 1px #ffffff;
    font-size: 11px;
    padding: 5px 20px 5px 20px;
    border-radius: 12px;
    color: #ffffff;
    margin-top: -10px;
    margin-bottom: 50px;
}
.btn_links:hover{
	font-family: 'NeoSansPro';
    background-color: #aa670d;
    border: solid 1px #ffffff;
    font-size: 11px;
    padding: 5px 20px 5px 20px;
    border-radius: 12px;
    color: #ffffff;
    margin-top: -10px;
    margin-bottom: 50px;
}
/** FIM HOME SUBSITE **/

@media (max-width: 1024px) {
	.img_caixa_publicacoes {
	    bottom: -27px;
	}
	
	.botao_sevicos_solucoes {
   		min-width: 200px;
   		font-size: 16px;
	}
	.botao_sevicos_solucoes:hover {
		min-width: 200px;
   		font-size: 16px;
	}
	
	.carousel-item{
		height: 450px;
	}
	
	.img-responsive_banner {
	    width: 1024px;
	    /*height: 450px;
	    margin-left: -150px;*/
	    display: block;
	}
}

@media (max-width: 768px) {
	#col_img{
		display: none;
	}
	
	.botao_representatividade {
    	min-width: 300px;
	}
	
	.titulo {
    	font-size: 30px;
	}
	
	.botao_sevicos_solucoes {
   		min-width: 170px;
   		font-size: 12px;
	}
	.botao_sevicos_solucoes:hover {
		min-width: 170px;
   		font-size: 12px;
	}
	
	.carousel-item{
		height: 400px;
	}
	
	.img-responsive_banner {
	    width: 768px;
	    /*height: 400px;
	    margin-left: -150px;*/
	    display: block;
	}
}

@media (max-width: 480px) {
    .imageBanner.banner_site{
        height: 250px;
    }
	#col_img{
		display: none;
	}
	
	.botao_representatividade {
    	min-width: 300px;
	}
	
	.titulo {
    	font-size: 30px;
	}
	
	.alinha_link_servicos {
	    display: flex !important;
	    justify-content: center;
	    flex-direction: column;
	}
	
	.botao_sevicos_solucoes {
	    margin-bottom: 10px;
	}
	.botao_sevicos_solucoes:hover {
		margin-bottom: 10px;
	}
	
	.video-container {
		margin-bottom: 10px;
	}
	
	.descricao {
	    font-size: 16px;
	    width: 100%;
	}
	
	.txtTituloBannerVideo {
    	font-size: 27px !important;
	}
	
	.txtTituloBannerImagem {
    	font-size: 27px !important;
	}
	
	.carousel-item{
		height: 250px;
	}
	
	.hero-play-button-img{
		top: 25%;
	}
	
	.hero-play-button {
    	top: 25%;
	}
	
	.img-responsive_banner {
	    width: 480px;
	    /*height: 250px;
	    margin-left: -150px;*/
	    display: block;
	}
	
	.texto_link_destaqe{
		display: none;
	}
	
	.cx_total_inscrito {
	    margin-left: 130px;
	    top: 118px;
	    position: absolute;
	}
	
	.rotativo {
	  height: 160px;
	}
	  
	.img_banner_carregando{
	  width: 90%;
	  padding-right: 10%;
	}
	
	.navbar img{
		width: 200px;
	}
}

@media(max-width: 768px){
	#navbarMenu{
	    position: absolute;
	    top: 110px;
	    z-index: 3;
	    background: rgb(204 204 204);
	    width: 100%;
	    right: 0;
	}
	.nav-item{
    margin: 0 10px;
}
}

.formulario-campos{margin-bottom: 30px;}
.checkLGPD{text-align: center;position: relative;margin: 0 auto;width: 100%;color: #fff;}
.checkLGPD .txt-termos{font-size: 16px;margin: 0;padding-left: 5px;font-weight: 300;line-height: 16px;}
.checkLGPD .txt-termos span{text-decoration: underline;}
.checkLGPD {display: flex;padding: 0 0 10px 0;}
.txt-termos span {/* color: #fff; */cursor: pointer;}
.textLGPD {position: absolute;top: 0;right: 0;width: 100%;height: 100%;overflow: hidden;z-index: 2;transition: all ease .4s;pointer-events: none;}
.textLGPD > p {position: absolute;bottom: 0;right: -100%;opacity: 0;font-size: 15px;color: #fff;background: rgba(60, 73, 90, .95);width: 100%;height: auto;padding: 50px 30px 30px;z-index: 2;transition: all ease .4s;}
.textLGPD.termoAberto {pointer-events: auto !important;}
.textLGPD.termoAberto p {opacity: 1;right: 0}
.textLGPD > p a {color: #fff;text-decoration: underline;}
.fechar-termo {display: block;position: absolute;color: #fff;right: 20px;top: 20px;cursor: pointer;}
.gestaoErro{border:solid 1px #db1725 !important;box-shadow:0 0 10px #ff000082 !important;}
form .campoErro{color: #c70202;font-size: 0.8em;padding-left: 14px;}
.msg-success-form div{display: flex;flex-wrap: wrap;align-items: center;justify-content: center;height: 100%;}
.msg-success-form p{color: #0069ab;font-size: 22px;font-weight: 600;}
.msg-success-form{position: absolute;top: 0;left: 0;height: 100%;width: 100%;background: rgba(255, 255, 255, 0.7);padding: 0;display: none;}