@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

* {font-family: 'Open Sans', sans-serif;line-height: 1.1em;font-weight: 600;}
body {background: #fafafa !important;overflow-x: hidden;}

/*.home-front {
    background: url('../img/background_home.png') no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}*/

a {text-decoration: none !important;}
#menu-mobile, .slicknav_menu, footer #footer2 .foot-mobile, .icon_menu_mobile, #menu-curso-about, #share-curso {display:none;}
.cor-azul {color: #222;}
.cor-9 {color: #888;font-weight: 600;font-size: 15px;}
.cor-cinza {color: #514f4f;}
.font-22 {font-size: 24px;}
.pad-50 {padding: 75px 0;}
.pad-100 {margin: 100px 0;}
.pad-bot0 {margin-bottom: 0 !important;}
.top-50 {margin-top: 50px;}
.font-36 {font-size: 36px;font-weight: 600;}
.bg-white {background: white;}
.centered, #contact .row form {margin: 0 auto !important;padding: 0;float: none !important;}

header .menu {
	height: 175px;
}
header .row {position: relative;}
header .menu  img.logo {
	bottom: 0;
	position: absolute;
}

header .menu nav {position: absolute;bottom:18px;right:0;}
header .menu nav ul li {float: left;list-style: none;}
header .menu nav ul li a {text-decoration: none;margin-left: 40px;font-size: 15px;color: white;font-weight:500;}
header .menu nav ul li a:hover {border-bottom: 4px solid white;transition: 0.2s all;}
header .menu nav ul li a.btn-aluno {display: block;background: none !important;padding: 8px 20px;border-radius: 40px;margin-top: -9px;border: solid 1px white;}
header .menu nav ul li a.btn-aluno:hover {border: solid 1px white !important;}

/* ATRIBUTOS DOS BACKGROUNDS DAS PAGES */
.vegas-home {height: auto;background: #232323;}
.vegas-other {min-height: 50vh;-webkit-box-shadow: inset 0px -20px 25px -5px rgba(0,0,0,0.5);background: #222;-moz-box-shadow: inset 0px -20px 25px -5px rgba(0,0,0,0.5);box-shadow: inset 0px -20px 25px -5px rgba(0,0,0,0.5);}
.text-nav {
	text-align: center;
	padding: 7% 0; 
}
.text-nav p {
	font-size: 28px;
	color: white;
	padding: 0 20px;
	font-weight: 400;
}
.text-nav a.btn-text-nav {
	background: #eecb6f;
	color: #514f4f;
	font-size: 15px;
	font-weight: 600;
	padding: 12px 24px;
	border-radius: 50px;
	cursor: pointer;
	transition: 0.3s all;
}
.text-nav a.btn-text-nav:hover {
	background: #514f4f;
	color: #eecb6f;
	transition: 0.3s all;
}

#menu-pages {background: #212429;} 
#menu-pages .menu  img.logo {bottom: 55px;}
#menu-pages .menu nav {position: absolute;bottom:66px;right:0;}
#menu-pages .menu nav ul li a.btn-aluno:hover {
	border: solid 1px #888 !important;
	color: #888 !important;
	transition: 0.6s all !important;
}
#menu-pages .menu nav ul li a:hover {border-bottom: 4px solid #e9e9e9;transition: 0.2s all;}

.slogan-header {padding-top: 20%;}
.slogan-header img {width: 500px;}
.slogan-header p {margin-top: 15px;}

/*.curso-divisor-bg {
	background: url('../img/background_courses.png');
	background-size: cover;
	background-attachment: no-repeat;
	background-position: 0px -250px;
}

.curso-divisor {
	width: 100%;
	height: 450px;
	background: rgb(128,61,116, 0.7);
	background: -moz-linear-gradient(90deg, rgba(38,40,45, 0.7) 0%, rgba(155,155,155, 0.7) 100%);
	background: -webkit-linear-gradient(90deg, rgba(38,40,45, 0.7) 0%, rgba(155,155,155, 0.7) 100%);
	background: linear-gradient(90deg, rgba(38,40,45, 0.7) 0%, rgba(155,155,155, 0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#803d74",endColorstr="#3f61b8",GradientType=1);
	margin-bottom: -450px;
}*/

#text-home {
	background: white;
	padding: 100px 0;
}
#text-home p.text-home {
	text-align: justify;font-weight: lighter !important;line-height: 22px;color: #888;font-size: 15px;
}

.video-curso {width: 720px !important;margin-top: -200px;margin-bottom: -50px;-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.25);-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.25);box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.25);}
.video-container { position: relative; padding-bottom: 48%; 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%; }

