*{
	font-family: 'Titillium Web', sans-serif;
}

.whiteTxt{color: #fff !important;}
.greenTxt{color: #4eb9b0;}
.greyTxt{color: #4f5665;}


h1{font-size: 2.0em}

h2{font-size: 1.8em}
.btn-primary{border-radius: 0;}

a{color: #53b9b0;}
a:hover{color: #3c9890}


#mainNav{
	background-color: #242b35;
	height: 70px;
	padding-top: 10px;
}

#mainNav img{
	float: left;
}

#mainNav .nav{
	margin-top: 5px;
}

#mainNav .nav li a{
	color: #fff;
}

.btnNav{
	font-weight: bold;
	border-radius: 0;
	font-size: 15px;
	margin-top: 4px;
}

/**HEADER SECTION**/
#headSection{
	background-image: url(../img/bg-home-3.png);
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px;
}

#headSection h1, #headSectionInt h1{
	color: #fff;
	font-size: 2.4em;
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: normal;
}

#headSectionInt{
	padding-top: 40px;
	padding-bottom: 40px;
}

#headSectionInt img{
	margin-bottom: 15px;
	height: 60px;
}

/*** TITLE **/
.title{
	margin-top: 60px;
	margin-bottom: 60px;
	color: #4F5665
}

.title img{
	margin-bottom: 30px;
}

.title h2{
	font-weight: normal;
	font-size: 1.8em;
}

