body{
	font-family: 'Barlow Condensed', sans-serif !important;
}
/* HEADER */
/* ACESSO RESTRITO */
#header .acesso-restrito{
	background-color: #f04d4d;
	color:#fff;
}
#header .acesso-restrito .lbl-acesso {
    font-size: 1.5rem;
}
#header .acesso-restrito .input-zone{
	margin: 16px 0 4px 0;
}
#header .acesso-restrito .cp-input{
	background-color: #f04d4d;
	border: solid 2px #fff;
	color: #fff !important;
	height: 28px;
}
#header .acesso-restrito .form-control::placeholder{
	color: #f8b5b5 !important;
}
#header .acesso-restrito .btn_entrar{
	display: flex;
}
#header .acesso-restrito .esqueci{
    float: right;
    position: relative;
    right: 140px;
    color: #fff;
    font-size: 12px;
    margin-bottom: -24px;
}
#header .acesso-restrito .esqueci a{
	color:#fff;
	font-size: 12px;
}
/* END ACESSO RESTRITO */
/* NAVIGATION */
.navbar{
	border-bottom: solid 2px #ef3f50;
}
.navbar .navbar-brand{
	margin:12px 0;
}
#navMenuPrincipal{
	font-size: 22px;
	align-items: center;
	justify-content: center;
}
#navMenuPrincipal li.nav-item{
	padding: 0 12px;
}
#navMenuPrincipal li.nav-item a{
	color:#1a204f;
}
#navMenuPrincipal li.active a, #navMenuPrincipal li.nav-item a:hover{
	color:#ef3f50;
	padding-bottom: 2px;
	border-bottom: solid 2px #ef3f50;
}
/* END NAVIGATION */
/* HOME */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.btn-about-cp{
    background-color: #fff;
    font-weight: bold;
    padding: .120rem .240rem;
	color: #1a204f;
	border-color: #1a204f;
	margin-bottom: 12px;
}
.btn-be-cp{
    background-color: #ef3f50;
    font-weight: bold;
    font-size: 1.3rem;
	color: #fff;
	margin-bottom: 12px;
}
#home .banner {
	display: block;
	width: 100%;
}
#home .banner img {
	position: relative;
	z-index: 1;
	float: left;
}
#home .banner .label-banner{
	position: absolute;
	z-index: 2;
	width: 100%;
	margin-top:120px;
}
#home .label-banner h1{
	color:#ef3f50;
	font-weight: 600;
	font-size: 3rem;
}
#home .label-banner h2{
	color:#1a204f;
	font-weight: 600;
	font-size: 2.9rem;
}
#home .label-banner .call_banners{
	display: inline-flex;
    justify-content: center;
    align-items: center;
    inline-size: 7rem;
}
#home .box{
	padding: 60px 0;
}
#home .box .text{
	background-color:#fff;
	padding:0 20px 0 20px;
}
p.title{
	font-size: 2rem;
}
#blue.box{
	background-color: #1a204f;
}
#blue p.title{
	color: #1a204f;
}
#red.box{
	background-color: #ef3f50;
}
#red p.title{
	color: #ef3f50;
}
#gray.box{
	background-color: #ebebeb;
}
#gray p.title{
	color: #ef3f50;
}
#franquias ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#franquias ul li{
	font-size: 1.26rem;
}
#franquias ul li a{
	color:#333;
}
#franquias ul li a:hover{
	color:#ef3f50;
	font-weight: 600;
}
#franquias p.title{
	margin-top: 36px;
}
.noticias .owl-nav{
	z-index:-1;
}
.noticias a{
    height:inherit;
    width:inherit;
    display:block;
}
.noticias .area{
	min-height: 164px;
	background-color: #fff;
	padding: 25px 22px 10px 22px;
}
.noticias .area .titulo{
    font-size: 1.4rem;
    color: #1a204f;
    line-height: 28px;
    min-height: 120px;
    border-bottom: solid 1px #aaa;
}
.noticias .area .veiculo{
	margin-top: 12px;
	color: #aaa;
}
.owl-nav{
	width: 100%;
	position: absolute;
	top: 0;
}