#cursos-pages .cursos .col-lg-3, #cursos-pages .cursos .col-lg-6 {margin-bottom: 75px;}
/*#cursos-pages .cursos .row .row {margin-top: -75px !important;}*/
.cursos .col-md-12 img, .cursos .col-lg-3 img {width: 100% !important;border-radius: 12px 12px 0px 0px;}
.cursos .thumb {height: auto;background-size: cover;background-position: center;border-radius: 10px 10px 0 0;}
.cursos .col-lg-6 .thumb {height: 400px;background-size: cover;background-position: center;}
.cursos .col-lg-6 p {margin-bottom: 0 !important;}
.cursos .col-md-12 img:hover, .cursos .col-lg-3 img:hover {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: 0.6s all;
}
.cursos .col-md-12 .bg-white, .cursos .col-lg-3 .bg-white {padding: 40px 30px; min-height: auto;}
.cursos .col-lg-6 .bg-white {padding: 30px 25px; min-height: 50px;}
.cursos .col-md-12 .bg-white small, .cursos .col-lg-3 .bg-white small, #rayna_melo .textos small {font-size: 13px;font-weight: 600;}
.cursos .col-md-12 button i, .cursos .col-lg-3 button i {margin-top: 2px !important;}
.cursos .col-md-12 button, .cursos .col-lg-3 button {
	font-size: 15px;
	font-weight: 600;
	border: none;
	text-align: left;
	width: 100%;
	height: 50px;
	padding: 0 30px;
	background: #edcb6e;
	border-radius: 0px 0px 12px 12px;
	cursor: pointer;
	transition: all .3s;
}
.cursos .col-md-12 button:hover, .cursos .col-lg-3 button:hover {background: #514f4f;transition: all .3s;color: white;}

#curso-about .about {width: 50%;float: left;}
#curso-about .about .p {float: left;width: 93%;}
#curso-about .about i {font-size: 24px;}
#curso-about .about p {padding-top: 3px;line-height: 22px !important;color: #999;font-size: 14px;}
#curso-about .icon {float: left;text-align: left;width: 7%;}

#curso-about #inscricao .row form, #contact .row form {width: 450px;}
.termos {text-align: justify;}

#portifolio {z-index: 0;}
#portifolio .foto {
	float: left;
	height: 33.33vh;
	-webkit-filter: grayscale(90%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);	
	cursor: pointer;
	transition: all 1s;
}
#portifolio .foto:hover {
	-webkit-filter: grayscale(20%);
	-moz-filter: grayscale(20%);
	-ms-filter: grayscale(20%);
	-o-filter: grayscale(20%);
	filter: grayscale(20%);
	transition: all 1s;
}

#checkout .checkout_info {
	width: 60%;
	float: left;
}
#checkout .checkout_info p b {font-weight: bold !important;color: #222;}
#checkout .checkout_info .divide {border-top: solid 1px #dedfe0;}
#checkout .checkout_pag {width: 30%;float: right;margin-top: -75px;}
#checkout .checkout_pag .active {border: solid 1px #dedfe0;}
#checkout .checkout_pag .active:hover {background: #f8f8f9;}
#checkout .checkout_info p {font-size: 14px;color: #666;font-weight: 400;}
#checkout .checkout_pag .pag_01 {
	width: 100%;
	border-radius: 5px;
}
#checkout .checkout_pag .pag_bar {
	padding: 15px 20px;
	border-bottom: solid 1px #dedfe0;
}
#checkout .checkout_pag span {font-weight: 400;}
#checkout .checkout_pag .pag_contain {padding: 20px;}

.btn-pagamento-mobile {
	display: none !important; 
	z-index: 2 !important;
}

#newsletter .container .row {background: white;float: none;padding:35px;}
#newsletter .container .row p {font-weight: 400;width: 50%;padding-right: 10px;margin-bottom: 0;}
#newsletter .container .row form {width: 50%;float: right;}
#newsletter .container .row form input {height: 50px;}
#newsletter .container .row form input#email {background: #f5f7fe;border: none;width: 70%;float: left;border-radius: 10px 0 0 10px;padding-left: 30px;}
#newsletter .container .row form input#email::placeholder {color: #3a539b;opacity: 0.4;}
#newsletter .container .row form input#enviar {background: #26282d;border: none;color: white;padding: 0 30px;width: 30%;border-radius: 0 10px 10px 0;cursor: pointer;}

#info {width: 400px;margin-top:20% !important;}

#footer {background: #343434;}

#footer a {color: white;line-height: 2em;font-size: 13px;font-weight: 400 !important}
#footer .font-22 {font-weight: 400 !important}
#footer a:hover,#footer2 a i:hover  {color: #edcb6e;}
#footer a i{margin-right: 25px;}

#footer2 {background: #222;}
#footer2 .row {display: block;height: 75px;}
#footer2 span {color: #666;font-size: 12px;line-height: 75px;font-weight: 600;}
#footer2 a i {padding: 10px !important;margin: 10px !important;cursor: pointer;	}
#footer2 a {color: white;font-weight: 400;}

#chat-zap {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 5%;
	right: 7%;
	z-index: 4;
	transition: all .2s ease-in-out;
	display: none;
}
#chat-zap img:hover {
	transform: scale(1.3);
	transition: all .2s ease-in;
}