/*------------------------------ theme color ----------------------------*/
:root {
	--theme: #001d7e;
	--theme-green: #009933;
	--color_14: 64,64,64;
	--font_7: normal normal normal 12px/1.2em 'open sans',sans-serif;
	--brw: 0px;
	--brd: 255,203,170;
	--bg: 186,218,85;
	--rd: 30px 0px 20px 0px;
	--shd: none;
	--alpha-bg: 0.35;
	--alpha-brd: 1;
	--boxShadowToggleOn-shd: none;
	--color_black: 255,255,255;
	--color_white: 0,0,0;
	--container-corvid-border-color: rgba(var(--brd,var(--color_black)),var(--alpha-brd,1));
	--container-corvid-border-size: var(--brw,1px);
	--container-corvid-background-color: rgba(var(--bg,var(--color_white)),var(--alpha-bg,1))
}
/*------------------------------ fonts css ----------------------------*/
@font-face {font-family: 'ralewaylight'; src: url('fonts/raleway-extralight.woff2') format('woff2'), url('fonts/raleway-extralight.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'ralewayblack'; src: url('fonts/raleway-black.woff2') format('woff2'), url('fonts/raleway-black.woff') format('woff'); font-weight: bold; font-style: normal;}
@font-face {font-family: 'ralewaybold'; src: url('fonts/raleway-bold.woff2') format('woff2'); font-weight: bold; font-style: normal;}
@font-face {font-family: 'century gothic'; src: url('fonts/gothic.eot') format('eot'), url('fonts/gothic.woff') format('woff'); font-weight: normal; font-style: normal;}

/*------------------------------ general css ----------------------------*/
html, body{width:100%; margin:0; padding:0; height:100%}
body{background:url('../img/bg.png') repeat; font-family:'century gothic'; color:#444; font-size:14px; line-height:20px; position: relative;}
section{ position: relative; }
h1{ font-family:'ralewaylight'; font-size: 60px;}
h2{ font-family:'century gothic'; font-size: 36px;}
h3{ font-family:'ralewaylight'; font-size: 45px;}
.row { margin: 0 }
.container{position: relative; background-color: #ffffff; padding: 0}
.content h1 {color:var(--theme); font-size: 30px; margin: 0 0 30px 0; font-weight: bold} /*479c8e*/
.h1000{min-height: 1000px}
.shadow{/*-moz-box-shadow:0px 1px 2px 0px #a1a1a1; -webkit-box-shadow:0px 1px 2px 0px #a1a1a1; -o-box-shadow:0px 1px 2px 0px #a1a1a1;*/ box-shadow:0px 1px 4px 0px #e0e0e0; /*filter:progid:DXImageTransform.Microsoft.Shadow(color=#a1a1a1, Direction=180, Strength=3);*/}
.btn-yellow, .btn-green, .btn-blue{padding: 15px 20px; border: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.btn-yellow a{color:var(--theme); text-transform: uppercase;}
.btn-green a{color: #ffffff; text-transform: uppercase;}
.btn-yellow:hover{ background-color: #dfa521}
.btn-yellow{ background-color: #cc9900;}
.btn-green{background-color: #479c8e;}
.btn-green:hover{background-color: #71c099;}
.btn-blue{background-color:var(--theme);}
.btn-blue:hover{background-color: #252597;}
.btn-blue a{color: #ffffff}
.margintop10{margin-top: 10px}
.marginleft10{margin-left: 10px}
.marginrightbottom10{margin-right: 10px; margin-bottom: 10px}
.margin60{margin: 60px}
.marginbottom30{margin-bottom: 30px}
.marginbottom15{margin-bottom: 15px }
.padding15{padding: 15px }
.uppercase{ text-transform: uppercase; }
.fa, .fas {margin-right: 15px}
.flexrow {display: flex; flex-direction: row;}
.undermenuarea{background: url(../img/noise.png) repeat; background-color:var(--theme)} /*#4c9d89*/
.headpage{height: 10px;}
.shadowundertop {background: url(../img/undersharea.png) no-repeat 50% 0;	height: 30px; margin-top: 1px;}
.paragraph700{width: 700px; margin: auto;}
.content{ padding: 0 30px 0 30px}
.height150 {height: 150px}
.maxWidth310{max-width: 310px; width: 80%}
.maxWidth520{max-width: 520px; width: 80%}
.maxWidth630{max-width: 900px; width: 80%}
.width175 {width: 175px}
.width100 {width: 100px}
.width270 {width: 270px}
.width90percent {width: 90%}
.width50 {width: 50px}
.width75 {width: 75px}
.height250 {height: 250px}
.height400 {height: 400px}
.height500 {height: 500px}
.height600 {height: 600px}
.width800{ width: 800px}
.separator1{height:40px; border-bottom:inset 1px #aaa}
.separator1:after{ clear: both; content: ""}
.encartphoto{-webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; margin-right:15px; height: 200px; float: left}
p{line-height: 2em}
.cirleList{ list-style: circle}
.squareList{ list-style: square; margin: 7px 0}
.cirleList li{ margin-bottom: 20px}
.textgray { color: #666666}
.textblue { color:var(--theme)}
.radius7{-webkit-border-radius:7px; -moz-border-radius:7px; border-radius:7px;}
.radius10 {-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
.tarifs {padding:15px; border:1px solid #444; width:300px;  position:relative; margin: 0 auto}
.em12 {font-size: 13px; color: #999999}
.em10 {font-size: 12px; color: #999999}
.fa.fa-file-pdf-o{margin-right: 5px}
.fa-file-pdf-o:after{ content: '\f1c1'; }
.left{ float: left}
.clist{list-style:none; margin:0; padding:0; text-transform:uppercase; font-size:14px}
.clist li{margin-bottom:25px; float:left;}
.clist li span.ct{color:#fff; background-color:#4c9ed9; font-size:18px; padding:3px 5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
.clist li ul{list-style:none; margin:0; padding:0 15px}
.clist li ul li{border:none; background:url(../img/puce.png) no-repeat center left; width:220px; padding:2px 0 0 12px; margin-bottom:5px; display:block; float:none; margin:0; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.galvids{list-style:none; margin:0; padding:0}
.galvids li{display:inline-block; margin-right:20px; width:250px; position:relative; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; margin-bottom:25px}
.galvids li h4{width:100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:14px; padding:0; margin:0 }
.galvids li span{width:100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:12px; padding:0; margin:0 }
.galvids iframe{width:257px; height:200px; margin-bottom:7px}
.bck08{background:url(../img/img08.png) repeat-x top; height:5px; padding-bottom:10px}
.items{padding: 30px 0px 30px 0px;}
.items h3{color:#444; font-weight:bold}
.iinfos{font-size:11px; color:#999999}
.itag{background-color:#f9f9f9; border:1px solid #e7e7e7; padding:2px 5px; margin-right:10px}
.itag:hover{background-color:#efefef}
.homeitems{background: url(../img/img08.png) repeat-x left bottom; position:relative}
.homeitems h3{font-family:'Gothic'; color:#4c9ed9;}
.homeitems div.text{line-height:24px; height:130px; display:block; overflow:hidden; position:relative}
ul.tree, ul.tree ul{list-style-type:none; background:url(../img/vline.png) repeat-y; /*margin:0;*/ padding:0; }
ul.tree ul{margin-left:30px;}
ul.tree li{margin:0; padding:0 12px; line-height:25px; background:url(../img/node.png) no-repeat;}
ul.tree li.first{background:#fff url(../img/firstnode.png) no-repeat;}
ul.tree li:last-child{background:#fff url(../img/lastnode.png) no-repeat;}
div.mask{background:url(../img/bckwhiterad.png) repeat-x; height:40px; display:block; position:absolute; width:98%; bottom:-5px}
.h100{min-height:100vh; height:100%;}
.ulright{padding:10px 7px; width:90%; margin-bottom:15px}
.ulright ul{list-style:none; margin:0; padding:0;}
.bgyellow{background-color:#e4a004}
.cloud{list-style:none; width:100%; padding:0;}
.cloud li{float:left; margin:1px 3px; font-size:11px; min-height:25px; line-height:20px;}
.cloud:hover li a{opacity:0.3;}
.cloud li.tag1{font-size:0.8em;}
.cloud li.tag2{font-size:1em;}
.cloud li.tag3{font-size:1.2em;}
.cloud li.tag4{font-size:1.4em;}
.cloud li.tag5{font-size:1.6em;}
.cloud li a{text-decoration:none; color:var(--theme); /* font-family:Arial;*/ transition:opacity 0.8s; -webkit-transition:opacity 0.8s; -moz-transition:opacity 0.8s; -o-transition:opacity 0.8s;}
.cloud li a:hover{color:var(--theme-green); opacity:1;}
.rpbox{background:url(../img/separator.png) bottom repeat-x; padding-bottom:15px; margin-bottom:15px}
.bggreen{background-color:#52bbac}
.bgblue{background-color:var(--theme)}
.bggreen h4, .bggreen p, .bgblue h4, .bgblue p{color:#fff;}
.bggreen a, .bgblue a{color:#ceffe6}
.bggreen a:hover, .bgblue a:hover{color:#ffc81f}
.clear::after {content: "";  clear:both; display:table;}
.img300{ width: 300px}
.imgMax300{ max-width: 300px; width: 80%}
.img100max800{ width: 100%; max-width: 800px; }
.img100max400{ width: 100%; max-width: 800px; }
.red{color: red}
.tletra{font-family: 'Century Gothic'; font-size: 20px; text-transform: uppercase}
.youtubeframe{border: none; width: 100%; min-height: 300px}
@media (max-width:768px) {
	h1{ font-size: 30px }
	h2{ font-size: 20px }
	h3{ font-size: 25px }
}
@media (min-width: 991px) {
	h1{ font-size: 50px }
	h2{ font-size: 30px }
	h3{ font-size: 35px }
}
@media (max-width: 991px) {
	.paragraph700{width: 100%; padding: 0 20px}
}

.divgraduacao {color: #1a1a1a; margin: 0; padding: 0; background-color: #ededed;}
.divgraduacao div.border{ border: 1px solid #888888}
.divgraduacao div.box {margin: 0; padding: 0;}
.divgraduacao div.borderleft{border-left: 1px solid #888888}
.divgraduacao div.borderright{border-right: 1px solid #888888}
.divgraduacao div.borderbottom{border-bottom: 1px solid #888888}
.boxflex {display: flex;  margin: 0; padding: 0; flex-wrap: wrap;}
.boxflex > * {flex: 1 1 0;}
.supgrade{font-size: 22px; padding: 0; margin: 0; margin-top: 7px; text-align: left; padding-left: 15px;}
.supgrade span{font-weight: bold;}
.supgrade sup{ font-weight: normal;}
.divgraduacao div.top {font-size: 16px;}
/*.topetapa1 {background: linear-gradient(0deg, #5c5e57 33.3%, #fff 33.3%, #5c5e57 33.3%);}*/

.topetapa {padding: 0; margin: 0; position: relative}
div.etapa{font-size: 16px; padding: 7px; width: 100%; font-weight: bold; margin: 0}
div.etapa div{width: 100%; display: flex; justify-content: center; align-items: center;}
.top_ban_parent{position: relative; height: 30px; width: 100%}
.top_ban{width: 100%; display: block; padding: 0; margin: 0;}
.top_50{height: 50%;}
.top_25{height: 25%;}

.topgreenlight {background-color: #06a330;}
.topgreendark {background-color: #184d05;}
.topyellow {background-color: #f7cc00;}
.topblue {background-color: #1200d2;}
.topwhite {background-color: #ffffff;}

.imgcordas{max-width: 159px; width: 100%;}

.height10 {height: 10px}
.paddingbottom10{padding-bottom: 10px}
/*------------------------------ header css ----------------------------*/
header{position: relative;}
header .logo{ width: 30%; max-width: 350px; margin: 15px auto}
/*Menu*/
.dropdown-submenu {position: relative;}
.dropdown-submenu>.dropdown-menu {top: 0; left: 100%; margin-top: -6px; margin-left: -1px; -webkit-border-radius: 0 6px 6px 6px; -moz-border-radius: 0 6px 6px; border-radius: 0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu { display: block;}
.dropdown-submenu>a:after {display: block; content: " "; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 5px 0 5px 5px; border-left-color: #ccc; margin-top: 5px; margin-right: -10px;}
.dropdown-submenu:hover>a:after {border-left-color: #fff;}
.dropdown-submenu.pull-left {float: none;}
.dropdown-submenu.pull-left>.dropdown-menu {left: -100%; margin-left: 10px; -webkit-border-radius: 6px 0 6px 6px; -moz-border-radius: 6px 0 6px 6px; border-radius: 6px 0 6px 6px;}
.navbar-nav > li > .dropdown-menu{ width: 100%; }
.dropdown-menu > li > a:hover, .dropdown-menu > li a{ text-transform: uppercase; font-size: 12px; }
.nav > li > a {padding: 12px 30px; color: #1f120f; text-transform: uppercase;}
.nav > li > a:hover, .nav > li > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav > li > a.active {text-decoration: none; background: none; border-bottom: 4px solid #cc9900;}
.navbar-toggle { background: #4c9d89; }
.navbar { margin-bottom: -1px; }
.navbar-toggle .icon-bar{ background: #ffffff; }
@media (min-width:768px) {
	.navbar > .container-menu { text-align: center;}
	.navbar-header,.navbar-brand,.navbar .navbar-nav,.navbar .navbar-nav > li { float: none; display: inline-block;}
	.collapse.navbar-collapse { float: none; display: inline-block!important; width: auto; clear: none;}
}
@media (max-width:991px) {
	.nav > li > a {padding:10px 20px;  font-size: 14px}
	.dropdown-menu > li > a:hover, .dropdown-menu > li a{ font-size:11px; }
	.navbar { margin-bottom:-5px; }
}
/*------------------------------ footer css ----------------------------*/
footer{background-color:var(--theme); color:#ffffff; font-size:12px; } /*#59bba3*/
footer h1{font-size: 30px; font-family:'raleway'; line-height: 100px}
footer ul{list-style: square; text-align: left; display: inline-block;}
footer ul li{padding: 3px 10px}
footer ul li a{color: #ffffff; text-transform:uppercase; font-size: 11px}
footer ul li a:hover{text-decoration:underline; color: #ffffff}
footer img.logo{ height:100px; margin:0 20px}
.foot{ background-color: var(--theme-green); } /*4c9d89*/
.foot p{line-height:70px; text-align:center; margin: 0}
@media (max-width:768px) {

}
@media (max-width: 991px) {
	footer h1{font-size: 25px}
	footer [class*="col"] { text-align: center; margin: 30px 0 }
}
/*------------------------------ Home css ----------------------------*/
.carousel-inner .item img{ width: 100%; }
.banner-mask {position: absolute; top: 0; z-index: 1;}
.banner-mask img{ width: 100%; }
.banner-mask .caption{position: absolute; top: 0; color: #ffffff; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.banner-mask .caption h1, .banner-mask .caption h2{text-align: center;}
.banner-mask .caption div.separator {width: 30%; height: 4px; display: block; margin: 60px auto; background: #ffffff}
@media (max-width:768px) {

}
@media (max-width: 991px) {
	.banner-mask .caption div.separator { margin: 30px auto }
}

/*------------------------------ Form css ----------------------------*/
#fcontact label {font-size:14px;color: #4d4d4d; cursor:pointer; display:block; font-weight:500; margin-bottom:3px;}
.noleftmargin {margin-left: 0px; padding-left: 0px;}
.nomargin {margin-left: 0px; padding-left: 0px; margin-right: 0px; padding-right: 0px}
/*textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select {background: #ffffff; border: 1px solid #ddd;	padding: 8px 8px;	vertical-align: middle;	outline: none;	border-radius: 2px;	-moz-border-radius: 2px;	-webkit-border-radius: 2px;	transition: border linear 0.4s,box-shadow linear 0.4s;	-o-transition: border linear 0.4s,box-shadow linear 0.4s;	-moz-transition: border linear 0.4s,box-shadow linear 0.4s;	-webkit-transition: border linear 0.4s,box-shadow linear 0.4s;	margin: 0;	width: 100%;	display: block;	margin-bottom: 20px;}*/
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select {background: #ffffff; border: 1px solid #ddd;	padding: 8px 8px;	vertical-align: middle;	outline: none;	border-radius: 2px;	-moz-border-radius: 2px;	-webkit-border-radius: 2px;	transition: border linear 0.4s,box-shadow linear 0.4s;	-o-transition: border linear 0.4s,box-shadow linear 0.4s;	-moz-transition: border linear 0.4s,box-shadow linear 0.4s;	-webkit-transition: border linear 0.4s,box-shadow linear 0.4s;	margin: 0;	width: 100%;	display: block;}
.gmap {background:white; border:1px solid #ccc;	padding:4px; width:100%; height:374px;}
.waiting{width:350px; line-height:90px; display:block; background-color:#efefef; padding:10px; margin:0 auto; vertical-align:middle; box-shadow:2px 3px 6px rgba(0,0,0,.2);}
.waiting span{background:url(../img/loader.gif) top no-repeat; padding-top:20px;}
.dialogbox{width:350px; display:block; padding:10px; margin:0 auto; position:relative; background-color:#efefef}
.dialogboxtitle{width:90%; background-color:#1a1a1a; color:#939393; text-transform:uppercase; font-weight:bold; font-size:16px; margin:0 auto; color:#fff; padding:0.4em 1em; position:relative; text-align:center;}
.dialogbox p{line-height:1.2em;}
.dialogbox{width:350px; display:block; padding:10px; margin:0 auto; position:relative; background-color:#efefef}
.dialogboxtitle{width:90%; background-color:#1a1a1a; color:#939393; text-transform:uppercase; font-weight:bold; font-size:16px; margin:0 auto; color:#fff; padding:0.4em 1em; position:relative; text-align:center;}
.dialogbox p{line-height:1.2em;}
.error{color:red}

/*------------------------------ Inscription css ----------------------------*/
#finscription {font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px; line-height: 1.42857143; color: #333;}
#finscription fieldset {border-radius: 5px; border: #a7a7a7 solid 1px; padding: 10px; margin: 15px 0}
#finscription fieldset legend {border-radius: 5px; background-color: #d6dce5; font-size: 14px; padding: 0 10px; text-align: center; width: auto}
#finscription label{ font-weight: normal}
#finscription .fa, #finscription .fas{ margin-right: 2px}
#finscription .col-md-12 {padding-bottom: 5px}
#finscription .col-md-6, #finscription .col-md-4, #finscription .col-md-2 {padding-right: 5px}
#finscription .form-control {height: 30px; font-size: 12px}
#finscription textarea, #finscription input{background: #ffffff; border: none; outline: none; border-bottom: 1px solid #ddd; transition: none; -o-transition: none; -moz-transition: none; -webkit-transition: none; box-shadow: none; border-radius: 0}
#finscription .form-group select{background: #ffffff; border: none; outline: none; border-bottom: 1px solid #ddd; transition: none; -o-transition: none; -moz-transition: none; -webkit-transition: none; box-shadow: none; border-radius: 0}
#finscription input:focus {outline: none; box-shadow: none;}
#finscription input::-moz-focus-inner {border: 0;}
#finscription .width300{width: 300px}
#finscription .width270{width: 270px}
#finscription .width200{width: 200px}
#finscription .width180{width: 180px}
#finscription .width100{width: 100px}
#finscription .width120{width: 120px}
#finscription .width75{width: 75px}

div.lyrics{/*width: 95%; height: 400px;*/}
.lyrics .mce-content-body {font-size: 10px}
ul.descp {
	background-color: #e7f2c4;
	padding: 7px;
	list-style: circle;
	border-radius: 10px;
}

ul.descp li {
	margin: 10px;
}

.font_7 {
	font: var(--font_7);
	color: rgb(var(--color_14));
	letter-spacing: 0em;
}

.tagsinput,.tagsinput *{box-sizing:border-box}
.tagsinput{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;background:#fff;font-family:sans-serif;font-size:14px;line-height:20px;color:#556270;padding:5px 5px 0;border:1px solid #e6e6e6;border-radius:2px}
.tagsinput.focus{border-color:#ccc}
.tagsinput .tag{position:relative;background:#556270;display:block;max-width:100%;word-wrap:break-word;color:#fff;padding:5px 30px 5px 5px;border-radius:2px;margin:0 5px 5px 0}
.tagsinput .tag .tag-remove{position:absolute;background:0 0;display:block;width:30px;height:30px;top:0;right:0;cursor:pointer;text-decoration:none;text-align:center;color:#ff6b6b;line-height:30px;padding:0;border:0}
.tagsinput .tag .tag-remove:after,.tagsinput .tag .tag-remove:before{background:#ff6b6b;position:absolute;display:block;width:10px;height:2px;top:14px;left:10px;content:''}
.tagsinput .tag .tag-remove:before{-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg)}
.tagsinput .tag .tag-remove:after{-webkit-transform:rotateZ(-45deg);transform:rotateZ(-45deg)}
.tagsinput div{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}
.tagsinput div input{background:0 0;display:block;width:100%;font-size:14px;line-height:20px;padding:5px;border:0;margin:0 5px 5px 0}
.tagsinput div input.error{color:#ff6b6b}
.tagsinput div input::-ms-clear{display:none}
.tagsinput div input::-webkit-input-placeholder{color:#ccc;opacity:1}
.tagsinput div input:-moz-placeholder{color:#ccc;opacity:1}
.tagsinput div input::-moz-placeholder{color:#ccc;opacity:1}
.tagsinput div input:-ms-input-placeholder{color:#ccc;opacity:1}

.bootstrap-tagsinput {
	width: 100%;
}

.accordion {
	margin-bottom:-3px;
}

.accordion-group {
	border: none;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
	margin-bottom: 0;
}

.twitter-typeahead .tt-hint
{
	display: none;
}

.tt-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
	cursor: pointer;
}

.tt-suggestion {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333333;
	white-space: nowrap;
}

.tt-suggestion:hover,
.tt-suggestion:focus {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background-color: #428bca;
}

.btn-addletra{ background-color: #4c9ed9; color: white; padding: 7px; text-transform: uppercase}
.btn-addletra:hover{ text-decoration: none; color: whitesmoke; background-color: #51a8e6}

.btn-deleteletra, .btn-deleteletragreen{ background-color: #d9534f; color: white; padding: 7px; text-transform: uppercase; border: none; cursor: pointer; line-height: 18px}
.btn-deleteletra:hover, .btn-deleteletragreen:hover{ text-decoration: none; color: whitesmoke; background-color: #d75f5b}
.btn-deleteletragreen {background-color :#479c8e}
.btn-deleteletragreen:hover{background-color: #40aa99}

.curso-font{font-family: 'ralewaybold'; font-size: 12px}
.curso-head{font-family: 'ralewayblack'; font-weight: bold; text-transform: uppercase; font-size: 16px}
.curso-head.up{font-size: 11px; top: 16px; position: absolute}
.new-curso{top: 11px; left: 150px; position: absolute; width: 90px}
.curso-head.green{color: #189b3b}
.curso-head.blue{color: #273782}
.curso-head.yellow{color: #f9b234}
.star-list {list-style-type: none; padding-left: 0; }
.star-list li {padding-left: 20px; position: relative;}
.star-list li:before {content: '★'; color: #f9b234; font-size: 18px; position: absolute; left: 0; top: 0;}
.curso-link{background-color: #000000; color: white;  border-top: 10px solid; border-image: linear-gradient(to right, white, #f9b234) 1;}