.certificaciones1{
	background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/certificaciones/slider-temporal.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 400px;
	position: relative;
	overflow: hidden;
}
.certificaciones1-txt{
	position: absolute;
	left: 9%;
	top: 36%;
	transform: translateY(-50%);
}
.certificaciones1-txt h2{
	font-size: 4rem;
	color: #fff;
	margin: 0 0 25px 0;
	font-weight: 600;
	line-height: 1;
	text-shadow: 1px 1px 2px #000;
}
.certificaciones1-txt h2 span{
	font-size: 5.3rem;
	color: #6dbdff;
	font-weight: 700;
}
.certificaciones1-txt p{
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
	margin-bottom: 0;
	text-shadow: 1px 1px 2px #000;
}

.certificaciones2{
    padding: 5rem 1rem 6rem;
}
.certificaciones2 h2{
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 3rem;
}

@media(min-width: 320px){
	.certificaciones1-txt h2{
		font-size: 2rem;
	}
	.certificaciones1-txt h2 span{
		font-size: 2rem;
	}
	.certificaciones1{
		background-position: 10% center;
	}
    .img-1, .img-2, .img-3, .img-4{
        margin-bottom: 70px;
    }
}

@media(min-width: 375px){
	.certificaciones1{
		background-position: center;
	}
    .certificaciones1-txt h2{
		font-size: 2.5rem;
	}
	.certificaciones1-txt h2 span{
		font-size: 2.5rem;
	}
}

@media(min-width: 425px){
	.certificaciones1-txt h2{
		font-size: 2.8rem;
	}
	.certificaciones1-txt h2 span{
		font-size: 2.8rem;
	}
}

@media(min-width: 576px){
	.certificaciones1-txt h2{
		font-size: 3.2rem;
	}
	.certificaciones1-txt h2 span{
		font-size: 3.5rem;
	}
}

@media(max-width: 767px){
	.certificaciones1-txt{
		width: 80%;
		top: 30%;
	}
}

@media(min-width: 768px){
    .certificaciones1{
		height: 480px;
	}
    .certificaciones1-txt h2{
		font-size: 3.8rem;
	}
	.certificaciones1-txt h2 span{
		font-size: 5rem;
	}
    .certificaciones2 h2{
        font-size: 1.8rem;
    }
    .img-1, .img-2{
        margin-bottom: 70px;
    }
}

@media(min-width: 992px){
    .certificaciones2 h2{
        font-size: 2rem;
    }
    .img-1, .img-2, .img-3, .img-4{
        margin-bottom: 0px;
    }
}

@media(min-width: 1200px){
	.certificaciones1{
		height: 600px;
	}
	.certificaciones1-txt h2{
		font-size: 4rem;
	}
	.certificaciones1-txt h2 span{
		font-size: 5.5rem;
	}
    .certificaciones2 h2{
        font-size: 2.2rem;
    }
}

@media(min-width: 1600px){
    .certificaciones1-txt h2 {
	    font-size: 5.5rem;
	    margin-bottom: 30px;
	}
	.certificaciones1-txt h2 span {
	    font-size: 7rem;
	}
	.certificaciones1-txt p {
	    font-size: 1.3rem;
	}
	.certificaciones1{
		height: 700px;
	}
}