@font-face {
     font-family: "Font Heavy-demo";
     font-style: normal;
     font-weight: 400;
     font-display: block;	
	 src: url(https://file.urp.edu.pe/file-urp-20240722-103347-181-692669e7bdb7fd08.OTF);
 }

.text-banner {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 60%;
	/*font-family:Font Heavy-demo;*/
}

.slider-content{
	position: absolute;
	bottom: 0px;
	padding-bottom: 60px;
}

.bg-dark-overlay-4:before { 
    opacity: 0;
}

.arrow-bordered [data-controls]:hover {
    border-color: #00b143;
    background: transparent;
    color: #00b143;
}

/* SM */
@media (min-width: 576px) {
	
	.text-banner {
        font-size: 3rem;
    }
/*	
	.slider-content{
		padding-bottom:60px;
	}	*/
}

/* MD */
@media (min-width: 768px) {
	
	.text-banner {
        font-size: 3rem;
		/*line-height: 40%;*/
    }
	
	.slider-content{
		padding-bottom: 125px;
		width: 540px;
	}
}

/* LG */
@media (min-width: 992px) {
	
	.text-banner {
        font-size: 3rem; /*3.5*/
    }
	
	.slider-content{
		width: 540px;
	}
	
}

/* XL */
@media (min-width: 1200px) {
	
	.text-banner {
        font-size: 3.5rem;
    }
	
	.slider-content{
		width: 600px;
	}
}

/* XXL */
@media (min-width: 1400px) {
	
	.text-banner {
        font-size: 4.3rem;
    }
	
	.slider-content{
		width: 665px;
	}
}




/*
@media only screen and (max-width: 480px) {
    .text-banner {
        font-size: 2.5rem;
    }
	
	.slider-content{
		padding-bottom: 35px;
	}
}


@media only screen and (max-width: 768px) {
    .text-banner {
        font-size: 2.5rem;
		line-height: 40%;
    }
	
	.slider-content{
		padding-bottom: 125px;
		width: 540px;
	}
}


@media only screen and (min-width: 769px) and (max-width: 1439px) {
    .text-banner {
        font-size: 3.5rem;
    }
}


@media only screen and (min-width: 1440px) {
    .text-banner {
        font-size: 4.5rem;
    }
}
*/
