:root{
	--cc-bg-p: #032b44;
	--cc-ft: #032b44;
	--cc-bg-br: #f2f2f2;
	--cc-br:#fff;
	--cc-cS: #032540;
	--cc-yellow: #f9d608;
}

.bg-p{
	background-color: var(--cc-bg-p);
}

.color-b{
	color: var(--cc-bg-br);
}

.color-p{
	color: var(--cc-bg-p);
}

.color-p:hover, .color-b:hover{
	color: var(--cc-yellow);
}

.active{
	color: var(--cc-ft);
}

#container_content{
	display: block;
	height: 10rem;
	width: 10rem;	
}

#container_aba{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#aba{
	position: absolute;
	
    left: -17px;
    top: -73px;
	
	
    border-left: 0 solid transparent;
    border-top: 7rem solid transparent;
    border-right: 7rem solid var(--cc-bg-br);
    border-bottom: 7rem solid transparent;
    transform: rotate(45deg);
	
	box-shadow: 10px 10px 50px #000;

}

#aba a{
    position: absolute;
    width: 10rem;
    height: auto;
    text-align: left;
    left: -7px;
    top: -65px;
    font-size: 1.35rem;
	font-weight: 700;
	color: var(--cc-bg-p);
	
	
	
    transform: rotate(-91deg);
}

#aba:hover{
	box-shadow: 3px 10px 5px #000;
}

#logo-container{
	float: right;
}


.navbar-toggler-icon{
	fill: var(--cc-bg-br);
}

.navbar-expand-lg{
	justify-content: space-between!Important;
	background-color: var(--cc-bg-p)!Important;
	color: var(--cc-ft)!Important;
}

.custom_media_h2{
	display:initial!important;
}


.costum-bg-br{
	background-color: var(--cc-bg-br);
}

.custom-color-ft{
	color: var(--cc-ft)!Important;
}

.custom-bg{
	background-color: var(--cc-bg-p);
	border-color: var(--cc-cS);
	color: var(--cc-bg-br);
}

.ft-color{
	color: var(--cc-yellow)!Important;
}

.btn-yellow{
	background-color: var(--cc-yellow);
	color: var(--cc-bg-p)!Important;
}

.btn-yellow:hover{
	background-color: var(--cc-yellow);
	opacity: 0.7;
	color: #fff!Important;
}

.custom-hover:hover{
	background-color: var(--cc-bg-p);
	border-color: var(--cc-cS);
	box-shadow: 3px 3px 10px var(--cc-cS);
}

.custom-hover:active{
	background-color: var(--cc-bg-p);
	border-color: var(--cc-cS);
	box-shadow: 3px 3px 10px var(--cc-cS);
}

.custom-hover:visited{
	background-color: var(--cc-bg-p);
	border-color: var(--cc-cS);
	box-shadow: 3px 3px 10px var(--cc-cS);
}


.custom-hover:link{
	background-color: var(--cc-bg-p);
	border-color: var(--cc-cS);
	box-shadow: 3px 3px 10px var(--cc-cS);
}

.btn-custom-bg:hover{
	background-color: var(--cc-bg-p);
	border-color: var(--cc-cS);
	box-shadow: 3px 3px 20px var(--cc-cS);
	border: none;
}

.btn-custom-bg:visited{
	background-color: var(--cc-bg-p);
	border-color: var(--cc-cS);
	box-shadow: 3px 3px 50px var(--cc-cS);
	border: 0;
}

.btn-custom-bg:link{
	background-color: var(--cc-bg-p);
	box-shadow: 3px 3px 10px var(--cc-cS);
	border-color: var(--cc-cS);
	border: none;
}

.btn-custom-bg:active{
	background-color: var(--cc-bg-p);
	border-color: var(--cc-cS);
	box-shadow: 3px 3px 10px var(--cc-cS);
	border: none;
}

.custom-color{
	color: var(--cc-bg-br)!Important;
}


.container-100{
	width: 100%;
}

.float-left-width{
	float: left;
}

.float-right-width{
	justify-content: flex-end;
	float: right;
}

.float-left{
	float: left;
}

.float-right {
	float: right;
}

.fg-none{
	flex-grow: 0;	
}


.custom-opacity{
	background: rgba(0, 0, 0, 0)!Important;
}

