@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: 4rem;
    font-weight: bold;
    line-height: 60%;
	font-family:Font Heavy-demo; 
}

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

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

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

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

/* Ajuste para pantallas medianas (tablets) */
@media only screen and (min-width: 769px) and (max-width: 1439px) {
    .text-banner {
        font-size: 3.5rem;
    }
}

/* Ajuste para pantallas pequeñas (móviles) */
@media only screen and (max-width: 768px) {
    .text-banner {
        font-size: 2.5rem;
		line-height: 40%;
    }
	
	.slider-content{
		padding-bottom: 125px;
	}
}

/* Ajuste para pantallas muy pequeñas (móviles pequeños) */
@media only screen and (max-width: 480px) {
    .text-banner {
        font-size: 2.5rem;
    }
	
	.slider-content{
		padding-bottom: 35px;
	}
}