.owl-nav button.owl-prev{
	position: relative;
    left: -35px;
    font-size: 8rem !important;
    color: #aaa !important;
}
.owl-nav button.owl-next{
	position: relative;
    float: right;
    right: -35px;
    font-size: 8rem !important;
    color: #aaa !important;
}
/* HOME */
/* O CLUBE */
#o_clube p.title{
	color: #1a204f;
    font-size: 1.8rem;
    font-weight: bold;
    padding-top: 24px;
}
#o_clube th.title{
	color: #1a204f;
    font-size: 1.3rem;
    font-weight: bold;
}
#o_clube p.lead, #o_clube .lead{
	margin: 28px 36px;
    font-size: 1rem;
    font-weight: bold;
    color: #777;
    line-height: 26px;
}
#o_clube table td .box{
	padding: 4px 12px;
	background-color: #1a204f;
	color:#fff;
	text-align: center;
}
/* O CLUBE */
/* FAÇA PARTE */
#faca_parte #gray{
	background-color: #f3f3f6;
}
#faca_parte .text .title{
	font-weight: bold;
}
#frmAssociado input, #frmAssociado select, #frmAssociado textarea{
	background-color: #f3f3f6;
	border: solid 2px #ccc;
}
#frmAssociado textarea{
	min-height: 176px;
}
#frmAssociado .btnSend{
	padding: 4px 14px;
	border-color: #777;
	background-color: #777 !important;
	color:#fff;
}
/* FAÇA PARTE */
/* SER FRANQUEADO */
#ser_franqueado #gray{
	background-color: #f3f3f6;
}
#ser_franqueado .text .title{
	font-weight: bold;
}
#frmFranqueado input, #frmFranqueado select, #frmFranqueado textarea{
	background-color: #f3f3f6;
	border: solid 2px #ccc;
}
#frmFranqueado textarea{
	min-height: 176px;
}
#frmFranqueado .btnSend{
	padding: 4px 14px;
	border-color: #777;
	background-color: #777 !important;
	color:#fff;
}
/* SER FRANQUEADO */
/* ASSOCIADOS */
#associados #gray{
	background-color: #f3f3f6;
}
#associados label {
    padding: 12px 8px 8px 8px;
    font-size: 1.4rem;
}
#frmAssociados input, #frmAssociados select, #frmAssociados textarea{
	background-color: #f3f3f6;
	border: solid 2px #ccc;
}
#frmAssociados textarea{
	min-height: 176px;
}
#frmAssociados .btnSend{
	padding: 4px 14px;
	border-color: #777;
	background-color: #777 !important;
	color:#fff;
}
#associados .company_image {
	background-color: #fff;
    border: 1px solid #2d357e;
    width: 220px;
    height: 120px;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ASSOCIADOS */
