body{
	overflow-x: hidden;
	font-size:16px;
}

ul {
    list-style: none;
    padding: 0;
}
li:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-fill-color: #fe9804;
    -moz-osx-font-smoothing: grayscale;
    padding: 20px 10px 0 0;
    content: "\e080";
}

.border-white{
	margin-bottom:15px;
	border:9px solid white;
}

.bg{
	background-image: url("carta-astral-bg.jpg");
	background-position: cover;
	background-size: cover;
	z-index:-10;
	margin-top:30px;
}

.bg-up{
	background-color:#1f2279;
	background-position: cover;
	background-size: cover;
	z-index:10;
	box-shadow: 0px 0px 35px #666;
}

.titular-azul{
	background-color:#1f2279;
	background-position: cover;
	background-size: cover;
	box-shadow: 0px 0px 5px #666;
	padding: 20px;
	text-align:center;
}

.titular-azul span{
	font-size:32px;
	font-weight:bold;
}

.titular-naranja{
	background-color:#fe9804;
	background-position: cover;
	background-size: cover;
	box-shadow: 0px 0px 5px #666;
	padding: 20px;
	text-align:center;
}

.titular-naranja span{
	font-size:32px;
	font-weight:bold;
	text-align:center;
}

.titular{
	font-size:40px;
	color:white;
	text-align:center;
	margin:30px;
}

.title{
	margin-top:10px;	
}

.destacado-medio{
	text-align: justify;
	font-size:20px;
	font-weight:bold;
	background: -webkit-linear-gradient(#8b1800, #4b0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-light{
	margin-top:20px;
	line-height: 28px;
	font-size:16px;
	font-weight:bold;
}

.logo-campus{
	margin-bottom:20px;
}

.content{
	max-width:850px;
	float:center;
	padding:40px;
}

.subscribe{
	color:#cccccc;
}

.subscribe span{
	font-size:18px;
}

.subscribe:hover{
	color:#eee;
}

h1{
	color:#1d9ddc;
}

.tachado{
	text-decoration:line-through;
	color:red;
}

.boton_comprar{
	width:250px;
}

.tip{
	padding:20px;
	text-align:center;
}

.tip img{
	width:140px;
}

.tip p{
	font-size:18px;
}

.tip_par{

}

.bg-warning{
	padding:20px;

}

.img_secundaria{
	text-align:center;
	float:center;
}


/***************************************************/

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  border:9px solid #fe9804;
  margin-bottom:30px;
  margin-top:20px;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}


/***************************************************/

.company-contact{
	float: right;
	padding-right: 25px;
	margin-bottom:10px;
}

.back-container{
	overflow: hidden;
}

.site .bg-container{
	background-size: cover;
}

.bg-gradient{
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyNTY5MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(2,86,145,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(2,86,145,1)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top,  rgba(2,86,145,1) 0%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top,  rgba(2,86,145,1) 0%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top,  rgba(2,86,145,1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(2,86,145,1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbcdcc', endColorstr='#00000000',GradientType=0 );
}

.social-links{
	font-size: 25px;
	margin-top: 30px;
}

.social-links .social-link{
	opacity: 0.8;
}

.social-links .social-link:hover{
	opacity: 1;
}

.social-links .social-link.subscribe{
	margin-right: 15px;
	text-decoration: none;
}

.social-links .social-link.subscribe .social-icon{
	line-height: 40px;
}

.social-links .social-link .social-icon{
	font-size: 22px;
	display: inline-block;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	color: #fff;
	text-align: center;
	line-height: 41px;
}

.share-box .social-links{
	display: inline-block;
	margin-left: 25px;
	margin-right: 30px;
	margin-top: 0px;
}

.share-box .social-links .social-link.subscribe{
	margin-right: 0px;
}

.share-box .social-links .social-link .social-icon{
	font-size: 24px;
	width: 44px;
	height: 44px;
	line-height: 44px;
}

.title-offer{
	font-size: 40px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 30px;
	margin-top: 40px;
}

.principal-box{
	margin-top:30px;
	margin-bottom:20px;
	padding: 0px;
}

.offer-box{
	background-color: rgba(255, 255, 255, .99);
	padding: 20px;
	margin: 0px;
	margin-top: 30px;
	margin-bottom: 30px;

	border: 2px solid rgba(0, 0, 0, .2);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.offer-box .principal-slider{
	padding-left: 0px;
	padding-right: 20px;
}

.offer-box .principal-text{
	padding: 0px;
	color: #555;
	text-align: center;
}

.offer-box .principal-text .offer-title{
	font-size: 30px;
	margin-top: 0px;
}

.offer-box .principal-text .offer-title .crossed .text{
	color: #555;
}

.offer-box .principal-text .offer-price{
	color: #555;
	font-size: 90px;
	line-height: 100px;
}

.offer-price{
	color: #ff3700 !important;

}

.offer-box .principal-text .offer-valid{
	font-size: 20px;
	margin-bottom: 20px;
}

.offer-box .principal-text .offer-action{
	font-size: 30px;
	color: #fff;
	padding: 10px 40px;
	border-radius: 10px;
}

.landing-body{
	background-color: #f0f0f0;
	color: #717171;
	font-size: 14px;
	padding-bottom: 50px;
}

.share-box{
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #d2d2d2;
	margin-bottom: 30px;
	color: #039cde;
	font-size: 25px;
}

.description-header{
	color: #039cde;
	padding: 0px;
	margin: 0px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 2px solid #d2d2d2;
}

.sale-ticket{
	padding: 15px 0px;
	overflow: hidden;
}

.sale-ticket.first{
	border-bottom: 2px solid #d2d2d2;
}

.sale-ticket .label-offer{
	font-size: 25px;
	color: #039cde;
	float: left;
}

.sale-ticket .label-offer .crossed .text, .sale-ticket .label-offer .dto{
	color: #717171;
	margin-left: 10px;
}

.sale-ticket .label-offer .price{
	color: #039cde;
	font-size: 35px;
}

.sale-ticket .label-select{
	float: right;
	font-size: 20px;
	line-height: 50px;
	color: #717171;
}

.sale-ticket .label-select select{
	font-size: 20px;
	width: 86px;
	text-align: center;
	margin-left: 20px;
}

.sale-action{
	padding: 30px 15px;
}

.sale-action .btn-primary{
	line-height: 88px;
	width: 100%;
	font-size: 25px;
	border-radius: 10px;
}

.site-footer{
	background: #484848 !important;
	padding: 10px 0px;
	font-size: 12px;
}

.site-footer .foot-info{
	color: #999 !important;
	padding: 10px 0px;
}

.site-footer .foot-info .highlight{
	color: #ccc;
	text-decoration: none;
}

.site-footer .foot-info .highlight:hover{
	color: #fff;
}

.crossed{
	text-decoration: line-through;
	color: #ff6600;
}

.row{
	margin-right: -10px;
	margin-left: -10px;
}

@media (max-width: 768px) {

	.social-links{
		font-size: 25px;
		margin-top: 0px;
	}

	.offer-box .principal-text .offer-title{
		margin-top:30px;
	}

	.logo-campus{
		width:340px;
	}

	.tip_par{
		background-color: #E9E9E9;
		margin-bottom:30px;
		margin-top:30px;
	}
}

@media (max-width: 992px) {

	.offer-box .principal-text .offer-title{
		margin-top:30px;
	}
}

@media (min-width: 800px) { 

 .title{
	background: -webkit-linear-gradient(rgba(241,231,103,1), rgba(254,182,69,1)) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
 }
}

@media (min-width: 1200px) { 
	.foto-congreso{
		padding-left:50px;
	}
}
