

.top-slider .slide-1{
	background-image: url(../img/home_slide_1.jpg);
	background-size: cover;
	background-position: top center;
}

.top-slider .slide-2{
	background-image: url(../img/home_slide_2.jpg);
	background-size: cover;
	background-position: top center;
}

.top-slider .slide-3{
	background-image: url(../img/home_slide_3.jpg);
	background-size: cover;
	background-position: top center;
}


.top-slider .slide-item h2{
	font-family: 'Cuprum', sans-serif;
	font-weight: bold;
	font-size: 45px;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	line-height: 1em;
	color:#e61f1e;
	white-space: pre-line;
}

.top-slider .slide-item h2 strong{
	background-color: #343a40;
	color: #fff;
	font-size: 0.8em;
	padding: 2px 2px 0 2px;
	margin-top: 3px;
}

.certificaciones h6{
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	color: #2571a3;
	margin-top: 15px;
	margin-bottom: 0;
}

.certificaciones .nivel{
	color: #2571a3;
	margin-bottom: 10px;
}

.certificaciones p{
	text-align: center;
	color: #343a40;
	margin: 0;
}

.certific-item{
	height: 100%;
	padding: 10px;
}


.trayectoria{
	margin:40px 0 0 0;
}

.trayectoria .bg-rojo-btn{
	background: unset;
	height: auto;
}

.formulario{
	margin-top: -84px;
}

.tray-content{
	padding: 40px 0 90px 0;
}


@media (max-width: 768px){
	.top-slider .slide-1{background-image: url(../img/home_slide_1-m.jpg);}
	.top-slider .slide-2{background-image: url(../img/home_slide_2-m.jpg);}
	.top-slider .slide-3{background-image: url(../img/home_slide_3-m.jpg);}
	.top-slider .slide-item img{max-width: 200px;}
	.top-slider .slide-item h2{font-size: 35px;}
	.certificaciones p{font-size: 14px;}
}

@media (max-width: 380px){
	.top-slider .slide-item img{max-width: 150px;}
	.top-slider .slide-item h2{font-size: 25px;}
}


