@font-face {
    font-family: 'georgia-italic';
    src: url('./Georgia-Italic.eot');
    src: url('./Georgia-Italic.eot?#iefix') format('embedded-opentype'),
         url('./Georgia-Italic.woff') format('woff'),
         url('./Georgia-Italic.ttf') format('truetype'),
         url('./Georgia-Italic.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'georgia-bold';
    src: url('./Georgia-Bold.eot');
    src: url('./Georgia-Bold.eot?#iefix') format('embedded-opentype'),
         url('./Georgia-Bold.woff') format('woff'),
         url('./Georgia-Bold.ttf') format('truetype'),
         url('./Georgia-Bold.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'georgia-bold-italic';
    src: url('./Georgia-BoldItalic.eot');
    src: url('./Georgia-BoldItalic.eot?#iefix') format('embedded-opentype'),
         url('./Georgia-BoldItalic.woff') format('woff'),
         url('./Georgia-BoldItalic.ttf') format('truetype'),
         url('./Georgia-BoldItalic.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


.banner-curs{
	position: absolute;
	top: 420px;
	width: 745px;
	left: 435px;
	background: url(../img/common/fons.svg) no-repeat center;
    background-size: cover;
	border-radius: 5px;
}

.banner-curs-inner{
	position: relative;
	padding: 25px 55px;
	text-align: center;
}

#close-banner{
	position: absolute;
    top: 25px;
    right: 30px;
	color: #929292;
	width: 20px;
	text-decoration:none;
}

.banner-curs h2 {font-family: 'Oswald', sans-serif; font-weight: 400; font-size: 43px; margin-top: 0; margin-bottom: 10px;color: #eb8c0e;text-decoration: underline;letter-spacing: 7px;}
.banner-curs .des-top{font-family: 'georgia-bold';font-size: 18px;margin-bottom: 10px;}
.banner-curs .des-bottom{font-family: 'georgia-italic'; font-size:14px; color: #929292;line-height: 24px;margin-top:0;margin-bottom: 40px;}
.banner-curs .des-bottom span{font-family: 'georgia-bold-italic';}

.banner-curs .link-container{
	margin-bottom:20px;
}

.banner-curs .boto-preinscribte{
	color: #fff;
	background: #eb8c0e;
	text-decoration: none;
	border-radius: 30px;
	padding: 15px 40px;
	letter-spacing: 4px;
	font-family: 'Oswald', sans-serif; 
	font-weight: 600; 
	font-size: 13px;
	-webkit-box-shadow: -2px 19px 10px -17px rgb(185, 185, 185);
	-moz-box-shadow: -2px 19px 10px -17px rgb(185, 185, 185);
	box-shadow: -2px 19px 10px -17px rgb(185, 185, 185);
}