
@media (min-width: 1000px) and (max-width: 1300px) {
    .link-menu-section-oposicion {
		font-size: 12px;
	}

	.box-list-oposicion {
		width: 20%;
	}

    .title-oposicion {
        font-size: 22px;
    }
    
    .text-oposicion {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .content-modal-custom-01 {
        width: 95%;
        height: auto;
        padding: 50px 50px 40px 50px;
    }
    
    .content-modal-custom-01-text {
        margin-bottom: 20px;
        font-size: 14px;
    }
    
    .box-content-modal-custom-01 .tarifa-button {
        width: 80%;
    }
    
    .button-close-modal {
        top: 5px;
        right: 5px;
    }
    
    .button-close-modal img {
        width: 45px;
    }

    .container {
        max-width: none !important;
    }

    .modal-info-title {
        font-size: 18px;
    }

    .description-info-custom {
        font-size: 13px;
    }
}