/* NOTÌCIAS */
#noticias  #gray{
	background-color: #f3f3f6;
}
#noticias .noticias{
	margin-bottom: 20px;
}
#noticias .noticias img{
	width: 100%;
}
#noticias .loading{
	display: none;
	width: 192px;
	margin: 0 auto;
}
#noticias .loader {
	float: left;
	margin-right: 16px;
	border: 4px solid #ef3f50;
	border-radius: 50%;
	border-top: 4px solid #fff;
	width: 28px;
	height: 28px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
}
/* NOTÍCIAS */
/* NOTÍCIAS INTERNA */
#noticia-interna #gray{
	background-color: #f3f3f6;
}
#noticia-interna p.title{
	color: #ef3f50;
    font-size: 1.8rem;
    font-weight: bold;
    padding-top: 24px;
}
#noticia-interna .a_noticia{
	float: left;
	width: 100%;
}
#noticia-interna .a_noticia .default_image{
	margin:2rem 0;
}
#noticia-interna .a_noticia .the_title{
	font-size: 2rem;
    font-weight: bold;
    color: #1a204f;
    margin-bottom: 20px;
}
#noticia-interna .a_noticia .conteudo{
	font-size: 1.2rem;
	color:#555;
}
#noticia-interna .a_noticia .compartilhar{
	margin:10px 0;
	padding: 10px 0;
	border-top: solid 1px #1a204f;
}
#noticia-interna .a_noticia .compartilhar a{
	color:#212529;
	text-decoration: none;
}
#noticia-interna .a_noticia .compartilhar .share .a2a_svg, .a2a_count {
	border-radius: 50px !important;
	padding: 5px !important;
}
#noticia-interna .a_noticia .compartilhar .share{
	font-weight: bold;
	font-size: 1.2rem;
}
#noticia-interna .ultimas{
	background-color: #e8e8eb;
}
#noticia-interna .ultimas .noticias{
	margin: 14px 40px;
    width: 80%;
    text-align: left;
}
#noticia-interna .noticias .area {
    min-height: 130px;
    padding: 10px;
}
#noticia-interna .noticias .area .titulo {
    min-height: 90px;
}
#noticia-interna .noticias .area .veiculo {
    margin-top: 6px;
}
/* NOTÍCIAS INTERNA */
/* FRANQUIA INTERNA */
#franquia-interna #gray{
	background-color: #f3f3f6;
}
#franquia-interna p.title{
    font-size: 1.8rem;
    padding-top: 24px;
}
#franquia-interna .lista-franquias p.title{
	color: #1a204f;
	text-decoration: underline;
}
#franquia-interna .sobre-franquia h1.title{
	color: #ef3f50;
	font-weight:bolder;
	font-size: 2.8rem;
}
#franquia-interna .sobre-franquia .about{
	font-size:1.2rem;
}
#franquia-interna .sobre-franquia .ocupation{
	font-size: 1.2rem;
	font-weight: bold;
}
#franquia-interna .sobre-franquia .ocupation:before{
    background: #000 none repeat scroll 0 0;
    content: " ";
    height: 1px;
    position: absolute;
    top: 31px;
    left: 96px;
    width: 84%;
    z-index: 0;
}
#franquia-interna .sobre-franquia .person{
	width: 100%;
    min-height: 180px;
    font-size: 1.2rem;
}
#franquia-interna .sobre-franquia .person img{
	float: left;
    margin-right: 20px;
}
#franquia-interna .sobre-franquia .person .name{
	font-weight: bold;
}
#franquia-interna .sobre-franquia .events .title{
	font-size: 1.2rem;
	font-weight: bold;
}
#franquia-interna .sobre-franquia .events .title:before{
    background: #000 none repeat scroll 0 0;
    content: " ";
    height: 1px;
    position: absolute;
    top: 31px;
    left: 96px;
    width: 84%;
    z-index: 0;
}
#franquia-interna .sobre-franquia .events a{
	text-decoration: none;
	color:#1a204f;
}
#franquia-interna .sobre-franquia .events a:hover{
	color:#ef3f50;
}
#franquia-interna .sobre-franquia .events .event_title{
	font-size: 1rem;
	font-weight: bold;
}
#franquia-interna .lista-franquias{
	background-color: #e8e8eb;
}
#franquia-interna .lista-franquias ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#franquia-interna .lista-franquias ul li{
	font-size: 1.26rem;
}
#franquia-interna .lista-franquias ul li a{
	color:#333;
}
#franquia-interna .lista-franquias ul li a:hover, 
#franquia-interna .lista-franquias ul li a.active{
	color:#ef3f50;
	font-weight: 600;
}
/* FRANQUIA INTERNA */
/* CONTATO */
#contato #gray{
	background-color: #f3f3f6;
}
#contato .text .title{
	font-weight: bold;
}
#frmContato input, #frmContato select, #frmContato textarea{
	background-color: #f3f3f6;
	border: solid 2px #ccc;
}
#frmContato textarea{
	min-height: 176px;
}
#frmContato .btnSend{
	padding: 4px 14px;
	border-color: #777;
	background-color: #777 !important;
	color:#fff;
}
/* CONTATO */
/* SPECIAL EVENTS */
#alertSpecialEvent{
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 30;
    background-color: rgba(255,255,255, 0.5);
    padding: 1rem;
}
#alertSpecialEvent .stub{
    max-width: 680px;
    position: relative;
}
#alertSpecialEvent .close{
    color: #f04d4d;
    font-size: 1rem;
    font-weight: bold;
    background: #000000;
    padding: 0.2rem 0.8rem;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-shadow: none;
    opacity: 1;
}
/* END ESPECIAL EVENTS */
/* FOOTER */
.footer {
  background-color: #1a204f;
  color:#fff;
  font-size: 10px;
  min-height: 70px;
}
.footer a{
	color:#fff;
	text-decoration: underline;
	font-size: 10px;
}
.footer ul.social {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-flex;
}
.footer ul.social li a {
    width: 32px;
    height: 32px;
    font-size: 19px;
    color: #1a204f;
    background-color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0 6px 0 6px;
    text-decoration: none;
}
/* END FOOTER */

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* MEDIA QUERIES */
@media only screen and (min-width: 1025px) {
	#home .box .text{
		padding: 60px 20px 0 60px;
	}
}
@media only screen and (max-width: 1024px) {
	#home .banner .label-banner{
		margin-top:80px;
	}
	#home .label-banner h1 {
	    font-size: 2.4rem;
	}
	#home .label-banner h2 {
	    font-size: 2.3rem;
	}
}
@media only screen and (max-width: 768px) {
	#header .acesso-restrito .lbl-acesso{
		font-size:1.09rem !important;
	}
	#header .acesso-restrito .btn_entrar{
		width: 65px;
		height: auto;
	}
	.navbar .navbar-brand img{
		width: 190px;
		height: auto;
	}
	#navMenuPrincipal{
		font-size: 19px;
	}
	#navMenuPrincipal li.nav-item {
	    padding: 0px 2px;
	}
	#home .btn{
		font-size: .96rem;
	}
	#home .banner .label-banner{
		margin-top:64px;
	}
	#home .label-banner h1 {
	    font-size: 1.9rem;
	}
	#home .label-banner h2 {
	    font-size: 1.8rem;
	}
	#home .label-banner .call_banners {
		inline-size: 5rem;
	}
}
@media only screen and (max-width: 426px) {
	#header .acesso-restrito .esqueci{
	    right: 0;
	    margin-bottom: -24px;
	}
	#home .banner .label-banner{
		margin-top:20px;
	}
	#home .label-banner h1 {
	    font-size: 0.8rem;
	}
	#home .label-banner h2 {
	    font-size: 0.78rem;
	}
	#home .label-banner .call_banners {
		inline-size: 3rem;
	}
	#associados label {
	    margin-bottom: -8px;
	}
	#associados .company_image {
	    margin: 10px auto;
	}
	#noticia-interna .a_noticia .compartilhar .creditos{
		margin:10px 0;
	}
	#noticia-interna .a_noticia .compartilhar .share{
		margin:10px 0;
	}
	#franquia-interna .sobre-franquia h1.title {
	    font-size: 2rem;
	}
	#franquia-interna .sobre-franquia .about {
	    font-size: 1rem;
	    word-wrap: break-word;
	}
	#franquia-interna .sobre-franquia .person {
	    font-size: 1rem;
	    word-wrap: break-word;
	}
	#franquia-interna .sobre-franquia .ocupation:before,
	#franquia-interna .sobre-franquia .events .title:before{
		width: 74%;
	}
}
@media only screen and (max-width: 320px) {
	#header .acesso-restrito .lbl-acesso{
		font-size:0.96rem !important;
	}
	#header .acesso-restrito .btn_entrar{
		width: 60px;
		height: auto;
	}
	#home .banner .label-banner{
		margin-top:20px;
	}
	#home .label-banner h1 {
		font-size: 0.64rem;
	}
	#home .label-banner h2 {
		font-size: 0.6rem;
	}
	#home .label-banner .call_banners {
		inline-size: 2rem;
	}
	#franquia-interna .sobre-franquia .ocupation:before,
	#franquia-interna .sobre-franquia .events .title:before{
		width: 66%;
	}
	.footer ul.social li a {
	    width: 26px;
	    height: 26px;
	    font-size: 16px;
	}
}