#footer_logo img{
	width: 100%;
}

.btn-custom{
	font-size: 3rem;
	line-height: 0.5;
	border-radius: 5px;
}

.border-custom:focus{
	border: none;
	outline:none;
	box-shadow: 0px 0px 5px  1px var(--cc-yellow);
}

.custom-product{
	padding: 3.5rem !important;
}

.custom_container{
	width: 100%;
	margin:0;

}


.galeria_custom {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}


.youtube_custom{
	margin: 0 auto;
	padding: 10rem;
	width: 100%;

	background-color: var(--cc-br);

}


.youtube_custom_content{
	margin: 0 auto;
	width: 100%;
	padding-top:0;

}

.youtube_custom_video{
	width: 100%;
	height: 570px;
}

.custom_box{
	display: flex;
    /* flex: 1; */
    flex-wrap: wrap;
    /*justify-content: space-evenly;*/
	

	margin-top: 1rem;
    max-width: 46rem;
    max-height: 46rem;
    min-height: 46rem;

    text-align: center;    

    align-content: space-evenly!Important;	
}


.custom_box_contatos{
	width: 50%;
}


/**==================================

/**MEDIA QUERY**/
@media (min-width: 1400px){
	#aba{
		display:initial!Important;
	}
	
	.custom_nav{
		display: none;
		width: 0;		
	}

	.custom_container{
		margin: 0 auto;
		
	}

	.container{
		max-width:100%!Important;
	}
	
	.navbar-expand-lg {
		justify-content: space-between;
	}
	
	.col-custom {
		flex: 0 0 auto;
		width: 32%!Important;
	}
	.youtube_custom{
		
		padding:0;
	
	
	}
	
}

@media (min-width: 1280px){
	
	#aba{
		display: initial!Important;
	}
	
	
	.custom_nav{
		display: none;
		width: 0;
	}


	.navbar-expand-lg {
		justify-content: space-between;
	}
	
	.col-custom {
		flex: 0 0 auto;
		width: 32%!Important;
	}
	.youtube_custom{
		
		padding:0;
	
	
	}
	
	
}



@media (min-width: 1024px) and (max-width: 1280px){
	
	#aba{
		display: none!Important;
	}

	.custom_nav{
		display: none;
		width: 0;
	}


	.navbar-brand{
		font-size:1rem;
		margin: 0;
		padding:0;
	}


	.px-lg-5 {
		padding-left:1rem!Important;
		padding-right:1rem!Important;
	}

	
	.navbar-expand-lg {
		justify-content: space-between;
	}
	
	.col-custom {
		flex: 0 0 auto;
		width: 32%!Important;
	}

	.youtube_custom{
		width:100%;
		padding:0;
	
	
	}
	
}

@media (min-width: 992px) and (max-width: 1024px){
	#aba{
		display:none;
	}

	#container_content{
		width: 0%;
		height: auto;
	}

	.custom_nav{
		display: none;
		width: 0%;
		height:auto;
	}

	.custom_media_h2{
		display:none!important;
	}


	.navbar-expand-lg {
		justify-content: space-between;
	}
	
	.col-custom {
		flex: 0 0 auto;
		width: 32%!Important;
	}
	.youtube_custom{
	
		padding:0;
	
	
	}
	
}

@media (min-width: 768px) and (max-width: 991px){


	#aba{
		display:none;
	}

	#container_content{
		width: 0%;
		height: auto;
	}

	.custom_nav{
		display: none;
		width:0%;
		
	}

	.custom_media_h2{
		display:initial!important;
	}


	.col-custom {
		flex: 0 0 auto;
		width: 32%!Important;
	}
	
	.col-md-4 {
    flex: 0 0 auto;
    width: 50%;
	}
	.youtube_custom{
	
		padding:0;
	
	
	}


}

@media (min-width: 320px) and (max-width: 480px){
	.custom_media_h2{
		display:none!important;
	}

	.custom_nav{
		display: none!important;
		width: 0;
	}


	#container_content{
		display: none;
	}
	
	.img-small {
		margin: 0 auto!Important;
	}
	.youtube_custom{

		padding:0;
	
	
	}
	
}

@media (max-width: 319px){
	.custom_media_h2{
		display:none!important;
	}
}