/*COLORES DE LOS PLANES*/
.planCat01{background-color: #876cab;}/*violeta*/
.planCat02{background-color: #0e97d4;}/*celeste*/


/*** CARDS **/
.tituloCard{padding:20px 20px 30px; line-height: 1.4; min-height: 100px;}
.tituloCard p{margin-bottom: 0}

.card{
	background-color: #e9ebef;
	border: none;
	border-radius: 0;
	margin-bottom: 30px;
	min-height: 350px;
}

.card p, .card table{color: #4f5665;}

.cardHead img{
	clear: both;
}

.cardHead p{
	font-size: 1.1em;
}

.card-body{
	padding-bottom: 0px;
}

.card .table td, .card .table th {
	border-top:none;
	padding: 0;
}

.card-footer{
	background-color: transparent;
	border-top: none;
	padding-top: 10px;
	text-align: center;
}

/*listado preguntas*/
.listadoPreguntas{
	list-style: none;
	padding-inline-start: 0;
}

.listadoPreguntas li{
	border-bottom: 1px solid #d6d4d4;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.listadoPreguntas li a{
	font-size: 1.2em;
	font-weight: bold;
}

/*PLANES DE ESTUDIO*/
.headPlan{
	background: linear-gradient(to bottom, transparent 0%, transparent 50%, #e9ebef 50%, #e9ebef 100%);
}

@media (max-width: 768px) {
	.BgxsGrey{margin-top: 0px; padding-top: 80px;}
}

@media (min-width: 768px) {
	.headPlan{
		background: linear-gradient(to right, transparent 0%, transparent 50%, #e9ebef 50%, #e9ebef 100%);
	}
}

.badgePlan{
	background-color: #efa20e;
	border-radius: 0;
	
	color: #fff;
	padding: 1em;
	font-size: 1em;
	font-weight: normal;
	margin-top: 40px;
}

.headPlan h1{
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 2em;
}

.headPlan h2{
	margin-top: 20px;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 1.8em;
}

.headPlan p{
	margin-bottom: 60px;
	margin-right: 15px;
	color: #fff;
}

.mediaContainer{
	margin: 40px;
}

.mediaPlanDescripcion{
	color: #4f5665;
	border-bottom: 1px solid #c6c6c5;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.mediaPlanDescripcion:last-child{
	border-bottom: 0;
}

.badgeNivel{
	background-color: #fff;
	color: #c6c6c6;
	font-weight: normal;
	border-radius: 0;
	font-size: 1em;
	margin-bottom: 10px;
}

.badgeNivel.active{
	color: #efa20e;
	font-weight: bold;
}

/*LISTADO INTERIOR*/
.listadoInterior{
	padding-inline-start: 0;
	list-style-position:inside;
	margin-bottom: 60px;
}

.listadoInterior li{
	border-bottom: 1px solid #d6d4d4;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #4f5665;
}

/*** ARROW ***/
.containerArrow{
	margin-top: 50px;
	margin-bottom: 40px;
	text-align: center;
}

.boxarrow{
	z-index: 2;
}

.boxarrow img{
	width: 80px;
}

.boxtxtarrow{
	background-color: #a2c64d;
	color: #fff;
	border-radius: 30px;
	padding: 15px;
	padding-top: 30px;
	margin-top: -20px;
}

.boxtxtarrow p{
	margin-bottom: 0;
}

.boxtxtarrow .btn{
	margin-top: 15px;
}

.btn-transparent {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0;
}

.btn-transparent:hover {
    background-color: #ffffff4d;
    color: #fff;
}

@media (min-width: 992px) {
	.containerArrow{
		text-align: left;
	}

	.boxarrow img{
		margin-left: -2px;
		width: 118px;
	}

	.boxtxtarrow{
		border-radius: 60px;
		padding: 20px;
		padding-left: 140px;
		margin-top: -100px;
	}

	.boxtxtarrow p:first-child{
		margin-bottom: 0;
		width: 70%;
		float: left;
	}

	.boxtxtarrow p .btn{
		margin-top: 5px;
		margin-left: 20px;
	}
}


/*** MODULOS ***/
.modulosPlan{
	background-color: #e9ebef;
	margin-bottom: 60px;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #4f5665;
}

.cardModulos{
	background-color: transparent;
}

.cardModulos .card-body{
	background-color: #fff;
	line-height: 1.3;

}

.cardModulos .card-body .card-normativa{
	background-color: #fff;
	font-size: 14px;
	color: gray;
	line-height: 1.1;
}

.btn-default{
	margin-top: 15px;
	border-radius: 0;
}

.hr{
	border: none;
	border-top: 1px solid #ebebeb;
	margin-top: px;
	margin-bottom: 22px;
}

/***FOOTER***/
.bottom{
	background-color: #242b35;
	color: #fff;
	min-height: 50px;
	margin-top: 100px;
	padding: 60px 0;
}

.lineaverde{
	height: 2px;
	background-color: #4eb6ad;
	width: 40px;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
}

.patrocinioBottom h2{
	margin-top: 0;
}

.patrocinioBottom a{
	color: #fff;
}

@media (max-width: 1200px) {
	.logoPatrocinio{
		margin-bottom: 20px;
		max-width: 100px;
	}
}

@media (max-width: 768px) {
	.patrocinioBottom{
		margin-top: 40px;
	}

	.boxSocial{
		margin-top: 40px;
	}
}

.patrocinioBottom h2 strong{
	font-size: 1em;
}

.patrocinioBottom img{
	margin-right: 30px;
}

.botFoot-h2018 {
    background-color: #171f28;
    color: #9d9d9c;
    padding-top: 15px;
    padding-bottom: 15px;
}


.btn-greyh2018 {
    color: #9d9d9c !important;
    text-align: left;
    font-weight: bold;
}

.btn-greyh2018:hover {
    color: #666 !important;
}

.boxSocial {
    text-align: center;
}

.boxSocial a {
    display: inline-block;
    margin-left: 10px;
    padding: 10px;
    width: 50px;
    height: 50px;
    color: #dedede;
    border-radius: 50%;
    border: 2px solid #dedede;
}

.boxSocial a:first-child {
    margin-left: 0px;
}

.boxSocial a i {
    font-size: 28px;
}

.boxSocial a:hover {
    color: #4eb8af;
    border-color: #4eb8af;
}

.modal h3{
	font-size: 18px;
}


