/* NAVEGATION MENU */
nav.main-menu{
	padding: 10px 10%;
	background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(10,5,99,1) 50%, rgba(2,0,36,1) 100%) !important;
	color: #FFF !important;
	z-index: 5;
}

.ctLogo{
	text-align: left;
	display: inline-block;
}

.siteLogo{
	max-width: 100px;
}

.siteFooterLogo{
	height: auto;
	width: 150px;
	padding: 5px;
}

.langSwitch{
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding-left: 13px;
	padding-right: 13px;
	margin-left: 10px;
	margin-right: 10px;
}

.langSwitch a{
	transform: translateY(6px);
	display: inline-block;
}

/* HEADER */

/*youtube*/

.wrap > .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; /*apenas um -1 é necessário quando se trabalha com relative + absolute, sendo pai e filho*/
    width: 100% !important;
    height: 90vh;
    overflow: hidden; /* evita do video passar a altura desejada do .wrap */
}

.wrap > .bg-video > video {
    /*min-height: 100%;
    max-height: 100%;*/
}


@media (min-width:320px)  {
    .wrap > .bg-video > video {
        width: 125% !important;
    }
}

@media (min-width:801px)  {
    .wrap > .bg-video > video {
        width: 113% !important;
    }
}

@media (min-width:1025px)  {
    .wrap > .bg-video > video {
        width: 113% !important;
    }
}

/*youtube*/

.mainHeader{
	height: 90vh;
	width: 100%;
	overflow: hidden !important;
	position: relative;
	background-image: url('imds/header.jpg');
  	background-repeat: no-repeat;
  	background-size: cover;
}

.mainHeaderWI{
	height: 15vh;
	position: relative;
	background-image: url('imds/header.jpg');
  	background-repeat: no-repeat;
  	background-size: cover;
}

.blackOverlay{
	position: absolute;
	top: 0;
	height: 100%; width: 100%;
	background-color: #00000044;
}

.ctHeaderTitle{
	position: absolute;
	width: 80%;
	text-align: center;
	top: 50%; left: 50%;
	transform: translateY(-65%) translateX(-50%);
	z-index: 2;
}

.headerTitleSM{
	color: #FFF;
	text-shadow: -2px 2px 5px #00000077;
	font-size: 2em;
}

.headerTitleLG{
	color: #bccf4d;
	text-shadow: -2px 2px 5px #00000077;
	font-size: 3.5em;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: -10px;
}

.headerStart{
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 1px;
	position: absolute;
	bottom: 10%; left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.headerCredits{
	position: absolute;
	bottom: 50px;
	left: 50px;
	font-size: 0.8;
	font-weight: bold;
	color: #000;
	opacity: 0.6;
	z-index: 6;
}

.headerStart a{
	background-color: #FFFFFF00;
	color: #FFF;
	border: 1px solid #FFF;
	border-radius: 10px;
	padding: 3px 15px 5px 15px;
	text-decoration: none !important;
	box-shadow: -2px 2px 5px #00000055;
	text-shadow: -2px 2px 5px #00000055;
	transition: 200ms;
}

.headerStart a:hover{
	background-color: #FFFFFF00;
	color: #FFF;
	border: 1px solid #FFF;
	box-shadow: -3px 3px 7px #00000099;
	text-shadow: -3px 3px 7px #00000099;
	transition: 400ms;
}


/* COURSE CARDS */

.cl_container{
	width: 100%;
	text-align: center;
}

.cl_column{
	display: inline-block;
	background-size: cover;
	background-position: center;
	width: 320px;
	height: 180px;
	margin: 0.5em;
	max-width: 320px;
	overflow: hidden;
	border-radius: 35px;
	text-align: center;
	cursor: pointer;
	transition-duration: 350ms;
	box-shadow: -2px 2px 4px #00000055;
}

.cl_column:hover{
	transform: scale(1.02);
	filter: saturate(135%);
	filter: brightness(105%);
	transition-duration: 350ms;
	box-shadow: -3px 3px 7px #00000099;
}

.cl_logo{
	border-radius: 15px;
	background-color: #FFF;
	position: relative;
	top: 35%;
	height: 60px;
	transition-duration: 450ms;
	transform: translateY(-35%);
}

.cl_title{
	font-size: 1.2em;
	position: relative;
	top: 30%;
	color: #fff;
	text-shadow: -2px 2px 4px #000;
	transition-duration: 450ms;
	transform: translateY(-28%);
}

.cl_column:hover > .cl_title, .cl_column:hover > .cl_logo{
	transform: scale(1.05);
	transition-duration: 450ms;
	transform: translateY(-40%);
}

.cl_flag{
	display: none;
	position: relative;
	top: 10%;
	color: #fff;
	text-shadow: -2px 2px 4px #000;
	transform: translateY(-10%);
}

section{
	margin-top: 20px;
	padding: 40px 0;
}

.sec_title{
	text-align: center;
}

.sec_desc {
	text-align: justify;
	font-size: 1.1em;
	padding: 0 23%;
}

.sec_desc a{
	text-decoration: none;
}

@media only screen and (max-width: 800px) {
	.sec_desc {
		padding: 0 10%;
	}
}


/* SITE FOOTER */

.site-footer{
	padding: 30px;
	padding-top: 0;
	padding-bottom: 10px;
	background-color: #EEF;
}

.site-info{
	font-size: 0.9em;
}

footer ul{
	list-style: none;
	margin:  0; padding: 0;
}

/* CONTACT FORM */

.g-recaptcha{
	transform: scale(0.8) translateX(-40px) translateY(-15px);
}

.btnContactForm{
	height: 50px;
}