@media screen and (min-width: 1200px) and (max-width: 1399px) {

    .banner-home {
		min-height: 250px;
        background-size: cover;
	}

	.contenedor-banner-home-textos {
		width: 100%;
	}

	.contenedor-banner-home-textos .textos p:nth-child(1) {
		font-size: 24px;
	}
	
	.contenedor-banner-home-textos .textos p:nth-child(2) {
		font-size: 18px;
	}

    .modal-custom-bienvenida {
		width: 97%;
	}

}